  @media all and (min-width:551px) {.desktop-br {display: inline;}.mobile-br {display: none;}}
@media all and (max-width:550px) {.desktop-br {display: none;}.mobile-br {display: inline;}}
/* Official Colors */
.text-aublue {color:#003359;}
.text-augray {color:#A5ACAF;}
.text-auclinical {color:#3CB6CE;}
.text-auathletic {color:#00AEEF;}
.text-accentblue {color:#64A0C8;}
.text-accentgreen {color:#44D62C;}
.aublue {background-color:#003359;}
.augray {background-color:#A5ACAF;}
.auclinical {background-color:#3CB6CE;}
.auathletic {background-color:#00AEEF;}
.accentblue {background-color:#64A0C8;}
.accentgreen {background-color:#44D62C;}
.color1, .color1 a:link {
	/*background: #334d5c;*/
	color:#fff;
}
.color2, .color2 a:link {
	/*background: #2a80b9;*/
	color:#fff;
}
.color3 {
	background: #1f8a70;
	color:#fff;
}
.color4 {
	background: #45b29d;
	color:#fff;
}
.color5 {
	background: #bfce35;
	color:#fff;
}
.color6 {
	background: #cc5142;
	color:#fff;
}
.color7 {
	background: #ed8429;
	color:#fff;
}
.color8 {
	background: #ffc107;
	color:#fff;
}
.color9 {
	background: #009587;
	color:#fff;
}
.color10 {
	background: #4bae4f;
	color:#fff;
}
.color11 {
	background: #ccdb38;
	color:#fff;
}
.color12 {
	background: #feea3a;
	color:#fff;
}
.color13 {
	background: #fec006;
	color:#fff;
}
.color14 {
	background: #fe9700;
	color:#fff;
}
.color15 {
	background: #fe5621;
	color:#fff;
}
.color16 {
	background: #5f7c8a;
	color:#fff;
}

/* Font Awesome Shim for Old Icon Tags */

.fa.fa-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitter-square:before {
  content: "\f081"; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-square:before {
  content: "\f082"; }
.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }
.fa.fa-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-square:before {
  content: "\f431"; }

.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

/* Troubleshoot */
.xray, .xray * {outline:solid 1px rgba(255,0,255,0.33); outline-offset:-1px;}

/* Standard Colors */
.text-white {  color: white !important; }

.text-white-lt {
	color: rgba(255, 255, 255, 0.54); }

.text-white-dk {
	color: rgba(255, 255, 255, 0.87); }

.text-black, .text-dark {
	color: black; }

.text-black-lt {
	color: rgba(0, 0, 0, 0.54); }

.text-black-dk {
	color: rgba(0, 0, 0, 0.87); }

.text-muted {
	color: inherit;
	opacity: 0.6; }

.btn-primary {
	color: #fff;
	background-color: #003359;
	/*
	background: -moz-linear-gradient(90deg, rgba(1,67,117,1) 0%, rgba(0,51,89,1) 55%, rgba(0,41,72,1) 93%);
	background: -webkit-linear-gradient(90deg, rgba(1,67,117,1) 0%, rgba(0,51,89,1) 55%, rgba(0,41,72,1) 93%);
	background: linear-gradient(90deg, rgba(1,67,117,1) 0%, rgba(0,51,89,1) 55%, rgba(0,41,72,1) 93%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#014375",endColorstr="#002948",GradientType=1);
	*/
	border-color: transparent;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-primary:hover {
	color: #fff;
	background-color: #00497f;
	border-color: transparent;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
p span.rainbow, li span.rainbow {
	white-space: nowrap;
	background: linear-gradient(to right, #ff2400, #e81d1d, #e8b71d, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: normal;
	font-weight:bolder;
}

/* Nice Header */
.main-title {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 60px;
	line-height:1.2;
	text-transform: none;
	font-style: normal;
	color:#222222;
}
.main-title strong {
	font-weight: bold;
}

.main-title.text-center:after {
	content: " ";
	display: block;
	margin: 25px auto;
	border-bottom: 4px solid #44D62C;
	width: 50px;
	font-weight: normal;
}	

.secondary-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height:1.2;
}

.matrix h3.main-title {color: #fff;}
.matrix .campuses h3.main-title {color:#003359;}

/* Font Weights */
._100 {
	font-weight: 100; }

._200 {
	font-weight: 200; }

._300 {
	font-weight: 300; }

._400 {
	font-weight: 400; }

._500 {
	font-weight: 500; }

._600 {
	font-weight: 600; }

._700 {
	font-weight: 700; }

._800 {
	font-weight: 800; }



/* Alignment Commands */ 
.pull-center {
	position: absolute;
	left: 50%; }

.img-responsive {
	width: 100%;
	height: auto; }

.text-center {
	text-align: center; }

.text-left {
	text-align: left; }

.text-right {
	text-align: right; }

.pull-left {
	float: left; }

.pull-right {
	float: right; }

/* Box Shadows */  

.box-shadow,
.box-shadow .box,
.box-shadow .box-color {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.box-shadow-z0,
.box-shadow-z0 .box,
.box-shadow-z0 .box-color {
	-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }

.box-shadow-z1,
.box-shadow-z1 .box,
.box-shadow-z1 .box-color {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-z2,
.box-shadow-z2 .box,
.box-shadow-z2 .box-color {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-z3,
.box-shadow-z3 .box,
.box-shadow-z3 .box-color {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-color {
  box-shadow: 1px 2px 2px hsl(220deg 60% 50% / 0.2), 2px 4px 4px hsl(220deg 60% 50% / 0.2), 4px 8px 8px hsl(220deg 60% 50% / 0.2), 8px 16px 16px hsl(220deg 60% 50% / 0.2), 16px 32px 32px hsl(220deg 60% 50% / 0.2);}
.drop-shadow {filter: drop-shadow(1px 2px 4px hsl(220deg 60% 50%));}
.box-radius-1x,
.box-radius-1x .box,
.box-radius-1x .box-color {
	border-radius: 2px; }

.box-radius-2x,
.box-radius-2x .box,
.box-radius-2x .box-color {
	border-radius: 3px; }

.box-radius-3x,
.box-radius-3x .box,
.box-radius-3x .box-color {
	border-radius: 4px; }

.blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px); }

.blur-5 {
	opacity: 0.5;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px); }

.opacity {
	opacity: 0.5; }

.opacity-3 {
	opacity: 0.3; } 

/* Material Panels */  

.panel {
	border: none;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	margin:15px 0;
}

.panel-group .panel {margin-bottom:15px;}

.panel-body {
	padding: 20px;
	background-color:#fff;
}
.panel-heading {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	background-color: #00AEEF;
	padding:15px 20px;
}

h4.panel-title, h4.panel-title a { color: #f9f9f9; display:block;}
h4.panel-title a:hover { color: #fff;}
.panel a:hover, panel a:focus {text-decoration:none;}
.panel > .panel-heading,
.panel.panel-default > .panel-heading {	
	background-color: #003359;
}
.panel.panel-inverse > .panel-heading {
	background-color: #3f51b5;
}
.panel.panel-primary > .panel-heading {
	background-color: #009688;
}
.panel.panel-success > .panel-heading {
	background-color: #4caf50;
}
.panel.panel-info > .panel-heading {
	background-color: #03a9f4;
}
.panel.panel-warning > .panel-heading {
	background-color: #ff5722;
}
.panel.panel-danger > .panel-heading {
	background-color: #f44336;
}
[class*="panel-"] > .panel-heading {
	color: rgba(255,255,255, 0.84);
	border: 0;
}
.panel-default > .panel-heading,
.panel:not([class*="panel-"]) > .panel-heading {
	color: rgba(0,0,0, 0.87);
}


.panel-footer {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color:#fff;
}

/* Accordions */
.acc-group.default-style {margin-bottom:3px;}
.acc-group.default-style > button {background:none; border:0; padding:4px 10px; color:#003359; display: block;
	width: 100%; text-align: left; position:relative;}
.acc-group.default-style > button:after {content:''; position:absolute; right:5px; top:5px; width:20px; height:20px; background:url(http://www.augusta.edu/images/acc-arr1.png) no-repeat center top;}
.acc-group.default-style > button:hover {background:#dcdcdc; color:#111;}
.acc-group.default-style > button:focus {outline: none;}
.acc-group.default-style > button.collapsed:after {background-position:center bottom;}
.acc-group.default-style > button.collapsed {color:#505050;}
.acc-group.default-style > button:focus {outline: none;}
.acc-group.default-style .content {padding:10px;}

.acc-group.default-style.tweaked {border-bottom: 1px solid #D5D5D5; padding-bottom: 3px;}
.acc-group.default-style.tweaked > button {font-size: 20px; line-height: 1.8; padding-left: 0;}
.acc-group.default-style.tweaked > button:after {top:12px;}
.acc-group.default-style.tweaked .content {padding:10px 0;}
.acc-group.default-style.tweaked .content > .row {margin-bottom:10px;}

/* accordions style2 */
.acc-group.style2 { margin-bottom: 2px; padding: 0;  border: 1px solid #e5e5e5; border-radius: 4px; }
.acc-group.style2:focus {outline: none;}
.acc-group.style2 > button {display: block; width: 100%; text-align: left; position:relative; margin:0; padding:10px;}
.acc-group.style2 > button:focus {outline: none;}
.acc-group.style2 > button:after {content:''; position:absolute; right:5px; top:10px; width:20px; height:20px; background:url(http://www.augusta.edu/images/acc-arr1.png) no-repeat center top; opacity:.4; filter:alpha(opacity=40);}
.acc-group.style2 > button:hover { }
.acc-group.style2 > button.collapsed:after {background-position:center bottom;}
.acc-group.style2 > button.collapsed {color:#505050;}
.acc-group.style2 > button.collapsed:focus {outline: none;}
.acc-group.style2 .content {padding: 10px 15px; border-top: 1px solid #E5E5E5;}
.acc-group.style2 .content p:last-child {margin-bottom:0;}

/* accordions style3 */
.acc-group.style3 { margin:0; padding: 0; border-bottom: 1px solid #e5e5e5; }
.acc-group.style3 > button {display: block; width: 100%; text-align: left; position:relative; margin:0; padding:10px 10px 10px 60px; background:none; border:0; font-size:16px}
.acc-group.style3 > button:after {content:'-'; position:absolute; left:0; bottom:35px; width:20px; height:20px; font-size:40px; background:none; color:#003359; padding:0;}
.acc-group.style3 > button:hover { color:#003359 !important; }
.acc-group.style3 > button:focus{outline: none;}
.acc-group.style3 > button:hover:after { color:#003359 !important; background: none;}
.acc-group.style3 > button.collapsed:after {color:#b5b5b5; content:'+'; padding:8px;  font-size:35px; margin:0;}
.acc-group.style3 > button.collapsed {color:#505050;}
.acc-group.style3 > button.collapsed:focus{outline: none;}
.acc-group.style3 .content {padding: 10px 15px; }
.acc-group.style3 .content p:last-child {margin-bottom:0;}

/* vertical tabs */
.vertical_tabs {background:#ECECEC; overflow: hidden; border-radius:3px}
.vertical_tabs .tabbable .nav {float:left; width:25%; margin:0 0 -1px 0;
	-webkit-box-sizing:border-box; box-sizing:border-box; }
.vertical_tabs .tabbable .nav>li {}
.vertical_tabs .tabbable .nav>li>a {line-height:60px; padding-left:20px; font-weight:bold; text-transform:uppercase; color:#595959; background: #ffffff; /* FF3.6+ */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ECECEC 73%,#ECECEC 100%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left top, right top,  color-stop(73%, #ECECEC),to(#ECECEC));
	background: linear-gradient(to right,  #ECECEC 73%,#ECECEC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECECEC', endColorstr='#ededed',GradientType=1 );}
.vertical_tabs .tabbable .nav>li>a>span {padding: 6px 7px 7px 7px; background:#595959; margin-right: 5px;line-height: 1;display: inline-block; vertical-align: middle; margin-top: -1px; border-radius: 50%; }
.vertical_tabs .tabbable .nav>li>a>span span {margin: 0; vertical-align: middle;}

.vertical_tabs .tabbable .nav>li>a:hover,
.vertical_tabs .tabbable .nav>li.active>a { color:#003359; }
.vertical_tabs .tabbable .nav>li.active>a { background:#fff; margin-right: -1px;}
.vertical_tabs .tabbable .nav>li.active>a>span,
.vertical_tabs .tabbable .nav>li>a:hover>span { background:#003359; }
.vertical_tabs .tabbable .nav>li:first-child {border-top:0;}
.vertical_tabs .tabbable .tab-content {float:left; width:75%; padding:20px; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box; }

/* more freakin tab styles */

.tabs_style1 {background:#fff; border:1px solid #ececec;}
.tabs_style1 > ul.nav {margin-bottom:0; background: rgb(255,255,255); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,1)),to(rgba(249,249,249,1)));
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */}
.tabs_style1 > ul.nav > li {float:left; margin-bottom:-1px; margin-left:0; padding-left:0;}
.tabs_style1 > ul.nav > li > a {padding: 8px 20px; line-height: 18px; border: 1px solid transparent; border-left:1px solid #fff; border-right:1px solid #ececec; color:#343434;}
.tabs_style1 > ul.nav > li.active > a,
.tabs_style1 > ul.nav > li > a:hover {background-color:#fff;}
.tabs_style1 > ul.nav > li.active > a {border-top:3px solid #002664; border-left:0; font-weight:bold; padding:6px 20px 10px; }
.tabs_style1 .tab-content {display: table; width: 95%;padding: 10px 20px;}

/* tabs style 2 */
.tabs_style2 {margin:10px 0;}
.tabs_style2 > ul.nav {margin-bottom:10px;}
.tabs_style2 > ul.nav > li {float:left; border-left:1px dotted #ccc; line-height:18px; }
.tabs_style2 > ul.nav > li:first-child {border-left:0;}
.tabs_style2 > ul.nav > li:first-child a {border-left:0; padding-left:0; }
.tabs_style2 > ul.nav > li > a {padding: 4px 20px; line-height: 18px; color:#555; font-weight:bold;}
.tabs_style2 > ul.nav > li.active > a,
.tabs_style2 > ul.nav > li > a:hover {background:none; color:#222;}
.tabs_style2 .tab-content {display: table; width: 100%; padding:0;}

/* tabs style 3 */
.tabs_style3 {background:#fff; border:1px solid #ececec;border-radius: 5px;position: static;overflow: hidden;}
.tabs_style3 > ul.nav {margin-bottom:0; background: rgb(255,255,255); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,1)),to(rgba(249,249,249,1)));
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */}
.tabs_style3 > ul.nav > li {float:left; margin-bottom:-1px;}
.tabs_style3 > ul.nav > li > a {padding: 8px 20px; line-height: 18px; border: 1px solid transparent; border-left:1px solid #fff; border-right:1px solid #ececec; color:#343434;}
.tabs_style3 > ul.nav > li.active > a,
.tabs_style3 > ul.nav > li > a:hover {background-color:#fff;}
.tabs_style3 > ul.nav > li.active > a {border-left:0; font-weight:bold;  }
.tabs_style3 .tab-content {display: table; width: 100%;padding: 10px 15px 15px;}

/* tabs style 4 */
.tabs_style4 {}
.tabs_style4 > ul.nav {margin-bottom:0;}
.tabs_style4 > ul.nav > li {float:left; margin-bottom:-1px;}
.tabs_style4 > ul.nav > li > a {padding: 8px 20px; line-height: 18px; color:#343434;}
.tabs_style4 > ul.nav > li.active > a,
.tabs_style4 > ul.nav > li > a:hover {color:#222;}
.tabs_style4 > ul.nav > li.active > a { background:#fff;  border:1px solid #ececec;  border-bottom:0; 
	-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; -moz-border-top-left-radius:5px; -moz-border-top-right-radius:5px; border-top-left-radius:5px; border-top-right-radius:5px; }
.tabs_style4 .tab-content {display: table; width: 100%;padding: 10px 15px 15px; border:1px solid #ececec; background:#fff;  }




/* end tab styles - probably not really but we can hope */


@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes zoom-down {
	from {
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
		-webkit-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		transform: scale(0, 0);
	}
	to {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@keyframes zoom-down {
	from {
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
		-webkit-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		transform: scale(0, 0);
	}
	to {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-webkit-keyframes zoom-up {
	from {
		-webkit-transform-origin: bottom;
		-ms-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		transform: scale(0, 0);
	}
	to {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@keyframes zoom-up {
	from {
		-webkit-transform-origin: bottom;
		-ms-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		transform: scale(0, 0);
	}
	to {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-webkit-keyframes slide-right {
	from {
		-webkit-transform: translate(-20px, 0);
		-ms-transform: translate(-20px, 0);
		transform: translate(-20px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes slide-right {
	from {
		-webkit-transform: translate(-20px, 0);
		-ms-transform: translate(-20px, 0);
		transform: translate(-20px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes slide-left {
	from {
		-webkit-transform: translate(20px, 0);
		-ms-transform: translate(20px, 0);
		transform: translate(20px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes slide-left {
	from {
		-webkit-transform: translate(20px, 0);
		-ms-transform: translate(20px, 0);
		transform: translate(20px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes slide-down {
	from {
		-webkit-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		transform: translate(0, -20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes slide-down {
	from {
		-webkit-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		transform: translate(0, -20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes slide-up {
	from {
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0, 20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes slide-up {
	from {
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0, 20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
/*
// Example usage

.make-ratio(xs, 2, 1);
.make-ratio(xs, 3, 1);


// Small grid
//
// Small device range, from phones to tablets.

@media (min-width: @screen-sm-min) {
.make-ratio(sm, 2, 1);
.make-ratio(sm, 3, 1);
}


// Medium grid
//
// For the desktop device range.

@media (min-width: @screen-md-min) {
.make-ratio(md, 2, 1);
.make-ratio(md, 3, 1);
}


// Large grid
//
// For the large desktop device range.

@media (min-width: @screen-lg-min) {
.make-ratio(lg, 2, 1);
.make-ratio(lg, 3, 1);
}
*/


hr {
	border-top-color: rgba(12, 12, 12, 0.12);
}
hr.ruler-lg {
	margin: 8px 0;
}
hr.ruler-xl {
	margin: 24px 0;
}
hr.ruler-xxl {
	margin: 56px 0;
}
.img-backdrop {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.img-backdrop img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 4px;
}
.doc-section {
	margin-bottom: 80px;
}
.doc-section.doc-lead {
	margin-bottom: 20px;
}
.doc-section h3 {
	margin-top: 20px;
}
.doc-section h4 {
	margin-top: 17px;
}
.doc-section h5 {
	margin-top: 15px;
}
.fuelphp-dump {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 0;
}
.hbox-sm,
.hbox-md,
.hbox-lg {
	padding: 0;
}
.hbox-sm .hbox-column,
.hbox-md .hbox-column,
.hbox-lg .hbox-column {
	display: block;
	vertical-align: top;
}
.hbox-sm .hbox-column.v-top,
.hbox-md .hbox-column.v-top,
.hbox-lg .hbox-column.v-top {
	vertical-align: top;
}
.hbox-sm .hbox-column.v-middle,
.hbox-md .hbox-column.v-middle,
.hbox-lg .hbox-column.v-middle {
	vertical-align: middle;
}
.hbox-sm .hbox-column.v-bottom,
.hbox-md .hbox-column.v-bottom,
.hbox-lg .hbox-column.v-bottom {
	vertical-align: bottom;
}
.hbox-xs {
	display: table;
	table-layout: fixed;
	padding: 0;
}
.hbox-xs .hbox-column {
	display: table-cell;
}
@media (min-width: 769px) {
	.hbox-sm {
		display: table;
		table-layout: fixed;
	}
	.hbox-sm .hbox-column {
		float: none;
		display: table-cell;
	}
}
@media (min-width: 992px) {
	.hbox-md {
		float: none;
		display: table;
		table-layout: fixed;
	}
	.hbox-md .hbox-column {
		float: none;
		display: table-cell;
	}
}
@media (min-width: 1200px) {
	.hbox-lg {
		display: table;
		table-layout: fixed;
	}
	.hbox-lg .hbox-column {
		float: none;
		display: table-cell;
	}
}
.v-top,
.v-inline-top {
	float: none!important;
	display: table-cell;
	vertical-align: top;
}
.v-middle,
.v-inline-middle {
	float: none!important;
	display: table-cell;
	vertical-align: middle;
}
.v-bottom,
.v-inline-bottom {
	float: none!important;
	display: table-cell;
	vertical-align: bottom;
}
.v-inline-top,
.v-inline-middle,
.v-inline-bottom {
	display: inline-block;
}
.card-tiles .hbox-column {
	padding: 20px;
}
.text-light {
	font-weight: 300;
}
.text-normal {
	font-weight: 400;
}
.text-medium {
	font-weight: 500;
}
.text-bold {
	font-weight: bold;
}
.text-ultra-bold {
	font-weight: 900;
}
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong {
	font-weight: bold;
}
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
.text-display-lines {
	line-height: 1.1;
}
.text-display-lines span,
.text-display-lines p,
.text-display-lines h1,
.text-display-lines h2,
.text-display-lines h3,
.text-display-lines h4,
.text-display-lines h5,
.text-display-lines h6 {
	position: relative;
}
.text-display-lines span:before,
.text-display-lines p:before,
.text-display-lines h1:before,
.text-display-lines h2:before,
.text-display-lines h3:before,
.text-display-lines h4:before,
.text-display-lines h5:before,
.text-display-lines h6:before,
.text-display-lines span:after,
.text-display-lines p:after,
.text-display-lines h1:after,
.text-display-lines h2:after,
.text-display-lines h3:after,
.text-display-lines h4:after,
.text-display-lines h5:after,
.text-display-lines h6:after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	width: 100%;
	background: #ff00cc;
}
.text-display-lines span:before,
.text-display-lines p:before,
.text-display-lines h1:before,
.text-display-lines h2:before,
.text-display-lines h3:before,
.text-display-lines h4:before,
.text-display-lines h5:before,
.text-display-lines h6:before {
	top: 0;
}
.text-display-lines span:after,
.text-display-lines p:after,
.text-display-lines h1:after,
.text-display-lines h2:after,
.text-display-lines h3:after,
.text-display-lines h4:after,
.text-display-lines h5:after,
.text-display-lines h6:after {
	bottom: 0;
}
.text-xs {
	font-size: 75%;
}
.text-sm {
	font-size: 85%;
}
.text-lg {
	font-size: 125%;
}
.text-xl {
	font-size: 180%;
}
.text-xxl {
	font-size: 225%;
}
.text-xxxl {
	font-size: 330%;
}
.text-xxxxl {
	font-size: 500%;
}
p {
	letter-spacing: 0.1px;
}
.text-columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.text-columns-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.text-columns-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.text-columns-sm {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.text-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.text-columns-lg {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
@media (max-width: 992px) {
	.text-columns-sm {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
	.text-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
	.text-columns-lg {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
}
@media (max-width: 769px) {
	.text-columns-sm {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
	.text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
	.text-columns-lg {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
}
@media (max-width: 480px) {
	.text-columns-sm {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
	.text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
	.text-columns-lg {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
}
.line-height-normal {
	line-height: 1.846153846;
}
.line-height-lg {
	line-height: 2.146153846;
}
.line-height-xl {
	line-height: 2.396153846;
}
.line-height-xxl {
	line-height: 2.746153846;
}
.text-caption {
	display: block;
	margin-bottom: 29px;
	font-size: 12px;
}
.card ~ .text-caption,
.panel-group ~ .text-caption {
	margin-top: -15px;
}
.no-linebreak {
	white-space: nowrap;
}
.text-shadow {
	text-shadow: 0 1px 2px #000000;
}
blockquote small {
	color: inherit;
	opacity: .7;
}
article img.pull-right,
p img.pull-right {
	margin-left: 10px;
	margin-bottom: 2px;
}
article img.pull-left,
p img.pull-left {
	margin-right: 10px;
	margin-bottom: 2px;
}
ul,
ol {
	padding-left: 20px;
	font-size:16px;
	
}
ul.list-divided li,
ol.list-divided li {
	margin-top: 20px;
}
ul.list-divided li:first-child,
ol.list-divided li:first-child {
	margin-top: 0;
}
ol {
	list-style-position: outside;
}
ol.numbered {
  list-style: none;
  counter-reset: steps;
}
ol.numbered li {
  counter-increment: steps;
}
ol.numbered li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #003359;
  color: white;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}
ol.numbered ol li::before {
  background: #00AAEF;
  color:#003359;
}
.page-header {
	border-bottom-color: rgba(0, 0, 0, 0.3);
}
.page-header.no-border {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.text-divider {
	display: table;
	width: 100%;
	margin: 13px 0 20px 0;
	opacity: 0.5;
}
.text-divider span {
	display: table-cell;
	padding: 0 10px;
	position: relative;
	bottom: -7px;
	white-space: nowrap;
}
.text-divider:before,
.text-divider:after {
	content: '';
	width: 50%;
	display: table-cell;
	border-bottom: 1px solid rgba(12, 12, 12, 0.3);
}
.dl-horizontal.dl-icon dd {
	margin-bottom: 15px;
}
@media (min-width: 769px) {
	.dl-horizontal.dl-icon dt {
		width: 30px;
		text-align: left;
		padding-top: 5px;
	}
	.dl-horizontal.dl-icon dd {
		margin-left: 35px;
	}
}
.dl-horizontal dd.full-width {
	margin-left: 0;
}
.text-default-bright {
	color: #ffffff;
}
a.text-default-bright:hover {
	color: #e6e6e6;
}
.text-default-light {
	color: #969c9c;
}
a.text-default-light:hover {
	color: #7c8383;
}
.text-default {
	color: #313534;
}
a.text-default:hover {
	color: #191a1a;
}
.text-default-dark {
	color: #20252b;
}
a.text-default-dark:hover {
	color: #0a0c0e;
}
.text-primary-bright, .text-clinical {
	color: #3CB6CE;
}
a.text-primary-bright:hover, a.text-clinical:hover {
	color: #6ec9db;
}
.text-primary-light {
	color: #64A0C8;
}
a.text-primary-light:hover {
	color: #407394;
}
.text-primary {
	color: #00AEEF;
}
a.text-primary:hover {
	color: #0196ce;
}
.text-primary-dark {
	color: #066265;
}
a.text-primary-dark:hover {
	color: #033334;
}
.text-accent-bright, .text-augray {
	color: #A5ACAF;
}
a.text-accent-bright:hover, a.text-augray:hover {
	color: #878a8c;
}
.text-accent-light {
	color: #44D62C;
}
a.text-accent-light:hover {
	color: #39b325;
}
.text-accent {
	color: #003359;
}
a.text-accent:hover {
	color: #011b2f;
}
.text-accent-dark {
	color: #681a7f;
}
a.text-accent-dark:hover {
	color: #461155;
}
.text-info {
	color: #2196f3;
}
a.text-info:hover {
	color: #0c7cd5;
}
.text-warning {
	color: #ff9800;
}
a.text-warning:hover {
	color: #cc7a00;
}
.text-danger {
	color: #f44336;
}
a.text-danger:hover {
	color: #ea1c0d;
}
.text-success {
	color: #4caf50;
}
a.text-success:hover {
	color: #3d8b40;
}
a.link-tag {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

#base {
	overflow: hidden;
	padding-left: 64px;
	width: 100%;
	min-height: 100%;
}
#base > .backdrop {
	position: fixed;
	z-index: 1031;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background-color: rgba(12, 12, 12, 0.33);
}
#base.hide-backdrop > .backdrop {
	display: none;
	position: relative;
}

@media (min-width: 1200px) {
	.menubar-pin #base {
		padding-left: 240px;
	}
}
@media (min-width: 769px) {
	.full-content #base,
	.full-content #content {
		height: 100%;
	}
}
@media (max-width: 768px) {
	#base {
		padding-left: 0;
		padding-right: 0;
	}
}

.no-sidebar #header {
	right: 12px;
}
.headerbar {
	position: relative;
	min-height: 50px;
}
.headerbar:before,
.headerbar:after {
	content: " ";
	display: table;
}
.headerbar:after {
	clear: both;
}
.headerbar .navbar-devider {
	display: block;
	width: 20px;
	height: 5px;
}
.headerbar-left {
	position: absolute;
}
.headerbar-left a {
	float: left;
}
.headerbar-left .header-nav {
	margin-left: 24px;
}
.headerbar-right {
	float: right;
}
.headerbar-right .header-nav {
	display: inline-block;
	float: left;
}
.headerbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.headerbar-right .header-nav-toggle {
	margin-left: 0;
}
.header-nav {
	margin: 0 12px;
	padding-left: 0;
	list-style: none;
}
.header-nav > li {
	position: relative;
	display: block;
	padding: 14px 0 14px 12px;
	float: left;
}
.header-nav > li:first-child {
	padding-left: 0;
}
.header-nav > li > a {
	position: relative;
	display: block;
}
.header-nav > li > a:hover,
.header-nav > li > a:focus {
	text-decoration: none;
	background-color: rgba(12, 12, 12, 0.07);
}
.header-nav > li.disabled > a {
	color: #969c9c;
}
.header-nav > li.disabled > a:hover,
.header-nav > li.disabled > a:focus {
	color: #969c9c;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.header-nav .open > a,
.header-nav .open > a:hover,
.header-nav .open > a:focus {
	background-color: #e5e6e6;
	border-color: #00AEEF;
}
.header-nav > li > a > img {
	max-width: none;
}
.header-nav .btn-icon-toggle:hover {
	background-color: rgba(12, 12, 12, 0.07);
}
.header-nav .navbar-search {
	float: right;
}
.header-nav .header-nav-brand {
	display: inline-table;
	padding: 0;
	height: 64px;
}
.header-nav .header-nav-brand .brand-holder {
	display: table-cell;
	vertical-align: middle;
}
.header-nav .header-nav-brand a {
	text-decoration: none;
}
.header-nav .header-nav-brand img {
	max-height: 48px;
}
.header-nav-profile .dropdown {
	padding: 0;
}
.header-nav-profile .dropdown > a {
	position: relative;
	min-height: 64px;
	padding: 12px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.header-nav-profile .dropdown > a:after {
	content: "\f107";
	position: absolute;
	*margin-right: .3em;
	right: 10px;
	top: 22px;
	font-family: 'Font Awesome 6 Pro';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}
.header-nav-profile .dropdown > a .ink {
	background-color: rgba(83, 88, 88, 0.15);
}
.header-nav-profile .dropdown img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
}
.header-nav-profile .dropdown .profile-info {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 0 10px;
	line-height: 15px;
}
.header-nav-profile .dropdown .profile-info small {
	display: block;
	opacity: 0.5;
}
.header-nav-profile .dropdown .dropdown-menu {
	min-width: 100%;
}
.header-nav-profile .dropdown.open {
	color: #313534;
}
.header-nav-profile .dropdown.open > a {
	margin-top: 6px;
	padding: 6px 12px 12px 12px;
	min-height: 58px;
	background-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.header-nav-profile .dropdown.open > a:after {
	top: 16px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.header-nav-profile .dropdown.open .dropdown-menu {
	margin-top: -1px;
	border-top: none;
}
.header-nav-options .dropdown > a .badge {
	position: absolute;
	font-size: 10px;
	top: -1px;
	right: 4px;
}
.header-nav-options .dropdown .dropdown-menu {
	top: 14px;
}
@media (min-width: 1200px) {
	.menubar-first.menubar-pin .header-nav .header-nav-brand {
		display: none;
	}
	.menubar-first.menubar-pin #header {
		left: 240px;
	}
}
@media (min-width: 769px) {
	.menubar-first #header .menubar-toggle {
		display: none;
	}
	.menubar-first #header {
		left: 64px;
	}
}
@media (max-width: 768px) {
	#header {
		position: relative;
	}
	.header-fixed #header {
		position: relative;
	}
	.header-fixed #header:before {
		content: '';
		z-index: 0;
		position: fixed;
		top: 0;
		display: block;
		width: 100%;
		height: 64px;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	}
	.headerbar-left {
		z-index: 1011;
		left: 0;
		right: 0;
		height: 64px;
		background: #ffffff;
		border-bottom: 1px solid #e5e6e6;
	}
	.header-fixed .headerbar-left {
		position: fixed;
	}
	.headerbar-right {
		position: absolute;
		left: 0;
		right: 0;
		top: 64px;
		float: none !important;
		background: #ffffff;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	}
	.headerbar-right .header-nav-options {
		margin-right: 12px;
		float: right;
	}
	.headerbar-right .header-nav-profile {
		position: absolute;
		float: left;
	}
	.headerbar-right .header-nav-toggle {
		position: absolute;
		z-index: 1012;
		top: -64px;
		right: 0;
	}
	.header-fixed .headerbar-right .header-nav-toggle {
		position: fixed;
		top: 0;
	}
	.headerbar-left .header-nav {
		margin-left: 12px;
	}
	.header-nav-profile .dropdown img {
		width: 0px;
		opacity: 0;
	}
	.header-nav-profile .dropdown .profile-info {
		padding-left: 0;
		padding-right: 30px;
	}
	.navbar-search {
		position: relative;
		z-index: 1;
	}
	.navbar-search.expanded .form-group {
		max-width: 100%;
		width: 480px;
	}
}
#header.header-inverse {
	background: #242a31;
	color: rgba(255, 255, 255, 0.6);
}
.header-inverse .header-nav .btn-icon-toggle:hover {
	background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
	.header-inverse .headerbar-left {
		background: #242a31;
		border-bottom-color: rgba(255, 255, 255, 0.15);
	}
	.header-inverse .headerbar-right {
		background: #242a31;
	}
}
#menubar {
	position: fixed;
	z-index: 1004;
	left: 0;
	top: 64px;
	bottom: 0;
	width: 64px;
	color: rgba(12, 12, 12, 0.85);
}
.menubar-first #menubar {
	z-index: 1006;
}
#menubar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #f2f3f3;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
#menubar .nano:focus,
#menubar .nano-content:focus {
	outline: none;
}
#menubar .nano-pane {
	z-index: 2;
	width: 5px;
	background: transparent;
}
#menubar .nano-slider {
	background: rgba(12, 12, 12, 0.2);
}
#menubar .menubar-scroll-panel {
	position: relative;
	padding-top: 16px;
	z-index: 2;
	min-height: 100%;
}
#menubar .menubar-foot-panel {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid rgba(12, 12, 12, 0.07);
	padding: 16px;
}
.menubar-visible #menubar {
	width: 240px;
}
#menubar.animate {
	-webkit-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
	-o-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
	transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}
body:not(.header-fixed) #menubar,
.menubar-first #menubar {
	top: 0;
}
.menubar-fixed-panel {
	position: relative;
	display: inline-table;
	width: 100%;
	height: 64px;
	z-index: 10;
	border-bottom: 1px solid rgba(12, 12, 12, 0.07);
}
.menubar-fixed-panel > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 12px;
}
.menubar-fixed-panel > div:first-child {
	max-width: 26px;
}
.menubar-fixed-panel a {
	text-decoration: none;
}
.menubar-fixed-panel img {
	max-height: 48px;
}
.menubar-fixed-panel .expanded {
	display: none;
}
.menubar-visible .menubar-fixed-panel .expanded,
.menubar-pin .menubar-fixed-panel .expanded {
	display: table-cell;
}
body:not(.menubar-first) .menubar-fixed-panel {
	display: none;
}
#menubar.menubar-inverse {
	color: rgba(255, 255, 255, 0.55);
}
#menubar.menubar-inverse:before {
	background: #2b323a;
}
#menubar.menubar-inverse .nano-slider {
	background: rgba(255, 255, 255, 0.4);
}
.hidden-folded {
	display: none;
}
.menubar-visible .hidden-folded {
	display: inherit;
}
@media (min-width: 1200px) {
	.menubar-pin #menubar {
		width: 240px;
	}
	.menubar-pin .brand-holder {
		display: table-cell;
	}
	.menubar-pin .hidden-folded {
		display: inherit;
	}
}
@media (max-width: 768px) {
	#menubar {
		width: 240px;
		z-index: 1013;
		-webkit-transform: translate(-250px, 0);
		-ms-transform: translate(-250px, 0);
		transform: translate(-250px, 0);
		-webkit-transition: -webkit-transform 0.5s ease-in;
		-o-transition: -o-transform 0.5s ease-in;
		transition: -webkit-transform 0.5s ease-in;
		-o-transition: transform 0.5s ease-in;
		transition: transform 0.5s ease-in;
		transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
	}
	.menubar-visible #menubar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
		-o-transition: -o-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
		transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
		-o-transition: transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
		transition: transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
		transition: transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01), -webkit-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
	}
}
.gui-controls {
	font-size: 12px;
	padding: 0;
	margin-bottom: 30px;
}
.gui-controls small {
	display: block;
	margin: 30px 12px 12px 12px;
	font-size: 10px;
	font-weight: normal;
	opacity: 0.7;
}
.menubar-visible .gui-controls small,
.menubar-pin .gui-controls small {
	color: rgba(12, 12, 12, 0.85);
}
.gui-controls li:first-child > small {
	margin-top: 0;
}
.gui-controls .badge {
	position: absolute;
	top: 1px;
	margin-left: 8px;
	border-radius: 2px;
	padding: 2px 4px;
	font-size: 10px;
}
.gui-controls li {
	list-style: none;
}
.gui-controls li.gui-folder > a {
	cursor: pointer;
}
.gui-controls > li {
	position: relative;
	margin-bottom: 12px;
}
.gui-controls > li > a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 12px 0px;
	font-size: 12px;
	line-height: normal;
	border-radius: 0;
	padding-left: 0;
	min-height: 40px;
	min-width: 64px;
	z-index: 1;
}
.gui-controls > li > a.btn-flat {
	padding: 12px 0px;
}
.gui-controls > li > a:focus {
	outline: none;
}
.gui-controls > li ul > li > a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 7px 17px;
	font-size: 12px;
	line-height: normal;
	border-radius: 0;
	padding-left: 57px;
}
.gui-controls > li ul > li > a.btn-flat {
	padding: 7px 8.5px;
}
.gui-controls > li ul > li > a:active,
.gui-controls > li ul > li > a.active {
	background-color: #ffffff;
}
.gui-controls > li ul > li > a:hover,
.gui-controls > li ul > li > a:focus {
	background-color: rgba(12, 12, 12, 0.07);
}
.gui-controls.nav > li > a:hover {
	background: inherit;
}
.expanded-menu-item-markup .gui-controls > li:not(.gui-folder) > a:hover {
	background-color: rgba(12, 12, 12, 0.07);
}
.expanded-menu-item-markup .gui-controls > li.active:not(.gui-folder) > a {
	background-color: #ffffff;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.menubar-visible .gui-controls > li:not(.gui-folder) > a:hover {
	background-color: rgba(12, 12, 12, 0.07);
}
.menubar-visible .gui-controls > li.active:not(.gui-folder) > a {
	background-color: #ffffff;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
	background-color: #313942;
}
.menubar-visible .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
	background-color: #20252b;
}
.gui-controls li ul {
	padding: 0;
	display: none;
}
.gui-controls li.expanded > ul {
	display: block;
}
.gui-controls > li > ul > li > ul li:before {
	left: 51px;
}
.gui-controls > li > ul > li > ul a {
	padding-left: 78px;
}
.gui-controls > li > ul > li > ul a:before {
	left: 51px;
}
.gui-controls > li > ul > li > ul > li > ul li:before {
	left: 72px;
}
.gui-controls > li > ul > li > ul > li > ul a {
	padding-left: 99px;
}
.gui-controls > li > ul > li > ul > li > ul a:before {
	left: 72px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul li:before {
	left: 93px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul a {
	padding-left: 120px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul a:before {
	left: 93px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul li:before {
	left: 114px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a {
	padding-left: 141px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a:before {
	left: 114px;
}
.gui-controls > li ul > li {
	position: relative;
}
.gui-controls > li ul > li:before {
	content: "";
	left: 30px;
	top: 15px;
	bottom: -15px;
	position: absolute;
	display: block;
	width: 1px;
	border-left: 1px dashed rgba(12, 12, 12, 0.3);
	z-index: 1;
}
.gui-controls > li ul > li:first-child:before {
	top: 0;
}
.gui-controls > li ul > li:last-child:before,
.gui-controls > li ul > li.last-child:before {
	display: none;
}
.gui-controls > li ul > li > a:before {
	content: "";
	left: 30px;
	top: 15px;
	position: absolute;
	display: block;
	width: 21px;
	border-bottom: 1px dashed rgba(12, 12, 12, 0.3);
	z-index: 1;
}
.gui-controls li .title {
	position: relative;
	left: -10px;
	display: block;
	padding-left: 6px;
	color: rgba(12, 12, 12, 0.85);
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	text-shadow: none;
	-webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
	-o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
	transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}
.gui-controls li > a:hover .title {
	color: #0c0c0c;
}
.gui-controls li.active > a .title {
	color: #00AEEF;
	font-weight: normal;
}
.gui-controls li.gui-folder > a .title {
	font-style: italic;
	color: rgba(12, 12, 12, 0.75);
}
.gui-controls li.gui-folder.expanded > a .title,
.gui-controls li.gui-folder.active > a .title {
	color: rgba(12, 12, 12, 0.85);
}
.gui-controls > li > a .title {
	margin-left: 57px;
}
.expanded-menu-title .gui-controls li .title {
	left: 0;
	opacity: 1;
}
.menubar-visible .gui-controls li .title {
	left: 0;
	opacity: 1;
}
.gui-folder > a:after {
	content: "+";
	position: absolute;
	top: 7px;
	display: inline-block;
	margin-left: -12px;
	color: rgba(12, 12, 12, 0.5);
	font-size: 12px;
	font-weight: inherit;
	opacity: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.gui-folder.expanding > a:after,
.gui-folder.expanded > a:after {
	font-size: 16px;
	font-weight: normal;
	margin-top: -2px;
	margin-left: -12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.gui-controls > .gui-folder > a:after {
	top: 12px;
	margin-left: 2px;
}
.gui-controls > .gui-folder.expanding > a:after,
.gui-controls > .gui-folder.expanded > a:after {
	color: rgba(12, 12, 12, 0.4);
	margin-left: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.expanded-menu-sign .gui-folder > a:after {
	opacity: 1;
}
.menubar-visible .gui-folder > a:after {
	opacity: 1;
}
.gui-icon {
	position: absolute;
	left: 12px;
	top: 0;
	width: 40px;
	height: 40px;
	color: #535858;
	font-size: 18px;
	overflow: hidden;
	border-radius: 999px;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.gui-icon .fa:first-child,
.gui-icon .md:first-child,
.gui-icon .glyphicon:first-child {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 40px;
	width: 1em;
}
.gui-icon:hover {
	background-color: rgba(12, 12, 12, 0.07);
	color: #313534;
}
.gui-icon:hover img {
	left: -5px;
	top: -5px;
	width: 50px;
	height: 50px;
}
.gui-controls a.expanded .gui-icon,
.gui-controls li.active .gui-icon,
.gui-controls li.active .gui-icon:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #00AEEF;
}
.gui-icon-active {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #00AEEF;
}
.expanded-menu-icon .gui-folder:hover:not(.active) .gui-icon {
	background-color: rgba(12, 12, 12, 0.07);
	color: #313534;
}
.expanded-menu-icon .gui-controls > li:not(.gui-folder) .gui-icon:hover {
	background: inherit;
}
.expanded-menu-icon .gui-icon:hover {
	background: inherit;
}
.menubar-visible .gui-folder:hover:not(.active) .gui-icon {
	background-color: rgba(12, 12, 12, 0.07);
	color: #313534;
}
.menubar-visible .gui-controls > li:not(.gui-folder) .gui-icon:hover {
	background: inherit;
}
.menubar-visible .gui-icon:hover {
	background: inherit;
}
.menubar-visible .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
	background-color: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
	background: inherit;
}
.menubar-visible .menubar-inverse .gui-icon:hover {
	background: inherit;
}
.gui-controls a.blink .gui-icon {
	-webkit-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
	animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
	-webkit-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
	animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
}
@-webkit-keyframes blink {
	50% {
		background-color: #ffffff;
		border-color: #ffffff;
		color: #00AEEF;
	}
}
@keyframes blink {
	50% {
		background-color: #ffffff;
		border-color: #ffffff;
		color: #00AEEF;
	}
}
@media (min-width: 1200px) {
	.menubar-pin .gui-controls > li:not(.gui-folder) > a:hover {
		background-color: rgba(12, 12, 12, 0.07);
	}
	.menubar-pin .gui-controls > li.active:not(.gui-folder) > a {
		background-color: #ffffff;
		-webkit-transition: background 0.3s linear;
		-o-transition: background 0.3s linear;
		transition: background 0.3s linear;
	}
	.menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
		background-color: #313942;
	}
	.menubar-pin .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
		background-color: #20252b;
	}
	.menubar-pin .gui-controls li .title {
		left: 0;
		opacity: 1;
	}
	.menubar-pin .gui-folder > a:after {
		opacity: 1;
	}
	.menubar-pin .gui-folder:hover:not(.active) .gui-icon {
		background-color: rgba(12, 12, 12, 0.07);
		color: #313534;
	}
	.menubar-pin .gui-controls > li:not(.gui-folder) .gui-icon:hover {
		background: inherit;
	}
	.menubar-pin .gui-icon:hover {
		background: inherit;
	}
	.menubar-pin .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
		background-color: rgba(255, 255, 255, 0.12);
		color: #ffffff;
	}
	.menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
		background: inherit;
	}
	.menubar-pin .menubar-inverse .gui-icon:hover {
		background: inherit;
	}
}
.menubar-visible .menubar-inverse .gui-controls small,
.menubar-pin .menubar-inverse .gui-controls small {
	color: rgba(255, 255, 255, 0.55);
}
.menubar-inverse .gui-controls > li ul > li > a:active,
.menubar-inverse .gui-controls > li ul > li > a.active {
	background-color: #20252b;
}
.menubar-inverse .gui-controls > li ul > li > a:hover,
.menubar-inverse .gui-controls > li ul > li > a:focus {
	background-color: #313942;
}
.expanded-menu-item-markup .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
	background-color: #313942;
}
.expanded-menu-item-markup .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
	background-color: #20252b;
}
.menubar-visible .gui-controls > li:not(.gui-folder) > a:hover {
	background-color: rgba(12, 12, 12, 0.07);
}
.menubar-visible .gui-controls > li.active:not(.gui-folder) > a {
	background-color: #ffffff;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
	background-color: #313942;
}
.menubar-visible .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
	background-color: #20252b;
}
.menubar-inverse .gui-controls > li ul > li:before {
	border-left: 1px dashed rgba(255, 255, 255, 0.3);
}
.menubar-inverse .gui-controls > li ul > li > a:before {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.menubar-inverse .gui-controls li .title {
	color: rgba(255, 255, 255, 0.55);
	text-shadow: 0 1px 2px #000000;
}
.menubar-inverse .gui-controls li > a:hover .title {
	color: #ffffff;
}
.menubar-inverse .gui-controls li.active > a .title {
	color: #ffffff;
}
.menubar-inverse .gui-controls li.gui-folder > a .title {
	color: rgba(255, 255, 255, 0.5);
}
.menubar-inverse .gui-controls li.gui-folder.expanded > a .title,
.menubar-inverse .gui-controls li.gui-folder.active > a .title {
	color: rgba(255, 255, 255, 0.55);
}
.menubar-inverse .gui-folder > a:after {
	color: rgba(255, 255, 255, 0.5);
}
.menubar-inverse .gui-controls > .gui-folder.expanding > a:after,
.menubar-inverse .gui-controls > .gui-folder.expanded > a:after {
	color: rgba(255, 255, 255, 0.4);
}
.menubar-inverse .gui-icon {
	color: rgba(255, 255, 255, 0.65);
}
.menubar-inverse .gui-icon:hover {
	background-color: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}
.menubar-inverse .gui-controls a.expanded .gui-icon,
.menubar-inverse .gui-controls li.active .gui-icon,
.menubar-inverse .gui-controls li.active .gui-icon:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #00AEEF;
}
.menubar-inverse .gui-icon-active {
	background-color: #00AEEF;
	border-color: #ffffff;
	color: #ffffff;
}
.expanded-menu-icon .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
	background-color: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}
.expanded-menu-icon .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
	background: inherit;
}
.expanded-menu-icon .menubar-inverse .gui-icon:hover {
	background: inherit;
}
.menubar-visible .gui-folder:hover:not(.active) .gui-icon {
	background-color: rgba(12, 12, 12, 0.07);
	color: #313534;
}
.menubar-visible .gui-controls > li:not(.gui-folder) .gui-icon:hover {
	background: inherit;
}
.menubar-visible .gui-icon:hover {
	background: inherit;
}
.menubar-visible .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
	background-color: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
	background: inherit;
}
.menubar-visible .menubar-inverse .gui-icon:hover {
	background: inherit;
}
@media (min-width: 1200px) {
	.menubar-pin .gui-controls > li:not(.gui-folder) > a:hover {
		background-color: rgba(12, 12, 12, 0.07);
	}
	.menubar-pin .gui-controls > li.active:not(.gui-folder) > a {
		background-color: #ffffff;
		-webkit-transition: background 0.3s linear;
		-o-transition: background 0.3s linear;
		transition: background 0.3s linear;
	}
	.menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
		background-color: #313942;
	}
	.menubar-pin .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
		background-color: #20252b;
	}
	.menubar-pin .gui-folder:hover:not(.active) .gui-icon {
		background-color: rgba(12, 12, 12, 0.07);
		color: #313534;
	}
	.menubar-pin .gui-controls > li:not(.gui-folder) .gui-icon:hover {
		background: inherit;
	}
	.menubar-pin .gui-icon:hover {
		background: inherit;
	}
	.menubar-pin .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
		background-color: rgba(255, 255, 255, 0.12);
		color: #ffffff;
	}
	.menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
		background: inherit;
	}
	.menubar-pin .menubar-inverse .gui-icon:hover {
		background: inherit;
	}
}

section.full-bleed {
	padding: 0 !important;
}
.section-body:first-child {
	margin-top: 24px;
}
.full-bleed .section-body:first-child {
	margin-top: 0;
}
.section-body.full-bleed {
	margin: 0 -24px;
}
.section-header {
	height: 64px;
	padding: 14px 0;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
	text-shadow: none;
	line-height: 1.846153846;
	margin: 0;
}
.section-header h1 {
	margin-top: -9px;
	margin-bottom: -6px;
}
.section-header h2 {
	margin-top: -3px;
	margin-bottom: -6px;
}
.section-header h3 {
	margin-top: 0px;
}
.section-header h4 {
	margin-top: 5px;
}
.section-header h5 {
	margin-top: 9px;
}
.section-header h6 {
	margin-top: 8px;
}
.section-action {
	position: relative;
	height: 64px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.section-action:before,
.section-action:after {
	content: " ";
	display: table;
}
.section-action:after {
	clear: both;
}
.full-content .section-action {
	position: fixed;
	z-index: 1001;
	bottom: 0;
	left: 64px;
	right: 0;
	-webkit-box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.33);
}
.section-action-row {
	padding: 6px 16px;
}
.section-floating-action-row {
	position: absolute;
	right: 24px;
	top: 0;
}
.section-floating-action-row .btn {
	top: -20px;
}
.section-floating-action-row .btn-lg {
	top: -28px;
}
.section-floating-action-row .btn-sm {
	top: -18px;
}
.section-floating-action-row .btn-xs {
	top: -15px;
}
section.section-account .img-backdrop {
	background-position: center;
	height: 0;
}
section.section-account .spacer {
	display: block;
	position: relative;
}
section.section-account .img-circle {
	float: left;
	right: 0;
	border: 5px solid #ffffff;
	margin-right: 20px;
	width: 120px;
	height: 120px;
}
@media (min-height: 500px) and (max-height: 700px) {
	section.section-account .img-backdrop,
	section.section-account .spacer {
		height: 150px;
	}
	section.section-account .img-circle {
		position: absolute;
		top: -80px;
		margin-right: 0;
	}
	section.section-account .img-backdrop {
		-webkit-animation: backdrop-animation 0.8s ease-out;
		animation: backdrop-animation 0.8s ease-out;
		-webkit-animation: backdrop-animation 0.8s ease-out 1s ease-in;
		animation: backdrop-animation 0.8s ease-out 1s ease-in;
	}
	section.section-account .card-body {
		-webkit-animation: box-animation 1s ease-out;
		animation: box-animation 1s ease-out;
		-webkit-animation: box-animation 1s ease-out 1s ease-in;
		animation: box-animation 1s ease-out 1s ease-in;
	}
}
@media (min-height: 700px) {
	section.section-account .img-backdrop,
	section.section-account .spacer {
		height: 300px;
	}
	section.section-account .img-circle {
		position: absolute;
		top: -80px;
		margin-right: 0;
	}
	section.section-account .img-backdrop {
		-webkit-animation: backdrop-animation 0.8s ease-out;
		animation: backdrop-animation 0.8s ease-out;
		-webkit-animation: backdrop-animation 0.8s ease-out 1s ease-in;
		animation: backdrop-animation 0.8s ease-out 1s ease-in;
	}
	section.section-account .card-body {
		-webkit-animation: box-animation 1s ease-out;
		animation: box-animation 1s ease-out;
		-webkit-animation: box-animation 1s ease-out 1s ease-in;
		animation: box-animation 1s ease-out 1s ease-in;
	}
}
@-webkit-keyframes backdrop-animation {
	from {
		margin-top: -10px;
	}
	to {
		margin-top: 0;
	}
}
@keyframes backdrop-animation {
	from {
		margin-top: -10px;
	}
	to {
		margin-top: 0;
	}
}
@-webkit-keyframes box-animation {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 0;
	}
}
@keyframes box-animation {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.menubar-pin.full-content .section-action {
		left: 240px;
	}
}
@media (min-width: 769px) {
	.full-content section {
		position: absolute;
		top: 64px;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: auto;
	}
	.full-content section.has-actions {
		bottom: 64px;
	}
}
@media (max-width: 768px) {
	section {
		padding: 0;
	}
	.full-content section.has-actions {
		padding-bottom: 64px;
	}
	.full-content .section-action {
		left: 0;
	}
}

.table thead {
	opacity: 1;
    background: #003359;
    color: #fff !important;
    border-bottom: 4px solid #00AEEF;
}
.table thead.thead-dark {
    background: #003359;
    color: #fff !important;
    border-bottom: 4px solid #00AEEF;
}
.table thead.thead-light {
    background: #fff;
    color: #003359 !important;
    border-bottom: 4px solid #A5ACAF;
}
.table thead > tr > th {
	color: inherit;
	font-weight: bold;
	font-size: 18px;
    text-wrap: balance;
}
.table thead tr td {
    color: #fff !important;
}
.table-bordered {
	border-color: rgba(163, 168, 168, 0.2);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color: rgba(163, 168, 168, 0.2);
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: rgba(242, 243, 243, 0.35);
}
.table-banded > tbody > tr > td:nth-child(odd),
.table-banded > tbody > tr > th:nth-child(odd) {
	background-color: rgba(242, 243, 243, 0.35);
}
.table-no-border {
	border-color: transparent;
}
.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > td {
	border-color: transparent;
}
.table-condensed > tbody > tr > td {
	vertical-align: middle;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: rgba(229, 230, 230, 0.25);
}
.input-group-lg > .input-group-content > .form-control,
.input-group-lg > .input-group-addon {
	height: 45px;
	padding: 0 0;
	font-size: 1.6em;
	line-height: 1.3333333;
	border-radius: 2px;
}
select.input-group-lg > .input-group-content > .form-control,
select.input-group-lg > .input-group-addon {
	height: 45px;
	line-height: 45px;
}
textarea.input-group-lg > .input-group-content > .form-control,
textarea.input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-content > .form-control,
select[multiple].input-group-lg > .input-group-addon {
	height: auto;
}
select.input-group-lg > .input-group-content > .form-control,
select.input-group-lg > .input-group-addon {
	height: 45px;
	line-height: 45px;
}
textarea.input-group-lg > .input-group-content > .form-control,
textarea.input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-content > .form-control,
select[multiple].input-group-lg > .input-group-addon {
	height: auto;
}
.floating-label .input-group-lg > .input-group-content > .form-control ~ label,
.floating-label .input-group-lg > .input-group-addon ~ label {
	font-size: 1.6em;
}
.input-group-sm > .input-group-content > .form-control,
.input-group-sm > .input-group-addon {
	height: 30px;
	padding: 0 0;
	font-size: 1em;
	line-height: 1.5;
	border-radius: 0px;
}
select.input-group-sm > .input-group-content > .form-control,
select.input-group-sm > .input-group-addon {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .input-group-content > .form-control,
textarea.input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-content > .form-control,
select[multiple].input-group-sm > .input-group-addon {
	height: auto;
}
select.input-group-sm > .input-group-content > .form-control,
select.input-group-sm > .input-group-addon {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .input-group-content > .form-control,
textarea.input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-content > .form-control,
select[multiple].input-group-sm > .input-group-addon {
	height: auto;
}
.floating-label .input-group-sm > .input-group-content > .form-control ~ label,
.floating-label .input-group-sm > .input-group-addon ~ label {
	font-size: 1em;
}
.input-group-addon {
	border-color: transparent;
	background-color: transparent;
	color: inherit;
	opacity: 0.7;
}
.input-group-addon,
.input-group-btn {
	padding-left: 10px;
}
.input-group-addon:first-child,
.input-group-btn:first-child {
	padding-left: 0;
	padding-right: 10px;
}
.input-group-addon:last-child,
.input-group-btn:last-child {
	padding-right: 0;
}
.input-group-addon .btn-floating-action,
.input-group-btn .btn-floating-action {
	margin-top: -7px;
}
.input-group-addon .btn-floating-action.btn-lg,
.input-group-btn .btn-floating-action.btn-lg {
	margin-top: -19px;
}
.input-group-content {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
}
.input-group .form-control-static {
	display: table-cell;
}
.input-group .form-control-static:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group .form-control-static:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group .form-control-static:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.form .form-group .input-group {
	margin-top: -16px;
}
.form .form-group .input-group-content,
.form .form-group .input-group-addon,
.form .form-group .input-group-btn {
	padding-top: 16px;
}
.form .form-group .input-group-addon {
	vertical-align: bottom;
}
.form .form-group .input-group-addon:first-child {
	min-width: 42px;
	text-align: left;
}
legend {
	display: table;
	width: 100%;
	margin: 13px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}
legend span {
	display: table-cell;
	padding: 0 10px 0 0;
	position: relative;
	bottom: -7px;
	white-space: nowrap;
	opacity: 0.8;
}
legend:before,
legend:after {
	content: '';
	display: table-cell;
	border-bottom: 1px solid rgba(12, 12, 12, 0.25);
}
legend:before {
	width: 0%;
}
legend:after {
	width: 0;
}
legend.text-center span {
	padding: 0 10px;
}
legend.text-center:before,
legend.text-center:after {
	width: 50%;
}
legend.text-right span {
	padding: 0 0 0 10px;
}
legend.text-right:before {
	width: 100%;
}
legend.text-right:after {
	width: 0%;
}
label {
	font-weight: normal;
}
.form-group > label,
.form-group .control-label {
	font-size: 16px;
	opacity: 1;
	margin-bottom: 0;
}
.form .form-group > label,
.form-inline .form-group > label {
	position: absolute;
	top: 0;
	left: 0;
}
.form-control-static {
	font-size: 16px;
}
.has-feedback label ~ .form-control-feedback,
.form-control-feedback {
	top: auto;
	bottom: 0;
}
.form-control {
	padding: .5rem;
	height: 37px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom-color: rgba(12, 12, 12, 0.12);
	background: #ffffff;
	color: #0c0c0c;
	font-size: 18px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control.placeholder {
	color: #969c9c;
}
.form-control.placeholder option {
	color: #0c0c0c;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: transparent;
	border-bottom-color: rgba(12, 12, 12, 0.2);
	border-bottom-style: dashed;
}
.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
	color: #b0b5b4;
	opacity: 1;
}
.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
	color: #b0b5b4;
}
.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
	color: #b0b5b4;
}
.form-control[disabled] ~ label:after,
.form-control[readonly] ~ label:after,
fieldset[disabled] .form-control ~ label:after,
.form-control[disabled] ~ .form-control-line:after,
.form-control[readonly] ~ .form-control-line:after,
fieldset[disabled] .form-control ~ .form-control-line:after {
	display: none;
}
textarea.form-control {
	padding: 4px 0 4px 0;
}
textarea.autosize {
	min-height: 38px;
}
.form .form-group,
.form-inline .form-group {
	padding-top: 16px;
}
.form-group {
	position: relative;
	margin-bottom: 19px;
}
.form-group .form-control:not(.static) ~ label,
.form-group .form-control:not(.static) ~ .form-control-line {
	-webkit-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.form-group .form-control ~ label,
.form-group .form-control ~ .form-control-line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	pointer-events: none;
}
.form-group .form-control ~ label:after,
.form-group .form-control ~ .form-control-line:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 45%;
	height: 2px;
	width: 10px;
	visibility: hidden;
	background-color: #00AEEF;
	-webkit-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.form-group .form-control ~ label {
	top: 0;
	margin-bottom: 0;
	font-size: 12px;
	opacity: 0.5;
}
.form-group .form-control:focus {
	border-color: rgba(12, 12, 12, 0.12);
}
.form-group .form-control:focus ~ label {
	color: #00AEEF;
	opacity: 1;
}
.form-group .form-control:focus ~ label:after,
.form-group .form-control:focus ~ .form-control-line:after {
	visibility: visible;
	width: 100%;
	left: 0;
}
.floating-label .form-control ~ label {
	top: 19px;
	font-size: 16px;
}
.floating-label .form-control:focus ~ label,
.floating-label .form-control.dirty ~ label {
	top: 0px;
	font-size: 12px !important;
}
.input-sm {
	height: 30px;
	padding: 0 0;
	font-size: 1em;
	line-height: 1.5;
	border-radius: 0px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
.floating-label .input-sm ~ label {
	font-size: 1em;
}
.input-lg {
	height: 45px;
	padding: 0 0;
	font-size: 1.6em;
	line-height: 1.3333333;
	border-radius: 2px;
}
select.input-lg {
	height: 45px;
	line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}
select.input-lg {
	height: 45px;
	line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}
.floating-label .input-lg ~ label {
	font-size: 1.6em;
}
.form-group.control-width-tiny {
	max-width: 40px;
}
.form-group.control-width-mini {
	max-width: 72px;
}
.form-group.control-width-small {
	max-width: 136px;
}
.form-group.control-width-medium {
	max-width: 200px;
}
.form-group.control-width-normal {
	max-width: 300px;
}
.form-group.control-width-large {
	max-width: 500px;
}
.form-group.control-width-xlarge {
	max-width: 800px;
}
.form-group.control-width-xxlarge {
	max-width: 1200px;
}
textarea.control-2-rows {
	height: 64px;
}
textarea.control-3-rows {
	height: 96px;
}
textarea.control-4-rows {
	height: 128px;
}
textarea.control-5-rows {
	height: 160px;
}
textarea.control-6-rows {
	height: 192px;
}
textarea.control-7-rows {
	height: 224px;
}
textarea.control-8-rows {
	height: 256px;
}
textarea.control-9-rows {
	height: 288px;
}
textarea.control-10-rows {
	height: 320px;
}
textarea.control-11-rows {
	height: 352px;
}
textarea.control-12-rows {
	height: 384px;
}
textarea.no-resize {
	resize: none;
}
.form-horizontal .form-group {
	padding-top: 0;
	margin-bottom: 11px;
}
.form-horizontal .form-control ~ .form-control-line {
	left: 12px;
	right: 12px;
	width: auto;
}
.form-horizontal .input-group .form-control ~ .form-control-line {
	left: 0;
	right: 0;
}
@media (min-width: 769px) {
	.form-inline .form-group {
		margin-right: 12px;
	}
	.form-inline .radio,
	.form-inline .checkbox,
	.form-inline .btn {
		margin-top: 16px;
		margin-right: 12px;
	}
}
.help-block {
	position: absolute;
	right: 0;
	bottom: -20px;
	margin: 0;
	color: inherit;
	opacity: .7;
	font-size: 12px;
}
.form-horizontal .help-block {
	bottom: -20px;
	right: 10px;
}
span.help-block {
	right: auto;
}
.form-horizontal span.help-block {
	right: auto;
}
.form-inverse .form-group .form-control {
	color: #f2f3f3;
	border-bottom-color: rgba(255, 255, 255, 0.25);
}
.form-inverse .form-group .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.form-inverse .form-group .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.form-inverse .form-group .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.form-inverse .form-group .form-control ~ label:after,
.form-inverse .form-group .form-control ~ .form-control-line:after {
	background-color: #a6ede8;
}
.form-inverse .form-group .form-control:focus {
	border-color: rgba(255, 255, 255, 0.25);
}
.form-inverse .form-group .form-control:focus ~ label {
	color: #a6ede8;
}
.form-inverse .form-group .form-control[disabled],
.form-inverse .form-group .form-control[readonly],
fieldset[disabled] .form-inverse .form-group .form-control {
	border-bottom-color: rgba(255, 255, 255, 0.4);
}
.form-inverse select:focus {
	background: #ffffff;
	color: #313534 !important;
}
.has-warning .help-block {
	color: #ff9800;
	opacity: 1;
}
.has-warning .form-control {
	border-bottom-color: #ff9800;
}
.has-warning .form-control:focus,
.has-warning .form-control.dirty {
	border-bottom-color: #ff9800;
}
.has-warning .form-control:focus ~ label,
.has-warning .form-control.dirty ~ label {
	color: inherit;
}
.has-warning .form-control ~ label,
.has-warning .form-control ~ .form-control-line {
	color: inherit;
}
.has-warning .form-control ~ label:after,
.has-warning .form-control ~ .form-control-line:after {
	background-color: #ff9800;
}
.has-warning label,
.has-warning .control-label,
.has-warning .form-control-feedback {
	color: #ff9800;
}
.form-horizontal .has-warning label,
.form-horizontal .has-warning .control-label,
.form-horizontal .has-warning .form-control-feedback {
	opacity: 1;
}
.form-inverse .has-warning .help-block {
	color: #e69c2e;
	opacity: 1;
}
.form-inverse .has-warning .form-control {
	border-bottom-color: #e69c2e;
}
.form-inverse .has-warning .form-control:focus,
.form-inverse .has-warning .form-control.dirty {
	border-bottom-color: #e69c2e;
}
.form-inverse .has-warning .form-control:focus ~ label,
.form-inverse .has-warning .form-control.dirty ~ label {
	color: inherit;
}
.form-inverse .has-warning .form-control ~ label,
.form-inverse .has-warning .form-control ~ .form-control-line {
	color: inherit;
}
.form-inverse .has-warning .form-control ~ label:after,
.form-inverse .has-warning .form-control ~ .form-control-line:after {
	background-color: #e69c2e;
}
.form-inverse .has-warning label,
.form-inverse .has-warning .control-label,
.form-inverse .has-warning .form-control-feedback {
	color: #e69c2e;
}
.form-horizontal .form-inverse .has-warning label,
.form-horizontal .form-inverse .has-warning .control-label,
.form-horizontal .form-inverse .has-warning .form-control-feedback {
	opacity: 1;
}
.has-error .help-block {
	color: #f44336;
	opacity: 1;
}
.has-error .form-control {
	border-bottom-color: #f44336;
}
.has-error .form-control:focus,
.has-error .form-control.dirty {
	border-bottom-color: #f44336;
}
.has-error .form-control:focus ~ label,
.has-error .form-control.dirty ~ label {
	color: inherit;
}
.has-error .form-control ~ label,
.has-error .form-control ~ .form-control-line {
	color: inherit;
}
.has-error .form-control ~ label:after,
.has-error .form-control ~ .form-control-line:after {
	background-color: #f44336;
}
.has-error label,
.has-error .control-label,
.has-error .form-control-feedback {
	color: #f44336;
}
.form-horizontal .has-error label,
.form-horizontal .has-error .control-label,
.form-horizontal .has-error .form-control-feedback {
	opacity: 1;
}
.form-inverse .has-error .help-block {
	color: #e65045;
	opacity: 1;
}
.form-inverse .has-error .form-control {
	border-bottom-color: #e65045;
}
.form-inverse .has-error .form-control:focus,
.form-inverse .has-error .form-control.dirty {
	border-bottom-color: #e65045;
}
.form-inverse .has-error .form-control:focus ~ label,
.form-inverse .has-error .form-control.dirty ~ label {
	color: inherit;
}
.form-inverse .has-error .form-control ~ label,
.form-inverse .has-error .form-control ~ .form-control-line {
	color: inherit;
}
.form-inverse .has-error .form-control ~ label:after,
.form-inverse .has-error .form-control ~ .form-control-line:after {
	background-color: #e65045;
}
.form-inverse .has-error label,
.form-inverse .has-error .control-label,
.form-inverse .has-error .form-control-feedback {
	color: #e65045;
}
.form-horizontal .form-inverse .has-error label,
.form-horizontal .form-inverse .has-error .control-label,
.form-horizontal .form-inverse .has-error .form-control-feedback {
	opacity: 1;
}
.has-success .help-block {
	color: #4caf50;
	opacity: 1;
}
.has-success .form-control {
	border-bottom-color: #4caf50;
}
.has-success .form-control:focus,
.has-success .form-control.dirty {
	border-bottom-color: #4caf50;
}
.has-success .form-control:focus ~ label,
.has-success .form-control.dirty ~ label {
	color: inherit;
}
.has-success .form-control ~ label,
.has-success .form-control ~ .form-control-line {
	color: inherit;
}
.has-success .form-control ~ label:after,
.has-success .form-control ~ .form-control-line:after {
	background-color: #4caf50;
}
.has-success label,
.has-success .control-label,
.has-success .form-control-feedback {
	color: #4caf50;
}
.form-horizontal .has-success label,
.form-horizontal .has-success .control-label,
.form-horizontal .has-success .form-control-feedback {
	opacity: 1;
}
.form-inverse .has-success .help-block {
	color: #45e64a;
	opacity: 1;
}
.form-inverse .has-success .form-control {
	border-bottom-color: #45e64a;
}
.form-inverse .has-success .form-control:focus,
.form-inverse .has-success .form-control.dirty {
	border-bottom-color: #45e64a;
}
.form-inverse .has-success .form-control:focus ~ label,
.form-inverse .has-success .form-control.dirty ~ label {
	color: inherit;
}
.form-inverse .has-success .form-control ~ label,
.form-inverse .has-success .form-control ~ .form-control-line {
	color: inherit;
}
.form-inverse .has-success .form-control ~ label:after,
.form-inverse .has-success .form-control ~ .form-control-line:after {
	background-color: #45e64a;
}
.form-inverse .has-success label,
.form-inverse .has-success .control-label,
.form-inverse .has-success .form-control-feedback {
	color: #45e64a;
}
.form-horizontal .form-inverse .has-success label,
.form-horizontal .form-inverse .has-success .control-label,
.form-horizontal .form-inverse .has-success .form-control-feedback {
	opacity: 1;
}
.btn-default-bright {
	color: #e5e6e6;
	color: #313534;
	background-color: #ffffff;
	border-color: #e5e6e6;
}
.btn-default-bright:hover,
.btn-default-bright:focus,
.btn-default-bright.focus,
.btn-default-bright:active,
.btn-default-bright.active,
.open > .dropdown-toggle.btn-default-bright {
	color: #e5e6e6;
	background-color: #e6e6e6;
	border-color: #c5c9c8;
}
.btn-default-bright:active,
.btn-default-bright.active,
.open > .dropdown-toggle.btn-default-bright {
	background-image: none;
}
.btn-default-bright.disabled,
.btn-default-bright[disabled],
fieldset[disabled] .btn-default-bright,
.btn-default-bright.disabled:hover,
.btn-default-bright[disabled]:hover,
fieldset[disabled] .btn-default-bright:hover,
.btn-default-bright.disabled:focus,
.btn-default-bright[disabled]:focus,
fieldset[disabled] .btn-default-bright:focus,
.btn-default-bright.disabled.focus,
.btn-default-bright[disabled].focus,
fieldset[disabled] .btn-default-bright.focus,
.btn-default-bright.disabled:active,
.btn-default-bright[disabled]:active,
fieldset[disabled] .btn-default-bright:active,
.btn-default-bright.disabled.active,
.btn-default-bright[disabled].active,
fieldset[disabled] .btn-default-bright.active {
	background-color: #ffffff;
	border-color: #e5e6e6;
}
.btn-default-bright .badge {
	color: #ffffff;
	background-color: #e5e6e6;
}
.btn-default-bright:hover,
.btn-default-bright:focus,
.open .dropdown-toggle.btn-default-bright {
	color: #313534;
	background-color: #ededed;
	border-color: #ededed;
}
.btn-default-bright:active,
.btn-default-bright.active {
	color: #313534;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}
.btn-default-bright.btn-flat,
.btn-default-bright.btn-icon-toggle {
	color: #e5e6e6;
}
.open .dropdown-toggle.btn-default-bright.btn-flat,
.open .dropdown-toggle.btn-default-bright.btn-icon-toggle {
	color: #ffffff;
}
.btn-default-light {
	color: #bdc1c1;
	color: #313534;
	background-color: #f2f3f3;
	border-color: #f2f3f3;
}
.btn-default-light:hover,
.btn-default-light:focus,
.btn-default-light.focus,
.btn-default-light:active,
.btn-default-light.active,
.open > .dropdown-toggle.btn-default-light {
	color: #bdc1c1;
	background-color: #d8dada;
	border-color: #d2d5d5;
}
.btn-default-light:active,
.btn-default-light.active,
.open > .dropdown-toggle.btn-default-light {
	background-image: none;
}
.btn-default-light.disabled,
.btn-default-light[disabled],
fieldset[disabled] .btn-default-light,
.btn-default-light.disabled:hover,
.btn-default-light[disabled]:hover,
fieldset[disabled] .btn-default-light:hover,
.btn-default-light.disabled:focus,
.btn-default-light[disabled]:focus,
fieldset[disabled] .btn-default-light:focus,
.btn-default-light.disabled.focus,
.btn-default-light[disabled].focus,
fieldset[disabled] .btn-default-light.focus,
.btn-default-light.disabled:active,
.btn-default-light[disabled]:active,
fieldset[disabled] .btn-default-light:active,
.btn-default-light.disabled.active,
.btn-default-light[disabled].active,
fieldset[disabled] .btn-default-light.active {
	background-color: #f2f3f3;
	border-color: #f2f3f3;
}
.btn-default-light .badge {
	color: #f2f3f3;
	background-color: #bdc1c1;
}
.btn-default-light:hover,
.btn-default-light:focus,
.open .dropdown-toggle.btn-default-light {
	color: #313534;
	background-color: #dfe1e1;
	border-color: #dfe1e1;
}
.btn-default-light:active,
.btn-default-light.active {
	color: #313534;
	background-color: #d8dada;
	border-color: #d8dada;
}
.btn-default-light.btn-flat,
.btn-default-light.btn-icon-toggle {
	color: #bdc1c1;
}
.open .dropdown-toggle.btn-default-light.btn-flat,
.open .dropdown-toggle.btn-default-light.btn-icon-toggle {
	color: #f2f3f3;
}
.btn-default-dark {
	color: #20252b;
	color: #ffffff;
	background-color: #20252b;
	border-color: #20252b;
}
.btn-default-dark:hover,
.btn-default-dark:focus,
.btn-default-dark.focus,
.btn-default-dark:active,
.btn-default-dark.active,
.open > .dropdown-toggle.btn-default-dark {
	color: #20252b;
	background-color: #0a0c0e;
	border-color: #060708;
}
.btn-default-dark:active,
.btn-default-dark.active,
.open > .dropdown-toggle.btn-default-dark {
	background-image: none;
}
.btn-default-dark.disabled,
.btn-default-dark[disabled],
fieldset[disabled] .btn-default-dark,
.btn-default-dark.disabled:hover,
.btn-default-dark[disabled]:hover,
fieldset[disabled] .btn-default-dark:hover,
.btn-default-dark.disabled:focus,
.btn-default-dark[disabled]:focus,
fieldset[disabled] .btn-default-dark:focus,
.btn-default-dark.disabled.focus,
.btn-default-dark[disabled].focus,
fieldset[disabled] .btn-default-dark.focus,
.btn-default-dark.disabled:active,
.btn-default-dark[disabled]:active,
fieldset[disabled] .btn-default-dark:active,
.btn-default-dark.disabled.active,
.btn-default-dark[disabled].active,
fieldset[disabled] .btn-default-dark.active {
	background-color: #20252b;
	border-color: #20252b;
}
.btn-default-dark .badge {
	color: #20252b;
	background-color: #20252b;
}
.btn-default-dark:hover,
.btn-default-dark:focus,
.open .dropdown-toggle.btn-default-dark {
	color: #ffffff;
	background-color: #111317;
	border-color: #111317;
}
.btn-default-dark:active,
.btn-default-dark.active {
	color: #ffffff;
	background-color: #0a0c0e;
	border-color: #0a0c0e;
}
.btn-default-dark.btn-flat,
.btn-default-dark.btn-icon-toggle {
	color: #20252b;
}
.open .dropdown-toggle.btn-default-dark.btn-flat,
.open .dropdown-toggle.btn-default-dark.btn-icon-toggle {
	color: #20252b;
}
.btn-primary-bright, .btn-clinical {

	color: #fff;
	background-color: #3CB6CE;
	border-color: #3CB6CE;
}
.btn-primary-bright:hover,
.btn-clinical:hover,
.btn-primary-bright:focus,
.btn-clinical.focus,
.btn-primary-bright:active,
.btn-clinical.active,
.open > .dropdown-toggle.btn-clinical,
.open > .dropdown-toggle.btn-primary-bright {
	color: #fff;
	background-color: #3399ad;
	border-color: #3399ad;
}
.btn-primary-bright:active,
.btn-clinical.active,
.open > .dropdown-toggle.clinical,
.open > .dropdown-toggle.btn-primary-bright {
	background-image: none;
}
.btn-primary-bright.disabled,
.btn-primary-bright[disabled],
fieldset[disabled] .btn-primary-bright,
.btn-primary-bright.disabled:hover,
.btn-primary-bright[disabled]:hover,
fieldset[disabled] .btn-primary-bright:hover,
.btn-primary-bright.disabled:focus,
.btn-primary-bright[disabled]:focus,
fieldset[disabled] .btn-primary-bright:focus,
.btn-primary-bright.disabled.focus,
.btn-primary-bright[disabled].focus,
fieldset[disabled] .btn-primary-bright.focus,
.btn-primary-bright.disabled:active,
.btn-primary-bright[disabled]:active,
fieldset[disabled] .btn-primary-bright:active,
.btn-primary-bright.disabled.active,
.btn-primary-bright[disabled].active,
fieldset[disabled] .btn-primary-bright.active {
	background-color: #3CB6CE;
	border-color: #3CB6CE;
}
.btn-primary-bright .badge {
	color: #fff;
	background-color: #3CB6CE;
}
.btn-primary-bright:hover,
.btn-primary-bright:focus,
.open .dropdown-toggle.btn-primary-bright {
	color: #fff;
	background-color: #3399ad;
	border-color: #3399ad;
}
.btn-primary-bright:active,
.btn-primary-bright.active {
	color: #fff;
	background-color: #6ec9db;
	border-color: #6ec9db;
}
.btn-primary-bright.btn-flat,
.btn-primary-bright.btn-icon-toggle {
	color: #3CB6CE;
}
.open .dropdown-toggle.btn-primary-bright.btn-flat,
.open .dropdown-toggle.btn-primary-bright.btn-icon-toggle {
	color: #3CB6CE;
}
.btn-primary-light {
	color: #fff;
	background-color: #64A0C8;
	border-color: #64A0C8;
}
.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light.focus,
.btn-primary-light:active,
.btn-primary-light.active,
.open > .dropdown-toggle.btn-primary-light {
	color: #ffffff;
	background-color: #407394;
	border-color: #407394;
}
.btn-primary-light:active,
.btn-primary-light.active,
.open > .dropdown-toggle.btn-primary-light {
	background-image: none;
}
.btn-primary-light.disabled,
.btn-primary-light[disabled],
fieldset[disabled] .btn-primary-light,
.btn-primary-light.disabled:hover,
.btn-primary-light[disabled]:hover,
fieldset[disabled] .btn-primary-light:hover,
.btn-primary-light.disabled:focus,
.btn-primary-light[disabled]:focus,
fieldset[disabled] .btn-primary-light:focus,
.btn-primary-light.disabled.focus,
.btn-primary-light[disabled].focus,
fieldset[disabled] .btn-primary-light.focus,
.btn-primary-light.disabled:active,
.btn-primary-light[disabled]:active,
fieldset[disabled] .btn-primary-light:active,
.btn-primary-light.disabled.active,
.btn-primary-light[disabled].active,
fieldset[disabled] .btn-primary-light.active {
	background-color: #64A0C8;
	border-color: #64A0C8;
}
.btn-primary-light .badge {
	color: #64A0C8;
	background-color: #64A0C8;
}
.btn-primary-light:hover,
.btn-primary-light:focus,
.open .dropdown-toggle.btn-primary-light {
	color: #fff;
	background-color: #407394;
	border-color: #407394;
}
.btn-primary-light:active,
.btn-primary-light.active {
	color: #ffffff;
	background-color: #407394;
	border-color: #407394;
}
.btn-primary-light.btn-flat,
.btn-primary-light.btn-icon-toggle {
	color: #64A0C8;
}
.open .dropdown-toggle.btn-primary-light.btn-flat,
.open .dropdown-toggle.btn-primary-light.btn-icon-toggle {
	color: #64A0C8;
}
.btn-primary-dark {
	color: #066265;
	color: #ffffff;
	background-color: #066265;
	border-color: #066265;
}
.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark.focus,
.btn-primary-dark:active,
.btn-primary-dark.active,
.open > .dropdown-toggle.btn-primary-dark {
	color: #066265;
	background-color: #033334;
	border-color: #022a2b;
}
.btn-primary-dark:active,
.btn-primary-dark.active,
.open > .dropdown-toggle.btn-primary-dark {
	background-image: none;
}
.btn-primary-dark.disabled,
.btn-primary-dark[disabled],
fieldset[disabled] .btn-primary-dark,
.btn-primary-dark.disabled:hover,
.btn-primary-dark[disabled]:hover,
fieldset[disabled] .btn-primary-dark:hover,
.btn-primary-dark.disabled:focus,
.btn-primary-dark[disabled]:focus,
fieldset[disabled] .btn-primary-dark:focus,
.btn-primary-dark.disabled.focus,
.btn-primary-dark[disabled].focus,
fieldset[disabled] .btn-primary-dark.focus,
.btn-primary-dark.disabled:active,
.btn-primary-dark[disabled]:active,
fieldset[disabled] .btn-primary-dark:active,
.btn-primary-dark.disabled.active,
.btn-primary-dark[disabled].active,
fieldset[disabled] .btn-primary-dark.active {
	background-color: #066265;
	border-color: #066265;
}
.btn-primary-dark .badge {
	color: #066265;
	background-color: #066265;
}
.btn-primary-dark:hover,
.btn-primary-dark:focus,
.open .dropdown-toggle.btn-primary-dark {
	color: #ffffff;
	background-color: #044143;
	border-color: #044143;
}
.btn-primary-dark:active,
.btn-primary-dark.active {
	color: #ffffff;
	background-color: #033334;
	border-color: #033334;
}
.btn-primary-dark.btn-flat,
.btn-primary-dark.btn-icon-toggle {
	color: #066265;
}
.open .dropdown-toggle.btn-primary-dark.btn-flat,
.open .dropdown-toggle.btn-primary-dark.btn-icon-toggle {
	color: #066265;
}
.btn-accent-bright, .btn-augray {

	color: #fff;
	background-color: #A5ACAF;
	border-color: #A5ACAF;
}
.btn-accent-bright:hover,
.btn-augray:hover,
.btn-accent-bright:focus,
.btn-augray.focus,
.btn-accent-bright:active,
.btn-augray.active,
.open > .dropdown-toggle.btn-augray,
.open > .dropdown-toggle.btn-accent-bright {
	color: #fff;
	background-color: #878a8c;
	border-color: #878a8c;
}
.btn-accent-bright:active,
.btn-augray.active,
.open > .dropdown-toggle.btn-augray,
.open > .dropdown-toggle.btn-accent-bright {
	background-image: none;
}
.btn-accent-bright.disabled,
.btn-accent-bright[disabled],
fieldset[disabled] .btn-accent-bright,
.btn-accent-bright.disabled:hover,
.btn-accent-bright[disabled]:hover,
fieldset[disabled] .btn-accent-bright:hover,
.btn-accent-bright.disabled:focus,
.btn-accent-bright[disabled]:focus,
fieldset[disabled] .btn-accent-bright:focus,
.btn-accent-bright.disabled.focus,
.btn-accent-bright[disabled].focus,
fieldset[disabled] .btn-accent-bright.focus,
.btn-accent-bright.disabled:active,
.btn-accent-bright[disabled]:active,
fieldset[disabled] .btn-accent-bright:active,
.btn-accent-bright.disabled.active,
.btn-accent-bright[disabled].active,
fieldset[disabled] .btn-accent-bright.active {
	background-color: #A5ACAF;
	border-color: #A5ACAF;
}
.btn-accent-bright .badge, .btn-augray .badge {
	color: #fff;
	background-color: #A5ACAF;
}
.btn-accent-bright:hover,
.btn-accent-bright:focus,
.open .dropdown-toggle.btn-accent-bright {
	color: #fff;
	background-color: #878a8c;
	border-color: #878a8c;
}
.btn-accent-bright:active,
.btn-accent-bright.active {
	color: #ffffff;
	background-color: #878a8c;
	border-color: #878a8c;
}
.btn-accent-bright.btn-flat,
.btn-accent-bright.btn-icon-toggle {
	color: #A5ACAF;
}
.open .dropdown-toggle.btn-accent-bright.btn-flat,
.open .dropdown-toggle.btn-accent-bright.btn-icon-toggle {
	color: #A5ACAF;
}
.btn-accent-light {
	color: #44D62C;
	color: #ffffff;
	background-color: #44D62C;
	border-color: #44D62C;
}
.btn-accent-light:hover,
.btn-accent-light:focus,
.btn-accent-light.focus,
.btn-accent-light:active,
.btn-accent-light.active,
.open > .dropdown-toggle.btn-accent-light {
	color: #44D62C;
	background-color: #39b325;
	border-color: #b34dc5;
}
.btn-accent-light:active,
.btn-accent-light.active,
.open > .dropdown-toggle.btn-accent-light {
	background-image: none;
}
.btn-accent-light.disabled,
.btn-accent-light[disabled],
fieldset[disabled] .btn-accent-light,
.btn-accent-light.disabled:hover,
.btn-accent-light[disabled]:hover,
fieldset[disabled] .btn-accent-light:hover,
.btn-accent-light.disabled:focus,
.btn-accent-light[disabled]:focus,
fieldset[disabled] .btn-accent-light:focus,
.btn-accent-light.disabled.focus,
.btn-accent-light[disabled].focus,
fieldset[disabled] .btn-accent-light.focus,
.btn-accent-light.disabled:active,
.btn-accent-light[disabled]:active,
fieldset[disabled] .btn-accent-light:active,
.btn-accent-light.disabled.active,
.btn-accent-light[disabled].active,
fieldset[disabled] .btn-accent-light.active {
	background-color: #44D62C;
	border-color: #44D62C;
}
.btn-accent-light .badge {
	color: #44D62C;
	background-color: #44D62C;
}
.btn-accent-light:hover,
.btn-accent-light:focus,
.open .dropdown-toggle.btn-accent-light {
	color: #ffffff;
	background-color: #39b325;
	border-color: #39b325;
}
.btn-accent-light:active,
.btn-accent-light.active {
	color: #ffffff;
	background-color: #39b325;
	border-color: #39b325;
}
.btn-accent-light.btn-flat,
.btn-accent-light.btn-icon-toggle {
	color: #44D62C;
}
.open .dropdown-toggle.btn-accent-light.btn-flat,
.open .dropdown-toggle.btn-accent-light.btn-icon-toggle {
	color: #44D62C;
}
.btn-accent {

	color: #ffffff;
	background-color: #003359;
	border-color: #003359;
}
.btn-accent:hover,
.btn-accent:focus,
.btn-accent.focus,
.btn-accent:active,
.btn-accent.active,
.open > .dropdown-toggle.btn-accent {
	color: #fff;
	background-color: #012540;
	border-color: #012540;
}
.btn-accent:active,
.btn-accent.active,
.open > .dropdown-toggle.btn-accent {
	background-image: none;
}
.btn-accent.disabled,
.btn-accent[disabled],
fieldset[disabled] .btn-accent,
.btn-accent.disabled:hover,
.btn-accent[disabled]:hover,
fieldset[disabled] .btn-accent:hover,
.btn-accent.disabled:focus,
.btn-accent[disabled]:focus,
fieldset[disabled] .btn-accent:focus,
.btn-accent.disabled.focus,
.btn-accent[disabled].focus,
fieldset[disabled] .btn-accent.focus,
.btn-accent.disabled:active,
.btn-accent[disabled]:active,
fieldset[disabled] .btn-accent:active,
.btn-accent.disabled.active,
.btn-accent[disabled].active,
fieldset[disabled] .btn-accent.active {
	background-color: #003359;
	border-color: #003359;
}
.btn-accent .badge {
	color: #003359;
	background-color: #003359;
}
.btn-accent:hover,
.btn-accent:focus,
.open .dropdown-toggle.btn-accent {
	color: #ffffff;
	background-color: #024271;
	border-color: #024271;
}
.btn-accent:active,
.btn-accent.active {
	color: #ffffff;
	background-color: #011b2f;
	border-color: #011b2f;
}
.btn-accent.btn-flat,
.btn-accent.btn-icon-toggle {
	color: #003359;
}
.open .dropdown-toggle.btn-accent.btn-flat,
.open .dropdown-toggle.btn-accent.btn-icon-toggle {
	color: #003359;
}
.btn-accent-dark {
	color: #681a7f;
	color: #ffffff;
	background-color: #681a7f;
	border-color: #681a7f;
}
.btn-accent-dark:hover,
.btn-accent-dark:focus,
.btn-accent-dark.focus,
.btn-accent-dark:active,
.btn-accent-dark.active,
.open > .dropdown-toggle.btn-accent-dark {
	color: #681a7f;
	background-color: #461155;
	border-color: #3f104d;
}
.btn-accent-dark:active,
.btn-accent-dark.active,
.open > .dropdown-toggle.btn-accent-dark {
	background-image: none;
}
.btn-accent-dark.disabled,
.btn-accent-dark[disabled],
fieldset[disabled] .btn-accent-dark,
.btn-accent-dark.disabled:hover,
.btn-accent-dark[disabled]:hover,
fieldset[disabled] .btn-accent-dark:hover,
.btn-accent-dark.disabled:focus,
.btn-accent-dark[disabled]:focus,
fieldset[disabled] .btn-accent-dark:focus,
.btn-accent-dark.disabled.focus,
.btn-accent-dark[disabled].focus,
fieldset[disabled] .btn-accent-dark.focus,
.btn-accent-dark.disabled:active,
.btn-accent-dark[disabled]:active,
fieldset[disabled] .btn-accent-dark:active,
.btn-accent-dark.disabled.active,
.btn-accent-dark[disabled].active,
fieldset[disabled] .btn-accent-dark.active {
	background-color: #681a7f;
	border-color: #681a7f;
}
.btn-accent-dark .badge {
	color: #681a7f;
	background-color: #681a7f;
}
.btn-accent-dark:hover,
.btn-accent-dark:focus,
.open .dropdown-toggle.btn-accent-dark {
	color: #ffffff;
	background-color: #501462;
	border-color: #501462;
}
.btn-accent-dark:active,
.btn-accent-dark.active {
	color: #ffffff;
	background-color: #461155;
	border-color: #461155;
}
.btn-accent-dark.btn-flat,
.btn-accent-dark.btn-icon-toggle {
	color: #681a7f;
}
.open .dropdown-toggle.btn-accent-dark.btn-flat,
.open .dropdown-toggle.btn-accent-dark.btn-icon-toggle {
	color: #681a7f;
}
.btn {
	font-size: 14px;
	text-transform: none;
	font-weight:600;
	padding:6px 12px!important;
}
.btn:active,
.btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .pull-right,
.btn .pull-left {
	line-height: 1.5em;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	border-color: transparent;
	background: rgba(0, 0, 0, 0.15);
	color: #313534;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.btn-raised {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	-webkit-transition: -webkit-box-shadow 0.15s ease-out;
	-o-transition: -o-box-shadow 0.15s ease-out;
	transition: -webkit-box-shadow 0.15s ease-out;
	-o-transition: box-shadow 0.15s ease-out;
	transition: box-shadow 0.15s ease-out;
	transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.btn-raised:hover {
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
}
.btn-raised:active,
.btn-raised.active {
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
}
.btn-raised.disabled,
.btn-raised[disabled],
.pager .disabled .btn-raised {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-flat,
.btn-icon-toggle {
	background-color: transparent;
	font-weight: normal;
	border-color: transparent;
}
.btn-flat:hover,
.btn-icon-toggle:hover,
.btn-flat:focus,
.btn-icon-toggle:focus,
.open .dropdown-toggle.btn-flat,
.open .dropdown-toggle.btn-icon-toggle {
	background-color: rgba(12, 12, 12, 0.07);
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
}
.btn-flat:active,
.btn-icon-toggle:active,
.btn-flat.active,
.btn-icon-toggle.active {
	background-color: rgba(12, 12, 12, 0.25);
	border-color: transparent;
	color: #ffffff;
}
.btn-flat.disabled,
.btn-icon-toggle.disabled,
.btn-flat[disabled],
.btn-icon-toggle[disabled],
fieldset[disabled] .btn-flat,
fieldset[disabled] .btn-icon-toggle {
	background: transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.btn-icon-toggle {
	border-radius: 999px !important;
}
.btn-rounded {
	border-radius: 999px;
}
.btn-rounded .label {
	top: 0;
	right: 3px;
}
.btn-plane {
	display: table;
	width: 100%;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-plane > div {
	display: table-cell;
	vertical-align: middle;
}
.btn-labeled {
	position: relative;
}
.btn-labeled .label {
	position: absolute;
	top: -6px;
	right: -6px;
}
.btn-rounded.btn-labeled .label {
	top: 7px;
	right: auto;
	left: 99%;
	margin: auto;
}
.btn-icon-toggle {
	padding: 0;
	width: 36px;
}
.btn-icon-toggle .fa,
.btn-icon-toggle .md,
.btn-icon-toggle .glyphicon {
	margin: 0;
	line-height: 34px;
}
.btn-icon-toggle.btn-lg {
	width: 46px;
}
.btn-icon-toggle.btn-lg .fa,
.btn-icon-toggle.btn-lg .md,
.btn-icon-toggle.btn-lg .glyphicon {
	line-height: 44px;
}
.btn-icon-toggle.btn-sm {
	width: 32px;
}
.btn-icon-toggle.btn-sm .fa,
.btn-icon-toggle.btn-sm .md,
.btn-icon-toggle.btn-sm .glyphicon {
	line-height: 30px;
}
.btn-icon-toggle.btn-xs {
	width: 24px;
}
.btn-icon-toggle.btn-xs .fa,
.btn-icon-toggle.btn-xs .md,
.btn-icon-toggle.btn-xs .glyphicon {
	line-height: 22px;
}
.btn-group-xs > .btn.btn-icon-toggle {
	width: 22px;
	padding: 0;
}
.btn-group-sm > .btn.btn-icon-toggle {
	width: 30px;
	padding: 0;
}
.btn-group-lg > .btn.btn-icon-toggle {
	width: 44px;
	padding: 0;
}
.checkbox-styled:not(ie8),
.radio-styled:not(ie8) {
	position: relative;
	margin-top: 0;
}
.checkbox-styled:not(ie8) input ~ span,
.radio-styled:not(ie8) input ~ span {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	cursor: pointer;
	vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	border: 2px solid #535858;
}
.checkbox-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="radio"],
.checkbox-styled:not(ie8) input[type="checkbox"],
.radio-styled:not(ie8) input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-styled:not(ie8) label,
.radio-styled:not(ie8) label {
	padding-left: 0;
}
.checkbox-styled:not(ie8).radio-inline,
.radio-styled:not(ie8).radio-inline,
.checkbox-styled:not(ie8).checkbox-inline,
.radio-styled:not(ie8).checkbox-inline {
	padding-left: 0;
}
.checkbox-styled:not(ie8).disabled ~ span:before,
.radio-styled:not(ie8).disabled ~ span:before,
.checkbox-styled:not(ie8) input[disabled] ~ span:before,
.radio-styled:not(ie8) input[disabled] ~ span:before,
.checkbox-styled:not(ie8) input[readonly] ~ span:before,
.radio-styled:not(ie8) input[readonly] ~ span:before {
	border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:before,
.radio-styled:not(ie8).disabled:checked ~ span:before,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:before,
.radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:before,
.radio-styled:not(ie8) input[readonly]:checked ~ span:before {
	border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:after,
.radio-styled:not(ie8).disabled:checked ~ span:after,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:after,
.radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:after,
.radio-styled:not(ie8) input[readonly]:checked ~ span:after {
	background-color: #e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span:before {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.checkbox-styled:not(ie8) input:checked ~ span:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 10px;
	border-color: #00AEEF;
	border-top-style: none;
	border-right-style: none;
}
.radio-styled:not(ie8) input ~ span:before {
	top: 0;
	border-radius: 50%;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.radio-styled:not(ie8) input:checked ~ span:before {
	border-color: #00AEEF;
}
.radio-styled:not(ie8) input ~ span:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	width: 0;
	height: 0;
	background-color: #00AEEF;
	border-radius: 50%;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.radio-styled:not(ie8) input:checked ~ span:after {
	left: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
}
.form-inverse .checkbox-styled:not(ie8) input ~ span:before,
.form-inverse .radio-styled:not(ie8) input ~ span:before {
	border-color: rgba(255, 255, 255, 0.8);
}
.form-inverse .checkbox-styled:not(ie8) input:checked ~ span:before,
.form-inverse .radio-styled:not(ie8) input:checked ~ span:before {
	border-color: #00AEEF;
}
.form-inverse .checkbox-styled:not(ie8).disabled ~ span:before,
.form-inverse .radio-styled:not(ie8).disabled ~ span:before,
.form-inverse .checkbox-styled:not(ie8) input[disabled] ~ span:before,
.form-inverse .radio-styled:not(ie8) input[disabled] ~ span:before,
.form-inverse .checkbox-styled:not(ie8) input[readonly] ~ span:before,
.form-inverse .radio-styled:not(ie8) input[readonly] ~ span:before,
.form-inverse .checkbox-styled:not(ie8).disabled:checked ~ span:before,
.form-inverse .radio-styled:not(ie8).disabled:checked ~ span:before,
.form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span:before,
.form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span:before,
.form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span:before {
	border-color: rgba(255, 255, 255, 0.2);
}
.form-inverse .checkbox-styled:not(ie8).disabled:checked ~ span:after,
.form-inverse .radio-styled:not(ie8).disabled:checked ~ span:after,
.form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span:after,
.form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span:after,
.form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span:after {
	background-color: rgba(255, 255, 255, 0.2);
}
.checkbox-styled:not(ie8).checkbox-default-bright input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default-bright input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default-bright input:checked ~ span:before,
.radio-styled:not(ie8).radio-default-bright input:checked ~ span:before {
	border-color: #ffffff;
}
.checkbox-styled:not(ie8).checkbox-default-bright input ~ span:after,
.radio-styled:not(ie8).checkbox-default-bright input ~ span:after,
.checkbox-styled:not(ie8).radio-default-bright input ~ span:after,
.radio-styled:not(ie8).radio-default-bright input ~ span:after {
	background-color: #ffffff;
}
.checkbox-styled:not(ie8).checkbox-default-light input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default-light input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default-light input:checked ~ span:before,
.radio-styled:not(ie8).radio-default-light input:checked ~ span:before {
	border-color: #f2f3f3;
}
.checkbox-styled:not(ie8).checkbox-default-light input ~ span:after,
.radio-styled:not(ie8).checkbox-default-light input ~ span:after,
.checkbox-styled:not(ie8).radio-default-light input ~ span:after,
.radio-styled:not(ie8).radio-default-light input ~ span:after {
	background-color: #f2f3f3;
}
.checkbox-styled:not(ie8).checkbox-default input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default input:checked ~ span:before,
.radio-styled:not(ie8).radio-default input:checked ~ span:before {
	border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).checkbox-default input ~ span:after,
.radio-styled:not(ie8).checkbox-default input ~ span:after,
.checkbox-styled:not(ie8).radio-default input ~ span:after,
.radio-styled:not(ie8).radio-default input ~ span:after {
	background-color: #e5e6e6;
}
.checkbox-styled:not(ie8).checkbox-default-dark input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default-dark input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default-dark input:checked ~ span:before,
.radio-styled:not(ie8).radio-default-dark input:checked ~ span:before {
	border-color: #20252b;
}
.checkbox-styled:not(ie8).checkbox-default-dark input ~ span:after,
.radio-styled:not(ie8).checkbox-default-dark input ~ span:after,
.checkbox-styled:not(ie8).radio-default-dark input ~ span:after,
.radio-styled:not(ie8).radio-default-dark input ~ span:after {
	background-color: #20252b;
}
.checkbox-styled:not(ie8).checkbox-primary-bright input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary-bright input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary-bright input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary-bright input:checked ~ span:before {
	border-color: #3CB6CE;
}
.checkbox-styled:not(ie8).checkbox-primary-bright input ~ span:after,
.radio-styled:not(ie8).checkbox-primary-bright input ~ span:after,
.checkbox-styled:not(ie8).radio-primary-bright input ~ span:after,
.radio-styled:not(ie8).radio-primary-bright input ~ span:after {
	background-color: #3CB6CE;
}
.checkbox-styled:not(ie8).checkbox-primary-light input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary-light input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary-light input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary-light input:checked ~ span:before {
	border-color: #64A0C8;
}
.checkbox-styled:not(ie8).checkbox-primary-light input ~ span:after,
.radio-styled:not(ie8).checkbox-primary-light input ~ span:after,
.checkbox-styled:not(ie8).radio-primary-light input ~ span:after,
.radio-styled:not(ie8).radio-primary-light input ~ span:after {
	background-color: #64A0C8;
}
.checkbox-styled:not(ie8).checkbox-primary input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary input:checked ~ span:before {
	border-color: #00AEEF;
}
.checkbox-styled:not(ie8).checkbox-primary input ~ span:after,
.radio-styled:not(ie8).checkbox-primary input ~ span:after,
.checkbox-styled:not(ie8).radio-primary input ~ span:after,
.radio-styled:not(ie8).radio-primary input ~ span:after {
	background-color: #00AEEF;
}
.checkbox-styled:not(ie8).checkbox-primary-dark input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary-dark input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary-dark input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary-dark input:checked ~ span:before {
	border-color: #066265;
}
.checkbox-styled:not(ie8).checkbox-primary-dark input ~ span:after,
.radio-styled:not(ie8).checkbox-primary-dark input ~ span:after,
.checkbox-styled:not(ie8).radio-primary-dark input ~ span:after,
.radio-styled:not(ie8).radio-primary-dark input ~ span:after {
	background-color: #066265;
}
.checkbox-styled:not(ie8).checkbox-accent-bright input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent-bright input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent-bright input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent-bright input:checked ~ span:before {
	border-color: #A5ACAF;
}
.checkbox-styled:not(ie8).checkbox-accent-bright input ~ span:after,
.radio-styled:not(ie8).checkbox-accent-bright input ~ span:after,
.checkbox-styled:not(ie8).radio-accent-bright input ~ span:after,
.radio-styled:not(ie8).radio-accent-bright input ~ span:after {
	background-color: #A5ACAF;
}
.checkbox-styled:not(ie8).checkbox-accent-light input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent-light input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent-light input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent-light input:checked ~ span:before {
	border-color: #44D62C;
}
.checkbox-styled:not(ie8).checkbox-accent-light input ~ span:after,
.radio-styled:not(ie8).checkbox-accent-light input ~ span:after,
.checkbox-styled:not(ie8).radio-accent-light input ~ span:after,
.radio-styled:not(ie8).radio-accent-light input ~ span:after {
	background-color: #44D62C;
}
.checkbox-styled:not(ie8).checkbox-accent input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent input:checked ~ span:before {
	border-color: #003359;
}
.checkbox-styled:not(ie8).checkbox-accent input ~ span:after,
.radio-styled:not(ie8).checkbox-accent input ~ span:after,
.checkbox-styled:not(ie8).radio-accent input ~ span:after,
.radio-styled:not(ie8).radio-accent input ~ span:after {
	background-color: #003359;
}
.checkbox-styled:not(ie8).checkbox-accent-dark input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent-dark input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent-dark input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent-dark input:checked ~ span:before {
	border-color: #681a7f;
}
.checkbox-styled:not(ie8).checkbox-accent-dark input ~ span:after,
.radio-styled:not(ie8).checkbox-accent-dark input ~ span:after,
.checkbox-styled:not(ie8).radio-accent-dark input ~ span:after,
.radio-styled:not(ie8).radio-accent-dark input ~ span:after {
	background-color: #681a7f;
}
.checkbox-styled:not(ie8).checkbox-success input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-success input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-success input:checked ~ span:before,
.radio-styled:not(ie8).radio-success input:checked ~ span:before {
	border-color: #4caf50;
}
.checkbox-styled:not(ie8).checkbox-success input ~ span:after,
.radio-styled:not(ie8).checkbox-success input ~ span:after,
.checkbox-styled:not(ie8).radio-success input ~ span:after,
.radio-styled:not(ie8).radio-success input ~ span:after {
	background-color: #4caf50;
}
.checkbox-styled:not(ie8).checkbox-warning input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-warning input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-warning input:checked ~ span:before,
.radio-styled:not(ie8).radio-warning input:checked ~ span:before {
	border-color: #ff9800;
}
.checkbox-styled:not(ie8).checkbox-warning input ~ span:after,
.radio-styled:not(ie8).checkbox-warning input ~ span:after,
.checkbox-styled:not(ie8).radio-warning input ~ span:after,
.radio-styled:not(ie8).radio-warning input ~ span:after {
	background-color: #ff9800;
}
.checkbox-styled:not(ie8).checkbox-danger input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-danger input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-danger input:checked ~ span:before,
.radio-styled:not(ie8).radio-danger input:checked ~ span:before {
	border-color: #f44336;
}
.checkbox-styled:not(ie8).checkbox-danger input ~ span:after,
.radio-styled:not(ie8).checkbox-danger input ~ span:after,
.checkbox-styled:not(ie8).radio-danger input ~ span:after,
.radio-styled:not(ie8).radio-danger input ~ span:after {
	background-color: #f44336;
}
.checkbox-styled:not(ie8).checkbox-info input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-info input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-info input:checked ~ span:before,
.radio-styled:not(ie8).radio-info input:checked ~ span:before {
	border-color: #2196f3;
}
.checkbox-styled:not(ie8).checkbox-info input ~ span:after,
.radio-styled:not(ie8).checkbox-info input ~ span:after,
.checkbox-styled:not(ie8).radio-info input ~ span:after,
.radio-styled:not(ie8).radio-info input ~ span:after {
	background-color: #2196f3;
}
.btn-floating-action {
	width: 44px;
	height: 44px;
	border-radius: 999px !important;
	padding: 0!important;
	font-size: 17px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	-webkit-transition: -webkit-box-shadow 0.15s ease-out;
	-o-transition: -o-box-shadow 0.15s ease-out;
	transition: -webkit-box-shadow 0.15s ease-out;
	-o-transition: box-shadow 0.15s ease-out;
	transition: box-shadow 0.15s ease-out;
	transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
	margin-right: .5rem;
}
.btn-floating-action .fa,
.btn-floating-action .fa-brands,
.btn-floating-action .fa-solid,
.btn-floating-action .fa-regular,
.btn-floating-action .md,
.btn-floating-action .glyphicon {
	top: 0;
	margin: 0 0 0 5px;
	line-height: 42px;
}
.btn-floating-action.btn-lg {
	width: 56px;
	height: 56px;
}
.btn-floating-action.btn-lg .fa,
.btn-floating-action.btn-lg .fa-brands,
.btn-floating-action.btn-lg .fa-solid,
.btn-floating-action.btn-lg .fa-regular,
.btn-floating-action.btn-lg .md,
.btn-floating-action.btn-lg .glyphicon {
	line-height: 54px;
	font-size: 1.3em;
}
.btn-floating-action.btn-lg .md {
	font-size: 1.5em;
}
.btn-floating-action.btn-sm {
	width: 36px;
	height: 36px;
}
.btn-floating-action.btn-sm .fa,
.btn-floating-action.btn.sm .fa-brands,
.btn-floating-action.btn.sm .fa-solid,
.btn-floating-action.btn.sm .fa-regular,
.btn-floating-action.btn-sm .md,
.btn-floating-action.btn-sm .glyphicon {
	line-height: 34px;
}
.btn-floating-action.btn-xs {
	width: 28px;
	height: 28px;
}
.btn-floating-action.btn-xs .fa,
.btn-floating-action.btn-xs .fa-brands,
.btn-floating-action.btn-xs .fa-solid,
.btn-floating-action.btn-xs .fa-regular,
.btn-floating-action.btn-xs .md,
.btn-floating-action.btn-xs .glyphicon {
	line-height: 26px;
}
.btn-floating-action:hover {
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
}
.btn-floating-action:active,
.btn-floating-action.active {
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
}
.btn-group-xs > .btn.btn-floating-action {
	width: 22px;
	padding: 0;
}
.btn-group-sm > .btn.btn-floating-action,
.input-group-sm .btn.btn-floating-action {
	width: 30px;
	padding: 0;
}
.btn-group-lg > .btn.btn-floating-action,
.input-group-lg .btn.btn-floating-action {
	width: 44px;
	padding: 0;
}
.btn-group-vertical.full-width {
	width: 100%;
}
.btn-group-vertical.full-width .btn,
.btn-group-vertical.full-width .btn-group {
	width: 100%;
}
.link-default {
	text-decoration: none!important;
	font-weight: normal;
	color: inherit;
}
.link-default:hover {
	opacity: 1;
	background-size:unset!important;
}
.link-default .fa,
.link-default .md,
.link-default .glyphicon {
	margin-right: 12px;
}
.btn-lg {
	font-size: 17px;
}
.btn-sm {
	font-size: 12px;
}
.btn-xs {
	font-size: 12px;
}
.fa.icon-tilt,
.md.icon-tilt,
.glyphicon.icon-tilt,
.icon-tilt {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}
.fa.icon-tilt-alt,
.md.icon-tilt-alt,
.glyphicon.icon-tilt-alt,
.icon-tilt-alt {
	-webkit-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	transform: rotate(350deg);
}
.btn + .dropdown-toggle .fa,
.btn + .dropdown-toggle .md {
	margin: 0;
}
.btn .fa + .fa,
.btn .md + .md {
	margin-right: 0;
	margin-left: 6px;
}
.btn-icon-toggle .fa,
.btn-icon-toggle .md,
.btn-icon-toggle .glyphicon {
	margin: 0;
}
.nav a + .dropdown-toggle .fa,
.nav a + .dropdown-toggle .md {
	margin: 0;
}
.nav a .fa + .fa,
.nav a .md + .md {
	margin-right: 0;
	margin-left: 6px;
}
body [class*=" md-"],
[class^=md-] {
	font-size: 1.2em;
	margin-top: -0.2em;
	margin-bottom: -0.2em;
}
.dropdown-menu {
	margin: 0;
	border-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.dropdown-menu > li > a {
	padding: 5px 20px;
}
.dropdown-menu .alert {
	min-width: 250px;
	margin: 10px;
	padding: 10px;
}
.dropdown-menu .alert:before,
.dropdown-menu .alert:after {
	content: " ";
	display: table;
}
.dropdown-menu .alert:after {
	clear: both;
}
.dropdown-menu img.pull-right {
	margin-left: 10px;
	margin-bottom: 2px;
}
.dropdown-menu img.pull-left {
	margin-right: 10px;
	margin-bottom: 2px;
}
.dropdown-header {
	padding: 15px 20px 5px 20px;
	font-size: 10px;
	font-weight: bold;
	opacity: .6;
}
.dropdown-avatar {
	max-width: 40px;
}
li.dropdown-progress {
	min-width: 250px;
}
li.dropdown-progress > a {
	padding: 15px 0px;
}
li.dropdown-progress .dropdown-label {
	padding: 5px 20px;
}
li.dropdown-progress .progress {
	margin-bottom: 0;
	height: 5px;
}
.dropdown-label:before,
.dropdown-label:after {
	content: " ";
	display: table;
}
.dropdown-label:after {
	clear: both;
}
.dropup .dropdown-menu {
	margin-bottom: 0;
}
.open > .dropdown-menu.animation-zoom {
	-webkit-animation: zoom-down 0.25s ease-out;
	animation: zoom-down 0.25s ease-out;
}
.dropup.open > .dropdown-menu.animation-zoom {
	-webkit-animation: zoom-up 0.25s ease-out;
	animation: zoom-up 0.25s ease-out;
}
.open > .dropdown-menu.animation-slide {
	-webkit-animation: slide-right 0.3s ease-out;
	animation: slide-right 0.3s ease-out;
}
.open > .dropdown-menu.animation-dock {
	-webkit-animation: slide-up 0.3s ease-out;
	animation: slide-up 0.3s ease-out;
}
.dropup.open > .dropdown-menu.animation-dock {
	-webkit-animation: slide-down 0.3s ease-out;
	animation: slide-down 0.3s ease-out;
}
.open > .dropdown-menu.animation-expand {
	-webkit-animation: slide-down 0.3s ease-out;
	animation: slide-down 0.3s ease-out;
}
.dropup.open > .dropdown-menu.animation-expand {
	-webkit-animation: slide-up 0.3s ease-out;
	animation: slide-up 0.3s ease-out;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.846153846;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: none;
	opacity: 0.55;
	font-weight: normal;
	text-transform: capitalize;
}
.nav-tabs > li > a:hover {
	border-color: #e5e6e6 #e5e6e6 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: none;
	border-bottom: 2px solid #00AEEF;
	color: #00AEEF;
	background-color: transparent;
	cursor: default;
	opacity: 1;
}
.card-head.nav-tabs,
.card-head > .nav-tabs {
	padding: 0 24px;
}
.card-head.nav-tabs > li > a,
.card-head > .nav-tabs > li > a {
	line-height: 54px;
	padding-top: 0;
	padding-bottom: 0;
}
.card-head.card-head-xs.nav-tabs > li > a,
.card-head.card-head-xs > .nav-tabs > li > a {
	line-height: 34px;
}
.card-head.card-head-sm.nav-tabs > li > a,
.card-head.card-head-sm > .nav-tabs > li > a {
	line-height: 46px;
}
.card-head.card-head-lg.nav-tabs > li > a,
.card-head.card-head-lg > .nav-tabs > li > a {
	line-height: 78px;
}
.nav-tabs.nav-justified {
	padding: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: none;
	border-bottom: 2px solid #00AEEF;
}
.nav-tabs.tabs-center > li {
	float: none;
	display: inline-block;
}
.nav-tabs.tabs-center {
	text-align: center;
}
.tabs-text-contrast {
	border-bottom-color: rgba(255, 255, 255, 0.15);
}
.tabs-text-contrast > li > a:hover,
.tabs-text-contrast > li > a:focus {
	background-color: rgba(255, 255, 255, 0.35);
}
.tabs-text-contrast > li.active > a,
.tabs-text-contrast > li.active > a:hover,
.tabs-text-contrast > li.active > a:focus {
	color: inherit !important;
}
.card-underline .card-head .nav-tabs {
	border-bottom: none;
}
.nav-tabs a small {
	color: inherit;
	text-transform: initial;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
	border: none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.tabs-below > .nav-tabs {
	border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
	margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
	border-bottom: none;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-top-color: #dddddd;
	border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-bottom: none;
	line-height: 50px;
	border-top: 2px solid #00AEEF;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
	overflow: auto;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
	padding-left: 0;
	padding-right: 0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
}
.tabs-left > .nav-tabs {
	float: left;
}
.tabs-left > .nav-tabs > li > a {
	border-bottom: none;
	border-right: 2px solid transparent;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	border-color: transparent;
	border-right-color: #dddddd;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-bottom: none;
	border-right: 2px solid #00AEEF;
}
.tabs-right > .nav-tabs {
	float: right;
	border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
	border-bottom: none;
	border-left: 2px solid transparent;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: transparent;
	border-left-color: #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-bottom: none;
	border-left: 2px solid #00AEEF;
}
.nav-tabs.tabs-default-dark > li.active > a,
.nav-tabs.tabs-default-dark > li.active > a:hover,
.nav-tabs.tabs-default-dark > li.active > a:focus {
	border-color: #20252b;
	color: #20252b;
}
.nav-tabs.tabs-default > li.active > a,
.nav-tabs.tabs-default > li.active > a:hover,
.nav-tabs.tabs-default > li.active > a:focus {
	border-color: #e5e6e6;
	color: #e5e6e6;
}
.nav-tabs.tabs-default-light > li.active > a,
.nav-tabs.tabs-default-light > li.active > a:hover,
.nav-tabs.tabs-default-light > li.active > a:focus {
	border-color: #f2f3f3;
	color: #f2f3f3;
}
.nav-tabs.tabs-default-bright > li.active > a,
.nav-tabs.tabs-default-bright > li.active > a:hover,
.nav-tabs.tabs-default-bright > li.active > a:focus {
	border-color: #ffffff;
	color: #ffffff;
}
.nav-tabs.tabs-primary-dark > li.active > a,
.nav-tabs.tabs-primary-dark > li.active > a:hover,
.nav-tabs.tabs-primary-dark > li.active > a:focus {
	border-color: #066265;
	color: #066265;
}
.nav-tabs.tabs-primary > li.active > a,
.nav-tabs.tabs-primary > li.active > a:hover,
.nav-tabs.tabs-primary > li.active > a:focus {
	border-color: #00AEEF;
	color: #00AEEF;
}
.nav-tabs.tabs-primary-light > li.active > a,
.nav-tabs.tabs-primary-light > li.active > a:hover,
.nav-tabs.tabs-primary-light > li.active > a:focus {
	border-color: #64A0C8;
	color: #64A0C8;
}
.nav-tabs.tabs-primary-bright > li.active > a,
.nav-tabs.tabs-primary-bright > li.active > a:hover,
.nav-tabs.tabs-primary-bright > li.active > a:focus {
	border-color: #3CB6CE;
	color: #3CB6CE;
}
.nav-tabs.tabs-accent-dark > li.active > a,
.nav-tabs.tabs-accent-dark > li.active > a:hover,
.nav-tabs.tabs-accent-dark > li.active > a:focus {
	border-color: #681a7f;
	color: #681a7f;
}
.nav-tabs.tabs-accent > li.active > a,
.nav-tabs.tabs-accent > li.active > a:hover,
.nav-tabs.tabs-accent > li.active > a:focus {
	border-color: #003359;
	color: #003359;
}
.nav-tabs.tabs-accent-light > li.active > a,
.nav-tabs.tabs-accent-light > li.active > a:hover,
.nav-tabs.tabs-accent-light > li.active > a:focus {
	border-color: #44D62C;
	color: #44D62C;
}
.nav-tabs.tabs-accent-bright > li.active > a,
.nav-tabs.tabs-accent-bright > li.active > a:hover,
.nav-tabs.tabs-accent-bright > li.active > a:focus {
	border-color: #A5ACAF;
	color: #A5ACAF;
}
.nav-tabs.tabs-success > li.active > a,
.nav-tabs.tabs-success > li.active > a:hover,
.nav-tabs.tabs-success > li.active > a:focus {
	border-color: #4caf50;
	color: #4caf50;
}
.nav-tabs.tabs-warning > li.active > a,
.nav-tabs.tabs-warning > li.active > a:hover,
.nav-tabs.tabs-warning > li.active > a:focus {
	border-color: #ff9800;
	color: #ff9800;
}
.nav-tabs.tabs-danger > li.active > a,
.nav-tabs.tabs-danger > li.active > a:hover,
.nav-tabs.tabs-danger > li.active > a:focus {
	border-color: #f44336;
	color: #f44336;
}
.nav-tabs.tabs-info > li.active > a,
.nav-tabs.tabs-info > li.active > a:hover,
.nav-tabs.tabs-info > li.active > a:focus {
	border-color: #2196f3;
	color: #2196f3;
}
.card {
	position: relative;
	margin-bottom: 24px;
	background-color: #ffffff;
	color: #313534;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.card:before,
.card:after {
	content: " ";
	display: table;
}
.card:after {
	clear: both;
}
.card .btn-icon-toggle:hover,
.card .btn-flat:hover {
	background-color: rgba(12, 12, 12, 0.07);
}
.card > .nano:last-child {
	border-radius: 0 0 2px 2px;
}
.card.no-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.card-head {
	position: relative;
	line-height: 52px;
	min-height: 56px;
	vertical-align: middle;
	border-radius: 2px 2px 0 0;
}
.card-head:before,
.card-head:after {
	content: " ";
	display: table;
}
.card-head:after {
	clear: both;
}
.card-head header {
	display: inline-block;
	padding: 11px 24px;
	vertical-align: middle;
	line-height: 17px;
	font-size: 20px;
}
.card-head header > h1,
.card-head header > h2,
.card-head header > h3,
.card-head header > h4,
.card-head header > h5,
.card-head header > h6 {
	vertical-align: middle;
	margin: 0;
	line-height: 1;
}
.card-head header small {
	color: inherit;
	opacity: 0.6;
	font-size: 75%;
}
.card-head > div {
	display: inline-block;
}
.card-head .tools {
	padding-right: 16px;
	float: right;
}
.card-head .tools form {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 24px;
	line-height: normal;
	vertical-align: middle;
}
.card-head .tools .btn-floating-action {
	margin-left: 8px;
}
.card-head .tools > .btn-group {
	margin-right: 4px;
}
.card-head .tools > .btn-group-xs {
	margin-right: 10px;
}
.card-head .tools > .btn-group-sm {
	margin-right: 4px;
}
.card-head .tools > .btn-group-lg {
	margin-right: 0;
}
.card-head .tools.pull-left > .btn-group {
	margin-left: 4px;
}
.card-head .tools.pull-left > .btn-group-xs {
	margin-left: 10px;
}
.card-head .tools.pull-left > .btn-group-sm {
	margin-left: 4px;
}
.card-head .tools.pull-left > .btn-group-lg {
	margin-left: 0;
}
.card-head.card-head-xs {
	line-height: 32px;
	min-height: 36px;
}
.card-head.card-head-xs header {
	font-size: 15px;
	padding: 8px 24px;
}
.card-head.card-head-sm {
	line-height: 44px;
	min-height: 48px;
}
.card-head.card-head-sm header {
	font-size: 15px;
}
.card-head.card-head-lg {
	line-height: 76px;
	min-height: 80px;
}
.card-head.card-head-lg header {
	font-size: 24px;
}
.card-body {
	padding: 24px;
	position: relative;
}
.card-body:before,
.card-body:after {
	content: " ";
	display: table;
}
.card-body:after {
	clear: both;
}
.card-body:last-child {
	border-radius: 0 0 2px 2px;
}
.card-body.table-responsive {
	margin: 0;
}
.card-actionbar {
	padding-bottom: 8px;
	position: relative;
}
.card-actionbar:before,
.card-actionbar:after {
	content: " ";
	display: table;
}
.card-actionbar:after {
	clear: both;
}
.card-actionbar:last-child {
	border-radius: 0 0 2px 2px;
}
.card-actionbar-row {
	padding: 6px 16px;
	text-align: right;
}
.card-tiles > .row,
.card-type-blog-masonry > .row {
	margin: 0;
}
.card-tiles > .row > [class^="col-"],
.card-type-blog-masonry > .row > [class^="col-"] {
	padding: 0;
}
.card-underline .card-head {
	border-bottom: 1px solid rgba(150, 156, 156, 0.4);
}
.card-underline .card-foot {
	border-top: 1px solid rgba(150, 156, 156, 0.4);
}
.card-bordered,
.card-outlined {
	border: 2px solid #969c9c;
}
section .style-default-dark,
.offcanvas-pane .style-default-dark,
.card .style-default-dark,
section.style-default-dark,
.offcanvas-pane.style-default-dark,
.card.style-default-dark {
	background-color: #20252b;
	border-color: #20252b;
	color: #ffffff;
}
section .style-default-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-default-dark .btn-icon-toggle:hover,
.card .style-default-dark .btn-icon-toggle:hover,
section.style-default-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-default-dark .btn-icon-toggle:hover,
.card.style-default-dark .btn-icon-toggle:hover,
section .style-default-dark .btn-flat:hover,
.offcanvas-pane .style-default-dark .btn-flat:hover,
.card .style-default-dark .btn-flat:hover,
section.style-default-dark .btn-flat:hover,
.offcanvas-pane.style-default-dark .btn-flat:hover,
.card.style-default-dark .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-default-dark,
.card-body-darken.style-default-dark {
	background-color: #1c2025;
	border-color: #1c2025;
	color: #ffffff;
}
.badge.style-default-dark {
	background-color: #20252b;
	border-color: #20252b;
	color: #ffffff;
}
section .style-default,
.offcanvas-pane .style-default,
.card .style-default,
section.style-default,
.offcanvas-pane.style-default,
.card.style-default {
	background-color: #e5e6e6;
	border-color: #e5e6e6;
	color: #313534;
}
section .style-default .btn-icon-toggle:hover,
.offcanvas-pane .style-default .btn-icon-toggle:hover,
.card .style-default .btn-icon-toggle:hover,
section.style-default .btn-icon-toggle:hover,
.offcanvas-pane.style-default .btn-icon-toggle:hover,
.card.style-default .btn-icon-toggle:hover,
section .style-default .btn-flat:hover,
.offcanvas-pane .style-default .btn-flat:hover,
.card .style-default .btn-flat:hover,
section.style-default .btn-flat:hover,
.offcanvas-pane.style-default .btn-flat:hover,
.card.style-default .btn-flat:hover {
	background-color: rgba(49, 53, 52, 0.3);
}
.card-body-darken .style-default,
.card-body-darken.style-default {
	background-color: #dfe1e1;
	border-color: #dfe1e1;
	color: #313534;
}
.badge.style-default {
	background-color: #e5e6e6;
	border-color: #e5e6e6;
	color: #313534;
}
section .style-default-light,
.offcanvas-pane .style-default-light,
.card .style-default-light,
section.style-default-light,
.offcanvas-pane.style-default-light,
.card.style-default-light {
	background-color: #f2f3f3;
	border-color: #f2f3f3;
	color: #313534;
}
section .style-default-light .btn-icon-toggle:hover,
.offcanvas-pane .style-default-light .btn-icon-toggle:hover,
.card .style-default-light .btn-icon-toggle:hover,
section.style-default-light .btn-icon-toggle:hover,
.offcanvas-pane.style-default-light .btn-icon-toggle:hover,
.card.style-default-light .btn-icon-toggle:hover,
section .style-default-light .btn-flat:hover,
.offcanvas-pane .style-default-light .btn-flat:hover,
.card .style-default-light .btn-flat:hover,
section.style-default-light .btn-flat:hover,
.offcanvas-pane.style-default-light .btn-flat:hover,
.card.style-default-light .btn-flat:hover {
	background-color: rgba(49, 53, 52, 0.3);
}
.card-body-darken .style-default-light,
.card-body-darken.style-default-light {
	background-color: #edeeee;
	border-color: #edeeee;
	color: #313534;
}
.badge.style-default-light {
	background-color: #f2f3f3;
	border-color: #f2f3f3;
	color: #313534;
}
section .style-default-bright,
.offcanvas-pane .style-default-bright,
.card .style-default-bright,
section.style-default-bright,
.offcanvas-pane.style-default-bright,
.card.style-default-bright {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #313534;
}
section .style-default-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-default-bright .btn-icon-toggle:hover,
.card .style-default-bright .btn-icon-toggle:hover,
section.style-default-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-default-bright .btn-icon-toggle:hover,
.card.style-default-bright .btn-icon-toggle:hover,
section .style-default-bright .btn-flat:hover,
.offcanvas-pane .style-default-bright .btn-flat:hover,
.card .style-default-bright .btn-flat:hover,
section.style-default-bright .btn-flat:hover,
.offcanvas-pane.style-default-bright .btn-flat:hover,
.card.style-default-bright .btn-flat:hover {
	background-color: rgba(49, 53, 52, 0.3);
}
.card-body-darken .style-default-bright,
.card-body-darken.style-default-bright {
	background-color: #fafafa;
	border-color: #fafafa;
	color: #313534;
}
.badge.style-default-bright {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #313534;
}
section .style-gray-dark,
.offcanvas-pane .style-gray-dark,
.card .style-gray-dark,
section.style-gray-dark,
.offcanvas-pane.style-gray-dark,
.card.style-gray-dark {
	background-color: #313534;
	border-color: #313534;
	color: #ffffff;
}
section .style-gray-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-gray-dark .btn-icon-toggle:hover,
.card .style-gray-dark .btn-icon-toggle:hover,
section.style-gray-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-gray-dark .btn-icon-toggle:hover,
.card.style-gray-dark .btn-icon-toggle:hover,
section .style-gray-dark .btn-flat:hover,
.offcanvas-pane .style-gray-dark .btn-flat:hover,
.card .style-gray-dark .btn-flat:hover,
section.style-gray-dark .btn-flat:hover,
.offcanvas-pane.style-gray-dark .btn-flat:hover,
.card.style-gray-dark .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-gray-dark,
.card-body-darken.style-gray-dark {
	background-color: #2d2f2f;
	border-color: #2d2f2f;
	color: #ffffff;
}
.badge.style-gray-dark {
	background-color: #313534;
	border-color: #313534;
	color: #ffffff;
}
section .style-gray,
.offcanvas-pane .style-gray,
.card .style-gray,
section.style-gray,
.offcanvas-pane.style-gray,
.card.style-gray {
	background-color: #535858;
	border-color: #535858;
	color: #ffffff;
}
section .style-gray .btn-icon-toggle:hover,
.offcanvas-pane .style-gray .btn-icon-toggle:hover,
.card .style-gray .btn-icon-toggle:hover,
section.style-gray .btn-icon-toggle:hover,
.offcanvas-pane.style-gray .btn-icon-toggle:hover,
.card.style-gray .btn-icon-toggle:hover,
section .style-gray .btn-flat:hover,
.offcanvas-pane .style-gray .btn-flat:hover,
.card .style-gray .btn-flat:hover,
section.style-gray .btn-flat:hover,
.offcanvas-pane.style-gray .btn-flat:hover,
.card.style-gray .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-gray,
.card-body-darken.style-gray {
	background-color: #4e5352;
	border-color: #4e5352;
	color: #ffffff;
}
.badge.style-gray {
	background-color: #535858;
	border-color: #535858;
	color: #ffffff;
}
section .style-gray-light,
.offcanvas-pane .style-gray-light,
.card .style-gray-light,
section.style-gray-light,
.offcanvas-pane.style-gray-light,
.card.style-gray-light {
	background-color: #969c9c;
	border-color: #969c9c;
	color: #ffffff;
}
section .style-gray-light .btn-icon-toggle:hover,
.offcanvas-pane .style-gray-light .btn-icon-toggle:hover,
.card .style-gray-light .btn-icon-toggle:hover,
section.style-gray-light .btn-icon-toggle:hover,
.offcanvas-pane.style-gray-light .btn-icon-toggle:hover,
.card.style-gray-light .btn-icon-toggle:hover,
section .style-gray-light .btn-flat:hover,
.offcanvas-pane .style-gray-light .btn-flat:hover,
.card .style-gray-light .btn-flat:hover,
section.style-gray-light .btn-flat:hover,
.offcanvas-pane.style-gray-light .btn-flat:hover,
.card.style-gray-light .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-gray-light,
.card-body-darken.style-gray-light {
	background-color: #919797;
	border-color: #919797;
	color: #ffffff;
}
.badge.style-gray-light {
	background-color: #969c9c;
	border-color: #969c9c;
	color: #ffffff;
}
section .style-gray-bright,
.offcanvas-pane .style-gray-bright,
.card .style-gray-bright,
section.style-gray-bright,
.offcanvas-pane.style-gray-bright,
.card.style-gray-bright {
	background-color: #bdc1c1;
	border-color: #bdc1c1;
	color: #313534;
}
section .style-gray-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-gray-bright .btn-icon-toggle:hover,
.card .style-gray-bright .btn-icon-toggle:hover,
section.style-gray-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-gray-bright .btn-icon-toggle:hover,
.card.style-gray-bright .btn-icon-toggle:hover,
section .style-gray-bright .btn-flat:hover,
.offcanvas-pane .style-gray-bright .btn-flat:hover,
.card .style-gray-bright .btn-flat:hover,
section.style-gray-bright .btn-flat:hover,
.offcanvas-pane.style-gray-bright .btn-flat:hover,
.card.style-gray-bright .btn-flat:hover {
	background-color: rgba(49, 53, 52, 0.3);
}
.card-body-darken .style-gray-bright,
.card-body-darken.style-gray-bright {
	background-color: #b8bcbc;
	border-color: #b8bcbc;
	color: #313534;
}
.badge.style-gray-bright {
	background-color: #bdc1c1;
	border-color: #bdc1c1;
	color: #313534;
}
section .style-primary,
.offcanvas-pane .style-primary,
.card .style-primary,
section.style-primary,
.offcanvas-pane.style-primary,
.card.style-primary {
	background-color: #00AEEF;
	border-color: #00AEEF;
	color: #ffffff;
}
section .style-primary .btn-icon-toggle:hover,
.offcanvas-pane .style-primary .btn-icon-toggle:hover,
.card .style-primary .btn-icon-toggle:hover,
section.style-primary .btn-icon-toggle:hover,
.offcanvas-pane.style-primary .btn-icon-toggle:hover,
.card.style-primary .btn-icon-toggle:hover,
section .style-primary .btn-flat:hover,
.offcanvas-pane .style-primary .btn-flat:hover,
.card .style-primary .btn-flat:hover,
section.style-primary .btn-flat:hover,
.offcanvas-pane.style-primary .btn-flat:hover,
.card.style-primary .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-primary,
.card-body-darken.style-primary {
	background-color: #099e95;
	border-color: #099e95;
	color: #ffffff;
}
.badge.style-primary {
	background-color: #00AEEF;
	border-color: #00AEEF;
	color: #ffffff;
}
section .style-primary-light,
.offcanvas-pane .style-primary-light,
.card .style-primary-light,
section.style-primary-light,
.offcanvas-pane.style-primary-light,
.card.style-primary-light {
	background-color: #64A0C8;
	border-color: #64A0C8;
	color: #313534;
}
section .style-primary-light .btn-icon-toggle:hover,
.offcanvas-pane .style-primary-light .btn-icon-toggle:hover,
.card .style-primary-light .btn-icon-toggle:hover,
section.style-primary-light .btn-icon-toggle:hover,
.offcanvas-pane.style-primary-light .btn-icon-toggle:hover,
.card.style-primary-light .btn-icon-toggle:hover,
section .style-primary-light .btn-flat:hover,
.offcanvas-pane .style-primary-light .btn-flat:hover,
.card .style-primary-light .btn-flat:hover,
section.style-primary-light .btn-flat:hover,
.offcanvas-pane.style-primary-light .btn-flat:hover,
.card.style-primary-light .btn-flat:hover {
	background-color: rgba(49, 53, 52, 0.3);
}
.card-body-darken .style-primary-light,
.card-body-darken.style-primary-light {
	background-color: #76d6cf;
	border-color: #76d6cf;
	color: #313534;
}
.badge.style-primary-light {
	background-color: #64A0C8;
	border-color: #64A0C8;
	color: #313534;
}
section .style-primary-dark,
.offcanvas-pane .style-primary-dark,
.card .style-primary-dark,
section.style-primary-dark,
.offcanvas-pane.style-primary-dark,
.card.style-primary-dark {
	background-color: #066265;
	border-color: #066265;
	color: #ffffff;
}
section .style-primary-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-primary-dark .btn-icon-toggle:hover,
.card .style-primary-dark .btn-icon-toggle:hover,
section.style-primary-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-primary-dark .btn-icon-toggle:hover,
.card.style-primary-dark .btn-icon-toggle:hover,
section .style-primary-dark .btn-flat:hover,
.offcanvas-pane .style-primary-dark .btn-flat:hover,
.card .style-primary-dark .btn-flat:hover,
section.style-primary-dark .btn-flat:hover,
.offcanvas-pane.style-primary-dark .btn-flat:hover,
.card.style-primary-dark .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-primary-dark,
.card-body-darken.style-primary-dark {
	background-color: #05585b;
	border-color: #05585b;
	color: #ffffff;
}
.badge.style-primary-dark {
	background-color: #066265;
	border-color: #066265;
	color: #ffffff;
}
section .style-primary-bright,
.offcanvas-pane .style-primary-bright,
.card .style-primary-bright,
section.style-primary-bright,
.offcanvas-pane.style-primary-bright,
.card.style-primary-bright {
	background-color: #3CB6CE;
	border-color: #3CB6CE;
	color: #313534;
}
section .style-primary-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-primary-bright .btn-icon-toggle:hover,
.card .style-primary-bright .btn-icon-toggle:hover,
section.style-primary-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-primary-bright .btn-icon-toggle:hover,
.card.style-primary-bright .btn-icon-toggle:hover,
section .style-primary-bright .btn-flat:hover,
.offcanvas-pane .style-primary-bright .btn-flat:hover,
.card .style-primary-bright .btn-flat:hover,
section.style-primary-bright .btn-flat:hover,
.offcanvas-pane.style-primary-bright .btn-flat:hover,
.card.style-primary-bright .btn-flat:hover {
	background-color: rgba(49, 53, 52, 0.3);
}
.card-body-darken .style-primary-bright,
.card-body-darken.style-primary-bright {
	background-color: #c2eeeb;
	border-color: #c2eeeb;
	color: #313534;
}
.badge.style-primary-bright {
	background-color: #3CB6CE;
	border-color: #3CB6CE;
	color: #313534;
}
section .style-accent,
.offcanvas-pane .style-accent,
.card .style-accent,
section.style-accent,
.offcanvas-pane.style-accent,
.card.style-accent {
	background-color: #003359;
	border-color: #003359;
	color: #ffffff;
}
section .style-accent .btn-icon-toggle:hover,
.offcanvas-pane .style-accent .btn-icon-toggle:hover,
.card .style-accent .btn-icon-toggle:hover,
section.style-accent .btn-icon-toggle:hover,
.offcanvas-pane.style-accent .btn-icon-toggle:hover,
.card.style-accent .btn-icon-toggle:hover,
section .style-accent .btn-flat:hover,
.offcanvas-pane .style-accent .btn-flat:hover,
.card .style-accent .btn-flat:hover,
section.style-accent .btn-flat:hover,
.offcanvas-pane.style-accent .btn-flat:hover,
.card.style-accent .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-accent,
.card-body-darken.style-accent {
	background-color: #9525a8;
	border-color: #9525a8;
	color: #ffffff;
}
.badge.style-accent {
	background-color: #003359;
	border-color: #003359;
	color: #ffffff;
}
section .style-accent-light,
.offcanvas-pane .style-accent-light,
.card .style-accent-light,
section.style-accent-light,
.offcanvas-pane.style-accent-light,
.card.style-accent-light {
	background-color: #44D62C;
	border-color: #44D62C;
	color: #ffffff;
}
section .style-accent-light .btn-icon-toggle:hover,
.offcanvas-pane .style-accent-light .btn-icon-toggle:hover,
.card .style-accent-light .btn-icon-toggle:hover,
section.style-accent-light .btn-icon-toggle:hover,
.offcanvas-pane.style-accent-light .btn-icon-toggle:hover,
.card.style-accent-light .btn-icon-toggle:hover,
section .style-accent-light .btn-flat:hover,
.offcanvas-pane .style-accent-light .btn-flat:hover,
.card .style-accent-light .btn-flat:hover,
section.style-accent-light .btn-flat:hover,
.offcanvas-pane.style-accent-light .btn-flat:hover,
.card.style-accent-light .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-accent-light,
.card-body-darken.style-accent-light {
	background-color: #c474d2;
	border-color: #c474d2;
	color: #ffffff;
}
.badge.style-accent-light {
	background-color: #44D62C;
	border-color: #44D62C;
	color: #ffffff;
}
section .style-accent-dark,
.offcanvas-pane .style-accent-dark,
.card .style-accent-dark,
section.style-accent-dark,
.offcanvas-pane.style-accent-dark,
.card.style-accent-dark {
	background-color: #681a7f;
	border-color: #681a7f;
	color: #ffffff;
}
section .style-accent-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-accent-dark .btn-icon-toggle:hover,
.card .style-accent-dark .btn-icon-toggle:hover,
section.style-accent-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-accent-dark .btn-icon-toggle:hover,
.card.style-accent-dark .btn-icon-toggle:hover,
section .style-accent-dark .btn-flat:hover,
.offcanvas-pane .style-accent-dark .btn-flat:hover,
.card .style-accent-dark .btn-flat:hover,
section.style-accent-dark .btn-flat:hover,
.offcanvas-pane.style-accent-dark .btn-flat:hover,
.card.style-accent-dark .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-accent-dark,
.card-body-darken.style-accent-dark {
	background-color: #611877;
	border-color: #611877;
	color: #ffffff;
}
.badge.style-accent-dark {
	background-color: #681a7f;
	border-color: #681a7f;
	color: #ffffff;
}
section .style-accent-bright,
.offcanvas-pane .style-accent-bright,
.card .style-accent-bright,
section.style-accent-bright,
.offcanvas-pane.style-accent-bright,
.card.style-accent-bright {
	background-color: #A5ACAF;
	border-color: #A5ACAF;
	color: #313534;
}
section .style-accent-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-accent-bright .btn-icon-toggle:hover,
.card .style-accent-bright .btn-icon-toggle:hover,
section.style-accent-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-accent-bright .btn-icon-toggle:hover,
.card.style-accent-bright .btn-icon-toggle:hover,
section .style-accent-bright .btn-flat:hover,
.offcanvas-pane .style-accent-bright .btn-flat:hover,
.card .style-accent-bright .btn-flat:hover,
section.style-accent-bright .btn-flat:hover,
.offcanvas-pane.style-accent-bright .btn-flat:hover,
.card.style-accent-bright .btn-flat:hover {
	background-color: rgba(49, 53, 52, 0.3);
}
.card-body-darken .style-accent-bright,
.card-body-darken.style-accent-bright {
	background-color: #e6c1ec;
	border-color: #e6c1ec;
	color: #313534;
}
.badge.style-accent-bright {
	background-color: #A5ACAF;
	border-color: #A5ACAF;
	color: #313534;
}
section .style-success,
.offcanvas-pane .style-success,
.card .style-success,
section.style-success,
.offcanvas-pane.style-success,
.card.style-success {
	background-color: #4caf50;
	border-color: #4caf50;
	color: #ffffff;
}
section .style-success .btn-icon-toggle:hover,
.offcanvas-pane .style-success .btn-icon-toggle:hover,
.card .style-success .btn-icon-toggle:hover,
section.style-success .btn-icon-toggle:hover,
.offcanvas-pane.style-success .btn-icon-toggle:hover,
.card.style-success .btn-icon-toggle:hover,
section .style-success .btn-flat:hover,
.offcanvas-pane .style-success .btn-flat:hover,
.card .style-success .btn-flat:hover,
section.style-success .btn-flat:hover,
.offcanvas-pane.style-success .btn-flat:hover,
.card.style-success .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-success,
.card-body-darken.style-success {
	background-color: #49a84d;
	border-color: #49a84d;
	color: #ffffff;
}
.badge.style-success {
	background-color: #4caf50;
	border-color: #4caf50;
	color: #ffffff;
}
section .style-warning,
.offcanvas-pane .style-warning,
.card .style-warning,
section.style-warning,
.offcanvas-pane.style-warning,
.card.style-warning {
	background-color: #ff9800;
	border-color: #ff9800;
	color: #ffffff;
}
section .style-warning .btn-icon-toggle:hover,
.offcanvas-pane .style-warning .btn-icon-toggle:hover,
.card .style-warning .btn-icon-toggle:hover,
section.style-warning .btn-icon-toggle:hover,
.offcanvas-pane.style-warning .btn-icon-toggle:hover,
.card.style-warning .btn-icon-toggle:hover,
section .style-warning .btn-flat:hover,
.offcanvas-pane .style-warning .btn-flat:hover,
.card .style-warning .btn-flat:hover,
section.style-warning .btn-flat:hover,
.offcanvas-pane.style-warning .btn-flat:hover,
.card.style-warning .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-warning,
.card-body-darken.style-warning {
	background-color: #f59200;
	border-color: #f59200;
	color: #ffffff;
}
.badge.style-warning {
	background-color: #ff9800;
	border-color: #ff9800;
	color: #ffffff;
}
section .style-danger,
.offcanvas-pane .style-danger,
.card .style-danger,
section.style-danger,
.offcanvas-pane.style-danger,
.card.style-danger {
	background-color: #f44336;
	border-color: #f44336;
	color: #ffffff;
}
section .style-danger .btn-icon-toggle:hover,
.offcanvas-pane .style-danger .btn-icon-toggle:hover,
.card .style-danger .btn-icon-toggle:hover,
section.style-danger .btn-icon-toggle:hover,
.offcanvas-pane.style-danger .btn-icon-toggle:hover,
.card.style-danger .btn-icon-toggle:hover,
section .style-danger .btn-flat:hover,
.offcanvas-pane .style-danger .btn-flat:hover,
.card .style-danger .btn-flat:hover,
section.style-danger .btn-flat:hover,
.offcanvas-pane.style-danger .btn-flat:hover,
.card.style-danger .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-danger,
.card-body-darken.style-danger {
	background-color: #f33a2c;
	border-color: #f33a2c;
	color: #ffffff;
}
.badge.style-danger {
	background-color: #f44336;
	border-color: #f44336;
	color: #ffffff;
}
section .style-info,
.offcanvas-pane .style-info,
.card .style-info,
section.style-info,
.offcanvas-pane.style-info,
.card.style-info {
	background-color: #2196f3;
	border-color: #2196f3;
	color: #ffffff;
}
section .style-info .btn-icon-toggle:hover,
.offcanvas-pane .style-info .btn-icon-toggle:hover,
.card .style-info .btn-icon-toggle:hover,
section.style-info .btn-icon-toggle:hover,
.offcanvas-pane.style-info .btn-icon-toggle:hover,
.card.style-info .btn-icon-toggle:hover,
section .style-info .btn-flat:hover,
.offcanvas-pane .style-info .btn-flat:hover,
.card .style-info .btn-flat:hover,
section.style-info .btn-flat:hover,
.offcanvas-pane.style-info .btn-flat:hover,
.card.style-info .btn-flat:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-info,
.card-body-darken.style-info {
	background-color: #1791f2;
	border-color: #1791f2;
	color: #ffffff;
}
.badge.style-info {
	background-color: #2196f3;
	border-color: #2196f3;
	color: #ffffff;
}
.card.style-transparent,
.card .style-transparent {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
}
.style-image {
	background-image: url('/_resources/css/graphics/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	filter: saturate(200%);
	-webkit-filter: saturate(200%);
	-moz-filter: saturate(200%);
	-o-filter: saturate(200%);
	-ms-filter: saturate(200%);
}
.card-transparent {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
}
.card-transparent .card-head header,
.card-transparent .card-head .tools {
	padding-left: 4px;
	padding-right: 4px;
}
.card-transparent .card-body {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.card.card-outlined {
	background-color: #ffffff;
	background-image: none;
	color: #313534;
}
.card.card-outlined .btn-icon-toggle:hover,
.card.card-outlined .btn-flat:hover {
	background-color: rgba(12, 12, 12, 0.07);
}
.card-loader {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 999;
}
.card .btn-collapse {
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.card-collapsed .btn-collapse {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card .prettyprint {
	margin: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.card-type-pricing .list-unstyled {
	margin: 0;
}
.card-type-pricing .list-unstyled li {
	padding: 15px 30px;
	border-top: 1px solid #e5e6e6;
}
.card-type-pricing .list-unstyled li:first-child {
	border-top: none;
}
.card-type-pricing .price h1,
.card-type-pricing .price h2,
.card-type-pricing .price h3,
.card-type-pricing .price h4,
.card-type-pricing .price h5,
.card-type-pricing .price h6 {
	display: inline-block;
	margin: 0;
}
.card-type-blog-masonry article .blog-image img {
	width: 100%;
}
.card-type-blog-masonry article .blog-text {
	position: relative;
}
.card-type-blog-masonry article > div + div.blog-text:before {
	position: absolute;
	margin: auto;
	top: -20px;
	left: 0;
	right: 0;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 1;
}
.card-type-blog-masonry article .blog-text:first-child:before {
	position: absolute;
	margin: auto;
	bottom: -20px;
	left: 0;
	right: 0;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #ffffff transparent transparent transparent;
	z-index: 1;
}
@media (max-width: 768px) {
	.card {
		margin-bottom: 16px;
	}
	.card-head header {
		padding: 11px 16px;
	}
	.card-head.card-head-xs header {
		padding: 8px 16px;
	}
	.card-body {
		padding: 16px;
	}
	.card .force-padding {
		padding: 16px;
	}
	.card .small-padding {
		padding: 8px;
	}
	.card .form-padding {
		padding: 0 16px;
	}
	.card .no-side-padding {
		padding: 16px 0;
	}
}
.offcanvas {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1032;
}
body.offcanvas-expanded {
	overflow: hidden;
}
.offcanvas:first-child {
	left: 0;
	right: auto;
}
.offcanvas-pane {
	position: absolute;
	top: 0;
	bottom: 0;
	min-width: 8px;
	background-color: #ffffff;
	overflow: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-transform 0.33s ease-in;
	-o-transition: -o-transform 0.33s ease-in;
	transition: -webkit-transform 0.33s ease-in;
	-o-transition: transform 0.33s ease-in;
	transition: transform 0.33s ease-in;
	transition: transform 0.33s ease-in, -webkit-transform 0.33s ease-in;
}
.offcanvas-pane.active {
	display: block;
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	-o-transition: -o-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	-o-transition: transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	transition: transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	transition: transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98), -webkit-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
}
.offcanvas:first-child .offcanvas-pane {
	right: 0;
}
.offcanvas-body {
	padding: 16px;
}
.offcanvas-head {
	position: relative;
	padding: 4px 16px;
}
.offcanvas-head header {
	font-size: 20px;
}
.offcanvas-head .offcanvas-tools {
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
}
sup.badge {
	font-size: 70%;
	top: -0.9em;
	margin-left: -5px;
	margin-right: -5px;
}
sub.badge {
	font-size: 70%;
	bottom: -0.9em;
	margin-left: -5px;
	margin-right: -5px;
}
.badge.style-default-dark {
	background-color: #20252b;
	color: #ffffff;
}
.badge.style-default {
	background-color: #e5e6e6;
	color: #313534;
}
.badge.style-default-light {
	background-color: #f2f3f3;
	color: #313534;
}
.badge.style-default-bright {
	background-color: #ffffff;
	color: #313534;
}
.badge.style-primary {
	background-color: #00AEEF;
	color: #ffffff;
}
.badge.style-primary-light {
	background-color: #64A0C8;
	color: #313534;
}
.badge.style-primary-dark {
	background-color: #066265;
	color: #ffffff;
}
.badge.style-primary-bright {
	background-color: #3CB6CE;
	color: #313534;
}
.badge.style-accent {
	background-color: #003359;
	color: #ffffff;
}
.badge.style-accent-light {
	background-color: #44D62C;
	color: #ffffff;
}
.badge.style-accent-dark {
	background-color: #681a7f;
	color: #ffffff;
}
.badge.style-accent-bright {
	background-color: #A5ACAF;
	color: #313534;
}
.badge.style-success {
	background-color: #4caf50;
	color: #ffffff;
}
.badge.style-warning {
	background-color: #ff9800;
	color: #ffffff;
}
.badge.style-danger {
	background-color: #f44336;
	color: #ffffff;
}
.badge.style-info {
	background-color: #2196f3;
	color: #ffffff;
}
.progress-hairline {
	margin-top: 8px;
	height: 2px;
}
.progress-bar-default-dark {
	background-color: #20252b;
}
.progress-striped .progress-bar-default-dark {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-default {
	background-color: #e5e6e6;
}
.progress-striped .progress-bar-default {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-default-light {
	background-color: #f2f3f3;
}
.progress-striped .progress-bar-default-light {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-default-bright {
	background-color: #ffffff;
}
.progress-striped .progress-bar-default-bright {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-primary-dark {
	background-color: #00AEEF;
}
.progress-striped .progress-bar-primary-dark {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-primary {
	background-color: #64A0C8;
}
.progress-striped .progress-bar-primary {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-primary-light {
	background-color: #066265;
}
.progress-striped .progress-bar-primary-light {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-primary-bright {
	background-color: #3CB6CE;
}
.progress-striped .progress-bar-primary-bright {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-accent-dark {
	background-color: #003359;
}
.progress-striped .progress-bar-accent-dark {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-accent {
	background-color: #44D62C;
}
.progress-striped .progress-bar-accent {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-accent-light {
	background-color: #681a7f;
}
.progress-striped .progress-bar-accent-light {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-accent-bright {
	background-color: #A5ACAF;
}
.progress-striped .progress-bar-accent-bright {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-success {
	background-color: #4caf50;
}
.progress-striped .progress-bar-success {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #ff9800;
}
.progress-striped .progress-bar-warning {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #f44336;
}
.progress-striped .progress-bar-danger {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #2196f3;
}
.progress-striped .progress-bar-info {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list {
	margin: 0;
	padding-left: 0;
	list-style: none;
	line-height: 24px;
}
.list .tile {
	position: relative;
	display: table;
	width: 100%;
	min-height: 48px;
}
.list .tile > a {
	text-decoration: none;
}
.list .tile > a:hover {
	color: #00AEEF;
}
.list .tile .tile-content {
	display: table-cell;
	padding-left: 16px;
}
.list .tile .tile-content:last-child {
	padding-right: 16px;
}
.list .tile .tile-content > div {
	display: table-cell;
	vertical-align: middle;
}
.list .tile > .btn {
	display: table-cell;
	vertical-align: middle;
	min-width: 56px;
	width: 56px;
	text-align: center;
}
.list .tile > .btn .fa,
.list .tile > .btn .md,
.list .tile > .btn .glyphicon {
	width: 24px;
	font-size: 20px;
	text-align: center;
}
.list .tile .tile-icon {
	min-width: 56px;
	width: 56px;
	padding: 8px 0;
	text-align: right;
}
.list .tile .tile-icon:first-child {
	text-align: left;
}
.list .tile .tile-icon img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
}
.list .tile .tile-icon .fa,
.list .tile .tile-icon .md,
.list .tile .tile-icon .glyphicon {
	width: 24px;
	margin-top: 4px;
	font-size: 20px;
	text-align: center;
}
.list .tile .tile-text {
	padding: 12px 0;
	font-size: 16px;
	width: 100%;
}
.list .tile .tile-text small {
	display: block;
	font-size: 14px;
	opacity: 0.6;
}
.list .tile .tile-text small span {
	opacity: 1;
}
.list .tile .checkbox-styled:not(ie8),
.list .tile .radio-styled:not(ie8) {
	display: table-cell;
	padding: 0;
}
.list .tile .checkbox-styled:not(ie8) label,
.list .tile .radio-styled:not(ie8) label {
	display: block;
	padding-left: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.list .tile .checkbox-styled:not(ie8):last-child label,
.list .tile .radio-styled:not(ie8):last-child label {
	padding-right: 16px;
}
.list .tile .checkbox-styled:not(ie8) input ~ span,
.list .tile .radio-styled:not(ie8) input ~ span {
	padding-left: 54px;
}
.list .tile .ink-reaction .ink {
	width: 600px;
	height: 600px;
	margin-left: -300px;
	margin-top: -300px;
	background-color: rgba(83, 88, 88, 0.15);
}
.list li.divider-full-bleed,
.list li.divider-inset {
	position: relative;
}
.list li.divider-full-bleed:after,
.list li.divider-inset:after,
.list.divider-full-bleed li:after,
.list.divider-inset li:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	height: 1px;
	background: rgba(150, 156, 156, 0.3);
}
.list li.divider-full-bleed:after,
.list.divider-full-bleed li:after {
	left: 0;
}
.list li.divider-inset:after,
.list.divider-inset li:after {
	left: 72px;
}
.list-group .fa,
.list-group .md,
.list-group .glyphicon {
	margin-right: 5px;
}
.list-group .btn[class^="btn-radio"],
.list-group .btn[class^="btn-checkbox"],
.list-group .btn[class*=" btn-radio"],
.list-group .btn[class*=" btn-checkbox"] {
	padding: 0;
}
.list-group-item {
	color: #313534;
}
.list-group-item.focus,
.list-group-item.focus:hover,
.list-group-item.focus:focus {
	background-color: #f2f3f3;
}
.list-group-item.focus .list-group-item-heading,
.list-group-item.focus:hover .list-group-item-heading,
.list-group-item.focus:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.focus .list-group-item-text,
.list-group-item.focus:hover .list-group-item-text,
.list-group-item.focus:focus .list-group-item-text {
	opacity: .75;
}
.card-body .list-group:first-child:nth-last-child(1) {
	margin-bottom: 0;
}
.list-email {
	margin-bottom: 20px !important;
}
.list-email a {
	border-left: none;
	border-right: none;
	padding: 20px 20px 20px 40px;
}
.list-email a:first-child {
	border-top: none;
}
.list-email h2,
.list-email h3,
.list-email h4,
.list-email h5,
.list-email h6 {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-email p {
	color: #a3a8a8;
	margin-bottom: 0;
	line-height: 1.3;
}
.list-tags .btn {
	margin-bottom: 3px;
}
.list-comments {
	padding-left: 0;
	list-style: none;
}
.list-comments > li {
	margin-bottom: 20px;
}
.list-comments > li ul {
	padding-top: 10px;
	padding-left: 60px;
	list-style: none;
	border-left: 1px solid #d9d9d9;
}
.list-comments > li ul li {
	padding-top: 10px;
}
.list-comments .card {
	margin: 0;
}
.list-comments .comment-title {
	margin: 0 50px 7px 0;
}
.list-comments .comment-title small {
	font-size: 11px;
	margin-left: 7px;
}
.list-comments .comment-avatar {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	margin: 20px 0 0 20px;
	text-align: center;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
}
.list-comments .comment-avatar img {
	width: 100%;
}
.list-comments .comment-avatar .fa,
.list-comments .comment-avatar .md {
	line-height: 60px;
	font-size: 28px;
}
.list-comments .comment-avatar .glyphicon {
	line-height: 52px;
	font-size: 20px;
}
.list-comments .card-body {
	margin-left: 80px;
}
.list-chats {
	padding-left: 0;
	list-style: none;
}
.list-chats .chat {
	position: relative;
	min-height: 40px;
	margin: 16px 0 0 0;
	padding: 0 52px;
	text-align: right;
}
.list-chats .chat:before,
.list-chats .chat:after {
	content: " ";
	display: table;
}
.list-chats .chat:after {
	clear: both;
}
.list-chats .chat-avatar {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	margin: 0;
	text-align: center;
	border-radius: 999px;
}
.list-chats .chat-avatar img {
	width: 100%;
}
.list-chats .chat-avatar .fa,
.list-chats .chat-avatar .md {
	line-height: 40px;
	font-size: 18px;
}
.list-chats .chat-avatar .glyphicon {
	line-height: 32px;
	font-size: 16px;
}
.list-chats .chat-body {
	position: relative;
	display: inline-block;
	float: right;
	clear: both;
	padding: 12px;
	margin-bottom: 2px;
	text-align: left;
	color: #313534;
	background: #ffffff;
}
.list-chats .chat-body small {
	display: block;
	margin-bottom: -4px;
	opacity: 0.7;
}
.list-chats .chat-avatar + .chat-body:after {
	position: absolute;
	content: '';
	z-index: 0;
	width: 0;
	height: 0;
	border-style: solid;
	top: 0;
	right: -12px;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent transparent #ffffff;
}
.list-chats .chat-left .chat {
	text-align: left;
}
.list-chats .chat-left .chat-avatar {
	left: 0;
	right: auto;
}
.list-chats .chat-left .chat-body {
	float: left;
	background-color: #00AEEF;
	color: #ffffff;
}
.list-chats .chat-left .chat-avatar + .chat-body:after {
	top: 0;
	left: -12px;
	border-width: 0 12px 12px 0;
	border-color: transparent #00AEEF transparent transparent;
}
.list-results {
	margin-bottom: 24px;
	margin-top: 1px;
	border-left: 1px solid #f2f3f3;
}
.list-results:before,
.list-results:after {
	content: " ";
	display: table;
}
.list-results:after {
	clear: both;
}
.list-results > div {
	padding: 20px 10px;
	margin-top: -1px;
	border-top: 1px solid #f2f3f3;
	border-right: 1px solid #f2f3f3;
	border-bottom: 1px solid #f2f3f3;
	background: inherit;
	color: inherit;
	text-decoration: none;
}
.list-results > div:hover {
	background: #f2f3f3;
}
.list-results > div img {
	margin-right: 10px;
}
.list-results.list-results-underlined {
	border-left: none;
}
.list-results.list-results-underlined > div {
	padding: 20px 0;
	border-right: none;
	border-top: none;
}
.nav-stacked {
	border-bottom: none;
}
.nav-stacked > li {
	margin-bottom: 0;
}
.nav-stacked > li + li {
	margin-top: 1px;
	margin-bottom: 0;
}
.nav-stacked > li > a {
	margin-right: 0;
}
.nav-stacked.nav-tabs > li.active > a,
.nav-stacked.nav-tabs > li.active > a:hover,
.nav-stacked.nav-tabs > li.active > a:focus {
	border: none;
}
.nav > li > small {
	display: block;
	margin: 20px 0 10px 10px;
	font-size: 10px;
	font-weight: normal;
	opacity: .6;
}
.nav > li:first-child > small {
	margin-top: 0;
}
.nav.nav-icon > li a {
	padding-left: 32px;
}
.nav.nav-icon > li a .fa,
.nav.nav-icon > li a .md,
.nav.nav-icon > li a .glyphicon {
	position: relative;
	width: 32px;
	text-align: center;
	margin-left: -32px;
	float: left;
	font-size: 1.3em;
}
.nav-transparent a {
	color: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-transparent a:hover {
	color: #313534;
}
.nav-pills img {
	margin-right: 10px;
}
.nav-pills li.focus > a,
.nav-pills li.focus > a:hover,
.nav-pills li.focus > a:focus {
	background-color: #f2f3f3;
}
.navbar-search {
	position: relative;
	display: inline-table;
	padding: 0;
	white-space: nowrap;
	border-radius: 2px;
	-webkit-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}
.navbar-search .form-group {
	display: table-cell;
	margin-bottom: 0;
	max-width: 0;
	vertical-align: middle;
	overflow: hidden;
	-webkit-transition: max-width 0.25s ease-in-out;
	-o-transition: max-width 0.25s ease-in-out;
	transition: max-width 0.25s ease-in-out;
}
.navbar-search input {
	display: inline-block;
	padding: 0 10px;
	max-width: 0;
	height: 36px;
	border: none;
	-webkit-transition: max-width 0.25s ease-in-out;
	-o-transition: max-width 0.25s ease-in-out;
	transition: max-width 0.25s ease-in-out;
}
.navbar-search .btn {
	display: table-cell;
}
.navbar-search.expanded {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.navbar-search.expanded .form-group {
	max-width: 500px;
}
.navbar-search.expanded .btn {
	color: #0c0c0c;
	background: inherit;
}
.navbar-search.expanded input {
	max-width: 500px;
}
.nav li.padded {
	padding: 10px;
}
.alert {
	width:fit-content;
}
.alert.alert-callout {
	position: relative;
	padding-left: 20px;
	background: #ffffff;
	line-height:1.3;
	color: #313534;
	border-radius: 3px;
	border-color: rgba(83, 88, 88, 0.15);
}
.alert.alert-callout p {
	padding-bottom: 0!important;
}
.alert.alert-callout:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	left: -1px;
	top: -1px;
	bottom: -1px;
	background: #00AEEF;
}
.alert-callout.alert-success:before {
	background: #4caf50;
}
.alert-callout.alert-info:before {
	background: #2196f3;
}
.alert-callout.alert-warning:before {
	background: #ff9800;
}
.alert-callout.alert-danger:before {
	background: #f44336;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	font-size: 12px;
	text-shadow: none;
}
.breadcrumb > li {
	opacity: 0.8;
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: inherit;
	content: "/";
	font-size: 10px;
	padding: 0 5px;
}
.breadcrumb > .active {
	color: inherit;
	opacity: 0.8;
	font-weight: normal;
	font-size: 20px;
}
.panel-group .card {
	border: inherit;
	-webkit-transition: margin 0.33s ease-out;
	-o-transition: margin 0.33s ease-out;
	transition: margin 0.33s ease-out;
}
.panel-group .card .fa-angle-down,
.panel-group .card .fa-chevron-down,
.panel-group .card .fa-caret-down {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-group .card .collapsed .fa-angle-down,
.panel-group .card .collapsed .fa-chevron-down,
.panel-group .card .collapsed .fa-caret-down {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel-group .card .fa-plus {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.panel-group .card .collapsed .fa-plus {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.panel-group .card + .card {
	margin-top: 1px;
}
.panel-group .card.expanded {
	margin: 16px 0px;
}
.panel-group .card.expanded:first-child {
	margin-top: 0;
}

.knob {
	position: relative;
	display: inline-block;
	border-color: #e0e0e0;
}
.knob canvas {
	position: relative;
	vertical-align: top;
}
.knob.knob-shadow:before {
	position: absolute;
	content: "";
	height: 15%;
	left: 30%;
	right: 30%;
	bottom: -8%;
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2), 0 0 40px 20px rgba(0, 0, 0, 0.2), inset 0 0 50px 100px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2), 0 0 40px 20px rgba(0, 0, 0, 0.2), inset 0 0 50px 100px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transform: scaleY(0.07);
	-ms-transform: scaleY(0.07);
	transform: scaleY(0.07);
	z-index: 0;
}
.knob-stack {
	position: relative;
	display: block;
}
.knob-stack .knob-pane {
	display: block;
}
.knob-stack .knob-pane:after {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	content: "\25CF";
	display: block;
	color: #ffffff;
	text-align: center;
}
.knob-stack .knob-pane .knob-legend {
	position: absolute;
}
.knob-stack .knob-pane .knob-legend strong {
	position: absolute;
	top: -22px;
	font-size: 16px;
	display: block;
	width: 100%;
}
.knob-stack .knob-pane .knob-legend span {
	position: relative;
	top: 2px;
}
.knob-stack .knob-pane .knob-legend:after,
.knob-stack .knob-pane .knob-legend:before {
	position: absolute;
	z-index: 10;
	content: "";
	display: block;
	height: 1px;
	background-color: #bdc1c1;
}
.knob-stack .knob-pane .knob-legend:after {
	width: 176.7766952966369px;
}
.knob-stack .knob-pane:nth-child(1) .knob-legend {
	left: 5%;
	right: 50%;
	top: 10px;
}
.knob-stack .knob-pane:nth-child(1) .knob-legend:before {
	top: 0;
	right: 0;
	left: 0;
}
.knob-stack .knob-pane:nth-child(1) .knob-legend:after {
	width: 0;
}
.knob-stack .knob-pane:nth-child(2):after {
	top: 20px;
}
.knob-stack .knob-pane:nth-child(2) .knob-legend {
	left: 50%;
	right: 5%;
	top: 30px;
	text-align: right;
}
.knob-stack .knob-pane:nth-child(2) .knob-legend:before {
	top: 0;
	right: 0;
	left: 0;
}
.knob-stack .knob-pane:nth-child(2) .knob-legend:after {
	width: 0;
}
.knob-stack .knob-pane:nth-child(3):after {
	top: 40px;
}
.knob-stack .knob-pane:nth-child(3) .knob-legend {
	left: 5%;
	right: 50%;
	top: 175px;
}
.knob-stack .knob-pane:nth-child(3) .knob-legend:before {
	top: 0;
	right: 125px;
	left: 0;
}
.knob-stack .knob-pane:nth-child(3) .knob-legend:after {
	right: -25.888347648318437px;
	top: -62.50000000000001px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.knob-stack .knob-pane:nth-child(4):after {
	top: 60px;
}
.knob-stack .knob-pane:nth-child(4) .knob-legend {
	left: 50%;
	right: 5%;
	top: 195px;
	text-align: right;
}
.knob-stack .knob-pane:nth-child(4) .knob-legend:before {
	top: 0;
	right: 0;
	left: 125px;
}
.knob-stack .knob-pane:nth-child(4) .knob-legend:after {
	left: -25.888347648318437px;
	top: -62.50000000000001px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.knob-stack .knob {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.knob-default-dark {
	color: #20252b;
}
.knob-default-dark-track {
	border-color: #20252b;
}
.knob-default {
	color: #e5e6e6;
}
.knob-default-track {
	border-color: #e5e6e6;
}
.knob-default-light {
	color: #f2f3f3;
}
.knob-default-light-track {
	border-color: #f2f3f3;
}
.knob-default-bright {
	color: #ffffff;
}
.knob-default-bright-track {
	border-color: #ffffff;
}
.knob-primary-dark {
	color: #066265;
}
.knob-primary-dark-track {
	border-color: #066265;
}
.knob-primary {
	color: #00AEEF;
}
.knob-primary-track {
	border-color: #00AEEF;
}
.knob-primary-light {
	color: #64A0C8;
}
.knob-primary-light-track {
	border-color: #64A0C8;
}
.knob-primary-bright {
	color: #3CB6CE;
}
.knob-primary-bright-track {
	border-color: #3CB6CE;
}
.knob-accent-dark {
	color: #681a7f;
}
.knob-accent-dark-track {
	border-color: #681a7f;
}
.knob-accent {
	color: #003359;
}
.knob-accent-track {
	border-color: #003359;
}
.knob-accent-light {
	color: #44D62C;
}
.knob-accent-light-track {
	border-color: #44D62C;
}
.knob-accent-bright {
	color: #A5ACAF;
}
.knob-accent-bright-track {
	border-color: #A5ACAF;
}
.knob-success {
	color: #4caf50;
}
.knob-success-track {
	border-color: #4caf50;
}
.knob-warning {
	color: #ff9800;
}
.knob-warning-track {
	border-color: #ff9800;
}
.knob-danger {
	color: #f44336;
}
.knob-danger-track {
	border-color: #f44336;
}
.knob-info {
	color: #2196f3;
}
.knob-info-track {
	border-color: #2196f3;
}
.flot {
	min-height: 20px;
}
.flot div.legend > div {
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.flot div.legend > table {
	color: inherit !important;
}
.flot div.legend > table td {
	padding: 4px;
}
.legendColorBox > div {
	margin: 5px;
	border: none!important;
}
.legendColorBox > div > div {
	border-radius: 50%;
}
.flot-legend-horizontal table tr {
	float: left;
	padding-right: 8px;
}
.piechart {
	position: relative;
	display: inline-table;
	min-width: 10px;
	min-height: 10px;
	text-align: center;
}
.piechart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.piechart .display {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.piechart .display .percent:after {
	content: '%';
	font-weight: 300;
	margin-left: 0.1em;
	font-size: .6em;
}
.jqstooltip {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.modal {
	color: #313534;
}
.popover {
	color: #313534;
}
.gui-popover {
	position: fixed;
	background-color: #f2f3f3;
	color: #313534;
}
.gui-popover .popover-title {
	background-color: #d8dada;
	color: rgba(49, 53, 52, 0.9);
	border-bottom-color: rgba(49, 53, 52, 0.2);
}
.gui-popover.top > .arrow :after {
	border-top-color: #f2f3f3;
}
.gui-popover.right > .arrow:after {
	border-right-color: #f2f3f3;
}
.gui-popover.bottom > .arrow:after {
	border-bottom-color: #f2f3f3;
}
.gui-popover.left > .arrow:after {
	border-left-color: #f2f3f3;
}
.gui-popover.popover-info {
	background-color: #2196f3;
	color: #ffffff;
}
.gui-popover.popover-info .popover-title {
	background-color: #0c7cd5;
	color: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.gui-popover.popover-info.top > .arrow :after {
	border-top-color: #2196f3;
}
.gui-popover.popover-info.right > .arrow:after {
	border-right-color: #2196f3;
}
.gui-popover.popover-info.bottom > .arrow:after {
	border-bottom-color: #2196f3;
}
.gui-popover.popover-info.left > .arrow:after {
	border-left-color: #2196f3;
}
.gui-popover.popover-warning {
	background-color: #ff9800;
	color: #ffffff;
}
.gui-popover.popover-warning .popover-title {
	background-color: #cc7a00;
	color: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.gui-popover.popover-warning.top > .arrow :after {
	border-top-color: #ff9800;
}
.gui-popover.popover-warning.right > .arrow:after {
	border-right-color: #ff9800;
}
.gui-popover.popover-warning.bottom > .arrow:after {
	border-bottom-color: #ff9800;
}
.gui-popover.popover-warning.left > .arrow:after {
	border-left-color: #ff9800;
}
.gui-popover.popover-success {
	background-color: #4caf50;
	color: #ffffff;
}
.gui-popover.popover-success .popover-title {
	background-color: #3d8b40;
	color: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.gui-popover.popover-success.top > .arrow :after {
	border-top-color: #4caf50;
}
.gui-popover.popover-success.right > .arrow:after {
	border-right-color: #4caf50;
}
.gui-popover.popover-success.bottom > .arrow:after {
	border-bottom-color: #4caf50;
}
.gui-popover.popover-success.left > .arrow:after {
	border-left-color: #4caf50;
}
.gui-popover.popover-danger {
	background-color: #f44336;
	color: #ffffff;
}
.gui-popover.popover-danger .popover-title {
	background-color: #ea1c0d;
	color: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.gui-popover.popover-danger.top > .arrow :after {
	border-top-color: #f44336;
}
.gui-popover.popover-danger.right > .arrow:after {
	border-right-color: #f44336;
}
.gui-popover.popover-danger.bottom > .arrow:after {
	border-bottom-color: #f44336;
}
.gui-popover.popover-danger.left > .arrow:after {
	border-left-color: #f44336;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
/** initial setup **/
.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nano > .nano-content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.nano > .nano-content:focus {
	outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
	display: none;
}
.nano > .nano-pane {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	/* Target only IE7 and IE8 with this hack */
	visibility: hidden\9;
	opacity: .01;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.nano > .nano-pane > .nano-slider {
	background: #444;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	margin: 0 1px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
	/* Target only IE7 and IE8 with this hack */
	visibility: visible\9;
	opacity: 0.99;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}
.holder {
	position: relative;
}
.no-radius {
	border-radius: 0;
}
.opacity-25 {
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.opacity-50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.opacity-75 {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.opacity-100 {
	opacity: 1;
	filter: alpha(opacity=100);
}
.no-margin {
	margin: 0 !important;
}
.margin-bottom-lg {
	margin-bottom: 5px;
}
.margin-bottom-xl {
	margin-bottom: 10px;
}
.margin-bottom-xxl {
	margin-bottom: 20px;
}
.no-padding {
	padding: 0 !important;
}
.force-padding {
	padding: 24px;
}
.large-padding {
	padding: 48px;
}
.small-padding {
	padding: 12px;
}
.no-y-padding {
	padding: 0 24px;
}
.no-side-padding {
	padding: 24px 0;
}
.border-gray,
.border-black,
.border-white,
.border-lg,
.border-xl,
.border-xxl {
	border-style: solid;
	border-width: 1px;
	border-color: #0c0c0c;
}
.border-lg {
	border-width: 2px;
}
.border-xl {
	border-width: 3px;
}
.border-xxl {
	border-width: 5px;
}
.border-white {
	border-color: #ffffff;
}
.border-gray {
	border-color: #969c9c;
}
.border-transparent {
	border-color: transparent;
}
.hidden-border {
	border-color: transparent !important;
}
.border-dashed {
	border-style: dashed;
}
.overlay {
	position: absolute;
	left: 0;
	right: 0;
}
.overlay-default {
	background-color: rgba(150, 156, 156, 0.75);
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.overlay-primary {
	background-color: rgba(10, 168, 158, 0.75);
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.overlay-shade-top {
	background-image: -o-linear-gradient(top, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0.6)), to(rgba(12, 12, 12, 0)));
	background-image: linear-gradient(to bottom, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990c0c0c', endColorstr='#000c0c0c', GradientType=0);
}
.overlay-shade-bottom {
	background-image: -o-linear-gradient(top, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.6) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0)), to(rgba(12, 12, 12, 0.6)));
	background-image: linear-gradient(to bottom, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.6) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000c0c0c', endColorstr='#990c0c0c', GradientType=0);
}
.mask {
	position: relative;
	overflow: hidden;
}
.bottom-layer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.top-layer {
	position: relative;
	z-index: 1;
}
.stick-top-left,
.stick-top-right,
.stick-top-left-right {
	position: absolute;
	top: 0;
}
.stick-bottom-left,
.stick-bottom-right,
.stick-bottom-left-right {
	position: absolute;
	bottom: 0;
}
.stick-top-left,
.stick-bottom-left,
.stick-top-left-right,
.stick-bottom-left-right {
	left: 0;
}
.stick-top-right,
.stick-bottom-right,
.stick-top-left-right,
.stick-bottom-left-right {
	right: 0;
}
.height-1,
.size-1 {
	height: 40px;
}
.height-2,
.size-2 {
	height: 80px;
}
.height-3,
.size-3 {
	height: 120px;
}
.height-4,
.size-4 {
	height: 160px;
}
.height-5,
.size-5 {
	height: 200px;
}
.height-6,
.size-6 {
	height: 240px;
}
.height-7,
.size-7 {
	height: 280px;
}
.height-8,
.size-8 {
	height: 320px;
}
.height-9,
.size-9 {
	height: 360px;
}
.height-10,
.size-10 {
	height: 400px;
}
.height-11,
.size-11 {
	height: 440px;
}
.height-12,
.size-12 {
	height: 480px;
}
.width-1,
.size-1 {
	width: 40px;
}
.width-2,
.size-2 {
	width: 80px;
}
.width-3,
.size-3 {
	width: 120px;
}
.width-4,
.size-4 {
	width: 160px;
}
.width-5,
.size-5 {
	width: 200px;
}
.width-6,
.size-6 {
	width: 240px;
}
.width-7,
.size-7 {
	width: 280px;
}
.width-8,
.size-8 {
	width: 320px;
}
.width-9,
.size-9 {
	width: 360px;
}
.width-10,
.size-10 {
	width: 400px;
}
.width-11,
.size-11 {
	width: 440px;
}
.width-12,
.size-12 {
	width: 480px;
}
.auto-width {
	width: auto;
}
@media (min-width: 769px) {
	.scroll-xs {
		height: auto !important;
	}
}
@media (min-width: 992px) {
	.scroll-sm {
		height: auto !important;
	}
}
@media (min-width: 1200px) {
	.scroll-md {
		height: auto !important;
	}
}
.contain-xs {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.contain-sm {
	max-width: 769px;
	margin-left: auto;
	margin-right: auto;
}
.contain-md {
	max-width: 992px;
	margin-left: auto;
	margin-right: auto;
}
.contain-lg {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.star-rating,
.demo-color {
	display: inline-block;
}
pre.prettyprint {
	display: block;
	background-color: #f7f7f9;
	font-size: 13px;
	padding: 9px 14px !important;
	border-color: #e1e1e8 !important;
	tab-size: 2;
	-moz-tab-size: 2;
	-o-tab-size: 2;
}
pre .nocode {
	background-color: none;
	color: #ffffff;
}
pre .str {
	color: #da4950;
}
/* string */
pre .kwd {
	color: #2f6f9f;
}
/* js function */
pre .com {
	color: #999999;
}
/* comment */
pre .typ {
	color: #2f6f9f;
}
/* type */
pre .lit {
	color: #cd5c5c;
}
/* literal */
pre .pun {
	color: #4f9fcf;
}
/* punctuation */
pre .pln {
	color: #333333;
}
/* plaintext */
pre .tag {
	color: #2f6f9f;
}
/* html/xml tag */
pre .atn {
	color: #4f9fcf;
}
/* attribute name */
pre .atv {
	color: #da4950;
}
/* attribute value */
pre .dec {
	color: #009999;
}
/* decimal */
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
	margin-top: 0;
	margin-bottom: 0;
	color: #aeaeae;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
	list-style-type: none;
}
/* Spaces*/
.space0,.space10,.space100,.space15,.space2,.space20,.space25,.space3,.space30,.space35,.space5,.space50,.space55,.space60,.space65,.space70,.space75,.space80,.space85,.space90{width:100%}.space0{height:0}.space2{height:2px}.space3{height:3px}.space5{height:5px}.space10{height:10px}.space15{height:15px}.space20{height:20px}.space25{height:25px}.space30{height:30px}.space35{height:35px}.space40,.space45{width:100%;height:40px}.space50{height:50px}.space55{height:55px}.space60{height:60px}.space65{height:65px}.space70{height:70px}.space75{height:75px}.space80{height:80px}.space85{height:85px}.space90{height:90px}.space100{height:100px}.space110{height:110px}.space120{height:120px}.space140{height:140px}.p-90{padding:90px!important}.mr-0{margin-right:0!important}.mr-1{margin-right:1px!important}.mr-2{margin-right:2px!important}.mr-5{margin-right:5px!important}.mr-6{margin-right:6px!important}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.mr-25{margin-right:25px!important}.mr-30{margin-right:30px!important}.mr-40{margin-right:40px!important}.mr-50{margin-right:50px!important}.ml-0{margin-left:0!important}.ml-1{margin-left:1px!important}.ml-5{margin-left:5px!important}.ml-7{margin-left:7px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.ml-20{margin-left:20px!important}.ml-25,.ml-30{margin-left:25px!important}.ml-40{margin-left:40px!important}.pr-5{padding-right:5px!important}.pr-10{padding-right:10px!important}.pr-15{padding-right:15px!important}.pr-20{padding-right:20px!important}.pr-25{padding-right:25px!important}.pr-30{padding-right:30px!important}.pr-40{padding-right:40px!important}.pr-50{padding-right:50px!important}.pl-0{padding-left:0!important}.pl-5{padding-left:5px!important}.pl-10{padding-left:10px!important}.pl-15{padding-left:15px!important}.pl-20{padding-left:20px!important}.pl-25{padding-left:25px!important}.pl-30{padding-left:30px!important}.pl-35{padding-left:35px!important}.pl-40{padding-left:40px!important}.pl-45{padding-left:45px!important}.pl-50{padding-left:50px!important}.pl-100{padding-left:100px!important}.pt-0{padding-top:0!important}.pt-3{padding-top:3px!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-15{padding-top:15px!important}.pt-20{padding-top:20px!important}.pt-25{padding-top:25px!important}.pt-30{padding-top:30px!important}.pt-40{padding-top:40px!important}.pt-50{padding-top:50px!important}.pt-60{padding-top:60px!important}.pt-70{padding-top:70px!important}.pt-90{padding-top:90px!important}.pt-110{padding-top:110px!important}.pt-120{padding-top:120px!important}.pt-150{padding-top:150px!important}.mt-0{margin-top:0!important}.mt-4{margin-top:4px!important}.mt-5{margin-top:5px!important}.mt-7{margin-top:7px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-20{margin-top:20px!important}.mt-40{margin-top:40px!important}.mt-90{margin-top:90px!important}.mb-1{margin-bottom:-1px!important}.pb-0{padding-bottom:0!important}.pb-10{padding-bottom:10px!important}.pb-15{padding-bottom:15px!important}.pb-20{padding-bottom:20px!important}.pb-30{padding-bottom:30px!important}.pb-40{padding-bottom:40px!important}.pb-50{padding-bottom:50px!important}.pb-60{padding-bottom:60px!important}.pb-70{padding-bottom:70px!important}.pb-90{padding-bottom:90px!important}.pb-120{padding-bottom:120px!important}.pb-120{padding-bottom:120px!important}.pb-150{padding-bottom:150px!important}.mb-0{margin-bottom:0!important}.mb-2{margin-bottom:2px!important}.mb-5{margin-bottom:5px!important}.mb-6{margin-bottom:6px!important}.mb-10{margin-bottom:10px!important}.mb-15{margin-bottom:15px!important}.mb-20{margin-bottom:20px!important}.mb-25{margin-bottom:25px!important}.mb-30{margin-bottom:30px!important}.mb-40{margin-bottom:40px!important}.mb-50{margin-bottom:50px!important}.mb-90{margin-bottom:90px!important}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
/* Profile Card Snippet */
.pro-card.row {
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:auto;
}
div.row.pro-card .profile-card-box, div.row.pro-card .col-md-4 {
	-ms-flex-preferred-size:33%;
	flex-basis:33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.profile-card-parent {
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 2px rgba(100,100,100,.5), 0 2px 10px rgba(100,100,100,.2);
	box-shadow: 0 1px 2px rgba(100,100,100,.5), 0 2px 10px rgba(100,100,100,.2);
	border: none;
	margin: 0 5px 10px;
	border-bottom: 2px solid #64a0c8;
	width: 100%;
	display: block;

}
.page-thirds .row.pro-card .profile-card-box, .page-thirds .row.pro-card > div {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
}
.profile-card {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	background: #fff;
	width:100%;
	position: relative;
	z-index:50;
}
.profile-card-top {
	width: 100%;
	height:50%;
	background: #003359;
	position: absolute;
}
.profile-box {
	width:50%;
	margin: 20px auto;
	position:relative;
	z-index:100;
	max-width: 150px;
}
.profile-box:before {
	display: block;
	content: "";
	padding-top:100%;
}
.profile-circle {
	border: 3px solid #fff;
	border-radius: 500px;
	overflow:hidden;
	position:absolute;
	background: #fff;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
}
.profile-circle img {
	width:100%;
	max-height: 100%;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:top;
	object-position:top;
	text-align:center;
	vertical-align: middle;
}
.profile-card-bottom {
	background: #fff;
}
.profile-contact {
	width:95%;
	margin:auto;
	text-align: center;
	padding-bottom: 15px;
}
.profile-contact .pname, .pname p, .pname strong, .pname em, .pname h1, .pname h2, .pname h3, .pname h4, .pname h5 {
	font-size: 1.1em;
	min-height: 2.5em;
	line-height:1em;
	color:#616365;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin:0px;
	padding: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.profile-contact .pname a:after {
	font-family: 'Font Awesome 6 Pro';
	content: '\00a0 \f14c';
	font-size: .6em;
	vertical-align:top;
}
.profile-contact hr {
	border: 1px solid #44d62c;
	margin: 0 auto;
	width: 80%;

}
.profile-contact .ptitle, .ptitle p, .ptitle strong, .ptitle em, .ptitle h1, .ptitle h2, .ptitle h3, .ptitleh4, .ptitle h5 {
	font-size:.9em;
	font-style: italic;
	margin-top: 5px;
	min-height: 2em;
	line-height:1.2em;
	color:#616365;
	font-weight: normal!important;	
	padding:0px 5px;
}
.ptitle br:first-child {
	display:none;
}
.pinfo {
	font-size: 13px;
	font-weight: normal;
	margin-top:15px;
	line-height: 1.2rem;
	height:auto;
	min-height: 35px;
}
.h-profile-box {
	width:15%;
	min-width: 150px;
	margin: 10px auto;
	position:relative;
	z-index:100;	
}
.h-profile-box:before {
	display: block;
	content: "";
	padding-top:100%;
}
.h-profile-circle {
	border: 3px solid #fff;
	border-radius: 500px;
	overflow:hidden;
	position:absolute;
	background: #fff;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.h-profile-card-bottom {
	border-bottom: 5px solid #64a0c8;
	margin-top: 0px;
}
.min-profile-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.min-profile-box {
	width:25%;
	margin: 10px;
	position:relative;
	z-index:100;
	max-width: 150px;
}
.min-profile-box:before {
	display: block;
	content: "";
	padding-top:100%;
}
.min-profile-circle {
	border-radius: 500px;
	overflow:hidden;
	position:absolute;
	background: #fff;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border: 2px solid #44d62c;

}
.min-profile-circle img {
	width:100%;
	text-align:center;
	vertical-align: middle;
}
.min-profile-contact {
}
.min-profile-contact .pname, .pname strong, .pname em, .pname h1, .pname h2, .pname h3, .pname h4, .pname h5 {
	font-size: 1.1em;
	min-height: 2.5em;
	line-height:1em;
	color:#616365;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin:0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.min-profile-contact .pname a:after {
	font-family: 'Font Awesome 6 Pro';
	content: '\00a0 \f14c';
	font-size: .6em;
	vertical-align:top;
}
.min-profile-contact hr {
	border: 1px solid #44d62c;
	margin: 0 -10px;
	width: 110%;
}
.min-profile-contact .ptitle, .ptitle strong, .ptitle em, .ptitle h1, .ptitle h2, .ptitle h3, .ptitleh4, .ptitle h5 {
	font-size:.9em;
	font-style: italic;
	margin-top: 5px;
	min-height: 2em;
	line-height:1em;
	color:#616365;
	font-weight: normal !important;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:0px 5px;
}
.blank-space {
	margin:0px;
	height:0px;
	display:none;
}
@media screen and (max-width: 991px) {
	div.row.pro-card .profile-card-box, div.row.pro-card .col-md-4 {
		-ms-flex-preferred-size:49%;
		flex-basis:49%;
	}

}
@media screen and (max-width: 763px) {
	div.row.pro-card .profile-card-box, div.row.pro-card .col-md-4 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
	}
}
/* End Profile Card Snippet */			  

/*address icon classes */
.phone:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f095 \00a0';
}
.phone {
	color:#003359 !important;
	font-weight: normal!important;
}
.fax:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f1ac \00a0';
}
.fax {
	color:#003359 !important;
	font-weight: normal!important;
}
.mail:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f003 \00a0';
	color:#003359;
}
.mail {
	font-weight: normal!important;
	word-break:break-all;
}
.mail a {
	color:#003359;
}
.address:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f041 \00a0';
}
.address {
	color:#003359 !important;
	font-weight: normal!important;
}
.address a, a.address {
	color:#003359 !important;
}
.room-number:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f124 \00a0';
}
.room-number {
	font-weight: normal!important;
	color: #003359 !important;
}
a.room-number {
	color:#003359 !important;
}
.website {
	font-weight: normal!important;
	color: #003359 !important;
}
.website:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f0ac \00a0';
}
a.website {
	color:#003359 !important;
}
p.patients {
	width: 100%; 
	margin: auto !important;
	height: 35px;
	padding: 0px;
	background: #00aeef; 
	text-align: center; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.patients a {
	text-transform: none; 
	font-weight: normal!important;
	font-size: 1.1em; 
	color: #fff; 
	width: 100%;
	text-align: center;
}
.patients a:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f0fd\00a0\00a0';
}
.patients a:after {
	font-family: 'Font Awesome 6 Pro';
	content: '\00a0\00a0\f054';
}
a.hospital:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f0fd \00a0';
}
a.hospital {
	color:#00AEEF !important;
}
/*address icon classes */
.edge-to-edge {
	margin: 10px -70px 15px -70px;
	padding: 0px;
	border: 1px solid transparent;
}

@media screen and (max-width:1118px) {
	.edge-to-edge {
		margin: 10px -30px 15px -50px;
		padding: 0px;
	}
}
@media screen and (max-width:718px) {
	.edge-to-edge {
		margin: 10px -20px 15px -20px;
		padding: 0px;
	}
}
.edge-to-edge img {
	width:100%;
	height:auto;
}
.l-content-featured .edge-to-edge {
	margin:10px -90px 10px -70px; 
	border: 1px solid transparent;
	padding: 0px;

}
@media screen and (max-width:1118px) {
	.l-content-featured .edge-to-edge {
		margin: 10px -50px;
	}
}
@media screen and (max-width:718px) {
	.l-content-featured .edge-to-edge {
		margin: 10px -20px;
	}
}
.l-content-featured .edge-to-edge img {
	width:100%;
	height: auto;
}
.edge-to-edge-feature {
	margin:10px -90px 10px -70px; 
	border: 1px solid transparent;
	padding: 0px;

}
@media screen and (max-width:1118px) {
	.edge-to-edge-feature {
		margin: 10px -50px;
	}
}
@media screen and (max-width:718px) {
	.edge-to-edge-feature {
		margin: 10px -20px;
	}
}
.edge-to-edge-feature img {
	width:100%;
	height: auto;
}
.photo-caption {
	text-align: center;
	width:100%;
	margin-top:5px;
	font-size: 14px;
	font-style: italic;
	color: #123456;
}
/* Hawtass Divider */
h4.ui.header {font-size: 1.07142857rem; border:none; padding:0 0; margin:1.4rem 0 1rem; font-weight:bold; color:rgba(0,0,0,.87); letter-spacing:.05rem; text-transform:none; }
.ui.header .icon:only-child {display: inline-block;padding: 0; margin-right: .75rem;}
.ui.header>.icon {
	display: table-cell;
	opacity: 1;
	font-size: 1.5em;
	padding-top: 0;
	vertical-align: middle;
}
ui.divider>.icon {
	margin: 0;
	height: 1em;
}
i.icon {
	display: inline-block;
	opacity: 1;
	margin: 0 .25rem 0 0;
	width: 1.18em;
	height: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	text-align: center;
	speak: none;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ui.divider>.icon {
	margin: 0;
	font-size: 1rem;
	height: 1em;
	vertical-align: middle;
}
.ui.horizontal.divider {
	display: table;
	white-space: nowrap;
	height: auto;
	margin: '';
	line-height: 1;
	text-align: center;
}

.ui.horizontal.divider:after, .ui.horizontal.divider:before {
	background-image: url(/images/divider.png);
}
.ui.horizontal.divider:before {
	background-position: right 1em top 50%;
}
.ui.horizontal.divider:after {
	background-position: left 1em top 50%;
}
.ui.horizontal.divider:after, .ui.horizontal.divider:before {
	content: '';
	display: table-cell;
	position: relative;
	top: 50%;
	width: 50%;
	background-repeat: no-repeat;
}
.ui.header .icon:only-child {
	display: inline-block;
	padding: 0;
	margin-right: .75rem;
}
.ui.header>.icon {
	display: table-cell;
	opacity: 1;
	font-size: 1.5em;
	padding-top: 0;
	vertical-align: middle;
}


/* Academic Cards  */

.card-academics .btn-primary {background-color:#003359; line-height:2.5em;}
.card-academics .card-heading { border-top: 3px solid #44D62C; background: #fff; padding: 15px 30px;}
.card-academics .card-heading h2 {font-size: 24px;}
.card-academics .card-footer {width: 100%; height: 60px; padding: 0; border-top: 1px solid #DDD; overflow: hidden; text-align: center;}
.card-academics .card-heading .btn a {color:#fff;}
.card-academics .card-footer ul li {
	display: inline-block;
	border-right: 1px #DDD solid;
	padding: 10px 0;
	margin:0;
	text-align:center;
	width:33.33%;
	background-color:#f9f9f9;
}
.card-academics .card-footer ul li:hover {background-color:#ddd;}
.card-academics .card-footer ul li:last-child { border-right: none; }
.card-academics .justified-list { margin: 0; padding: 0; display: table; width: 100%; table-layout: fixed; border-collapse: separate;	margin-bottom:0;}
.card-academics .graduate {border-top: 3px solid #003359;}
.card-academics .clinical {border-top: 3px solid #3CB6CE;}
.card-academics .certificate {border-top: 3px solid #ff9800;}
@-moz-document url-prefix() { 
	.card-academics .card-footer ul li {float:left;}
}
/* End Academic Cards */
/* Tooltip */
.ttip {
	border-bottom: 2px dotted #00AEEF;
	color: inherit;
	display: inline-block;
}
.ttip:hover {
	text-decoration: none;
	cursor: help;
}
.tooltip-inner {
	background: #003359;
	padding: 12px 10px;
	line-height: 1.3em;
}
.tooltip-arrow {
	border-top-color: #003359;
	border-top-color: #003359 !important;
}
.tip {
	border-bottom: 2px dotted #00AEEF;
}
.tip:hover {
	position:relative;
}
.tip[data-tooltip]:hover:after {
	position: absolute;
	content:attr(data-tooltip);
	left:-100%;
	right:-100%;
	bottom:calc(100% + 5px);
	background: rgba(0,51,89,.8);
	color:#fff;
	padding:8px;
	border-radius: 3px;
	z-index:100;
	text-align:center;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.5);
}
.tip[data-tooltip]:hover:before {
	content:' ';
	border-top: 5px solid rgba(0,51,89,.7);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position:absolute;
	top:-5px;
	left:50%;
}
/* Tooltip */
/* img-randomize xform */
@-webkit-keyframes img-rand-flip {
	from {
		-webkit-transform: rotateY(-25deg);
		transform: rotateY(-25deg);
	}
	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@keyframes img-rand-flip {
	from {
		-webkit-transform: rotateY(-25deg);
		transform: rotateY(-25deg);
	}
	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
.promo.image .img-randomizer {
	display: block;
}
div.col-md-4.top-img .img-randomizer {
	display: block;
}
.img-randomizer {
	display: none;
}
div.img-randomizer {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-perspective: 1000;
	perspective: 1000;
}
div.img-randomizer .img-box {
	display: none;
}
div.img-randomizer img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 2px 10px -5px #777;
	box-shadow: 0px 2px 10px -5px #777;
	-webkit-animation: img-rand-flip 1s;
	animation: img-rand-flip 1s;
}
/* img-randomize xform */
div.contact-titles {
	padding: 15px 20px;
	border-left: 5px solid #44d62c;
	margin-bottom: 15px;
}
div.contact-titles h4 {
	background: none;
	color: #003359;
	padding: 0px 3px;
	margin-left: -10px;
	margin-bottom: -15px;
	border-bottom: 1px dotted #003359;
}
.l-content.l-region .p-list.coa-links ul li {
	width:auto;list-style: none;
}
/* xform accordion */
table.ou_accordion {
	width:100%;
}
.snacc-head {
	background: rgba(238,238,238, .5);
	margin: 5px auto;
	display: block;
	width: 100%;
}
.snacc-head:hover {
	cursor: pointer;

}
.snacc-head h4, .snacc-head p {
	padding: 10px 5px !important;
	border-left: 5px solid #44d62c;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	text-transform: none;
	margin:0;
	font-size: 1em;
	line-height: 1.5em;
	color:#333;
}
.snacc-head h4:before, .snacc-head p:before  {
	content: '\f067';
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.1em;
	margin: 0 15px 0 0;
	color: #003359;
	float: left;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.open-accdrop:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.snacc-body {
	display:block;
	margin-top: 0;
	padding: 10px 0;
	width: 100%;
}
.snacc-body > .snacc-head {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin:0;
}
.snacc-body > .snacc-head h4, .snacc-body > .snacc-head p {
	border-left: none;
	border-bottom: 1px solid #999;
	font-size: .95em;
}
.criteria-body {
    margin-top: 0;
    margin-left: 2px;
    padding: 0 0 0 1rem;
    border-left: 2px solid #cecece;
}
/* xform accordion */
#aumenu .container a {
	color: #00AEEF;
}
div.csnippit img {
	width: 100%;
	height: auto;
}
.program-card {margin-bottom:15px; margin-left:-15px;}
.program-card a:link {font-size: 1em; color: #fff; text-transform: uppercase; margin-top: 5px;  font-weight: bold; line-height: 1.2; display: block; text-shadow: -1px 1px 3px rgba(51, 77, 92, 0.61);}
.program-card a:visted {color:#9E9E9D;}
.program-card a:hover {text-decoration:underline;}

/* thirds xform */
table.page-thirds {
	width: 100%;
	height: auto;
	table-layout: fixed;
}
table.page-thirds tr td {
	-webkit-column-width: 33%;
	-moz-column-width: 33%;
	column-width: 33%;
}
table.page-thirds tr td table {
	display: block;
	overflow: scroll;
}
table.page-thirds img {
	width: 100%;
	height: auto;
}
div.page-thirds img {
	width: 100%;
	height: auto;
}
table.page-halves {
	width: 100%;
	height: auto;
	table-layout: fixed;
}
table.page-halves tr td {
	-webkit-column-width: 50%;
	-moz-column-width: 50%;
	column-width: 50%;
}
table.page-halves img {
	width: 100%;
	height: auto;
}
div.page-halves img {
	width: 100%;
	height: auto;
}
/* Portrait Snapshots - Visiting Artists */
.portrait {
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;			
}

.portrait:hover {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05)
}

.portrait-row {
	border: 1px solid #a5acaf;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 2px #a5acaf;
	box-shadow: 5px 5px 2px #a5acaf;
	margin-bottom: 15px;
}

.portrait-row h3 {
	border-top: 1px solid #a5acaf;
	padding-top: 15px;
	text-align: center;
}

.portrait-row a {
	text-decoration: none;
}
/* identity banner start */
.link-banner {
	width: 100%;
	color: #fff;
	background: #003359;
	padding: 5px;
	padding-top: 10px;
	font-size: 1.1em;
	text-align: center;
	font-style: normal;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position:relative;
	float:left;
	margin-top:-20px;
	margin-bottom:20px;
}
.link-banner a {
	text-align: center;
	font-style: normal;
	color: #fff;
	font-size: 25px;
	font-family: 'Crimson';
	font-weight: normal;
	padding-bottom: 5px;
	min-width: 50px;
	display: inline-block;
	text-shadow: 0px 1px 2px #333;
	text-rendering: optimizeLegibility;
}

.link-banner img {
	max-height: 20px;
	margin: 0 auto;
}
@media(max-width: 1118px) {
	.link-banner {
		padding-top: 20px;
		margin-top:0;
	}
}
/*identity banner end */
/* pphoto gallery start */
table.pphoto-gallery img {
	width:33%;
	height: auto;
}
ul.pphoto-gallery {
	list-style-type:none;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 0!important;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.pphoto-gallery li {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	position:relative;
	float: left;
	width:100%;
	border: 3px solid #fff;
	display: block;
	z-index: 50;
	-ms-flex-preferred-size:20%;
	flex-basis:20%;
}
ul.pphoto-gallery li:before {
	padding-top:100%;
	content:'';
	display:block;
}
ul.pphoto-gallery li:hover {
	-webkit-box-shadow: 0px 1px 10px -3px rgba(0,0,0,.7);
	box-shadow: 0px 1px 10px -3px rgba(0,0,0,.7);
	z-index: 100;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border: 0px solid #fff;
}
ul.pphoto-gallery li a {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	overflow: hidden;
}
ul.pphoto-gallery li img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
ul.pphoto-gallery li p {	
	position: absolute;
	bottom: 0;
	text-align: center;
	background: #fff;
}
/*pphoto gallery end */
span.card2-title {font-size: 18px; font-weight: normal; text-transform: none;}
.text-image-intro.label .fa {
	font-family: 'Font Awesome 6 Pro';
	padding-right: 0;
	color: #616365;
}
.text-image-intro.label a .fa {
	color: inherit;
}
img.spooky {
	-webkit-filter: saturate(30%) contrast(100%) brightness(.7) sepia(.2) hue-rotate(40deg) grayscale(.2) blur(1px);
	filter: saturate(30%) contrast(100%) brightness(.7) sepia(.2) hue-rotate(40deg) grayscale(.2) blur(1px);
}
/* active nav start */
#aumenu li.active > a {
	background: #64a0c8;
	color: #fff;
	border-left: 8px solid rgba(0,51,89,.5);
	padding-left: 12px;
	padding-right:0;
}
#aumenu li.active > a:hover {
	color:#fff;
	cursor: default;
}
#aumenu li.active > a:after  {
	display: inline-block;
	content: '';
	height: 100%;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	-webkit-filter:drop-shadow(-3px 3px 2px rgba(0,0,0,.1));
	filter:drop-shadow(-3px 3px 2px rgba(0,0,0,.1));
}
/*active nav end */
/*fixing some button styles */
.btn-icon-toggle.btn-primary, btn-flat.btn-primary {color: #025c97;}
.btn-floating-action .fa, .btn-floating-action .md, .btn-floating-action .glyphicon, .btn-icon-toggle .fa, .btn-icon-toggle .md, .btn-icon-toggle .glyphicon {margin: 0 0 0 4px;}
.btn-flat.btn-primary {color: #025c97;}

/* info cards start */
.infoCard {
	border-radius: 0 0 5px 5px;
	position: relative;
	-webkit-box-shadow:0px 2px 3px -1px rgba(100, 100, 100, .5), 0px 2px 5px rgba(100, 100, 100, .1);
	box-shadow:0px 2px 3px -1px rgba(100, 100, 100, .5), 0px 2px 5px rgba(100, 100, 100, .1);
	margin-bottom:20px;
}
.infoCard .promoCard {
	width: 100%;
	overflow: hidden;
	position:relative;
}
.infoCard .promoCard:before {
	padding-top:50%;
	display: block;
	content: '';
	background: -o-linear-gradient(#003359 97%, #44d62c 3%);
	background: -o-linear-gradient(285deg, #003359 70%, #64a0c8 100%);
	background: linear-gradient(165deg, #003359 70%, #64a0c8 100%);
	border-radius: 0;
}
.infoCard .promoCard img {
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	-webkit-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
	margin: auto;
	-o-object-fit:cover;
	object-fit:cover;
}
.infoCard .infoInfo {
	width: 100%;
	overflow-y: hidden;
	position:relative;
	border-bottom: .5em solid #fff;
	background:#fff;
	border-radius: 0 0 5px 5px;
	padding: 0 15px;
	height: auto;
	max-height: 270px;
	-ms-overflow-style: none;
}
.infoCard .infoInfo:hover {
	overflow-y: auto;
}
.infoCard .infoInfo .inner a {
	color: #333 !important;
	background-image: none !important;
}

@media only screen and (max-device-width: 480px) {
	.infoCard .infoInfo {
		overflow-y: auto;
	}
}
.infoCard .infoInfo::-webkit-scrollbar { 
	display:none !important;
}
.infoCard .infoInfo scrollbar {
	-moz-appearance: none !important;
}
.infoCard .infoInfo .head {
	font-size: 1.3em;
	text-transform: none;
	font-weight: bold;
	color:#000;
	margin-top:0;
	float: left;
	width: 100%;
	padding-bottom: 0;
}
.infoCard .infoInfo .head a {
	font-weight: normal;
}
.infoCard .infoInfo .head a:hover {
	text-decoration: none;
}
.infoCard .infoInfo .inner {
	margin-top:15px;
}
.infoCard .infoInfo p {
	margin: 10px 0;
}
.infoCard .infoInfo .inner ul {
	display:inline-block;
}
.infoCard .infoInfo .inner ul li {
	list-style: disc;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 5px;
}
.infoCard .readMore {
	width: 100%;
	background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 5%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, .5)));
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 5%);
	position: absolute;
	bottom: 0px;
	font-size: 1.2em;
	border-radius: 0 0 5px 5px;
	color: #555;
	display: none;
	text-align:center;
	text-shadow: 0px 1px 3px #999;
}
.infoCard .readMore:before {
	display:block;
	content: '•••';
	color:#555;
	margin: auto;
}
.slideOver {
	position: absolute;
	background: rgba(100, 100, 100, .3);
	height: 100%;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	display: none;
	border-radius: 5px 5px 0 0;
	-webkit-transition:.5s ease;
	-o-transition:.5s ease;
	transition:.5s ease;
	-ms-flex-align: center;
}
.slideOver a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	text-decoration: none;
}
.slideOver span {
	background: #003359;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	margin: auto;
	padding: 10px 15px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,.8);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,.8);
}
table.ou_info-card {
	display:relative;
	margin-bottom: 30px;
}
table.ou_info-card td::before {
	background: #D6EAFF;
	padding: 5px;
	margin-bottom: 10px;
	color: #000;
}
table.ou_info-card td:first-child::before {
	content: 'Image';
}
table.ou_info-card td:nth-child(2)::before {
	content: 'Heading';
}
table.ou_info-card td:nth-child(3)::before {
	content: 'Brief Description';
}
table.ou_info-card td:nth-child(4)::before {
    content: 'Link';
}
table.ou_info-card:after {
	content: 'Right-click to add or remove rows';
	background: #003359;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
}
/* info cards end */
p.calendarPub-message {
	background: #FFD382;
	color: #000;
	font-weight: bold;
	padding: 20px;
	height: 195px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.1em;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 10px -5px #999;
	box-shadow: 0px 3px 10px -5px #999;
}
/* map embed start */
table.map-code-embed {
	background-color: #eee;
	background: url('/images/code-image.jpg') no-repeat;
	background-size: cover;
}
table.map-code-embed tbody:before {
	content: 'paste map code in window';
	display: inline-block;
	background: #ffff99;
	padding: 5px 10px;
	color:#000;
	width:100%;
	text-align: center;
}
table.map-code-embed thead, table.map-code-embed thead tr td {
	display:inline-block;
	height: 0;
	float: left;
}	
table.map-code-embed > tbody > tr > td {
	display: block;
	padding: 20px;
	min-height: 200px;
	color:#fff;
	font-size:18px;
	margin:0;
}
table.map-code-embed > tbody > tr > td p {
	color:#fff;
	font-size:18px;
	margin:0;
}
div.map-code-embed {
	display:block;
	width:100%;
}
div.map-code-embed > iframe {
	width: 100%;
	height:100%;
	min-height: 300px;
}

/*img-zoom start */

.img-zoom {
	overflow: hidden;
	padding: 0 !important;
}
img.img-zoom {
	width: 100%;
	height: auto;
}
.img-zoom img {
	width: 100%;
	height: auto;
	-webkit-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/* quote cards start */
table.ou_quote-cards tbody tr td::before {
	background: #ccc;
	display: block;
	font-weight: bold;
	color:#000;
	padding: 3px;
	margin-bottom: 5px;
}
table.ou_quote-cards tbody tr td:first-child::before {
	content: 'image';
}
table.ou_quote-cards tbody tr td:nth-child(2)::before {
	content: 'name';
}
table.ou_quote-cards tbody tr td:nth-child(3)::before {
	content: 'title';
}
table.ou_quote-cards tbody tr td:nth-child(4)::before {
	content: 'quote';
}
.quoteBox {
	width: 32%;
	margin: 5px;
	background: #003359;
	color: #fff;
	font-size: 16px;
	position: relative;
	-webkit-box-shadow: 0px 2px 10px -3px rgba(100,100,100,.7);
	box-shadow: 0px 2px 10px -3px rgba(100,100,100,.7);
	display:inline-block;
	float: left;
	border-top-left-radius: 15px;
}
.quoteBox:before {
	content: '\f10d';
	font-family: 'Font Awesome 6 Pro';
	font-size: 2.5em;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: -10px;
	margin-top: -3px;
}
.quoteBox .quote {
	padding: 0 25px;
}
.quoteBox .quote p {
	color:#fff;
	line-height: 1.5em;
	margin: 10px auto;
}
.quoteBox .attribution {
	padding: 5px 25px;
	background: #A4C4DF;
	color:#003359;
	font-weight: normal;
}
.quoteBox .attribution p {
	width: calc(100% - 65px);
	color:#003359;
	font-weight: bold;
	line-height: 1.1em;
}
.quoteBox .attribution p .title {
	font-size: .85em;
	font-weight: normal;
	font-style: italic;
}
.quoteBox .attribution .photo {
	width: 80px;
	border-radius: 100%; 
	overflow: hidden;
	position: absolute;
	right:-5px;
	bottom:-5px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 2px 15px -3px rgba(100,100,100,.7);
	box-shadow: 0px 2px 15px -3px rgba(100,100,100,.7);
	z-index: 30;
	margin:0;
}
.quoteBox .attribution .photo:before {
	display: block;
	content: '';
	padding-top: 100%;
}
.quoteBox .attribution .photo img {
	position: absolute;
	top:0;
	width: 100%;
}
@media screen and (max-width: 1109px){
	.quoteBox {
		width:48%;
	}
}
@media screen and (max-width: 809px){
	.quoteBox {
		width:100%;
	}
}
/* quote cards end */
img.image-shadow {
	-webkit-box-shadow: 0 2px 5px rgba(100,100,100,.6),0 2px 15px rgba(100,100,100,.2);
	box-shadow: 0 2px 5px rgba(100,100,100,.6),0 2px 15px rgba(100,100,100,.2);
	border-radius: 3px;
}

/* student cards start */
.student-card-row {
	display: -ms-grid;
	display: grid;
	width: 100%;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: start;
	grid-column-gap:10px;
}
.student-card-row .card-parent {
	font-family: Sans-Serif;
	background: #eee;
	margin: 5px;
	position: relative;
	border-radius: 8px;
	overflow:hidden;
	-webkit-box-shadow: 0 1px 2px rgba(100,100,100,.8), 0 2px 5px rgba(100,100,100,.3), 0 3px 8px rgba(100,100,100,.1);
	box-shadow: 0 1px 2px rgba(100,100,100,.8), 0 2px 5px rgba(100,100,100,.3), 0 3px 8px rgba(100,100,100,.1);
	display:block;
	width:100%;
	-ms-flex-negative:1;
	-ms-flex-preferred-size: 23.7%;
}
.student-card-row .card-image {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	overflow:hidden;
	position: relative;
	z-index:1;
	border-radius: 8px;
	background:#ccc;
	text-align:center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.student-card-row .card-image:before {
	content: '';
	padding-top:150%;
	display: block;
}
.student-card-row .card-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	/* 	top:0;
	left:0; */
	right:0;
	bottom:0;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:top;
	object-position:top;
}
.student-card-row .card-info {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background: rgba(255,255,255,.85);
	width: 100%;
	z-index:5;
	min-height:65px;
	border-radius: 0 0 8px 8px;
	padding:5px;
}
.student-card-row .card-info .head {
	text-align:center;
}
.student-card-row .card-parent .card-info .more {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color:#fff;
	background:rgba(50,153,50,1);
	width: 30px;
	height:30px;
	padding:0;
	font-size:1em;
	border-radius:100%;
	margin: -15px auto 0;
	-webkit-box-shadow: 0 2px 5px rgba(100,100,100,.6);
	box-shadow: 0 2px 5px rgba(100,100,100,.6);
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	transition: .5s ease-in;
}
.student-card-row .card-info .more:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(50,153,50,.6);
	color:#777;
	-webkit-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
}
.student-card-row .card-info .name {
	padding: 0 5px;
	margin:5px auto 0;
	text-align:center;
	font-size: 14px;
	font-weight: normal;
}
.student-card-row .card-info .title {
	padding: 0 5px;
	margin:0 auto;
	text-align:center;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
}
.student-card-row .card-info .profile {
	padding: 10px 15px;
	display:none;
	margin:0;
}
.student-card-row .card-parent.on .card-info {
	height: 100%;
	border-radius:8px;
	overflow-y: scroll;
	overflow-x:hidden;
	background: rgba(255,255,255,.8);
	padding:0;
}
.student-card-row .card-parent.on .card-info .head {
	position:-webkit-sticky;
	position:sticky;
	top:0px;
	width:100%;
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0 2px 5px rgba(100,100,100,.5);
	box-shadow: 0 2px 5px rgba(100,100,100,.5);
	margin-top:-5px;
	padding: 5px 0 2px;
	z-index:5;
}
.student-card-row .card-parent.on .card-info .more {
	background: none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#333;
	margin:0 0 0 auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.student-card-row .card-parent.on .card-info .profile {
	background: none;
	display:block;
	height:calc(100% - 70px);
	border-radius: 0 0 8px 8px;
	border:none;
	margin-bottom: 20px;
}
.student-card-row .card-parent.on .card-info .name {
	padding-top:3px;
}
.student-card-row .card-parent.on .card-image img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

@media (max-width: 1119px) {
	.student-card-row {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.student-card-row .card-parent {
		-ms-flex-preferred-size: 31.9%;
	}
}
@media (max-width: 919px) {
	.student-card-row {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}	
	.student-card-row .card-parent {
		-ms-flex-preferred-size: 48.5%;
	}
}
@media (max-width: 719px) {
	.student-card-row {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.student-card-row .card-parent {
		-ms-flex-preferred-size: 100%;
	}
	.student-card-row .card-info .name {
		font-size:16px;
	}
}
/* student cards end */

.bb-btn {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
	color: #003359;
	-webkit-box-shadow: inset 0 0 0 2px #86C44C, 0 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 2px #86C44C, 0 0 0 rgba(0,0,0,0.2);
	padding: 1rem 2.5rem!important;
	font-size: 0.865rem;
	border-radius: 50px;
	display: inline-block;
	color: inherit;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration:none;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1),color 0s;
	-o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1),color 0s;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1),color 0s;
	will-change: transform;
	border: 0;
}

.bb-btn:hover {
	color: #fff;
	background: #86C44C;
	background-image: -o-linear-gradient(bottom left, #00AEEF 5%, #82C342 95%);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(5%, #00AEEF), color-stop(95%, #82C342));
	background-image: linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
	background-repeat: no-repeat;
	text-decoration:none;
	-webkit-box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgba(0,0,0,0.2);
	-webkit-transform: translatey(-5px);
	-ms-transform: translatey(-5px);
	transform: translatey(-5px);
}
.bb-btn:focus {
    outline: 2px dashed #000;
    outline-offset: 2px;
}
.row.display-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;

}

.eye-bleed {
	letter-spacing: .15em;
	text-shadow: 0.35rem -0.35rem rgba(178, 217, 35, 0.75), -0.35rem -0.35rem rgba(39, 172, 227, 0.75), 0 0.5rem rgba(255, 213, 25, 0.75);
}
.eye-bleed2 {
	letter-spacing: .15em;
	text-shadow: 0.35rem -0.35rem rgba(255, 105, 180, 0.9), -0.25rem -0.25rem rgba(251, 167, 58, 0.9), -0.25rem 0.35rem rgba(72, 222, 252, 0.9);}

.throb {
	-webkit-animation-name: throb;
	animation-name: throb;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	display: inline-block !important;
}
@-webkit-keyframes throb
{
	0%
	{
		transform: scale( .75 );
		-webkit-transform: scale( .75 );
	}
	20%
	{
		transform: scale( 1 );
		-webkit-transform: scale( 1 );
	}
	40%
	{
		transform: scale( .75 );
		-webkit-transform: scale( .75 );
	}
	60%
	{
		transform: scale( 1 );
		-webkit-transform: scale( 1 );
	}
	80%
	{
		transform: scale( .75 );
		-webkit-transform: scale( .75 );
	}
	100%
	{
		transform: scale( .75 );
		-webkit-transform: scale( .75 );
	}
}
@keyframes throb
{
	0%
	{
		transform: scale( .75 );
		-webkit-transform: scale( .75 );
	}
	20%
	{
		transform: scale( 1 );
		-webkit-transform: scale( 1 );
	}
	40%
	{
		transform: scale( .75 );
		-webkit-transform: scale( .75 );
	}
	60%
	{
		transform: scale( 1 );
		-webkit-transform: scale( 1 );
	}
	80%
	{
		transform: scale( .75 );
		-webkit-transform: scale( .75 );
	}
	100%
	{
		transform: scale( .75 );
		-webkit-transform: scale( .75 );
	}
}

.anim-bg-plain {
	background: -o-linear-gradient(135deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: FunGradient 15s ease infinite;
	animation: FunGradient 15s ease infinite;
}
@-webkit-keyframes FunGradient {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}
@keyframes FunGradient {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}
.modifiedBy {display:none;}
.playlistVid .award:before {
	content: '\f091';
	font-family: 'Font Awesome 6 Pro';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right:5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mapComp {
	margin-top:10px;
}
.card-box .card .description, .card-box .card .category {
	color: inherit;
}
.proCardBio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}
.proCardBio:before {
	content:none;
}
.proCardBio .cardLeft {
	background: #f1f1f1;
	display: block;
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	padding: 0 0 10px;
}
.proCardBio .cardLeft figure {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position:relative;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
}
.proCardBio .cardLeft figure:before {
	padding-top:100%;
	content: '';
	display: block;
}
.proCardBio .cardLeft figure img {
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 100%;
}
.proCardBio .cardLeft p {
	padding: 0 20px;
}
.proCardBio .cardLeft .name {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-transform: none;
	margin-top:15px;
}
.proCardBio .cardLeft .title {
	color: #333;
	font-weight: normal;
}
.proCardBio .cardLeft hr {
	border:none;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	background: none;
}
.proCardBio .cardRight {
	padding: 0 20px;
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%;
	display: block;
	float: none;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #616365;
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0;
}
@media screen and (max-width: 480px) {
	.proCardBio {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.proCardBio .cardLeft, .proCardBio .cardRight {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width:100%;
	}
}
.service-tiles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 25px auto;
}
.service-tile-item {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	padding: 0 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative:1;
	flex-shrink:1;
}

.service-tile-item img {
    max-width: 75px;
}
.service-tile-item a[href$=".pdf"]:after {
	content:'';
}
.service-tiles.two-columns > .service-tile-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.service-tiles.four-columns > .service-tile-item {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
.service-tiles.five-columns > .service-tile-item {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	min-width: auto;
}
@media (max-width:550px){
	.service-tiles.two-columns > .service-tile-item, .service-tiles.four-columns > .service-tile-item, .service-tiles.five-columns > .service-tile-item {-ms-flex-preferred-size: 100%; flex-basis: 100%;}
}
.service-tile-item ul {
	margin-bottom:20px;
}
.service-tile-item .item {
	height: calc(100% - 20px);
	display: inline-block;
	width:100%;
}
.service-tile-item .item .box {
	height:100%;
}
.service-tiles .box a.link-tag {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.service-tiles .box p a, .service-tiles .box li a, .service-tiles .box a:not(.link-tag) {
    z-index: 3;
    position: relative;
}
.box:hover {
	-webkit-box-shadow: 0 3px 0 #00AEEF;
	box-shadow: 0 3px 0 #00AEEF;
}
.box.no-link:hover {
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
}
.box {
	position:relative;
	background: #fff;
	padding: 35px 30px 10px 30px !important;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	margin-bottom:20px;
	border:1px solid #eee;
}			
.fluid-width-video-wrapper {
	position: initial !important;
} 

ul.responsive, ol.responsive {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(25ch, 1fr));
	justify-items: start;
	-ms-grid-row-align: start;
	align-self: start;
	grid-gap: 2px;
	float: none;
}
.flex-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px auto
}
.flex-img p {
	margin-top:0;
}
.flex-img-body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #616365;
	font-size: 14px;
	line-height: 24px;
}
.flex-img.right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.flex-img.bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
.flex-img.left figure, .flex-img.right figure {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
.flex-img.left .flex-img-body, .flex-img.right .flex-img-body {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}
.flex-img.left .flex-img-body {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	padding-left: 20px;
}
.flex-img.right .flex-img-body{
	padding-right: 20px;
}
.flex-img.top .flex-img-body {
	padding-top: 20px;
}
.flex-img.bottom .flex-img-body {
	padding-bottom: 20px;
}
.flex-img figure img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	display:block;
}

@media screen and (max-width: 919px) {
	.flex-img.right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.flex-img.left figure, .flex-img.right figure{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.flex-img.left  .flex-img-body, .flex-img.right  .flex-img-body {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.flex-img.left  .flex-img-body {
		padding: 20px 0 0;
	}
	.flex-img.right  .flex-img-body {
		padding: 0 0 20px;
	}
}
.video-embed {
	position: relative;
}

/* New profile cards */
.profileCards-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 20px 0;
}
.profileCards-container p {
	margin:0;
}
.profileCard-parent .profileCard-image {
	display: block;
	position: relative;
}
.profileCard-parent .profileCard-image:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	content: ' ';
	padding-top: 100%;
	overflow:hidden;
}
.profileCard-parent .profileCard-image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.profileCard-parent ul.title {
	padding: 0;
}
.profileCard-parent ul.title li {
	padding: 0;
	margin:0;
	list-style:none;
	color: inherit;
}
.profileCard-parent .profileCard-extra {
	padding: 10px;
}
.profileCards-container.style1 .profileCard-parent {
	margin: 5px;
	-ms-flex-preferred-size: calc(25% - 10px);
	flex-basis: calc(25% - 10px);
	border-radius: 3px;
	background: -o-linear-gradient(top, #003359 100px, #fff 0%);
	background: linear-gradient(to bottom, #003359 100px, #fff 0%);
	-webkit-box-shadow: 0 2px 2px rgba(100,100,100,1), 0 2px 10px rgba(100,100,100,.3);
	box-shadow: 0 2px 2px rgba(100,100,100,1), 0 2px 10px rgba(100,100,100,.3);
	border-bottom: 2px solid #64a0c8;
	padding:15px 10px;
	min-width: 280px;
	max-width: 340px;
}
.profileCards-container.style1 .profileCard-body {
	background:#fff;
	border-radius:2px;
}
.profileCards-container.style3 .profileCard-parent {
	margin: 5px;
	-ms-flex-preferred-size: calc(25% - 10px);
	flex-basis: calc(25% - 10px);
	border-radius: 30px;
	-webkit-box-shadow: 0 2px 2px rgba(100,100,100,.8), 0 2px 10px rgba(100,100,100,.3);
	box-shadow: 0 2px 2px rgba(100,100,100,.8), 0 2px 10px rgba(100,100,100,.3);
	min-width: 280px;
	max-width: 340px;
	position: relative;
	overflow: hidden;
}
.subsection:not(.no-side) .profileCards-container.style1 .profileCard-parent,
.subsection:not(.no-side) .profileCards-container.style2 .profileCard-parent ,
.subsection:not(.no-side) .profileCards-container.style3 .profileCard-parent {
	min-width: 320px;
}

.profileCards-container.style1 .profileCard-image {
	width: 50%;
	margin: 20px auto;
}
.profileCards-container.style3 .profileCard-image:before {
	padding-top: 130%;
}
.profileCards-container.style1 .profileCard-image img {
	border: 3px solid #fff;
	border-radius: 100%;
}
.profileCards-container.style3 .profileCard-image img {
	border-radius: 3px;
}
.profileCards-container.style3 .profileCard-body {
	position: absolute;
	bottom:0;
	left:0;
	top:0;
	right:0;
	padding: 10px 15px;
	background: -o-linear-gradient(260deg, rgba(0,0,0,.1) 60%, rgba(0,0,0,.8) 85%);
	background: linear-gradient(190deg, rgba(0,0,0,.1) 60%, rgba(0,0,0,.8) 85%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}
.profileCards-container .name a {text-decoration:none!important;}
.profileCards-container.style1 .name,
.profileCards-container.style2 .name{
	font-size:20px;
	min-height: 2.5em;
	line-height: 1em;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin: 0px 5px;
	padding: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
}
.profileCards-container.style3 .name {
	font-size:1.5em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	width: 100%;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #000;
}
.profileCards-container.style3 .name a {
	color: #fff;
}
.profileCards-container.style1 .name:after {
	content:'';
	background: #44d62c;
	height: 2px;
	width: 90%;
	border-radius: 3px;
}
.profileCards-container.style1 .name a:after,
.profileCards-container.style2 .name a:after {
	font-family: 'Font Awesome 6 Pro';
	content: '\00a0 \f14c';
	font-size: .6em;
	vertical-align: top;
}
.profileCards-container.style1 .title,
.profileCards-container.style2 .title {
	font-size: 16px;
	font-style: normal;
	min-height: 2em;
	line-height: 1.2em;
	color: #003359;
	font-weight: normal;
	padding: 5px;		
	display: -webkit-box;		
	display: -ms-flexbox;		
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	text-align:center;
	margin-bottom: 10px;
	width:100%;
} 
.profileCards-container.style3 .title {
	width: 100%;
	color: #fff;
	line-height: 1.2em;
	margin-bottom:10px;
}
.profileCards-container.style1 ul.title li,
.profileCards-container.style2 ul.title li,
.profileCards-container.style3 ul.title li {
	width:100%;
	text-wrap:balance;
}
.profileCards-container.style1 .tel,
.profileCards-container.style2 .tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color:#003359;
	font-weight: normal;
	margin:0;
	width: 100%;
}
.profileCards-container.style3 .tel a {
	color:#fff;
}
.profileCards-container.style1 .tel:before,
.profileCards-container.style2 .tel:before{
	font-family: 'Font Awesome 6 Pro';
	content: '\f095 \00a0';
	font-weight:bold;
}
.profileCards-container.style1 .email,
.profileCards-container.style2 .email
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color:#003359;
	font-weight: normal;
	margin:0;
	width: 100%;
}

.profileCards-container.style1 .email a,
.profileCards-container.style2 .email a {
	color:#003359;
	text-decoration:none!important;
	font-weight:normal!important;
}

.profileCards-container.style1 .email:before,
.profileCards-container.style2 .email:before{
	font-family: 'Font Awesome 6 Pro';
	content: '\f003 \00a0';
	font-weight:bold;
}
.profileCards-container.style2 .profileCard-parent {
	margin: 5px;
	-ms-flex-preferred-size: calc(25% - 10px);
	flex-basis: calc(25% - 10px);
	border-radius: 3px;
	background: #fff;
	/* 	-webkit-box-shadow: 0 1px 2px rgba(100,100,100,.5), 0 2px 10px rgba(100,100,100,.1);
	box-shadow: 0 1px 2px rgba(100,100,100,.5), 0 2px 10px rgba(100,100,100,.1);
	border-bottom: 2px solid #64a0c8; */
	padding:10px 10px 15px;
	min-width: 280px;
	max-width: 340px;
}
.profileCards-container.style2 .profileCard-image:empty {
	-webkit-box-shadow:none;
	box-shadow:none;
	background: -o-linear-gradient( #ccc 3%, #fff 50%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(3%, #ccc), color-stop(50%, #fff));
	background: linear-gradient( #ccc 3%, #fff 50%);
	border-radius: 2px 2px 0 0;
}
.profileCards-container.style2 .profileCard-image {
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.profileCards-container.style2 .profileCard-image img {
	border-radius: 4px;
}

.profileCards-container.style2 .name:after{
	content:'';
	background: #a5acaf;
	height: 2px;
	width: 80%;
	border-radius: 3px;
	margin: 0 10%;
}
.profileCards-container.style3 .profileCard-contact {
	width: 100%;
}
.profileCards-container.style3 .tel, 
.profileCards-container.style3 .email  {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	margin-bottom:5px;
	line-height:1.1em;
	width:100%;
}
.profileCards-container.style3 .email a {
	color: #fff;
}
.profileCards-container.style3 .profileCard-parent .profileCard-extra {
	display:none;
} 
.profileCards-container ul.title li {
	padding: 0;
	margin:1px 0;
	list-style:none;
}
.profileCards-container.style4 .profileCard-parent {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.profileCards-container.style4 .profileCard-image {
	border-radius: 0 15px 15px;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	width: 15%;
	max-width:unset;
	-ms-flex-item-align: start;
	align-self: flex-start;
	overflow:hidden;
	-webkit-box-shadow:0 2px 5px rgba(150,150,150,.9);
	box-shadow:0 2px 5px rgba(150,150,150,.9);
}
.profileCards-container.style4 .profileCard-image:empty {
	background: -o-linear-gradient(135deg, rgba(0,51,89,1), rgba(100,160,200,1));
	background: linear-gradient(315deg, rgba(0,51,89,1), rgba(100,160,200,1));
}
.profileCards-container.style4 .profileCard-image img {
    width: 100%;
}
.profileCards-container.style4 .profileCard-body {
	-ms-flex-preferred-size: 85%;
	flex-basis: 85%;
	width: 85%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 20px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.profileCards-container.style4 .profileCard-body:after {
	content: '';
	display: block;
	width: calc(100% + 35px);
	height: 2px;
	background: #64a0c8;
	border-radius: 5px;
	margin: 10px auto 0 -35px;
	position: relative;
	z-index: 5;
	-webkit-box-shadow: -2px 2px 3px rgba(200, 200, 200, .3);
	box-shadow: -2px 2px 3px rgba(200, 200, 200, .3);
}
.profileCards-container.style4 .name {
	font-size: 1.3em;
	color: #003359;
	font-weight: normal;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-preferred-size:33%;
	flex-basis:33%;
	padding-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-wrap: balance;
}
.profileCards-container.style4 .title {
	padding-left: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-preferred-size:33%;
	flex-basis:33%;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	margin-bottom:0;
	color: #003359;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-wrap: balance;
}
.profileCards-container.style4 ul.title li {
	padding-right:5px;
	display: inline-block;
}
.profileCards-container.style4 ul.title li:not(:first-child):before {
	content: '';
	background:#999;
	border-radius: 3px;
	width:1px;
	height:100%;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
.profileCards-container.style4 .profileCard-contact {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-preferred-size:33%;
	flex-basis:33%;
	padding-left:10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.profileCards-container.style4  .tel {
	color: #003359;
	text-wrap: balance;
}
.profileCards-container.style4 .profileCard-extra {
	padding: 20px 15px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #616365;
	font-size: 14px;
	line-height: 24px;
}
.profileCards-container.style4 .profileCard-extra p {
	margin: 0 0 20px;
}
.subsection.no-side .profileCards-container.style4 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.subsection.no-side .profileCards-container.style4 .profileCard-parent {
	/* 	-ms-flex-preferred-size: 50%;
	flex-basis: 50%; */
}
.subsection.no-side .profileCards-container.style4 .profileCard-body {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	display: inline-block;
}
.subsection.no-side .profileCards-container.style4 .profileCard-body:after {
	content:none;
}
.subsection.no-side .profileCards-container.style4 .name {
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	-webkit-box-flex:0;
	-ms-flex-positive:0;
	flex-grow:0;
	width:100%;
	margin-bottom:5px;
}
.subsection.no-side .profileCards-container.style4 .title {
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
.subsection.no-side .profileCards-container.style4 .profileCard-contact {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.subsection.no-side .profileCards-container.style4 .tel,
.subsection.no-side .profileCards-container.style4 .email {
	width: 100%;
}
.profileCards-container.style5 {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}
/* .l-content.l-region .profileCards-container.style5 .profileCard-parent {
-ms-flex-preferred-size: calc(100% - 20px);
flex-basis: calc(100% - 20px); 
}
.l-content.l-region .profileCards-container.style5 .profileCard-parent.active {
margin: 10px 3px;
-ms-flex-preferred-size: calc(100% - 6px);
flex-basis: calc(100% - 6px);
} */
.profileCards-container.style5 .profileCard-parent {
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	margin: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	color:#000;
	background: #eeeeee;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	min-width: 350px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    border: 1px solid #EEEEEE;
}
.profileCards-container.style5 .profileCard-parent.accordion:hover {
	cursor: pointer;
-webkit-box-shadow: 0 1px 1px -15px rgb(0 0 0 / 6%),
                    0 3px 4px -15px rgb(0 0 0 / 7%),
                    0 8px 10px -15px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 1px -15px rgb(0 0 0 / 6%),
                0 3px 4px -15px rgb(0 0 0 / 7%),
                0 8px 10px -15px rgb(0 0 0 / 20%);
}
.profileCards-container.style5 .profileCard-parent.accordion:not(.active)::after {
	content: '\f065';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	top: 10px;
	right: 10px;
	color:#003359;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.profileCards-container.style5 .profileCard-parent.accordion:hover::after {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.profileCards-container.style5 .profileCard-parent.active {
	margin: 10px 3px;
	-ms-flex-preferred-size: calc(50% - 6px);
	flex-basis: calc(50% - 6px);
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
} 
.profileCards-container.style5 .profileCard-parent.active::after {
	content: '\f066';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	top: 10px;
	right: 10px;
	color:#003359;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.profileCards-container.style5 .profileCard-parent.active .profileCard-body {
    border-radius: 10px 10px 0 0;
}

.profileCards-container.style5 .profileCard-parent.active img {border-radius: 10px 0 0 0;}
.profileCards-container.style5 .profileCard-image {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	width: 25%;
	border-left: none;
}
.profileCards-container.style5 .profileCard-image img {border-radius: 10px 0 0 10px;}
.profileCards-container.style5 .profileCard-image:before {
	padding-top: 125%;
}
.profileCards-container.style5 .profileCard-body {
	background: #fff;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	width: 75%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	color: #000;
	padding: 1rem;
	border-radius: 0 10px 10px 0;
}
.profileCards-container.style5 .name {
	width: 100%;
	color: #14212b;
	text-align: center;
	text-transform: none;
	font-weight: bold;
	font-size: 22px;
}
.profileCards-container.style5 .name a {
	color: #003359;
}
.profileCards-container.style5 .title {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.profileCards-container.style5 .title li {
	font-size: 18px;
	font-weight: 600;
}
.profileCards-container.style5 .profileCard-contact {
	width: 100%;
}
.profileCards-container.style5 .tel {
	color:#000;
	text-align: center;
}
.profileCards-container.style5 .tel:before {
	content: '\f095';
	font-family: 'Font Awesome 6 Pro';
	font-weight: bold;
	margin-right: 5px;
}
.profileCards-container.style5 .email,
.profileCards-container.style5 .email a {
	color:#000;
	text-align: center;
	text-decoration: none !important;
    font-weight: normal !important;
}
.profileCards-container.style5 .email:before {
	content: '\f0e0';
	font-family: 'Font Awesome 6 Pro';
	font-weight: bold;
	margin-right: 5px;
}
.profileCards-container.style5 .profileCard-extra {
	display: none;
	width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	line-height: 24px;
    padding: 1.5rem;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 10px 10px;
    border-top: 10px solid #003359;
} 
@media screen and (max-width: 992px) {
	.profileCards-container.style1 .profileCard-parent,
	.profileCards-container.style2 .profileCard-parent{
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		max-width: 100%;
		min-width: 240px;
	}
	.profileCards-container.style3 .profileCard-parent{
		-ms-flex-preferred-size: calc(50% - 20px);
		flex-basis: calc(50% - 20px);
		max-width: 100%;
	}
	.subsection:not(.no-side) .profileCards-container.style3 .profileCard-parent {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 5px 0;
		max-width: 100%;
	}
	.profileCards-container.style4 .name {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-left: 0;
	}
	.profileCards-container.style4 .title {
		padding-left: 0;
	}
	.subsection.no-side .profileCards-container.style4 .profileCard-parent {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.subsection.no-side .profileCards-container.style4 .name {
		width: 100%;
	}
	.profileCards-container.style5 .profileCard-parent {
		-ms-flex-preferred-size: calc(100% - 20px);
		flex-basis: calc(100% - 20px);
	}
	.profileCards-container.style5 .profileCard-parent.active {
		margin: 10px 3px;
		-ms-flex-preferred-size: calc(100% - 6px);
		flex-basis: calc(100% - 6px);
		-webkit-transition: .3s ease-out;
		-o-transition: .3s ease-out;
		transition: .3s ease-out;
	} 
}
@media screen and (max-width: 768px) {
	.subsection:not(.no-side) .profileCards-container.style1 .profileCard-parent,
	.subsection:not(.no-side) .profileCards-container.style2 .profileCard-parent ,
	.subsection:not(.no-side) .profileCards-container.style3 .profileCard-parent { 
		min-width:auto;
	}
	.profileCards-container.style4 .title {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.profileCards-container.style4 .profileCard-contact {
		padding-left:0;
	}
	.profileCards-container.style5 .profileCard-parent {
		min-width: auto;
	}
}
@media screen and (max-width: 576px) {
	.profileCards-container.style1 .profileCard-parent,
	.profileCards-container.style2 .profileCard-parent{
		-ms-flex-preferred-size: calc(100% - 10px);
		flex-basis: calc(100% - 10px);
	}
	.profileCards-container.style3 .profileCard-parent {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 5px 0;
		max-width: 100%;
	}
	.profileCards-container.style4 .profileCard-body:after  {

	}
	.profileCards-container.style4 ul.title li {
		width:100%;
	}
	.profileCards-container.style4 ul.title li:not(:first-child)::before {
		content:none;
	}
	.profileCards-container.style4  .tel, 
	.profileCards-container.style4  .email {
		width:100%;
	}
	.subsection.no-side .profileCards-container.style4 .profileCard-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 500px) {
.profileCards-container.style5 .profileCard-parent {flex-direction: column;}
.profileCards-container.style5 .profileCard-image {-ms-flex-preferred-size: 100%; flex-basis: 100%; width: 100%;}
.profileCards-container.style5 .profileCard-image:before {padding-top:100%;}	
.profileCards-container.style5 .profileCard-body {-ms-flex-preferred-size: 100%; flex-basis: 100%; width: 100%;}
}



/* New profile cards */
.item .box {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}
.item .box p {
	color: #000000;
	padding: 0 0 5px 0;
}
.item .box .icon{
	height: 55px;
	font-size:2em;
	color:#00AEEF;
	margin-right: -15px;
	width:100%;
}
.item .box h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
/*Sort Cards */
.sort-cards-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.sort-card {
	margin: 5px;
	-ms-flex-preferred-size: calc(25% - 20px);
	flex-basis: calc(25% - 20px);
	width: calc(25% - 20px);
}
h3.sort-card-heading { 
	text-align: center;
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	margin:0;
	font-size: 1.3em;
	text-align: center;
	color: #003359;
	font-weight: bold;
	width: 100%;
	text-transform: none;
}
.sort-card-body {
	background: #fff;
	border: 1px solid #ccc;
	border-radius:2px;
	padding:0;
	-webkit-box-shadow: 0px 2px 3px rgba(200,200,200,.3), 0px 2px 10px rgba(200,200,200,.1);
	box-shadow: 0px 2px 3px rgba(200,200,200,.3), 0px 2px 10px rgba(200,200,200,.1);
}
.sort-card-text {
	padding: 8px 15px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #616365;
	font-size: 14px;
	line-height: 24px;
}
.sort-card-link {
	text-align: center;
	padding: 10px 15px;
}
.sort-card-link a {
	border: 2px solid #003359;
	color:#003359;
	padding: 5px 10px;
	margin: 2px;
	border-radius: 2px;
	text-transform: none;
	display: inline-block;
	font-size: .85em;
}
.sort-card-link a:hover {
	text-decoration: none;
	background: #003359;
	color: #fff;
}
.sort-card-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 5px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sort-card-tags .sort-tag {
	background: #003359;
	padding:3px 8px;
	font-size: 14px;
	border-radius: 2px;
	color: #fff;
	margin: 0 .5rem .5rem 0;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: none;
}
.sort-card-tags .sort-tag:first-child {
	margin-left:0;
}

.sort-cards-filter {
	margin: 0 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.sort-cards-filter button {
	border-radius: 0px;
	background: #fff;
	color: #003359;
	border: none;
	border-right: 1px solid #003359;
	padding: 5px 10px;
	text-transform: none;
	font-size: .9em;
	font-weight: normal;
}
.sort-cards-filter button:first-child {
	border-radius: 2px 0 0 2px;
}
.sort-cards-filter button:last-child {
	border-radius: 0 2px 2px 0;
	border-right: none;
}
.sort-cards-filter button:hover {
	background: rgba(0,51,89,.1);
}
.sort-cards-filter button.selected {
	background: #003359;
	color: #fff;
}
@media (max-width: 992px) {
	.sort-card {
		-ms-flex-preferred-size: calc(33% - 20px);
		flex-basis: calc(33% - 20px);
		width: calc(33% - 20px);
	}
}
@media (max-width: 769px) {
	.sort-card {
		-ms-flex-preferred-size: calc(50% - 20px);
		flex-basis: calc(50% - 20px);
		width: calc(50% - 20px);
	}
}
@media (max-width: 440px) {
	.sort-card {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.sort-cards-filter {
		width: 100%;
	}
	.sort-cards-filter button:first-child {
		margin-left:5px;
	}
	.sort-cards-filter button {
		/* 		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1; */
		margin-bottom:5px;
	}
}
/* ou-grid styles */
.grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid-row .grid-item {
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	font-size: 18px;
	line-height: 1.2;
}
.grid-row.bordered .grid-item {
	border: 1px solid #ccc;
}
.grid-row:not(:last-child).bordered-interior{
	border-bottom: 2px solid #ccc;
}
.grid-row.bordered-interior .grid-item:not(:last-child) {
	border-right: 2px solid #ccc;
}
.grid-row.boxes .grid-item {
	border-radius:8px;
	margin: 5px;
}
.grid-row.boxes:not(.shadowed) .grid-item {
	border: 1px solid #ddd;
}
.grid-item img {
    min-height: 200px;
    width: auto;
    border-radius: 8px;
}
.grid-row.boxes.shadowed .grid-item {
	-webkit-box-shadow: 0 0 20px rgba(100,100,100,.1), 0 2px 10px rgba(100,100,100,.1);
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	background:#fff;
}
@media screen and (max-width: 768px) {
	.grid-row .grid-item {
		min-width:50%;
	}
	.grid-row.bordered-interior .grid-item:not(:last-child) {
		border-right: none;
	}
	.grid-row.bordered-interior .grid-item:nth-child(odd) {
		border-right: 2px solid #ccc;
	}
	.grid-row.bordered-interior .grid-item:not(:nth-last-child(1)):not(:nth-last-child(2)){
		border-bottom: 2px solid #ccc;
	}
	.grid-row.boxes .grid-item {
		min-width: calc(50% - 10px);
	}
}
@media screen and (max-width: 576px) {
	.grid-row .grid-item {
		min-width: 100%;
	}
	.grid-row.bordered-interior .grid-item:nth-child(odd) {
		border-right: none;
	}
	.grid-row.bordered-interior .grid-item:not(:last-child) {
		border-bottom: 2px solid #ccc;
		border-right: none;
	}
	.grid-row.boxes .grid-item {
		min-width: calc(100% - 10px);
	}
}
.contact-area {
	display: inline-block;
	padding: 30px 30px 10px;
	background: #f3f3f3;
	width: auto;
	min-width: 300px;
	width:100%;
}
.contact-box .contact-area {
	padding: 0 0 10px;
	min-width: auto;
}
.promo.image .contact-area p {
	font-style:normal;
	margin: 0 0 5px 0;
	text-align: left;
}
.contact-box .contact-area p,
.contact-area p{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    white-space: nowrap;
}
.contact-area .fa {
	padding-top:1px;
}
.contact-area h2,
.subsection .contact-area h2 {
	margin-top: 0;
	color: #000000;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}
.contact-area h2:after,
.subsection .contact-area h2:after {
	content: '';
	width: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #44D62C;
	position: absolute;
	left: 0;
	height: calc(100% + 5px);
}
.contact-area.text-dark a.btn-success {
	color: #333 !important;
}
.contact-area.text-dark a.btn-primary {
	color: #fff !important;
}
.contact-box .contact-area span[id^='contact'] {
	display: block;
	margin-bottom:10px;
}
@media (max-width: 768px) {
	.contact-area {
		width: 100%;
	}
}
.ou-notice {
    width: 100% !important;
}
table.ou-photos-display {
	width: 100%;
}

table.ou-photos-display tr td img {
	width: 100%;
	max-width: 100%;
}

.photos-display.masonry,
.photos-display.mosaic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom:2rem;
}
.photos-display.masonry .masonry-brick {
	margin: 5px;
	padding:0;
	border-radius: 5px;
	overflow:hidden;
	box-shadow: 0 3px 8px rgba(0,0,0,.3);
	position:relative;
}
.photos-display.mosaic figure {
	margin: 2px;
	padding:0;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	position:relative;
}
.photos-display.squares .square-frame:before {
	display: block;
	content: '';
	padding-top: 100%;
}
.photos-display.masonry .masonry-brick.m-width-1 {
	-ms-flex-preferred-size: calc(33.3% - 10px);
	flex-basis: calc(33.3% - 10px);
	width: calc(33.3% - 10px);
}
.photos-display.mosaic .m-width-1 {
	-ms-flex-preferred-size: calc(33.3% - 4px);
	flex-basis: calc(33.3% - 4px);
	width: calc(33.3% - 4px);
}
.photos-display.masonry .masonry-brick.m-width-2 {
	width: calc(66.6% - 10px);
	flex-basis: calc(66.6% - 10px);
}
.photos-display.mosaic .m-width-2 {
	width: calc(66.6% - 4px);
	flex-basis: calc(66.6% - 4px);
}
.photos-display.masonry .masonry-brick.m-width-3 {
	width: calc(100% - 10px);
	flex-basis: calc(100% - 10px);
}	
.photos-display.mosaic .m-width-3 {
	width: calc(100% - 4px);
	flex-basis: calc(100% - 4px);
}	
.photos-display.masonry .masonry-brick img {
	width: 100%;
	height: auto;
}
.photos-display.mosaic figure img {
	width: 100%;
	height: 100%;
	-o-object-fit:cover;
	object-fit:cover;
}
.photos-display figcaption {
	text-align: center;
	margin: 5px auto;
	padding: 10px 20px;
	width: 100%;
	background: #fff;
	position: relative;
}
.photos-display.mosaic figcaption {
	position: absolute;
	bottom:-5px;
	border-radius:0;
}
.photos-display figcaption p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height:1.1rem;
}
.photos-display figcaption p:last-of-type {
	margin-bottom:0;
}
.photos-display figcaption:before {
	content:'';
	width: 50px;
	height:50px;
	position:absolute;
	border-bottom: 25px solid #fff;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	top:-50px;
	right:10%;
}
@media (max-width: 576px) {
	.photos-display.masonry figure[class^='masonry-brick m-width-'], 
	.photos-display.mosaic figure[class^='m-width-'] {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		width:100% !important;
	}
}
.mb-3 {
	margin-bottom:20px;
}
.vidComp {
	display: inline-block;
	width:100%;
}
.thin {
	width: 80%;
	margin: 0 auto;
}
.thin2, .thinner {
	width: 70%;
	margin: 0 auto;
}

@media (max-width: 991px) {.thin, .thin2, .thinner {width:100%;}}

.alert-warning .fad {--fa-primary-color: #fffefd;--fa-secondary-color: #FF9800;}
.blog-posts .post.wow figure {
	position: relative;
}
.blog-posts .post.wow figure:before {
	content:'';
	display:block;
	padding-top:100%;
}
.blog-posts .post.wow figure img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}

.event-items {
    display: flex;
	align-items: center;
	transition: transform 200ms linear;
	position:relative;
}
.event-items .event-bg {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 12px;
    background: #fff;
	border: 5px solid transparent;
	border: 10px solid;
	border-image-slice: 1;
 	border-width: 5px;
 	border-image-source: linear-gradient(to bottom right, #44d62c 18%, #00aeef 100%);
}

.event-items:hover .event-bg {background:#003359;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #44d62c 18%, #00aeef 100%);
 }
.event-items .event-bg span.event-month {
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
	line-height:1.4;
    display: inline-block;
    text-align: center;
}

.event-items .event-bg span.event-date {
    font-size: 50px;
    color: #000;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: .8;
    font-weight: bold;
}
.event-items:hover span.event-month, .event-items:hover span.event-date {
	color:#fff;
}
.event-items .event-title {
	font-weight:bold;
    font-size: 16px;
    color: #000;
    padding: 0 0 0 15px;
    margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event-items p {margin-bottom:0; padding: 0 0 0 15px;}
.event-items .event-time a, .event-items .event-venue a {
    font-size: 16px;
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 15px;
	font-weight:normal!important;
}
.event-items a, .event-items a:hover {color:#000; font-weight:normal;text-decoration:none;}
@media (max-width:768px){
.event-items {margin-bottom: 1rem; padding: 0;}
}
.info-cards.info-cards-parent {
	display: -ms-grid;
	display: grid;
	margin: 20px 0 40px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	grid-gap:30px;
}
@media (max-width:576px) {
	.info-cards.info-cards-parent {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}
.info-cards.info-cards-parent.equalHeight {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.info-cards.info-cards-parent.noBorders .info-item {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.info-cards.info-cards-parent.imgShadow .info-item {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	overflow:visible;
	background: #fff;
}
.info-cards.info-cards-parent.imgShadow .info-item figure {
	-webkit-box-shadow: 0 5px 8px rgba(100,100,100,.2);
	box-shadow: 0 5px 8px rgba(100,100,100,.2);
}
.info-cards.info-item {
	width: 100%;
	border: 1px solid #f1f1f1;
	-webkit-box-shadow: 0 8px 28px rgba(100,100,100,.1);
	box-shadow: 0 8px 28px rgba(100,100,100,.1);
	border-radius: 3px;
	background: #fff;
	position:relative;
}
.info-cards.info-item:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 3px 8px rgba(100,100,100,.1);
	box-shadow: 0 3px 8px rgba(100,100,100,.1);
}
.info-cards.info-item:focus {
 outline: 2px solid #000;
}
.info-cards.info-item figure {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: -o-linear-gradient(#003359 97%, #44d62c 3%);
	background: -o-linear-gradient(285deg, #003359 70%, #64a0c8 100%);
	background: linear-gradient(165deg, #003359 70%, #64a0c8 100%);
}
.info-cards.info-item figure:before {
	padding-top:65%;
	content:'';
	display:block;
}
.info-cards.info-item figure img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position: top;
	object-position: top;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.info-cards .info-item .info-overlay {
	display: none;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgb(0 0 0 / 40%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.info-cards .info-item .info-overlay span {
	background: #003359;
	color: #fff;
	padding: 10px 15px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,.8);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,.8);
}
.info-cards .info-item:hover .info-overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.info-cards .info-item .info-title {
	color: #333;
	font-size: calc(.3vw + 18px);
	font-weight: bold;
	margin: 15px 20px 10px;
	text-transform: none;
	line-height:1.1;
}
.info-cards .info-item .info-body:not(:empty) {
	padding: 0 20px;
	margin-bottom:20px;
}
.info-cards .info-item .info-body p {
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: calc(.1vw + 13px);
	color: #616365;
}

#cludo-search-results .search-banner {
	position: relative; 
	padding: 15px 15px 0 25px; 
	background: #ffffff; color: #313534; 
	border: 1px solid #dcdede; 
	border-left: 5px solid #00AEEF; margin: 20px 0; 
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33); 
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);

}
.flex-link-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 20px auto;
}
.flex-link-bar a {
	background: rgba(0,51,89, 1);
	color:#fff;
	padding: 0;
	margin: 5px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align:center;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	min-width:250px;
	border-radius:3px;
}
.flex-link-bar a:after {
	content:none;
}
.flex-link-bar a:hover {
	text-decoration: none;
	cursor: pointer;
	background: rgba(0,174,239, .85);
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	color:rgba(0,51,89, 1);
}
.flex-link-bar a .fas,
.flex-link-bar a .fab {
	padding:.8em;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width: 50px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height:100%;
	border-right: 1px solid rgba(255,255,255,.5);
}
.flex-link-bar .flex-link-text {
	padding: 15px;
	display:block;
	width:100%;
}
.flex-link-bar a:focus {
    outline-color: #000 !important;
    outline-style: dashed;
}
.upcoming-cards.upcoming-parent {
	margin: 20px 0 40px;
	display:-ms-grid;
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap:30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
@media (max-width:576px) {
	.upcoming-cards.upcoming-parent {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}
.upcoming-cards.upcoming-card {
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
	box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
	border-radius:3px;
}
.upcoming-cards.upcoming-card-header {
	background: #003359;
	color:#fff;
	text-transform: none;
	padding: 15px 20px;
	font-size: calc(22px - .1vw);
	font-weight:bold;
	line-height:1.1em;
}
.upcoming-cards.upcoming-card-body {
	margin: 0 20px 10px;
}
.upcoming-cards.upcoming-card-body p a{
	text-decoration:none!important;
}
.upcoming-card .fa-ul {
    margin-bottom: 1rem;
	padding-left: 8px;
    padding-right: 10px;
}
.upcoming-card li {
    font-size: 18px;
}
.upcoming-cards.upcoming-date {
	margin-bottom:.5em;
	font-weight: bold;
	color: #333;
}
.upcoming-cards.upcoming-date.canceled {
	text-decoration: line-through;
	-webkit-text-decoration-color: red;
	text-decoration-color: red;
}

.upcoming-cards.upcoming-location {
	margin-bottom:.5em;
	font-weight: bold;
	color: #333;
}
.upcoming-cards .upcoming-icon {
	margin-right: .5em;
}
.upcoming-cards .upcoming-button {
	 background: rgb(0 174 239 / 50%);
	color: #003359;
	display:block;
	margin: 10px 15px 20px;
	padding: 0.5rem 1rem;
	text-align:center;
	text-transform: none;
	border-radius:3px;
} 
.upcoming-cards .upcoming-button:hover {
	background: rgb(0 174 239);
	text-decoration:none;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}
.upcoming-cards .upcoming-button .fas {
	margin-left: .5em;
}
.upcoming-cards.upcoming-card:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.programs-grid {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 20px;
	-ms-grid-columns: 1fr 20px 3fr;
	grid-template-columns: 1fr 3fr;
}
@media (orientation: portrait) and (max-width: 576px) {
	.programs-grid {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
}
.programs-grid .programs-grid-left {

}
.programs-sort.programs-parent {
}
.faculty-grid-sort .programs-sort.programs-parent {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	grid-gap: 30px;
}
.programs-sort.programs-card {
	display:block;
	width:100%;
	-webkit-box-shadow: 0 3px 13px rgba(100,100,100,.1);
	box-shadow: 0 3px 13px rgba(100,100,100,.1);
	background: -o-linear-gradient(left, #003359 8px, #fff 0);
	background: linear-gradient(to right, #003359 8px, #fff 0);
	background-size: 100%;
	position: relative;
	overflow: hidden;
}
.programs-sort.programs-card:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	content: 'More Information \f08e';
	font-family:'Font Awesome 6 Pro';
	color: #fff;
	background: #003359;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: calc(22px - .2vw);
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	text-shadow: 1px 1px 0 #003359;
	padding: 20px;
	opacity:0;
}
.programs-sort.programs-card:not(:last-of-type) {
	margin-bottom:20px;
}
.programs-sort.programs-card:hover {
	text-decoration: none;
	background: #fff;
}
.programs-sort.programs-card:hover:before {
	opacity: 1;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}
.programs-sort.program-title {
	margin:0 auto;
	font-size: calc(22px - .2vw);
	font-weight: bold;
	padding:30px 25px;
	color:#000000;
}
.programs-sort.program-cats {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.programs-sort.program-cats p {
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	margin: 0;
	padding: 10px 15px;
	background: #003359;
	color:#fff;
	text-align: center;
	font-weight: normal;
	font-size: .8em;
}
.programs-sort.program-cats p span:not(:last-of-type) {
	border-right: 1px solid #fff;
	padding-right:.5em;
	margin-right:.5em;
}
.programs-sort.program-cats p:nth-of-type(2) {
	border-right:1px solid #fff;
	border-left: 1px solid #fff;
}
#programs-sorter {
	padding: 15px 20px;
	height: 100%;
}
#programs-sorter .programs-sort-check {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#programs-sorter .programs-sort-check input {
	margin: .15em .3em .15em 0;
	height: 1em;
	width: 1em;
}
#programs-sorter .programs-sort-check label {
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom:5px;
}
#programs-sorter h3 {
	text-transform:none;
	font-weight: bold;
	font-size: calc(22px - .2vw);
	margin-bottom: 10px;
}
#programsSearch {
	display:inline-block;
	width:100%;
	margin-bottom: 40px;
	padding:0;
}
#programsSearch .input-group-btn {
	margin: 0;
	padding: 0;
	height:50px;
}
.programs-grid-left #programsSearch {
	margin:0;
	padding: 15px 20px;
}

.programs-sort.programs-card-faculty {
	display:block;
	-webkit-box-shadow: 0 3px 13px rgba(100,100,100,.1);
	box-shadow: 0 3px 13px rgba(100,100,100,.1);
	background: -o-linear-gradient(left, #003359 8px, #fff 0);
	background: linear-gradient(to right, #003359 8px, #fff 0);
	background-size: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	float:left;
	margin: 0;
}
@media (orientation: portrait) and (max-width: 576px) {
	.programs-sort.programs-card-faculty{
		width: calc(100% - 20px);
	}
}
.programs-sort.programs-card-faculty:hover {
	text-decoration: none;
}

.programs-sort.programs-card-faculty > .program-title {
	margin:0;
	font-size: calc(22px - .2vw);
	font-weight: bold;
	padding:15px 25px 0;
	color:#000000;
}
.programs-sort.programs-card-faculty .program-affiliation {
	margin: 0;
	font-size: calc(18px - .2vw);
	font-weight: normal;
	padding: 0;
	color: #000000;
	display:block;
	padding: 20px 25px 10px 0;
	line-height:1.2rem;
}
.programs-sort.programs-card-faculty .program-college {
	margin: 0;
	font-size: calc(18px - .2vw);
	font-weight: normal;
	color: #000000;
	display:block;
	padding: 0 25px 15px 0;
	line-height:1.2rem;
}
#programs-sorter select {
	width: 100%;
}
.testimonial-grid {
	display: -ms-grid;
	display: grid;
	width:100%;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: 0 auto;
}
.testimonial-grid .testimonial-quote {
	position: relative;
	background-image: url(/images/testimonial-bg.png);
	background-size: cover;
	background-position:center;
	-webkit-box-shadow: 0px 7px 29px 0px rgba(0,0,0,.2);
	box-shadow: rgb(0 0 0 / 20%) 0px 7px 29px 0px;
	border-radius:0;
	width:auto;
	aspect-ratio: 1/1;
}
.testimonial-grid .testimonial-body {
	background: rgb(0 0 0 / 60%);
	background-position: center center;
	padding: calc(0.3vw + 15px);
	color:#fff;
	position:relative;
	text-align: center;
	border-radius:0;
	height:100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.testimonial-grid .testimonial-body:before {
	content: '\201C';
    font-family: Georgia, serif;
    position: absolute;
    color: rgb(0 174 239 / 41%);
    font-size: 10em;
    top: 0;
    left: 13px;
    right: 0;
    padding: 0;
	text-align: left;
}
}
.testimonial-grid .testimonial-body p {
	color: inherit;
	font-size: calc(.3vw + 14px);
	font-weight:normal;
	line-height:1.2;
}
.testimonial-grid .testimonial-quote-author {
	display:block;
	padding: 0 20px 10px;
}
.testimonial-grid .testimonial-quote-author p {
	margin-bottom:0;
	font-size: calc(.2vw + 12px);
}
.testimonial-grid .testimonial-quote-author p:first-of-type {
	font-weight: bold;
	text-transform: none;
}
.testimonial-grid .testimonial-quote-author p:nth-of-type(2) {
	font-weight: normal;
	text-transform: none;
	font-size: calc(.1vw + 12px);
	opacity:.9;
}
.timeline-parent {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.timeline-item {
	margin-bottom: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 3fr;
	grid-template-columns: 1fr 3fr;
	grid-gap: 25px;
}
@media (orientation: portrait) and (max-width: 576px) {
	.timeline-item {
		margin-bottom: 40px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.timeline-item .timeline-date::after ,
	.timeline-item .timeline-event::before {
		display:none;
	}
}
.timeline-item .timeline-date {
	background: #003359;
	padding: 20px 25px;
	font-size: calc(22px - .3vw);
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position: relative;
	-webkit-box-shadow: 0 2px 8px rgba(100,100,100, .5);
	box-shadow: 0 2px 8px rgba(100,100,100, .5);
}
.timeline-item .timeline-date::after {
	content:'';
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #003359;
	position: absolute;
	right: -20px;
	z-index:2;
}
.timeline-item .timeline-event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	background: rgba(165,172,175,.5);
	padding: 20px 25px;
	position:relative;
	-webkit-box-shadow: 0 2px 3px rgba(100,100,100, .3);
	box-shadow: 0 2px 3px rgba(100,100,100, .3);
}
.timeline-item .timeline-event::before {
	content:'';
	height: calc(100% + 40px);
	width: 5px;
	background: rgba(165,172,175,.5);
	position: absolute;
	left: -15px;
	z-index:1;
}
.timeline-item .timeline-event p {
	margin:0;
	color:#161616;
}
.img-fluid {
	width: auto;
	height: auto;
	max-width: 100%;
}
@media (max-width: 768px) {
	.lead {
		font-size: 18px;
	}
}

.bb2-btn {
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-decoration: none!important;
    user-select: none;
    line-height: 1.5;
    color: #fff!important;
    padding: 1rem 2.5rem!important;
    background: #003359;
    font-size: 0.865rem;
    border-radius: 3px;
    margin-right: 10px;
	margin-bottom:10px;
    display: inline-block;
    color: inherit;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1),color 0s;
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1),color 0s;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1),color 0s;
    will-change: transform;
    border: 0;
	background-position: 0 0!important;
	
}
.bb2-btn:hover {
    color: #fff;
    background: #003359;
    background-image: -o-linear-gradient(bottom left, #00AEEF 5%, #003359 95%);
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(5%, #00AEEF), color-stop(95%, #003359));
    background-image: linear-gradient(to top right, #00AEEF 5%, #003359 95%);
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgba(0,0,0,0.2);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    transform: translatey(-5px);
}
.bb2-btn.alternate, .bb3-btn {
    background: transparent;
    border: 3px solid #00AEEF;
	font-weight:600;
	padding: .8rem 2.3rem !important;
    color: #003359 !important;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom right, #44d62c 18%, #00aeef 100%);
    border-radius: 5px;
    background: conic-gradient(#fff 0 0) padding-box, linear-gradient(to bottom right, #44d62c 18%, #00aeef 100%) border-box;
}

.bb2-btn.alternate:hover, .bb3-btn:hover {
    background: linear-gradient(to bottom right, #44d62c 0%, #00aeef 100%);
    border-radius: 3px;
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom right, #44d62c 18%, #00aeef 100%);
    color: #fff !important;
}
.bb2-btn:focus {
    outline: 2px dashed #000;
    outline-offset: 2px;
}
.cta-bar .bb2-btn:focus, .matrix.inverse-wrapper .bb2-btn:focus {
    outline-color: #fff !important;
}
a.btn-solid {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #003359;
    padding: 22.5px 39.5px!important;
    margin-right: 20px;
    margin-bottom: 20px;
    border: none;
	text-decoration:none!important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	background-position: 0 0!important;
}
a.btn-solid:hover {
    background: #025b97;
	text-decoration:none;
    color: #fff;
    -webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
}
a.btn-solid:focus {
    outline: 2px dashed #000;
    outline-offset: 2px;
}
.cta-bar a.btn-solid:focus, .matrix.inverse-wrapper a.btn-solid:focus {
    outline-color: #fff !important;
}

a.btn-clear {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: capitalize;
    padding: 22.5px 39.5px!important;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: transparent;
	text-decoration:none!important;
    color: #003359;
    -webkit-box-shadow: inset 0 0 0 2px #003359, 0 0 0 rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 2px #003359, 0 0 0 rgb(0 0 0 / 20%);
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.btn-clear:hover {
    background: #025b97;
	text-decoration:none;
	background-size:unset!important;
    background-image: -o-linear-gradient(bottom left, #025b97 5%, #180e49 95%);
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(5%, #025b97), color-stop(95%, #003359));
    background-image: linear-gradient(to top right, #025b97 5%, #003359 95%)!important;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgb(0 0 0 / 20%);
    color: #fff;
}
a.btn-clear:focus {
    outline: 2px dashed #000;
    outline-offset: 2px;
}
.cta-bar a.btn-clear:focus, .matrix.inverse-wrapper a.btn-clear:focus {
    outline-color: #fff !important;
}
@media only screen and (max-width: 570px) {
.btn-holder {display: flex; flex-direction: row;}	
a.btn-solid, a.btn-clear, .bb2-btn, .bb2-btn.alternate {display: block; margin-bottom: 1rem; padding: .5rem 1rem !important; text-transform: none;}
}

.matrix.inverse-wrapper a.btn-primary, .matrix.inverse-wrapper a.btn-primary:link {
    background: #00aEEF;
    color: #ffffff;
	border:none;
}
.matrix.inverse-wrapper a.btn-primary:hover {
background:#82c342;
background: linear-gradient(151deg, #00aEEF 40%, #82c342 100%);
border:none;
}

.news-item h3 {
    font-size: 1.253rem;
}
.resource-list {
     list-style-type: none;
     padding:0;
     margin-left:0;
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 2rem !important;
     margin-top:30px;
}
 .resource-list li {
     margin: 0 1rem 1rem 0;
     border-radius: 5px;
     flex-basis: -webkit-calc(33% - 20px)!important;
     flex-basis: -moz-calc(33% - 20px)!important;
     flex-basis: calc(33% - 20px)!important;
     display: grid;
     align-items: center;
     justify-items: center;
     background: rgba(241,241,241, .2);
     color: #000000;
     position: relative;
     padding: 1rem;
     background-color: #ffffff;
     border: 1px solid #eeeeee;
     border-bottom:5px solid transparent;
     box-shadow: 0 20px 25px rgba(0, 0, 0, 0.10);
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     overflow: hidden;
}
 .resource-list li:hover {
     box-shadow: none;
     border-bottom:5px solid #00AEEF;
}
 .resource-list li a {
     color: #003359;
     font-style: normal;
     text-transform:none;
     font-weight: normal;
     padding:0;
     font-size: 1rem;
     text-align: center;
     line-height:1.2;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     width: 100%;
	 text-decoration: none !important;
    background: none !important;
	 padding-bottom:none !important;
}
.matrix.inverse-wrapper ul.resource-list li, .matrix.inverse-wrapper ul.resource-list li p {color: #000;}
.matrix.inverse-wrapper .resource-list li a {color:#003359;}
.resource-list li a:hover {text-decoration: none; color: #00AEEF;}
.matrix.inverse-wrapper .resource-list li a:hover {color:#00AEEF;}
.resource-list li strong {font-weight: bold;}
.resource-list.no-hover li:hover {
    box-shadow: 0 20px 25px rgb(0 0 0 / 10%);
    border-bottom: 5px solid transparent!important;
}

 @media (max-width: 819px){
     .resource-list li {
     flex-basis: -webkit-calc(50% - 20px)!important;
     flex-basis: -moz-calc(50% - 20px)!important;
     flex-basis: calc(50% - 20px)!important;
    }
}
 @media (max-width: 619px){
     .resource-list li {
     flex-basis: -webkit-calc(100% - 20px)!important;
     flex-basis: -moz-calc(100% - 20px)!important;
     flex-basis: calc(100% - 20px)!important;
    }
}
.related-links {border-radius: 20px 0 20px 0; padding: 35px 30px!important;}
.related-links ul {list-style: none; padding-left:0!important; margin-bottom: 0;}
.related-links a, .related-links a:link, .related-links a:visited {opacity:1;}
.related-links ul li {
    margin-bottom: 0;
    padding-left: 0;
}
.related-links ul li .icon {
    position: absolute;
    top: 80%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
a.link-nav:after {
    content: '\f178';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 52%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
a.link-nav {
    position: relative;
    display: block;
    padding: .9rem 4.125rem .9rem 0rem;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    -webkit-box-shadow: inset 0 -1px 0 0 #ebebeb;
    box-shadow: inset 0 -1px 0 0 #ebebeb;
    -webkit-transition: background-color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}

a.link-nav:hover {
    background-color: #f3f3f3;
    text-decoration:none;
    color: #00AEEF!important;
    padding-left: 0.4375rem;
}	 
.matrix.inverse-wrapper .box.no-link.related-links {background: #011e34; border: 1px solid #021b2e;}
.matrix.inverse-wrapper .box.no-link.related-links a.link-nav {color:#00AEEF;-webkit-box-shadow: inset 0 -1px 0 0 #233a4b; box-shadow: inset 0 -1px 0 0 #233a4b;}
.matrix.inverse-wrapper .box.no-link.related-links a.link-nav:hover {background-color: #021828;}
.related-links li:last-of-type .link-nav {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.card.calendar-card > .card-body a, .height-2 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tartan:before {
	  content: "";
      background-image: url('/images/au-tartan-sm.png');
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
}
.vidPlayer {
position: fixed;
background: rgba(0,0,0,1);
top:0;
left:0;
bottom:0;
right:0;
z-index:999;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display:none;
}
.vidPlayer #close {
color: #fff;
position: absolute; 
top: 5%;
right:5%;
font-size: 3em;
z-index: 999;
}
.vidPlayer iframe {
width: 85%;
height: auto;
max-width: 1500px;
max-height: 90vh;
position:relative;
}
#thumbnails > .col-md-4 {
padding: 10px;
}
.playlistVid {
padding: 5px;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4), 0 1px 15px rgba(0,0,0,.1);
box-shadow: 0 2px 2px rgba(0,0,0,.4), 0 1px 15px rgba(0,0,0,.1);
border-radius: 3px;
margin-bottom:30px;
border: 1px solid #eee;
position: relative;
}
.playlistVid .vote {
position: relative;
display:inline-block;
width:calc(100% + 10px);
height: 40px;
margin: 5px -5px -5px;
border-top: 1px solid #e5e5e5;
}
.playlistVid .vote input[type=radio] {
position:absolute;
width:20px;
height:20px;
opacity:0;
margin:0;
top:10px;
right:10px;
cursor: pointer;
z-index:2;
}
.playlistVid .vote input[type=radio] + label {
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
background-color: #fff;
border: 2px solid #5cb85c;
width:20px;
height:20px;
border-radius: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top:10px;
right:10px;
position:absolute;
z-index:1;
}
.playlistVid .vote input[type=radio]:hover  + label{
background: #5cb85c;
border: 2px solid #fff;
-webkit-box-shadow:  -1px -1px 1px #5cb85c, 1px 1px 1px #5cb85c, -1px 1px 1px #5cb85c, 1px -1px 1px #5cb85c;
box-shadow:  -1px -1px 1px #5cb85c, 1px 1px 1px #5cb85c, -1px 1px 1px #5cb85c, 1px -1px 1px #5cb85c;
}
.playlistVid .vote input[type=radio] + label:before {
content: 'VOTE';
position: absolute;
font-size: 12px;
line-height:20px;
right:25px;
font-weight: bold;
}
.playlistVid input[type=radio]:checked + label {
background-color: #5cb85c;
}
.playlistVid input[type=radio]:checked + label:after {
content: '\\f00c';
font-family: 'Font Awesome 6 Pro';
color:#fff;
right:-3px;
top:0;
font-size:22px;
}

.playlistVid .thumb {
display:block;
overflow:hidden;
position: relative;
width:100%;
border-radius:3px;
margin-top:-15px;
-webkit-transition: ease .5s;
-o-transition: ease .5s;
transition: ease .5s;
background-size:cover;
background-position:center;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4), 0 1px 5px rgba(0,0,0,.1);
box-shadow: 0 2px 3px rgba(0,0,0,.4), 0 1px 5px rgba(0,0,0,.1);
}
.playlistVid .thumb:hover, .playlistVid .thumb:focus {
cursor: pointer;
-webkit-transition: ease .5s;
-o-transition: ease .5s;
transition: ease .5s;
}
.playlistVid .thumb:hover .thumbInner, .playlistVid .thumb:focus .thumbInner{
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
-webkit-transition: ease .8s;
-o-transition: ease .8s;
transition: ease .8s;
-webkit-filter: blur(1px);
filter: blur(1px);
}
.playlistVid .thumb .play {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity:.3;
background: rgba(100,100,100,0);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
font-size: 3em;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
text-shadow: 2px 2px 10px #000;
}
.playlistVid .thumb:hover .play, .playlistVid .thumb:focus .play  {
background: rgba(100,100,100,.3);
-webkit-transition: ease .8s;
-o-transition: ease .8s;
transition: ease .8s;
opacity: 1;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.playlistVid .thumbInner {
display:block;
padding-top:55%;
position:relative;
background-size: cover;
background-position: center;
}
.playlistVid .thumb img {
width: 100%;
height: 100%;
-o-object-fit:cover;
object-fit:cover;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.playlistVid .title:not(h3) {
font-weight: normal;
font-size: 1em;
margin: 15px 5px 5px;
line-height: 1.1em;
}
.playlistVid .desc {
font-size: .8em;
display:none;
}
.playlistVid .award {
position:absolute;
top:5px;
right:5px;
background: #FFCE1F;
color:#000;
padding: 5px 10px;
font-size: .8em;
border-radius: 20px;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.8), 0 1px 15px rgba(0,0,0,.2);
box-shadow: 0 2px 2px rgba(0,0,0,.8), 0 1px 15px rgba(0,0,0,.2);
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
max-width: 85%;
}
.playlistVid .award:before {
content: '\f091';
font-family: 'Font Awesome 6 Pro';
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right:5px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@supports (-webkit-overflow-scrolling: touch) {
.playlistVid .thumb:hover .play {
opacity:.2;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.playlistVid .thumb:hover .thumbInner {
-webkit-filter: none;
filter: none;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.card.cookie-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 320px;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookie-alert .btn-link {
    background: transparent!important;
}
.cookie-alert a.accept-cookies, .cookie-alert a.accept-cookies:hover {
    color: #fff;
}
#page-edit-preview-view .cookie-alert.show {display:none!important;visibility:hidden!important;opacity:0!important;}
span.highlight {
    font-weight: bold;
    background: #003359;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
#btnpause {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgb(0 51 89 / 80%);
    color: #fff;
    border-radius: 22px;
    border: 1px solid rgb(255 255 255 / 80%);
}
table .d-flex.align-items-center {
    display: flex;
    align-items: center;
}
.quote-card {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
    padding: 3rem 4rem;
    text-align:center;
	background-color:#fff;
}

.quote-card p.eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
p.the-quote {
    font-size: 24px;
    line-height: 1.6;
    text-align: left;
}
p.the-quote:before, p.the-quote:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\201C";
    position: absolute;
     font-size: 4rem;
    opacity: 0.3;
	font-weight:bold;
    font-style: normal;
}
p.the-quote:before {
       left: 2rem;
    top: 0;
}
p.the-quote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
}
.quote-card h5 {
    font-size: 20px;
    font-weight: bold;
    color: #003359;
}	
.quote-card .attribution {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
	justify-content: center;	
		}		
.quote-card figure {height:100px; width:100px; margin-right:20px; overflow:hidden;border-radius:100%;}
.quote-card figure img {width: 100%; max-width: 100%; height: 100%;  object-fit: cover!important; object-position: top center;}
		
@media (max-width:425px) {
		.quote-card {padding:2rem;}
		p.the-quote {font-size:18px;}
		p.the-quote:after,p.the-quote:before {display:none;}
		.quote-card figure {margin-bottom:10px;}
		}		

.callout-card {
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 2rem;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
	max-width: 900px;
}
.callout-card h2 {
    font-size: 28px;
    font-weight: 700;
}		

		
@media screen and (max-width: 992px) {
.callout-card {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
.callout-card {
    min-height: 500px;
    height: auto;
    margin: 180px auto 84px auto;		
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
 .callout-card {
    height: 350px;
	display: flex;
  align-items: center;
}
}
@media screen and (max-width: 768px) {
  .callout-card {flex-direction: column; }
  .callout-card h2 {text-align:center!important;}		
}
a.callout-card-button {
	background-color:#003359;
    padding: 15px 35px!important;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}
a.callout-card-button:hover {
    background: #00AEEF;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(5%, #82C342), color-stop(95%, #00AEEF));
    background-image: linear-gradient(to top left, #82C342 5%, #00AEEF 95%);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgba(0,0,0,0.2);
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px);
}		
a.callout-card-button:focus {
	outline-color:#000;
}		
.callout-card-image {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #82c342 0%, #00AEEF 74%);
    box-shadow: 4px 13px 30px 1px rgb(0 174 239 / 19%);
    border-radius: 10px;
    transform: translateX(-80px);
    overflow: hidden;
}
.callout-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .8;
    border-radius: 10px;
    transition: all 0.3s;
}

.callout-card-image img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(145deg, #82c342 0%, #00AEEF 74%);
    border-radius: 10px;
    opacity: .8;
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .callout-card-image {
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .callout-card-image {transform: translateY(-50%); width: 90%;}
  a.callout-card-button:first-of-type {margin-bottom:1rem;}
  .callout-card-content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }	
}
@media screen and (max-width: 576px) {
  .callout-card-image {width: 95%;}
  .callout-card-content {padding: 0;}	
}


.image-stack-top {
    grid-row: 1;
    grid-column: 1 / span 12;
    padding-top: 10%;
    z-index: 1;
}
.image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(13, 1fr);
    place-self: center;
}
.image-stack-bottom {
    grid-column: 7 / -1;
    grid-row: 1;
}
.image-stack img {width: 100%;display: block;}
.image-stack-top img {border-radius: 10px; box-shadow: 8px 8px 20px 0px rgb(0 0 0 / 35%);}
ul.columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: .5rem;
  align-items: flex-start;
  grid-auto-columns: minmax(260px, 1fr);
  list-style: inside;	
}
.banner-image {z-index:4;}
.lno-gradient-border {
	background-color: #fff;
    background-image: radial-gradient(circle at 100% 100%, transparent -10px, #003359 -10px, #003359 1px, transparent 1px), linear-gradient(to right, #003359, #00AEEF), radial-gradient(circle at 0% 100%, transparent -10px, #00AEEF -10px, #00AEEF 1px, transparent 1px), linear-gradient(to bottom, #00AEEF, #7ec247), radial-gradient(circle at 0% 0%, transparent -10px, #7ec247 -10px, #7ec247 1px, transparent 1px), linear-gradient(to left, #7ec247, #00AEEF), radial-gradient(circle at 100% 0%, transparent -10px, #00AEEF -10px, #00AEEF 1px, transparent 1px), linear-gradient(to top, #00AEEF, #003359);
    background-size: 1px 1px, calc(100% - 2px) 10px, 1px 1px, 10px calc(100% - 2px);
    background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
    background-repeat: no-repeat;	
}