/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@media all {
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
}
@viewport {
	zoom: 1.0;
	width: auto;
	user-zoom: fixed;
}

@media all {
	*,
	*:before,
	*:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	main {
		display: block;
	}
	.off-screen {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	.group:after,
	.clear:after {
		content: "";
		display: table;
		clear: both;
	}
	.capitalized {
		text-transform: uppercase;
	}
	.hide-on-mobile {
		display: none;
	}

	[class^="show-from"] {
		display: none;
	}
	html {
		background-color: white;
	}
	body {
		font-family: 'Lato', sans-serif;
		font-size: 16px;

		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-moz-text-size-adjust: none;
		text-size-adjust: none;

		min-width: 320px;
	}
	a {
		color: #013fa3;
		text-decoration: none;
	}
	a:hover,
	a:focus {
   		color: #569bca;
	}
	a.external:after {
	    content: "\f08e";
	    font-family: FontAwesome;
	    font-size: smaller;
	    font-style: inherit;
	    font-weight: inherit;
	    text-decoration: inherit;
	    margin-left: 0.25em;
	}
	a.external.no-indicator:after {
		display: none;
	}
	strong,
	b {
		font-weight: bold;
	}
	em,
	i {
		font-style: italic;
	}
	.parsys *+* {
		margin-top: 1em;
	}
	.parsys *+br {
		margin-top: 0;
	}
	.parsys>a[name]:first-child+*,
	.parsys>a[name]:first-child+[class*="cq-placeholder"]+* {
		margin-top: 0;
	}

	*:first-child,
	a[style*="visibility:hidden"]:first-child+*,
	*[class*="cq-placeholder"]:first-child+*,
	a[style*="visibility:hidden"]:first-child+*[class*="cq-placeholder"]+*,
	*[class*="cq-dd"]:first-child+* {
		margin-top: 0;
	}

	*.component+[class*="cq-editbar-placeholder"] {
		margin-top: 1em !important;
	}

	.content-area {
		line-height: 22px;
	}
	.wrapper {
		margin: 0 auto;
		padding: 0 5px;
		width: 100%;
	}
	nav.breadcrumb {
  		line-height: 2;
	}
}
@media all {
	.wrapper {
		max-width: 960px;
		min-width: 960px; /* Fix the width for IE8 */
		padding: 0 10px;
	}
}
@media all and (min-width:5px) {
	.wrapper {
		min-width: 320px; /* Re-enable flexy width for non IE8 */
	}
}
@media all {
	body {
		min-width: 320px;
	}
	body>header {
		position: relative;
		margin: 0;
		background-image: none;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: top center;
		background-color: transparent;
		height:166px;
	}
	body>header .common-utilities {
		background: transparent url('base/images/header-common-utilities-background-white-19.png') repeat scroll left top;
		padding: 20px 0 18px 0;
	}
	body>header .common-utilities .wrapper {
		position: relative;
	}
	body>header .common-utilities .search {
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -23px;
		height: 45px;
		width: 45px;
		/*background: transparent url('base/images/header-common-utilities-icon-search.png') no-repeat scroll center center;
		cursor: pointer;*/
	}
	body>header .common-utilities .search>* {
		display: none;
	}
	body>header .common-utilities .search>button {
		display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        width: 45px;
        background: transparent url('base/images/header-common-utilities-icon-search.png') no-repeat scroll center center;
        font-size: 18px;
        font-weight: 100;
        color: white;
        text-transform: uppercase;
        border-style: none;
        margin: 0;
        text-indent: -9999px;
        outline-style: none;
   		cursor: pointer;
    }
	body>header .common-utilities .search>button:hover {
		background-color: #0039c8;
		background-image: url('base/images/header-common-utilities-icon-search.png');
        
	}
	body>header .common-utilities .search.expanded {
		background-color: white;
	}
	body>header .common-utilities .search.expanded label {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	body>header .common-utilities .search.expanded span {
		position: absolute;
		display: block;
		left: 0;
		height: 45px;
		width: 45px;
		top: 0;
		text-indent: -9999px;
		outline-style: none;
		background: transparent url('base/images/header-common-utilities-icon-search-blue.png') no-repeat scroll center center;
		z-index: 5;
	}
	body>header .common-utilities .search.expanded input[type="text"] {
		display: block;
		position: absolute;
		left: 0;
		height: 100%;
		width: 100%;
		border-style: none;
		margin: 0;
		padding-left: 45px;
		padding-right: 55px;
		font-size: 14px;
	}
	.ie8 body>header .common-utilities .search.expanded input[type="text"] {
		padding-top: 15px;
	}
	body>header .common-utilities .search.expanded button {
		background-image: none;
		background-color: #0039c8;
		text-indent: 0;
	}
	body>header .common-utilities .branding {
		font-size: 28px;
		font-weight: 400;
		color: #002e7e;
		display: inline-block;
	}
	body>header .audience-links {
		position: absolute;
		right: 60px;
		top: 50%;
		margin-top: -0.5em;
	}
	body>header .audience-links>* {
		display: inline-block;
	}
	body>header .audience-links>ul>li {
		display: inline-block;
		font-size: 15px;
		font-weight: 400;
		color: #e5f1f9;
	}
	body>header .audience-links>ul>li a {
		color: white;
        letter-spacing: 0.2px;
	}
    body>header .audience-links>ul>li.active a {
    	color: #000222;
	}
	body>header .audience-links>ul>li a:hover {
	    color: #69696d;
	}
	body>header .audience-links>ul>li:before {
		content: "|";
		margin-right: 0.5em;
		margin-left: 0.3em;
	}
	body>header .audience-links>ul>li:first-child:before {
		content: "";
		margin-right: 0;
	}
	body>header .branding+.audience-links {
		margin-left: 345px;
	}
	/* Wrapper override for main menu. It's too wide to support a full 10px on each side. */
	/* GFB 20141022 - Adjusted selector for all following (~) wrappers instead of adjacent (+). When the breadcrumb is
	   in the header, it needs to have its wrapper follow the same padding as the main menu's. */
	body>header .common-utilities~.wrapper {
		padding-left: 6px;
		padding-right: 6px;
	}
	/* GFB 20141022 - Removed bottom 4px padding to help support tucking the breadcrumb right under the main menu.
	   Not entirely clear why it was there. */
	body>header nav {
		padding: 4px 0 0;
	}
	body>header nav>ul {
		width: 100%;
		height: 96px;
		position: relative;
	}
	body>header nav>ul>li {
		position: relative;
		cursor: pointer;
		float: left;
		height: 92px;
		width: 92px;
		margin-left: 4px;
		font-size: 14px;
	}
	body>header nav>ul>li> a:hover,
	body>header nav>ul>li> a:focus {
	    color: #003875;
	}
	body>header nav>ul>li:first-child {
		margin-left: 0;
	}
	body>header nav>ul>li>a {
		text-decoration: none;
		color: #003875;
		font-weight: 600;
		text-align: center;
		line-height: 16px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.6);
		padding-top: 50%;
		padding-left: 5px;
		padding-right: 5px;
        letter-spacing: 0.3px;
	}
	body>header nav>ul>li>a.fb-dark {
		color: #ffffff;
		background-color: #152456;
	}        
	body>header nav>ul>li.right {
		float: right;
	}
	body>header nav>ul>li.vertically-centered {
		display: table;
	}
	body>header nav>ul>li.vertically-centered>a {
		display: table-cell;
		vertical-align: middle;
		padding: 0 5px;
		position: static;
		line-height: 16px;
        letter-spacing: 1.3px;
	}
	body>header nav>ul>li.vertically-centered>a>span:first-child {
		margin: 0;
	}
	.no-opacity body>header nav>ul>li>a {
		background:transparent;
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#96d3d7e7,endColorstr=#96d3d7e7); 
	    height: 100%;
	}
	body>header nav>ul>li>a>span:first-child {
		position: relative;
		display: block;
		margin-top: -1em;
	}
	body>header nav>ul>li.has-flyout:hover,
	body>header nav>ul>li.hover {
		height: 100%;
		border-bottom: 4px solid #d3d7e7;
	}
	body>header nav>ul>li>a:hover,
	body>header nav>ul>li.active>a:hover,
	body>header nav>ul>li.hover.active>a,
	body>header nav>ul>li.hover>a,
	.no-opacity body>header nav>ul>li:hover>a,
	.no-opacity body>header nav>ul>li.active:hover>a {
		background-color: #d3d7e7;
	}
	body>header nav>ul>li.active {
		height: 100%;
	}
	body>header nav>ul>li.active>a {
		background-color: white;
		filter: none;
	}
	body>header nav>ul>li.external-link>a:after {
		position: absolute;
		right: 4px;
		top: 4px;
		content: '';
		display: block;
		width: 23px;
		height: 23px;
		background: transparent url('base/images/main-menu-external-link.png') no-repeat scroll center center;
	}
	body>header nav>ul>li.highlights>ul {
		position: absolute;
		top: -2px;
		left: 0;
		right: 0;
		bottom: 0px;
		width: 100%;
	}
	body>header nav>ul>li.highlights li {
		display: block;
		height: 33.333%;
		width: 100%;	
		padding: 2px 0;
		position: relative;
	}    
	body>header nav>ul>li.highlights:hover {
		height: 92px;
		border-bottom-width: 0;
	} 
	body>header nav>ul>li.highlights li:first-child {

	}
	body>header nav>ul>li.highlights li>a {
		display: block;
		left: 0;
		right: 0;
		position: absolute;
		top: 2px;
		bottom: 0px;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		color: white;
		background-color: #1446c9;
		padding: 9px 8px;
    	letter-spacing: 1.1px;
	    text-align: center;
	}
    body>header nav>ul>li.highlights>ul>li>a>span.desktop-title {
		display: inline;
    }
    body>header nav>ul>li.highlights>ul>li>a>span.mobile-title {
		display: none;
    }
    body>header nav>ul>li.highlights li>a:hover,
    .no-opacity body>header nav>ul>li.highlights li>a:hover {
		background-color: #1446c9;
	}
	.no-opacity body>header nav>ul>li.highlights li>a {
		background:transparent;
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#960039c8,endColorstr=#960039c8); 
	    height: 100%;
	}
	article:after {
		content: "";
		display: table;
		clear: both;
	}
	article .left-sidebar {
		float: left;
		width: 210px;
	}
	
	/* GFB 20141024@1430 - subnav was here, but moved to subnav.css */

	article nav.breadcrumb+.left-sidebar .subnav {
		margin-top: 9px;
	}
	/* TABLES */
	article table th {
	    background-color: #F2F3F8;
	    font-size: 12px;
	    font-weight: bold;
	    padding: 10px 14px;
	    text-align: left;
	    text-transform: uppercase;
	}
	article table td {
		border-bottom: 1px solid #d6d9e8;
		padding: 5px 14px 5px;
		font-size: 14px;
	}
	/* LISTS */
	article #main-content .text ul li,
	article #main-content .table ul li {
	    list-style-type: disc;
	    margin-left: 24px;
    	margin-top: 2px;
	}
	article #main-content .text ol li,
	article #main-content .table ol li {
	    list-style-type: decimal;
	   	margin-left: 24px;
	   	padding-left: 1px;
	}
	article #main-content .text ol ol li,
	article #main-content .table ol ol li {
	    list-style-type: lower-alpha;
	    margin-left: 27px;
	}
	article #main-content .text ul ul,
    article #main-content .text ul ol,
    article #main-content .text ol ul,
    article #main-content .text ol ol{
        margin-top: 1em;
    }
	article #main-content .table ul ul,
    article #main-content .table ul ol,
    article #main-content .table ol ul,
    article #main-content .table ol ol{
        margin-top: 0.5em;
    }
	article #main-content .table ul li + li,
	article #main-content .table ol li + li {
	    margin-top: 0.3em;
	}
	/* RELATED LINKS */
	article .left-sidebar .related-links {
		padding: 0 15px;
	}
	article .left-sidebar .subnav+.related-links {
		margin-top: 40px;
	}
	.related-links {
		font-size: 14px;
	}
	.related-links>p:first-child {
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 600;
		color: #020000;
		letter-spacing: 0.5px;
	}
	.related-links>p:first-child+ul {
		margin-top: 9px;
	}
	.related-links ul a {
		font-weight: 600;
    	letter-spacing: 0.2px;
	}
	.related-links ul a:hover {
		background-color: #d3d7e7;
		color: #013fa3;
	}
	.related-links ul li {
		margin-top: 10px;
	}
	.related-links ul li:first-child {
		margin-top: 0;
	}
	/*.related-links ul a.external:after {
		display: inline-block;
		background: transparent url('../../../designs/tju/university/images/related-links-external.png') no-repeat scroll left top;
		width: 9px;
		height: 8px;
		content: ' ';
		margin-left: 0.25em;
	}

	.related-links ul a.external:hover:after {
		background-image: url('../../../designs/tju/university/images/related-links-external-hover.png');
	}*/
	
	.related-links ul a.external:after {
	    content: "\f08e";
	    font-family: FontAwesome;
	    font-style: inherit;
	    font-weight: inherit;
	    text-decoration: inherit;
	    margin-left: 0.25em;
	}


	/* MAIN ARTICLE CONTENT */
	article #main-content {
		position: relative;
		overflow: hidden;
	}

	article .left-sidebar+#main-content {
		margin-left: 220px;
		padding-left: 39px;
	}

	article img {
		max-width: 100%; /* Prevent images from breaking out its parent */
	}
	article h1,
	article .h1 {
		font-size: 40px;
		font-weight: 300;
		line-height: 55px; /* GFB - Increased from 50.  Was cutting off characters tail. */
	}
	article #main-content {
		margin-top: 30px;
	}
	article nav.breadcrumb~#main-content {
		margin-top: 0;
	}
	article .with-share-tools h1,
	article .with-share-tools .h1 {
		margin-right: 150px;
	    /* SPACING */
        margin-bottom: .5em;
	}
	article *+div.h2,
	article *+h2 {
		margin-top: 2em;
	}
	article h2 {
		font-size: 30px;
		color: #000222;
		font-weight: 300;
		line-height: 33px;
	}
	article h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 22px;
	}

	article h4 {
		font-size: 16px;
		font-weight: bold;
		line-height: 19px;
	}

	article h5 {
		font-size: 12px;
		text-transform: uppercase;
		line-height: 14px;
		font-weight: 600;
	}

	article h5+*,
	article .h5+* {
		margin-top: 0.5em;
	}

	/* SPACING */
    article h2{
        margin-bottom: .6em;
    }
    article h3, article p{
        margin-bottom: 1em;
    }

	.text[class*="box-"] {
		padding: 20px;
	}
	.text.box-gray {
		background-color: #d3d7e7;
	}

	/* RELATED CONTENT */
	.left-sidebar~aside.related-content {
		clear: both;
	}
	.left-sidebar~aside.related-content>div.content-area {
		margin-left: 220px;
		padding-left: 39px;
	}
	#main-content+aside.related-content {
		border-top: 1px solid #dcdcdc;
		-webkit-box-shadow:inset 0 1px 0 0 #f2f2f2;
		box-shadow:inset 0 1px 0 0 #f2f2f2;
		margin-top: 35px;
		padding-top: 35px;
	}
	aside.related-content h2 {
		margin-top: 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
	}

	a[href="#top"] {
		position: fixed;
		right: 20px;
		bottom: 40px;
		display: block;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		outline-style: none;
		background: transparent url('base/images/back-to-top.png') no-repeat scroll left top;
	}

    nav.breadcrumb {
      line-height: 2;
    }

	div.border-style {
		border: 1px solid #eeeeee; padding: 10px;
	}

}
@media all {

	.mega-flyout {
		position: absolute;
		background-color: #d3d7e7;
		padding: 20px 10px;
		z-index:10000;
		font-size: 13px;
		cursor: auto;
	}

	.mega-flyout h3 {
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
		font-weight: 900;
	}

	.mega-flyout *+*:first-child {
		margin-top: 0;
	}
	.mega-flyout *+* {
		margin-top: 1em;
	}

	.main-menu li .mega-flyout {
		margin-left: -96px;
		margin-top: 96px;
	}

	.mega-flyout[class*="columns-"] {
		margin: 0 -10px;
	}
	.mega-flyout[class*="columns-"] div.column {
		float: left;
		padding: 0 10px;
		margin-top: 0;
	}
	.mega-flyout.columns-1 {
		width: 215px;
	}
	.mega-flyout.columns-2 {
		width: 430px;
	}
	.mega-flyout.columns-2 div.column {
		width: 50%;
	}
	.mega-flyout.columns-3 {
		width: 645px;
	}
	.mega-flyout.columns-3 div.column {
		width: 33.33%;
	}
	.mega-flyout.columns-4 div.column {
		width: 25%;
	}

	.mega-flyout div.column.featured-content p {
		font-size: 10px;
	}

	.mega-flyout img {
		max-width: 100%;
	}

	.mega-flyout ul a.external:after {
		display: inline-block;
		background: transparent url('../../../designs/tju/university/images/mega-menu-external-link.png') no-repeat scroll left top;
		width: 8px;
		height: 7px;
		content: ' ';
		margin-left: 0.25em;
		position: relative;
		top: -1px;
	}
	.mega-flyout ul a.external:hover:after {
		background-image: url('../../../designs/tju/university/images/mega-menu-external-link-hover.png');
	}
}

@media only screen and (max-width:899px) {

	.main-menu li .mega-flyout {
		margin-left: -84px;
		margin-top: 84px;
	}

	.mega-flyout.columns-1 {
		width: 175px;
	}
	.mega-flyout.columns-2 {
		width: 350px;
	}

	.mega-flyout.columns-3 {
		width: 525px;
	}
}
@media all {
	.subnav li a,
	.subnav li span {
		display: block;
	}

	article .subnav>ul li>a,
	article .subnav>ul li>span {
		font-size: 15px;
		line-height: 17px;
	}
	article .subnav>ul>li>a,
	article .subnav>ul>li>span,
	article .subnav>p:first-child a,
	article .subnav>p:first-child>span {
		font-weight: 600;
		padding: 9px 5px 9px 12px;
	}
	article .subnav>ul ul>li>a,
	article .subnav>ul ul>li>span {
		padding: 4px 5px 4px 30px;
		font-size: 12px;
		letter-spacing: 0;
	}
	article .subnav>ul ul>li>.header {
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 600;
	}
	article .subnav>ul ul>li>a+ul a,
	article .subnav>ul ul>li>a+ul span,
	article .subnav>ul ul>li>span+ul a {
		padding-left: 45px;
	}
	article .subnav>ul ul>li>a+ul a+ul a,
	article .subnav>ul ul>li>a+ul a+ul span,
	article .subnav>ul ul>li>a+ul span+ul a,
	article .subnav>ul ul>li>a+ul span+ul a,
	article .subnav>ul ul>li>span+ul a+ul a,
	article .subnav>ul ul>li>span+ul a+ul span,
	article .subnav>ul ul>li>span+ul span+ul a,
	article .subnav>ul ul>li>span+ul span+ul a{
		padding-left: 60px;
	}
	article .subnav>ul>li.open>ul {
		padding: 5px 0 10px;
	}
	article .subnav>p:first-child span {
		display: block;
	}
	article .subnav>ul>li.open>a,
	article .subnav>ul>li.open>span,
	article .subnav>p:first-child>span {
    	border-left: 3px solid #4278bc;
    	padding-left: 9px;
	}
	article .subnav>ul li.active>a {
    	cursor: default;
	}
	article .subnav>ul li.active>a,
	article .subnav>ul li.active>span,
	article .subnav>p:first-child span.active {
		color: black;
		font-weight: 600;
	}
	article .subnav>ul>li.open,
	article .subnav>p:first-child>span {
		background-color: #f2f3f8;
	}
	article .subnav>p:first-child a {
		display: block;
	}
	article .subnav>p:first-child {
		text-transform: uppercase;
		font-size: 12px;
		line-height: 14px;
		font-weight: 900;
		letter-spacing: 1.5px;
		padding: 18px 0 0 0; /* right padding was 15px */
	}
	article .subnav>p:first-child .subtitle {
		display: inline-block;
		text-transform: none;
		font-size: 12px;
		margin-top: 5px;
		letter-spacing: 0;
	}

	article .left-sidebar .quick-link-button.small {
		margin-top: 10px;
	}
	article .left-sidebar .quick-link-button.small+nav>.subnav>p {
		padding-top: 10px;
	}
}
@media all {

	#main-content .share-tools {
		position: absolute;
		right: 0;
		top: 0;
	}
	#main-content .share-tools *+* {
		margin-top: 0;
	}
}

@media only screen and (max-width:480px) {
    #main-content .share-tools {
    	display: none;
    }
}
@media all {

	.ie8 body>header nav>ul>li.highlights li {
		height: 31%;
        margin-top: 2px;
	}
    .ie8 body>header nav>ul>li.highlights li a {
		padding: 9px 5px;
        letter-spacing: 0.2px;
	} 
	.ie8 body>header nav>ul>li.highlights li:first-child {
		margin-top: 0;
	}
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.bootstrap-scope article,
.bootstrap-scope aside,
.bootstrap-scope details,
.bootstrap-scope figcaption,
.bootstrap-scope figure,
.bootstrap-scope footer,
.bootstrap-scope header,
.bootstrap-scope hgroup,
.bootstrap-scope main,
.bootstrap-scope menu,
.bootstrap-scope nav,
.bootstrap-scope section,
.bootstrap-scope summary {
  display: block;
}
.bootstrap-scope audio,
.bootstrap-scope canvas,
.bootstrap-scope progress,
.bootstrap-scope video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap-scope audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap-scope [hidden],
.bootstrap-scope template {
  display: none;
}
.bootstrap-scope a {
  background-color: transparent;
}
.bootstrap-scope a:active,
.bootstrap-scope a:hover {
  outline: 0;
}
.bootstrap-scope abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrap-scope b,
.bootstrap-scope strong {
  font-weight: bold;
}
.bootstrap-scope dfn {
  font-style: italic;
}
.bootstrap-scope h1 {
  margin: .67em 0;
  font-size: 2em;
}
.bootstrap-scope mark {
  color: #000;
  background: #ff0;
}
.bootstrap-scope small {
  font-size: 80%;
}
.bootstrap-scope sub,
.bootstrap-scope sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap-scope sup {
  top: -.5em;
}
.bootstrap-scope sub {
  bottom: -.25em;
}
.bootstrap-scope img {
  border: 0;
}
.bootstrap-scope svg:not(:root) {
  overflow: hidden;
}
.bootstrap-scope figure {
  margin: 1em 40px;
}
.bootstrap-scope hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.bootstrap-scope pre {
  overflow: auto;
}
.bootstrap-scope code,
.bootstrap-scope kbd,
.bootstrap-scope pre,
.bootstrap-scope samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap-scope button,
.bootstrap-scope input,
.bootstrap-scope optgroup,
.bootstrap-scope select,
.bootstrap-scope textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.bootstrap-scope button {
  overflow: visible;
}
.bootstrap-scope button,
.bootstrap-scope select {
  text-transform: none;
}
.bootstrap-scope button,
.bootstrap-scope html input[type="button"],
.bootstrap-scope input[type="reset"],
.bootstrap-scope input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap-scope button[disabled],
.bootstrap-scope html input[disabled] {
  cursor: default;
}
.bootstrap-scope button::-moz-focus-inner,
.bootstrap-scope input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bootstrap-scope input {
  line-height: normal;
}
.bootstrap-scope input[type="checkbox"],
.bootstrap-scope input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.bootstrap-scope input[type="number"]::-webkit-inner-spin-button,
.bootstrap-scope input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-scope input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
.bootstrap-scope input[type="search"]::-webkit-search-cancel-button,
.bootstrap-scope input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-scope fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
.bootstrap-scope legend {
  padding: 0;
  border: 0;
}
.bootstrap-scope textarea {
  overflow: auto;
}
.bootstrap-scope optgroup {
  font-weight: bold;
}
.bootstrap-scope table {
  border-spacing: 0;
  border-collapse: collapse;
}
.bootstrap-scope td,
.bootstrap-scope th {
  padding: 0;
}
@media print {
  .bootstrap-scope *,
  .bootstrap-scope *:before,
  .bootstrap-scope *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .bootstrap-scope a,
  .bootstrap-scope a:visited {
    text-decoration: underline;
  }
  .bootstrap-scope a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap-scope abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap-scope a[href^="#"]:after,
  .bootstrap-scope a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap-scope pre,
  .bootstrap-scope blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  .bootstrap-scope thead {
    display: table-header-group;
  }
  .bootstrap-scope tr,
  .bootstrap-scope img {
    page-break-inside: avoid;
  }
  .bootstrap-scope img {
    max-width: 100% !important;
  }
  .bootstrap-scope p,
  .bootstrap-scope h2,
  .bootstrap-scope h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-scope h2,
  .bootstrap-scope h3 {
    page-break-after: avoid;
  }
  .bootstrap-scope .navbar {
    display: none;
  }
  .bootstrap-scope .btn > .caret,
  .bootstrap-scope .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap-scope .label {
    border: 1px solid #000;
  }
  .bootstrap-scope .table {
    border-collapse: collapse !important;
  }
  .bootstrap-scope .table td,
  .bootstrap-scope .table th {
    background-color: #fff !important;
  }
  .bootstrap-scope .table-bordered th,
  .bootstrap-scope .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('base/fonts/glyphicons-halflings-regular.eot');
  src: url('base/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('base/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('base/fonts/glyphicons-halflings-regular.woff') format('woff'), url('base/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('base/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.bootstrap-scope .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-scope .glyphicon-asterisk:before {
  content: "\002a";
}
.bootstrap-scope .glyphicon-plus:before {
  content: "\002b";
}
.bootstrap-scope .glyphicon-euro:before,
.bootstrap-scope .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap-scope .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-scope .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-scope .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-scope .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap-scope .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap-scope .glyphicon-music:before {
  content: "\e002";
}
.bootstrap-scope .glyphicon-search:before {
  content: "\e003";
}
.bootstrap-scope .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap-scope .glyphicon-star:before {
  content: "\e006";
}
.bootstrap-scope .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap-scope .glyphicon-user:before {
  content: "\e008";
}
.bootstrap-scope .glyphicon-film:before {
  content: "\e009";
}
.bootstrap-scope .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap-scope .glyphicon-th:before {
  content: "\e011";
}
.bootstrap-scope .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap-scope .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap-scope .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap-scope .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap-scope .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap-scope .glyphicon-off:before {
  content: "\e017";
}
.bootstrap-scope .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap-scope .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap-scope .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap-scope .glyphicon-home:before {
  content: "\e021";
}
.bootstrap-scope .glyphicon-file:before {
  content: "\e022";
}
.bootstrap-scope .glyphicon-time:before {
  content: "\e023";
}
.bootstrap-scope .glyphicon-road:before {
  content: "\e024";
}
.bootstrap-scope .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap-scope .glyphicon-download:before {
  content: "\e026";
}
.bootstrap-scope .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap-scope .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap-scope .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap-scope .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap-scope .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap-scope .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap-scope .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap-scope .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap-scope .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap-scope .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap-scope .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap-scope .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap-scope .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap-scope .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap-scope .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap-scope .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap-scope .glyphicon-book:before {
  content: "\e043";
}
.bootstrap-scope .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap-scope .glyphicon-print:before {
  content: "\e045";
}
.bootstrap-scope .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap-scope .glyphicon-font:before {
  content: "\e047";
}
.bootstrap-scope .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap-scope .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap-scope .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap-scope .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap-scope .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap-scope .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap-scope .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap-scope .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap-scope .glyphicon-list:before {
  content: "\e056";
}
.bootstrap-scope .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap-scope .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap-scope .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap-scope .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap-scope .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap-scope .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap-scope .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap-scope .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap-scope .glyphicon-share:before {
  content: "\e066";
}
.bootstrap-scope .glyphicon-check:before {
  content: "\e067";
}
.bootstrap-scope .glyphicon-move:before {
  content: "\e068";
}
.bootstrap-scope .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap-scope .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap-scope .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap-scope .glyphicon-play:before {
  content: "\e072";
}
.bootstrap-scope .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap-scope .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap-scope .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap-scope .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap-scope .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap-scope .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap-scope .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap-scope .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap-scope .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap-scope .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap-scope .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap-scope .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap-scope .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap-scope .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap-scope .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap-scope .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap-scope .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap-scope .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap-scope .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap-scope .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap-scope .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap-scope .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap-scope .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap-scope .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap-scope .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap-scope .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap-scope .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap-scope .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap-scope .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap-scope .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap-scope .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap-scope .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap-scope .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap-scope .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap-scope .glyphicon-random:before {
  content: "\e110";
}
.bootstrap-scope .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap-scope .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap-scope .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap-scope .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap-scope .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap-scope .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap-scope .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap-scope .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap-scope .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap-scope .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap-scope .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap-scope .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap-scope .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap-scope .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap-scope .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap-scope .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap-scope .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap-scope .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap-scope .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap-scope .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap-scope .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap-scope .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap-scope .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap-scope .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap-scope .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap-scope .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap-scope .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap-scope .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap-scope .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap-scope .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap-scope .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap-scope .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap-scope .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap-scope .glyphicon-link:before {
  content: "\e144";
}
.bootstrap-scope .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap-scope .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap-scope .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap-scope .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap-scope .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap-scope .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap-scope .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap-scope .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap-scope .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap-scope .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap-scope .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap-scope .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap-scope .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap-scope .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap-scope .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap-scope .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap-scope .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap-scope .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap-scope .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap-scope .glyphicon-record:before {
  content: "\e165";
}
.bootstrap-scope .glyphicon-save:before {
  content: "\e166";
}
.bootstrap-scope .glyphicon-open:before {
  content: "\e167";
}
.bootstrap-scope .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap-scope .glyphicon-import:before {
  content: "\e169";
}
.bootstrap-scope .glyphicon-export:before {
  content: "\e170";
}
.bootstrap-scope .glyphicon-send:before {
  content: "\e171";
}
.bootstrap-scope .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap-scope .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap-scope .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap-scope .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap-scope .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap-scope .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap-scope .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap-scope .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap-scope .glyphicon-header:before {
  content: "\e180";
}
.bootstrap-scope .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap-scope .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap-scope .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap-scope .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap-scope .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap-scope .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap-scope .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap-scope .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap-scope .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap-scope .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap-scope .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap-scope .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap-scope .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap-scope .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap-scope .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap-scope .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap-scope .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap-scope .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap-scope .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap-scope .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap-scope .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap-scope .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap-scope .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap-scope .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap-scope .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap-scope .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap-scope .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap-scope .glyphicon-king:before {
  content: "\e211";
}
.bootstrap-scope .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap-scope .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap-scope .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap-scope .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap-scope .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap-scope .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap-scope .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap-scope .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap-scope .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap-scope .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap-scope .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap-scope .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap-scope .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap-scope .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap-scope .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap-scope .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap-scope .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap-scope .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap-scope .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap-scope .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap-scope .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap-scope .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap-scope .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap-scope .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap-scope .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap-scope .glyphicon-education:before {
  content: "\e233";
}
.bootstrap-scope .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap-scope .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap-scope .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap-scope .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap-scope .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap-scope .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap-scope .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap-scope .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap-scope .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap-scope .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap-scope .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap-scope .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap-scope .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap-scope .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap-scope .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap-scope .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap-scope .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap-scope .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap-scope .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap-scope .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap-scope .glyphicon-console:before {
  content: "\e254";
}
.bootstrap-scope .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap-scope .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap-scope .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap-scope .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap-scope .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap-scope .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap-scope * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-scope *:before,
.bootstrap-scope *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-scope html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-scope body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.bootstrap-scope input,
.bootstrap-scope button,
.bootstrap-scope select,
.bootstrap-scope textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-scope a {
  color: #337ab7;
  text-decoration: none;
}
.bootstrap-scope a:hover,
.bootstrap-scope a:focus {
  color: #23527c;
  text-decoration: underline;
}
.bootstrap-scope a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-scope figure {
  margin: 0;
}
.bootstrap-scope img {
  vertical-align: middle;
}
.bootstrap-scope .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap-scope .img-rounded {
  border-radius: 6px;
}
.bootstrap-scope .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.bootstrap-scope .img-circle {
  border-radius: 50%;
}
.bootstrap-scope hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.bootstrap-scope .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-scope .sr-only-focusable:active,
.bootstrap-scope .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap-scope [role="button"] {
  cursor: pointer;
}
.bootstrap-scope h1,
.bootstrap-scope h2,
.bootstrap-scope h3,
.bootstrap-scope h4,
.bootstrap-scope h5,
.bootstrap-scope h6,
.bootstrap-scope .h1,
.bootstrap-scope .h2,
.bootstrap-scope .h3,
.bootstrap-scope .h4,
.bootstrap-scope .h5,
.bootstrap-scope .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bootstrap-scope h1 small,
.bootstrap-scope h2 small,
.bootstrap-scope h3 small,
.bootstrap-scope h4 small,
.bootstrap-scope h5 small,
.bootstrap-scope h6 small,
.bootstrap-scope .h1 small,
.bootstrap-scope .h2 small,
.bootstrap-scope .h3 small,
.bootstrap-scope .h4 small,
.bootstrap-scope .h5 small,
.bootstrap-scope .h6 small,
.bootstrap-scope h1 .small,
.bootstrap-scope h2 .small,
.bootstrap-scope h3 .small,
.bootstrap-scope h4 .small,
.bootstrap-scope h5 .small,
.bootstrap-scope h6 .small,
.bootstrap-scope .h1 .small,
.bootstrap-scope .h2 .small,
.bootstrap-scope .h3 .small,
.bootstrap-scope .h4 .small,
.bootstrap-scope .h5 .small,
.bootstrap-scope .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.bootstrap-scope h1,
.bootstrap-scope .h1,
.bootstrap-scope h2,
.bootstrap-scope .h2,
.bootstrap-scope h3,
.bootstrap-scope .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap-scope h1 small,
.bootstrap-scope .h1 small,
.bootstrap-scope h2 small,
.bootstrap-scope .h2 small,
.bootstrap-scope h3 small,
.bootstrap-scope .h3 small,
.bootstrap-scope h1 .small,
.bootstrap-scope .h1 .small,
.bootstrap-scope h2 .small,
.bootstrap-scope .h2 .small,
.bootstrap-scope h3 .small,
.bootstrap-scope .h3 .small {
  font-size: 65%;
}
.bootstrap-scope h4,
.bootstrap-scope .h4,
.bootstrap-scope h5,
.bootstrap-scope .h5,
.bootstrap-scope h6,
.bootstrap-scope .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-scope h4 small,
.bootstrap-scope .h4 small,
.bootstrap-scope h5 small,
.bootstrap-scope .h5 small,
.bootstrap-scope h6 small,
.bootstrap-scope .h6 small,
.bootstrap-scope h4 .small,
.bootstrap-scope .h4 .small,
.bootstrap-scope h5 .small,
.bootstrap-scope .h5 .small,
.bootstrap-scope h6 .small,
.bootstrap-scope .h6 .small {
  font-size: 75%;
}
.bootstrap-scope h1,
.bootstrap-scope .h1 {
  font-size: 36px;
}
.bootstrap-scope h2,
.bootstrap-scope .h2 {
  font-size: 30px;
}
.bootstrap-scope h3,
.bootstrap-scope .h3 {
  font-size: 24px;
}
.bootstrap-scope h4,
.bootstrap-scope .h4 {
  font-size: 18px;
}
.bootstrap-scope h5,
.bootstrap-scope .h5 {
  font-size: 14px;
}
.bootstrap-scope h6,
.bootstrap-scope .h6 {
  font-size: 12px;
}
.bootstrap-scope p {
  margin: 0 0 10px;
}
.bootstrap-scope .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap-scope .lead {
    font-size: 21px;
  }
}
.bootstrap-scope small,
.bootstrap-scope .small {
  font-size: 85%;
}
.bootstrap-scope mark,
.bootstrap-scope .mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.bootstrap-scope .text-left {
  text-align: left;
}
.bootstrap-scope .text-right {
  text-align: right;
}
.bootstrap-scope .text-center {
  text-align: center;
}
.bootstrap-scope .text-justify {
  text-align: justify;
}
.bootstrap-scope .text-nowrap {
  white-space: nowrap;
}
.bootstrap-scope .text-lowercase {
  text-transform: lowercase;
}
.bootstrap-scope .text-uppercase {
  text-transform: uppercase;
}
.bootstrap-scope .text-capitalize {
  text-transform: capitalize;
}
.bootstrap-scope .text-muted {
  color: #777;
}
.bootstrap-scope .text-primary {
  color: #337ab7;
}
.bootstrap-scope a.text-primary:hover,
.bootstrap-scope a.text-primary:focus {
  color: #286090;
}
.bootstrap-scope .text-success {
  color: #3c763d;
}
.bootstrap-scope a.text-success:hover,
.bootstrap-scope a.text-success:focus {
  color: #2b542c;
}
.bootstrap-scope .text-info {
  color: #31708f;
}
.bootstrap-scope a.text-info:hover,
.bootstrap-scope a.text-info:focus {
  color: #245269;
}
.bootstrap-scope .text-warning {
  color: #8a6d3b;
}
.bootstrap-scope a.text-warning:hover,
.bootstrap-scope a.text-warning:focus {
  color: #66512c;
}
.bootstrap-scope .text-danger {
  color: #a94442;
}
.bootstrap-scope a.text-danger:hover,
.bootstrap-scope a.text-danger:focus {
  color: #843534;
}
.bootstrap-scope .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap-scope a.bg-primary:hover,
.bootstrap-scope a.bg-primary:focus {
  background-color: #286090;
}
.bootstrap-scope .bg-success {
  background-color: #dff0d8;
}
.bootstrap-scope a.bg-success:hover,
.bootstrap-scope a.bg-success:focus {
  background-color: #c1e2b3;
}
.bootstrap-scope .bg-info {
  background-color: #d9edf7;
}
.bootstrap-scope a.bg-info:hover,
.bootstrap-scope a.bg-info:focus {
  background-color: #afd9ee;
}
.bootstrap-scope .bg-warning {
  background-color: #fcf8e3;
}
.bootstrap-scope a.bg-warning:hover,
.bootstrap-scope a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bootstrap-scope .bg-danger {
  background-color: #f2dede;
}
.bootstrap-scope a.bg-danger:hover,
.bootstrap-scope a.bg-danger:focus {
  background-color: #e4b9b9;
}
.bootstrap-scope .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.bootstrap-scope ul,
.bootstrap-scope ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrap-scope ul ul,
.bootstrap-scope ol ul,
.bootstrap-scope ul ol,
.bootstrap-scope ol ol {
  margin-bottom: 0;
}
.bootstrap-scope .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-scope .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.bootstrap-scope .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap-scope dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrap-scope dt,
.bootstrap-scope dd {
  line-height: 1.42857143;
}
.bootstrap-scope dt {
  font-weight: bold;
}
.bootstrap-scope dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-scope .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap-scope .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap-scope abbr[title],
.bootstrap-scope abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.bootstrap-scope .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-scope blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.bootstrap-scope blockquote p:last-child,
.bootstrap-scope blockquote ul:last-child,
.bootstrap-scope blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap-scope blockquote footer,
.bootstrap-scope blockquote small,
.bootstrap-scope blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.bootstrap-scope blockquote footer:before,
.bootstrap-scope blockquote small:before,
.bootstrap-scope blockquote .small:before {
  content: '\2014 \00A0';
}
.bootstrap-scope .blockquote-reverse,
.bootstrap-scope blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.bootstrap-scope .blockquote-reverse footer:before,
.bootstrap-scope blockquote.pull-right footer:before,
.bootstrap-scope .blockquote-reverse small:before,
.bootstrap-scope blockquote.pull-right small:before,
.bootstrap-scope .blockquote-reverse .small:before,
.bootstrap-scope blockquote.pull-right .small:before {
  content: '';
}
.bootstrap-scope .blockquote-reverse footer:after,
.bootstrap-scope blockquote.pull-right footer:after,
.bootstrap-scope .blockquote-reverse small:after,
.bootstrap-scope blockquote.pull-right small:after,
.bootstrap-scope .blockquote-reverse .small:after,
.bootstrap-scope blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bootstrap-scope address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap-scope code,
.bootstrap-scope kbd,
.bootstrap-scope pre,
.bootstrap-scope samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-scope code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrap-scope kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
.bootstrap-scope kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-scope pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrap-scope pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap-scope .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-scope .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .container {
    width: 1170px;
  }
}
.bootstrap-scope .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-scope .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-scope .col-xs-1, .bootstrap-scope .col-sm-1, .bootstrap-scope .col-md-1, .bootstrap-scope .col-lg-1, .bootstrap-scope .col-xs-2, .bootstrap-scope .col-sm-2, .bootstrap-scope .col-md-2, .bootstrap-scope .col-lg-2, .bootstrap-scope .col-xs-3, .bootstrap-scope .col-sm-3, .bootstrap-scope .col-md-3, .bootstrap-scope .col-lg-3, .bootstrap-scope .col-xs-4, .bootstrap-scope .col-sm-4, .bootstrap-scope .col-md-4, .bootstrap-scope .col-lg-4, .bootstrap-scope .col-xs-5, .bootstrap-scope .col-sm-5, .bootstrap-scope .col-md-5, .bootstrap-scope .col-lg-5, .bootstrap-scope .col-xs-6, .bootstrap-scope .col-sm-6, .bootstrap-scope .col-md-6, .bootstrap-scope .col-lg-6, .bootstrap-scope .col-xs-7, .bootstrap-scope .col-sm-7, .bootstrap-scope .col-md-7, .bootstrap-scope .col-lg-7, .bootstrap-scope .col-xs-8, .bootstrap-scope .col-sm-8, .bootstrap-scope .col-md-8, .bootstrap-scope .col-lg-8, .bootstrap-scope .col-xs-9, .bootstrap-scope .col-sm-9, .bootstrap-scope .col-md-9, .bootstrap-scope .col-lg-9, .bootstrap-scope .col-xs-10, .bootstrap-scope .col-sm-10, .bootstrap-scope .col-md-10, .bootstrap-scope .col-lg-10, .bootstrap-scope .col-xs-11, .bootstrap-scope .col-sm-11, .bootstrap-scope .col-md-11, .bootstrap-scope .col-lg-11, .bootstrap-scope .col-xs-12, .bootstrap-scope .col-sm-12, .bootstrap-scope .col-md-12, .bootstrap-scope .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-scope .col-xs-1, .bootstrap-scope .col-xs-2, .bootstrap-scope .col-xs-3, .bootstrap-scope .col-xs-4, .bootstrap-scope .col-xs-5, .bootstrap-scope .col-xs-6, .bootstrap-scope .col-xs-7, .bootstrap-scope .col-xs-8, .bootstrap-scope .col-xs-9, .bootstrap-scope .col-xs-10, .bootstrap-scope .col-xs-11, .bootstrap-scope .col-xs-12 {
  float: left;
}
.bootstrap-scope .col-xs-12 {
  width: 100%;
}
.bootstrap-scope .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-scope .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-scope .col-xs-9 {
  width: 75%;
}
.bootstrap-scope .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-scope .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-scope .col-xs-6 {
  width: 50%;
}
.bootstrap-scope .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-scope .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-scope .col-xs-3 {
  width: 25%;
}
.bootstrap-scope .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-scope .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-scope .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-scope .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-scope .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-scope .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-scope .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-scope .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-scope .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-scope .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-scope .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-scope .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-scope .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-scope .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-scope .col-xs-pull-0 {
  right: auto;
}
.bootstrap-scope .col-xs-push-12 {
  left: 100%;
}
.bootstrap-scope .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-scope .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-scope .col-xs-push-9 {
  left: 75%;
}
.bootstrap-scope .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-scope .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-scope .col-xs-push-6 {
  left: 50%;
}
.bootstrap-scope .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-scope .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-scope .col-xs-push-3 {
  left: 25%;
}
.bootstrap-scope .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-scope .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-scope .col-xs-push-0 {
  left: auto;
}
.bootstrap-scope .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-scope .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-scope .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-scope .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-scope .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-scope .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-scope .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-scope .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-scope .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-scope .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-scope .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-scope .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-scope .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-scope .col-sm-1, .bootstrap-scope .col-sm-2, .bootstrap-scope .col-sm-3, .bootstrap-scope .col-sm-4, .bootstrap-scope .col-sm-5, .bootstrap-scope .col-sm-6, .bootstrap-scope .col-sm-7, .bootstrap-scope .col-sm-8, .bootstrap-scope .col-sm-9, .bootstrap-scope .col-sm-10, .bootstrap-scope .col-sm-11, .bootstrap-scope .col-sm-12 {
    float: left;
  }
  .bootstrap-scope .col-sm-12 {
    width: 100%;
  }
  .bootstrap-scope .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-scope .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-scope .col-sm-9 {
    width: 75%;
  }
  .bootstrap-scope .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-scope .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-scope .col-sm-6 {
    width: 50%;
  }
  .bootstrap-scope .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-scope .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-scope .col-sm-3 {
    width: 25%;
  }
  .bootstrap-scope .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-scope .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-scope .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-scope .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-scope .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-scope .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-scope .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-scope .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-scope .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-scope .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-scope .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-scope .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-scope .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-scope .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-scope .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-scope .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-scope .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-scope .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-scope .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-scope .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-scope .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-scope .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-scope .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-scope .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-scope .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-scope .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-scope .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-scope .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-scope .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-scope .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-scope .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-scope .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-scope .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-scope .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-scope .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-scope .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-scope .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-scope .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .col-md-1, .bootstrap-scope .col-md-2, .bootstrap-scope .col-md-3, .bootstrap-scope .col-md-4, .bootstrap-scope .col-md-5, .bootstrap-scope .col-md-6, .bootstrap-scope .col-md-7, .bootstrap-scope .col-md-8, .bootstrap-scope .col-md-9, .bootstrap-scope .col-md-10, .bootstrap-scope .col-md-11, .bootstrap-scope .col-md-12 {
    float: left;
  }
  .bootstrap-scope .col-md-12 {
    width: 100%;
  }
  .bootstrap-scope .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-scope .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-scope .col-md-9 {
    width: 75%;
  }
  .bootstrap-scope .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-scope .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-scope .col-md-6 {
    width: 50%;
  }
  .bootstrap-scope .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-scope .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-scope .col-md-3 {
    width: 25%;
  }
  .bootstrap-scope .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-scope .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-scope .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-scope .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-scope .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-scope .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-scope .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-scope .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-scope .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-scope .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-scope .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-scope .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-scope .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-scope .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-scope .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-scope .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-scope .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-scope .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-scope .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-scope .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-scope .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-scope .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-scope .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-scope .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-scope .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-scope .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-scope .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-scope .col-md-push-0 {
    left: auto;
  }
  .bootstrap-scope .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-scope .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-scope .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-scope .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-scope .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-scope .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-scope .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-scope .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-scope .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-scope .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .col-lg-1, .bootstrap-scope .col-lg-2, .bootstrap-scope .col-lg-3, .bootstrap-scope .col-lg-4, .bootstrap-scope .col-lg-5, .bootstrap-scope .col-lg-6, .bootstrap-scope .col-lg-7, .bootstrap-scope .col-lg-8, .bootstrap-scope .col-lg-9, .bootstrap-scope .col-lg-10, .bootstrap-scope .col-lg-11, .bootstrap-scope .col-lg-12 {
    float: left;
  }
  .bootstrap-scope .col-lg-12 {
    width: 100%;
  }
  .bootstrap-scope .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-scope .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-scope .col-lg-9 {
    width: 75%;
  }
  .bootstrap-scope .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-scope .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-scope .col-lg-6 {
    width: 50%;
  }
  .bootstrap-scope .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-scope .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-scope .col-lg-3 {
    width: 25%;
  }
  .bootstrap-scope .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-scope .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-scope .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-scope .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-scope .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-scope .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-scope .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-scope .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-scope .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-scope .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-scope .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-scope .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-scope .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-scope .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-scope .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-scope .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-scope .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-scope .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-scope .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-scope .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-scope .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-scope .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-scope .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-scope .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-scope .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-scope .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-scope .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-scope .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-scope .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-scope .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-scope .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-scope .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-scope .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-scope .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-scope .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-scope .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-scope .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-scope .col-lg-offset-0 {
    margin-left: 0;
  }
}
.bootstrap-scope table {
  background-color: transparent;
}
.bootstrap-scope caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.bootstrap-scope th {
  text-align: left;
}
.bootstrap-scope .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrap-scope .table > thead > tr > th,
.bootstrap-scope .table > tbody > tr > th,
.bootstrap-scope .table > tfoot > tr > th,
.bootstrap-scope .table > thead > tr > td,
.bootstrap-scope .table > tbody > tr > td,
.bootstrap-scope .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bootstrap-scope .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.bootstrap-scope .table > caption + thead > tr:first-child > th,
.bootstrap-scope .table > colgroup + thead > tr:first-child > th,
.bootstrap-scope .table > thead:first-child > tr:first-child > th,
.bootstrap-scope .table > caption + thead > tr:first-child > td,
.bootstrap-scope .table > colgroup + thead > tr:first-child > td,
.bootstrap-scope .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap-scope .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.bootstrap-scope .table .table {
  background-color: #fff;
}
.bootstrap-scope .table-condensed > thead > tr > th,
.bootstrap-scope .table-condensed > tbody > tr > th,
.bootstrap-scope .table-condensed > tfoot > tr > th,
.bootstrap-scope .table-condensed > thead > tr > td,
.bootstrap-scope .table-condensed > tbody > tr > td,
.bootstrap-scope .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap-scope .table-bordered {
  border: 1px solid #ddd;
}
.bootstrap-scope .table-bordered > thead > tr > th,
.bootstrap-scope .table-bordered > tbody > tr > th,
.bootstrap-scope .table-bordered > tfoot > tr > th,
.bootstrap-scope .table-bordered > thead > tr > td,
.bootstrap-scope .table-bordered > tbody > tr > td,
.bootstrap-scope .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.bootstrap-scope .table-bordered > thead > tr > th,
.bootstrap-scope .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap-scope .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap-scope .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-scope table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.bootstrap-scope table td[class*="col-"],
.bootstrap-scope table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.bootstrap-scope .table > thead > tr > td.active,
.bootstrap-scope .table > tbody > tr > td.active,
.bootstrap-scope .table > tfoot > tr > td.active,
.bootstrap-scope .table > thead > tr > th.active,
.bootstrap-scope .table > tbody > tr > th.active,
.bootstrap-scope .table > tfoot > tr > th.active,
.bootstrap-scope .table > thead > tr.active > td,
.bootstrap-scope .table > tbody > tr.active > td,
.bootstrap-scope .table > tfoot > tr.active > td,
.bootstrap-scope .table > thead > tr.active > th,
.bootstrap-scope .table > tbody > tr.active > th,
.bootstrap-scope .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap-scope .table-hover > tbody > tr > td.active:hover,
.bootstrap-scope .table-hover > tbody > tr > th.active:hover,
.bootstrap-scope .table-hover > tbody > tr.active:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .active,
.bootstrap-scope .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap-scope .table > thead > tr > td.success,
.bootstrap-scope .table > tbody > tr > td.success,
.bootstrap-scope .table > tfoot > tr > td.success,
.bootstrap-scope .table > thead > tr > th.success,
.bootstrap-scope .table > tbody > tr > th.success,
.bootstrap-scope .table > tfoot > tr > th.success,
.bootstrap-scope .table > thead > tr.success > td,
.bootstrap-scope .table > tbody > tr.success > td,
.bootstrap-scope .table > tfoot > tr.success > td,
.bootstrap-scope .table > thead > tr.success > th,
.bootstrap-scope .table > tbody > tr.success > th,
.bootstrap-scope .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap-scope .table-hover > tbody > tr > td.success:hover,
.bootstrap-scope .table-hover > tbody > tr > th.success:hover,
.bootstrap-scope .table-hover > tbody > tr.success:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .success,
.bootstrap-scope .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap-scope .table > thead > tr > td.info,
.bootstrap-scope .table > tbody > tr > td.info,
.bootstrap-scope .table > tfoot > tr > td.info,
.bootstrap-scope .table > thead > tr > th.info,
.bootstrap-scope .table > tbody > tr > th.info,
.bootstrap-scope .table > tfoot > tr > th.info,
.bootstrap-scope .table > thead > tr.info > td,
.bootstrap-scope .table > tbody > tr.info > td,
.bootstrap-scope .table > tfoot > tr.info > td,
.bootstrap-scope .table > thead > tr.info > th,
.bootstrap-scope .table > tbody > tr.info > th,
.bootstrap-scope .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap-scope .table-hover > tbody > tr > td.info:hover,
.bootstrap-scope .table-hover > tbody > tr > th.info:hover,
.bootstrap-scope .table-hover > tbody > tr.info:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .info,
.bootstrap-scope .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap-scope .table > thead > tr > td.warning,
.bootstrap-scope .table > tbody > tr > td.warning,
.bootstrap-scope .table > tfoot > tr > td.warning,
.bootstrap-scope .table > thead > tr > th.warning,
.bootstrap-scope .table > tbody > tr > th.warning,
.bootstrap-scope .table > tfoot > tr > th.warning,
.bootstrap-scope .table > thead > tr.warning > td,
.bootstrap-scope .table > tbody > tr.warning > td,
.bootstrap-scope .table > tfoot > tr.warning > td,
.bootstrap-scope .table > thead > tr.warning > th,
.bootstrap-scope .table > tbody > tr.warning > th,
.bootstrap-scope .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap-scope .table-hover > tbody > tr > td.warning:hover,
.bootstrap-scope .table-hover > tbody > tr > th.warning:hover,
.bootstrap-scope .table-hover > tbody > tr.warning:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .warning,
.bootstrap-scope .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap-scope .table > thead > tr > td.danger,
.bootstrap-scope .table > tbody > tr > td.danger,
.bootstrap-scope .table > tfoot > tr > td.danger,
.bootstrap-scope .table > thead > tr > th.danger,
.bootstrap-scope .table > tbody > tr > th.danger,
.bootstrap-scope .table > tfoot > tr > th.danger,
.bootstrap-scope .table > thead > tr.danger > td,
.bootstrap-scope .table > tbody > tr.danger > td,
.bootstrap-scope .table > tfoot > tr.danger > td,
.bootstrap-scope .table > thead > tr.danger > th,
.bootstrap-scope .table > tbody > tr.danger > th,
.bootstrap-scope .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap-scope .table-hover > tbody > tr > td.danger:hover,
.bootstrap-scope .table-hover > tbody > tr > th.danger:hover,
.bootstrap-scope .table-hover > tbody > tr.danger:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .danger,
.bootstrap-scope .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap-scope .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .bootstrap-scope .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .bootstrap-scope .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap-scope .table-responsive > .table > thead > tr > th,
  .bootstrap-scope .table-responsive > .table > tbody > tr > th,
  .bootstrap-scope .table-responsive > .table > tfoot > tr > th,
  .bootstrap-scope .table-responsive > .table > thead > tr > td,
  .bootstrap-scope .table-responsive > .table > tbody > tr > td,
  .bootstrap-scope .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap-scope .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap-scope fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-scope legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-scope label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap-scope input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-scope input[type="radio"],
.bootstrap-scope input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-scope input[type="file"] {
  display: block;
}
.bootstrap-scope input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-scope select[multiple],
.bootstrap-scope select[size] {
  height: auto;
}
.bootstrap-scope input[type="file"]:focus,
.bootstrap-scope input[type="radio"]:focus,
.bootstrap-scope input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-scope output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.bootstrap-scope .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-scope .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.bootstrap-scope .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bootstrap-scope .form-control:-ms-input-placeholder {
  color: #999;
}
.bootstrap-scope .form-control::-webkit-input-placeholder {
  color: #999;
}
.bootstrap-scope .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-scope .form-control[disabled],
.bootstrap-scope .form-control[readonly],
 .bootstrap-scope fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.bootstrap-scope .form-control[disabled],
 .bootstrap-scope fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrap-scope textarea.form-control {
  height: auto;
}
.bootstrap-scope input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-scope input[type="date"].form-control,
  .bootstrap-scope input[type="time"].form-control,
  .bootstrap-scope input[type="datetime-local"].form-control,
  .bootstrap-scope input[type="month"].form-control {
    line-height: 34px;
  }
  .bootstrap-scope input[type="date"].input-sm,
  .bootstrap-scope input[type="time"].input-sm,
  .bootstrap-scope input[type="datetime-local"].input-sm,
  .bootstrap-scope input[type="month"].input-sm,
  .input-group-sm .bootstrap-scope input[type="date"],
  .input-group-sm .bootstrap-scope input[type="time"],
  .input-group-sm .bootstrap-scope input[type="datetime-local"],
  .input-group-sm .bootstrap-scope input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-scope input[type="date"].input-lg,
  .bootstrap-scope input[type="time"].input-lg,
  .bootstrap-scope input[type="datetime-local"].input-lg,
  .bootstrap-scope input[type="month"].input-lg,
  .input-group-lg .bootstrap-scope input[type="date"],
  .input-group-lg .bootstrap-scope input[type="time"],
  .input-group-lg .bootstrap-scope input[type="datetime-local"],
  .input-group-lg .bootstrap-scope input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap-scope .form-group {
  margin-bottom: 15px;
}
.bootstrap-scope .radio,
.bootstrap-scope .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-scope .radio label,
.bootstrap-scope .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-scope .radio input[type="radio"],
.bootstrap-scope .radio-inline input[type="radio"],
.bootstrap-scope .checkbox input[type="checkbox"],
.bootstrap-scope .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.bootstrap-scope .radio + .radio,
.bootstrap-scope .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-scope .radio-inline,
.bootstrap-scope .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.bootstrap-scope .radio-inline + .radio-inline,
.bootstrap-scope .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-scope input[type="radio"][disabled],
.bootstrap-scope input[type="checkbox"][disabled],
.bootstrap-scope input[type="radio"].disabled,
.bootstrap-scope input[type="checkbox"].disabled,
 .bootstrap-scope fieldset[disabled] input[type="radio"],
 .bootstrap-scope fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-scope .radio-inline.disabled,
.bootstrap-scope .checkbox-inline.disabled,
 .bootstrap-scope fieldset[disabled] .radio-inline,
 .bootstrap-scope fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-scope .radio.disabled label,
.bootstrap-scope .checkbox.disabled label,
 .bootstrap-scope fieldset[disabled] .radio label,
 .bootstrap-scope fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bootstrap-scope .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.bootstrap-scope .form-control-static.input-lg,
.bootstrap-scope .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-scope select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bootstrap-scope textarea.input-sm,
.bootstrap-scope select[multiple].input-sm {
  height: auto;
}
.bootstrap-scope .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-scope .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-scope .form-group-sm textarea.form-control,
.bootstrap-scope .form-group-sm select[multiple].form-control {
  height: auto;
}
.bootstrap-scope .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-scope .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-scope select.input-lg {
  height: 46px;
  line-height: 46px;
}
.bootstrap-scope textarea.input-lg,
.bootstrap-scope select[multiple].input-lg {
  height: auto;
}
.bootstrap-scope .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-scope .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap-scope .form-group-lg textarea.form-control,
.bootstrap-scope .form-group-lg select[multiple].form-control {
  height: auto;
}
.bootstrap-scope .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-scope .has-feedback {
  position: relative;
}
.bootstrap-scope .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap-scope .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bootstrap-scope .input-lg + .form-control-feedback,
.bootstrap-scope .input-group-lg + .form-control-feedback,
.bootstrap-scope .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap-scope .input-sm + .form-control-feedback,
.bootstrap-scope .input-group-sm + .form-control-feedback,
.bootstrap-scope .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-scope .has-success .help-block,
.bootstrap-scope .has-success .control-label,
.bootstrap-scope .has-success .radio,
.bootstrap-scope .has-success .checkbox,
.bootstrap-scope .has-success .radio-inline,
.bootstrap-scope .has-success .checkbox-inline,
.bootstrap-scope .has-success.radio label,
.bootstrap-scope .has-success.checkbox label,
.bootstrap-scope .has-success.radio-inline label,
.bootstrap-scope .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap-scope .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bootstrap-scope .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.bootstrap-scope .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.bootstrap-scope .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap-scope .has-warning .help-block,
.bootstrap-scope .has-warning .control-label,
.bootstrap-scope .has-warning .radio,
.bootstrap-scope .has-warning .checkbox,
.bootstrap-scope .has-warning .radio-inline,
.bootstrap-scope .has-warning .checkbox-inline,
.bootstrap-scope .has-warning.radio label,
.bootstrap-scope .has-warning.checkbox label,
.bootstrap-scope .has-warning.radio-inline label,
.bootstrap-scope .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap-scope .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bootstrap-scope .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.bootstrap-scope .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.bootstrap-scope .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap-scope .has-error .help-block,
.bootstrap-scope .has-error .control-label,
.bootstrap-scope .has-error .radio,
.bootstrap-scope .has-error .checkbox,
.bootstrap-scope .has-error .radio-inline,
.bootstrap-scope .has-error .checkbox-inline,
.bootstrap-scope .has-error.radio label,
.bootstrap-scope .has-error.checkbox label,
.bootstrap-scope .has-error.radio-inline label,
.bootstrap-scope .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap-scope .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bootstrap-scope .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.bootstrap-scope .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.bootstrap-scope .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap-scope .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap-scope .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-scope .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-scope .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .input-group .input-group-addon,
  .bootstrap-scope .form-inline .input-group .input-group-btn,
  .bootstrap-scope .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-scope .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-scope .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .radio,
  .bootstrap-scope .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .radio label,
  .bootstrap-scope .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-scope .form-inline .radio input[type="radio"],
  .bootstrap-scope .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-scope .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-scope .form-horizontal .radio,
.bootstrap-scope .form-horizontal .checkbox,
.bootstrap-scope .form-horizontal .radio-inline,
.bootstrap-scope .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrap-scope .form-horizontal .radio,
.bootstrap-scope .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap-scope .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.bootstrap-scope .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bootstrap-scope .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-scope .btn:focus,
.bootstrap-scope .btn:active:focus,
.bootstrap-scope .btn.active:focus,
.bootstrap-scope .btn.focus,
.bootstrap-scope .btn:active.focus,
.bootstrap-scope .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-scope .btn:hover,
.bootstrap-scope .btn:focus,
.bootstrap-scope .btn.focus {
  color: #333;
  text-decoration: none;
}
.bootstrap-scope .btn:active,
.bootstrap-scope .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.bootstrap-scope .btn.disabled,
.bootstrap-scope .btn[disabled],
 .bootstrap-scope fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.bootstrap-scope a.btn.disabled,
fieldset[disabled] .bootstrap-scope a.btn {
  pointer-events: none;
}
.bootstrap-scope .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-scope .btn-default:focus,
.bootstrap-scope .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.bootstrap-scope .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-scope .btn-default:active,
.bootstrap-scope .btn-default.active,
.bootstrap-scope .open > .dropdown-toggle .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-scope .btn-default:active:hover,
.bootstrap-scope .btn-default.active:hover,
.bootstrap-scope .open > .dropdown-toggle .btn-default:hover,
.bootstrap-scope .btn-default:active:focus,
.bootstrap-scope .btn-default.active:focus,
.bootstrap-scope .open > .dropdown-toggle .btn-default:focus,
.bootstrap-scope .btn-default:active.focus,
.bootstrap-scope .btn-default.active.focus,
.bootstrap-scope .open > .dropdown-toggle .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.bootstrap-scope .btn-default:active,
.bootstrap-scope .btn-default.active,
.bootstrap-scope .open > .dropdown-toggle .btn-default {
  background-image: none;
}
.bootstrap-scope .btn-default.disabled:hover,
.bootstrap-scope .btn-default[disabled]:hover,
 .bootstrap-scope fieldset[disabled] .btn-default:hover,
.bootstrap-scope .btn-default.disabled:focus,
.bootstrap-scope .btn-default[disabled]:focus,
 .bootstrap-scope fieldset[disabled] .btn-default:focus,
.bootstrap-scope .btn-default.disabled.focus,
.bootstrap-scope .btn-default[disabled].focus,
 .bootstrap-scope fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-scope .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.bootstrap-scope .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-scope .btn-primary:focus,
.bootstrap-scope .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-scope .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-scope .btn-primary:active,
.bootstrap-scope .btn-primary.active,
.bootstrap-scope .open > .dropdown-toggle .btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-scope .btn-primary:active:hover,
.bootstrap-scope .btn-primary.active:hover,
.bootstrap-scope .open > .dropdown-toggle .btn-primary:hover,
.bootstrap-scope .btn-primary:active:focus,
.bootstrap-scope .btn-primary.active:focus,
.bootstrap-scope .open > .dropdown-toggle .btn-primary:focus,
.bootstrap-scope .btn-primary:active.focus,
.bootstrap-scope .btn-primary.active.focus,
.bootstrap-scope .open > .dropdown-toggle .btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-scope .btn-primary:active,
.bootstrap-scope .btn-primary.active,
.bootstrap-scope .open > .dropdown-toggle .btn-primary {
  background-image: none;
}
.bootstrap-scope .btn-primary.disabled:hover,
.bootstrap-scope .btn-primary[disabled]:hover,
 .bootstrap-scope fieldset[disabled] .btn-primary:hover,
.bootstrap-scope .btn-primary.disabled:focus,
.bootstrap-scope .btn-primary[disabled]:focus,
 .bootstrap-scope fieldset[disabled] .btn-primary:focus,
.bootstrap-scope .btn-primary.disabled.focus,
.bootstrap-scope .btn-primary[disabled].focus,
 .bootstrap-scope fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-scope .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-scope .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-scope .btn-success:focus,
.bootstrap-scope .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.bootstrap-scope .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-scope .btn-success:active,
.bootstrap-scope .btn-success.active,
.bootstrap-scope .open > .dropdown-toggle .btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-scope .btn-success:active:hover,
.bootstrap-scope .btn-success.active:hover,
.bootstrap-scope .open > .dropdown-toggle .btn-success:hover,
.bootstrap-scope .btn-success:active:focus,
.bootstrap-scope .btn-success.active:focus,
.bootstrap-scope .open > .dropdown-toggle .btn-success:focus,
.bootstrap-scope .btn-success:active.focus,
.bootstrap-scope .btn-success.active.focus,
.bootstrap-scope .open > .dropdown-toggle .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.bootstrap-scope .btn-success:active,
.bootstrap-scope .btn-success.active,
.bootstrap-scope .open > .dropdown-toggle .btn-success {
  background-image: none;
}
.bootstrap-scope .btn-success.disabled:hover,
.bootstrap-scope .btn-success[disabled]:hover,
 .bootstrap-scope fieldset[disabled] .btn-success:hover,
.bootstrap-scope .btn-success.disabled:focus,
.bootstrap-scope .btn-success[disabled]:focus,
 .bootstrap-scope fieldset[disabled] .btn-success:focus,
.bootstrap-scope .btn-success.disabled.focus,
.bootstrap-scope .btn-success[disabled].focus,
 .bootstrap-scope fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-scope .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.bootstrap-scope .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-scope .btn-info:focus,
.bootstrap-scope .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.bootstrap-scope .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-scope .btn-info:active,
.bootstrap-scope .btn-info.active,
.bootstrap-scope .open > .dropdown-toggle .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-scope .btn-info:active:hover,
.bootstrap-scope .btn-info.active:hover,
.bootstrap-scope .open > .dropdown-toggle .btn-info:hover,
.bootstrap-scope .btn-info:active:focus,
.bootstrap-scope .btn-info.active:focus,
.bootstrap-scope .open > .dropdown-toggle .btn-info:focus,
.bootstrap-scope .btn-info:active.focus,
.bootstrap-scope .btn-info.active.focus,
.bootstrap-scope .open > .dropdown-toggle .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.bootstrap-scope .btn-info:active,
.bootstrap-scope .btn-info.active,
.bootstrap-scope .open > .dropdown-toggle .btn-info {
  background-image: none;
}
.bootstrap-scope .btn-info.disabled:hover,
.bootstrap-scope .btn-info[disabled]:hover,
 .bootstrap-scope fieldset[disabled] .btn-info:hover,
.bootstrap-scope .btn-info.disabled:focus,
.bootstrap-scope .btn-info[disabled]:focus,
 .bootstrap-scope fieldset[disabled] .btn-info:focus,
.bootstrap-scope .btn-info.disabled.focus,
.bootstrap-scope .btn-info[disabled].focus,
 .bootstrap-scope fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-scope .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.bootstrap-scope .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-scope .btn-warning:focus,
.bootstrap-scope .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.bootstrap-scope .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-scope .btn-warning:active,
.bootstrap-scope .btn-warning.active,
.bootstrap-scope .open > .dropdown-toggle .btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-scope .btn-warning:active:hover,
.bootstrap-scope .btn-warning.active:hover,
.bootstrap-scope .open > .dropdown-toggle .btn-warning:hover,
.bootstrap-scope .btn-warning:active:focus,
.bootstrap-scope .btn-warning.active:focus,
.bootstrap-scope .open > .dropdown-toggle .btn-warning:focus,
.bootstrap-scope .btn-warning:active.focus,
.bootstrap-scope .btn-warning.active.focus,
.bootstrap-scope .open > .dropdown-toggle .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.bootstrap-scope .btn-warning:active,
.bootstrap-scope .btn-warning.active,
.bootstrap-scope .open > .dropdown-toggle .btn-warning {
  background-image: none;
}
.bootstrap-scope .btn-warning.disabled:hover,
.bootstrap-scope .btn-warning[disabled]:hover,
 .bootstrap-scope fieldset[disabled] .btn-warning:hover,
.bootstrap-scope .btn-warning.disabled:focus,
.bootstrap-scope .btn-warning[disabled]:focus,
 .bootstrap-scope fieldset[disabled] .btn-warning:focus,
.bootstrap-scope .btn-warning.disabled.focus,
.bootstrap-scope .btn-warning[disabled].focus,
 .bootstrap-scope fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-scope .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.bootstrap-scope .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-scope .btn-danger:focus,
.bootstrap-scope .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.bootstrap-scope .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-scope .btn-danger:active,
.bootstrap-scope .btn-danger.active,
.bootstrap-scope .open > .dropdown-toggle .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-scope .btn-danger:active:hover,
.bootstrap-scope .btn-danger.active:hover,
.bootstrap-scope .open > .dropdown-toggle .btn-danger:hover,
.bootstrap-scope .btn-danger:active:focus,
.bootstrap-scope .btn-danger.active:focus,
.bootstrap-scope .open > .dropdown-toggle .btn-danger:focus,
.bootstrap-scope .btn-danger:active.focus,
.bootstrap-scope .btn-danger.active.focus,
.bootstrap-scope .open > .dropdown-toggle .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.bootstrap-scope .btn-danger:active,
.bootstrap-scope .btn-danger.active,
.bootstrap-scope .open > .dropdown-toggle .btn-danger {
  background-image: none;
}
.bootstrap-scope .btn-danger.disabled:hover,
.bootstrap-scope .btn-danger[disabled]:hover,
 .bootstrap-scope fieldset[disabled] .btn-danger:hover,
.bootstrap-scope .btn-danger.disabled:focus,
.bootstrap-scope .btn-danger[disabled]:focus,
 .bootstrap-scope fieldset[disabled] .btn-danger:focus,
.bootstrap-scope .btn-danger.disabled.focus,
.bootstrap-scope .btn-danger[disabled].focus,
 .bootstrap-scope fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-scope .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.bootstrap-scope .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.bootstrap-scope .btn-link,
.bootstrap-scope .btn-link:active,
.bootstrap-scope .btn-link.active,
.bootstrap-scope .btn-link[disabled],
 .bootstrap-scope fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-scope .btn-link,
.bootstrap-scope .btn-link:hover,
.bootstrap-scope .btn-link:focus,
.bootstrap-scope .btn-link:active {
  border-color: transparent;
}
.bootstrap-scope .btn-link:hover,
.bootstrap-scope .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap-scope .btn-link[disabled]:hover,
 .bootstrap-scope fieldset[disabled] .btn-link:hover,
.bootstrap-scope .btn-link[disabled]:focus,
 .bootstrap-scope fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.bootstrap-scope .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-scope .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-scope .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-scope .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-scope .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap-scope input[type="submit"].btn-block,
.bootstrap-scope input[type="reset"].btn-block,
.bootstrap-scope input[type="button"].btn-block {
  width: 100%;
}
.bootstrap-scope .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.bootstrap-scope .fade.in {
  opacity: 1;
}
.bootstrap-scope .collapse {
  display: none;
}
.bootstrap-scope .collapse.in {
  display: block;
}
.bootstrap-scope tr .collapse.in {
  display: table-row;
}
.bootstrap-scope tbody .collapse.in {
  display: table-row-group;
}
.bootstrap-scope .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.bootstrap-scope .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap-scope .dropup,
.bootstrap-scope .dropdown {
  position: relative;
}
.bootstrap-scope .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-scope .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.bootstrap-scope .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap-scope .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-scope .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.bootstrap-scope .dropdown-menu > li > a:hover,
.bootstrap-scope .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-scope .dropdown-menu > .active > a,
.bootstrap-scope .dropdown-menu > .active > a:hover,
.bootstrap-scope .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.bootstrap-scope .dropdown-menu > .disabled > a,
.bootstrap-scope .dropdown-menu > .disabled > a:hover,
.bootstrap-scope .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.bootstrap-scope .dropdown-menu > .disabled > a:hover,
.bootstrap-scope .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-scope .open > .dropdown-menu {
  display: block;
}
.bootstrap-scope .open > a {
  outline: 0;
}
.bootstrap-scope .dropdown-menu-right {
  right: 0;
  left: auto;
}
.bootstrap-scope .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap-scope .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.bootstrap-scope .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.bootstrap-scope .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-scope .dropup .caret,
.bootstrap-scope .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.bootstrap-scope .dropup .dropdown-menu,
.bootstrap-scope .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .bootstrap-scope .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.bootstrap-scope .btn-group,
.bootstrap-scope .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-scope .btn-group > .btn,
.bootstrap-scope .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-scope .btn-group > .btn:hover,
.bootstrap-scope .btn-group-vertical > .btn:hover,
.bootstrap-scope .btn-group > .btn:focus,
.bootstrap-scope .btn-group-vertical > .btn:focus,
.bootstrap-scope .btn-group > .btn:active,
.bootstrap-scope .btn-group-vertical > .btn:active,
.bootstrap-scope .btn-group > .btn.active,
.bootstrap-scope .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-scope .btn-group .btn + .btn,
.bootstrap-scope .btn-group .btn + .btn-group,
.bootstrap-scope .btn-group .btn-group + .btn,
.bootstrap-scope .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-scope .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-scope .btn-toolbar .btn,
.bootstrap-scope .btn-toolbar .btn-group,
.bootstrap-scope .btn-toolbar .input-group {
  float: left;
}
.bootstrap-scope .btn-toolbar > .btn,
.bootstrap-scope .btn-toolbar > .btn-group,
.bootstrap-scope .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-scope .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-scope .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-scope .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .btn-group > .btn:last-child:not(:first-child),
.bootstrap-scope .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group > .btn-group {
  float: left;
}
.bootstrap-scope .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-scope .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-scope .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group .dropdown-toggle:active,
.bootstrap-scope .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-scope .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.bootstrap-scope .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.bootstrap-scope .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.bootstrap-scope .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-scope .btn .caret {
  margin-left: 0;
}
.bootstrap-scope .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-scope .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-scope .btn-group-vertical > .btn,
.bootstrap-scope .btn-group-vertical > .btn-group,
.bootstrap-scope .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-scope .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-scope .btn-group-vertical > .btn + .btn,
.bootstrap-scope .btn-group-vertical > .btn + .btn-group,
.bootstrap-scope .btn-group-vertical > .btn-group + .btn,
.bootstrap-scope .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-scope .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-scope .btn-group-justified > .btn,
.bootstrap-scope .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.bootstrap-scope .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-scope .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-scope [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-scope [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-scope [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-scope [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-scope .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-scope .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-scope .input-group .form-control:focus {
  z-index: 3;
}
.bootstrap-scope .input-group-lg > .form-control,
.bootstrap-scope .input-group-lg > .input-group-addon,
.bootstrap-scope .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-scope select.input-group-lg > .form-control,
.bootstrap-scope select.input-group-lg > .input-group-addon,
.bootstrap-scope select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.bootstrap-scope textarea.input-group-lg > .form-control,
.bootstrap-scope textarea.input-group-lg > .input-group-addon,
.bootstrap-scope textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-scope select[multiple].input-group-lg > .form-control,
.bootstrap-scope select[multiple].input-group-lg > .input-group-addon,
.bootstrap-scope select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-scope .input-group-sm > .form-control,
.bootstrap-scope .input-group-sm > .input-group-addon,
.bootstrap-scope .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-scope select.input-group-sm > .form-control,
.bootstrap-scope select.input-group-sm > .input-group-addon,
.bootstrap-scope select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bootstrap-scope textarea.input-group-sm > .form-control,
.bootstrap-scope textarea.input-group-sm > .input-group-addon,
.bootstrap-scope textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-scope select[multiple].input-group-sm > .form-control,
.bootstrap-scope select[multiple].input-group-sm > .input-group-addon,
.bootstrap-scope select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-scope .input-group-addon,
.bootstrap-scope .input-group-btn,
.bootstrap-scope .input-group .form-control {
  display: table-cell;
}
.bootstrap-scope .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-scope .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-scope .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-scope .input-group-addon,
.bootstrap-scope .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-scope .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrap-scope .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrap-scope .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.bootstrap-scope .input-group-addon input[type="radio"],
.bootstrap-scope .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-scope .input-group .form-control:first-child,
.bootstrap-scope .input-group-addon:first-child,
.bootstrap-scope .input-group-btn:first-child > .btn,
.bootstrap-scope .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-scope .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-scope .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-scope .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-scope .input-group .form-control:last-child,
.bootstrap-scope .input-group-addon:last-child,
.bootstrap-scope .input-group-btn:last-child > .btn,
.bootstrap-scope .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-scope .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-scope .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-scope .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-scope .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-scope .input-group-btn > .btn {
  position: relative;
}
.bootstrap-scope .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-scope .input-group-btn > .btn:hover,
.bootstrap-scope .input-group-btn > .btn:focus,
.bootstrap-scope .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-scope .input-group-btn:first-child > .btn,
.bootstrap-scope .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-scope .input-group-btn:last-child > .btn,
.bootstrap-scope .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrap-scope .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-scope .nav > li {
  position: relative;
  display: block;
}
.bootstrap-scope .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-scope .nav > li > a:hover,
.bootstrap-scope .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.bootstrap-scope .nav > li.disabled > a {
  color: #777;
}
.bootstrap-scope .nav > li.disabled > a:hover,
.bootstrap-scope .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.bootstrap-scope .nav .open > a,
.bootstrap-scope .nav .open > a:hover,
.bootstrap-scope .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.bootstrap-scope .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-scope .nav > li > a > img {
  max-width: none;
}
.bootstrap-scope .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap-scope .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap-scope .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap-scope .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.bootstrap-scope .nav-tabs > li.active > a,
.bootstrap-scope .nav-tabs > li.active > a:hover,
.bootstrap-scope .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.bootstrap-scope .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap-scope .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap-scope .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-scope .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-scope .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-scope .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-scope .nav-tabs.nav-justified > .active > a,
.bootstrap-scope .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-scope .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-scope .nav-tabs.nav-justified > .active > a,
  .bootstrap-scope .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-scope .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-scope .nav-pills > li {
  float: left;
}
.bootstrap-scope .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrap-scope .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap-scope .nav-pills > li.active > a,
.bootstrap-scope .nav-pills > li.active > a:hover,
.bootstrap-scope .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap-scope .nav-stacked > li {
  float: none;
}
.bootstrap-scope .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap-scope .nav-justified {
  width: 100%;
}
.bootstrap-scope .nav-justified > li {
  float: none;
}
.bootstrap-scope .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-scope .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-scope .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-scope .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap-scope .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-scope .nav-tabs-justified > .active > a,
.bootstrap-scope .nav-tabs-justified > .active > a:hover,
.bootstrap-scope .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-scope .nav-tabs-justified > .active > a,
  .bootstrap-scope .nav-tabs-justified > .active > a:hover,
  .bootstrap-scope .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-scope .tab-content > .tab-pane {
  display: none;
}
.bootstrap-scope .tab-content > .active {
  display: block;
}
.bootstrap-scope .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-header {
    float: left;
  }
}
.bootstrap-scope .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.bootstrap-scope .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .bootstrap-scope .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap-scope .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .bootstrap-scope .navbar-collapse,
  .navbar-static-top .bootstrap-scope .navbar-collapse,
  .navbar-fixed-bottom .bootstrap-scope .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.bootstrap-scope .navbar-fixed-top .navbar-collapse,
.bootstrap-scope .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-scope .navbar-fixed-top .navbar-collapse,
  .bootstrap-scope .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrap-scope .container > .navbar-header,
.bootstrap-scope .container-fluid > .navbar-header,
.bootstrap-scope .container > .navbar-collapse,
.bootstrap-scope .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .container > .navbar-header,
  .bootstrap-scope .container-fluid > .navbar-header,
  .bootstrap-scope .container > .navbar-collapse,
  .bootstrap-scope .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap-scope .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap-scope .navbar-fixed-top,
.bootstrap-scope .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-fixed-top,
  .bootstrap-scope .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap-scope .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap-scope .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap-scope .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.bootstrap-scope .navbar-brand:hover,
.bootstrap-scope .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-scope .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
   .bootstrap-scope .navbar > .container .navbar-brand,
   .bootstrap-scope .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap-scope .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-scope .navbar-toggle:focus {
  outline: 0;
}
.bootstrap-scope .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap-scope .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-toggle {
    display: none;
  }
}
.bootstrap-scope .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrap-scope .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-scope .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap-scope .navbar-nav > li {
    float: left;
  }
  .bootstrap-scope .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrap-scope .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap-scope .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .input-group .input-group-addon,
  .bootstrap-scope .navbar-form .input-group .input-group-btn,
  .bootstrap-scope .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap-scope .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-scope .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .radio,
  .bootstrap-scope .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .radio label,
  .bootstrap-scope .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap-scope .navbar-form .radio input[type="radio"],
  .bootstrap-scope .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-scope .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap-scope .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.bootstrap-scope .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrap-scope .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-scope .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap-scope .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-left {
    float: left !important;
  }
  .bootstrap-scope .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap-scope .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap-scope .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrap-scope .navbar-default .navbar-brand {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-brand:hover,
.bootstrap-scope .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.bootstrap-scope .navbar-default .navbar-text {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-nav > li > a {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-nav > li > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.bootstrap-scope .navbar-default .navbar-nav > .active > a,
.bootstrap-scope .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.bootstrap-scope .navbar-default .navbar-nav > .disabled > a,
.bootstrap-scope .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.bootstrap-scope .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.bootstrap-scope .navbar-default .navbar-toggle:hover,
.bootstrap-scope .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.bootstrap-scope .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.bootstrap-scope .navbar-default .navbar-collapse,
.bootstrap-scope .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrap-scope .navbar-default .navbar-nav > .open > a,
.bootstrap-scope .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.bootstrap-scope .navbar-default .navbar-link {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-link:hover {
  color: #333;
}
.bootstrap-scope .navbar-default .btn-link {
  color: #777;
}
.bootstrap-scope .navbar-default .btn-link:hover,
.bootstrap-scope .navbar-default .btn-link:focus {
  color: #333;
}
.bootstrap-scope .navbar-default .btn-link[disabled]:hover,
 .bootstrap-scope fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap-scope .navbar-default .btn-link[disabled]:focus,
 .bootstrap-scope fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.bootstrap-scope .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.bootstrap-scope .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-brand:hover,
.bootstrap-scope .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-scope .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-scope .navbar-inverse .navbar-nav > .active > a,
.bootstrap-scope .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.bootstrap-scope .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-scope .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.bootstrap-scope .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.bootstrap-scope .navbar-inverse .navbar-toggle:hover,
.bootstrap-scope .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.bootstrap-scope .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.bootstrap-scope .navbar-inverse .navbar-collapse,
.bootstrap-scope .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrap-scope .navbar-inverse .navbar-nav > .open > a,
.bootstrap-scope .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.bootstrap-scope .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.bootstrap-scope .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .btn-link:hover,
.bootstrap-scope .navbar-inverse .btn-link:focus {
  color: #fff;
}
.bootstrap-scope .navbar-inverse .btn-link[disabled]:hover,
 .bootstrap-scope fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap-scope .navbar-inverse .btn-link[disabled]:focus,
 .bootstrap-scope fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.bootstrap-scope .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bootstrap-scope .breadcrumb > li {
  display: inline-block;
}
.bootstrap-scope .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.bootstrap-scope .breadcrumb > .active {
  color: #777;
}
.bootstrap-scope .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bootstrap-scope .pagination > li {
  display: inline;
}
.bootstrap-scope .pagination > li > a,
.bootstrap-scope .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-scope .pagination > li:first-child > a,
.bootstrap-scope .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-scope .pagination > li:last-child > a,
.bootstrap-scope .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-scope .pagination > li > a:hover,
.bootstrap-scope .pagination > li > span:hover,
.bootstrap-scope .pagination > li > a:focus,
.bootstrap-scope .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.bootstrap-scope .pagination > .active > a,
.bootstrap-scope .pagination > .active > span,
.bootstrap-scope .pagination > .active > a:hover,
.bootstrap-scope .pagination > .active > span:hover,
.bootstrap-scope .pagination > .active > a:focus,
.bootstrap-scope .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-scope .pagination > .disabled > span,
.bootstrap-scope .pagination > .disabled > span:hover,
.bootstrap-scope .pagination > .disabled > span:focus,
.bootstrap-scope .pagination > .disabled > a,
.bootstrap-scope .pagination > .disabled > a:hover,
.bootstrap-scope .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.bootstrap-scope .pagination-lg > li > a,
.bootstrap-scope .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-scope .pagination-lg > li:first-child > a,
.bootstrap-scope .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.bootstrap-scope .pagination-lg > li:last-child > a,
.bootstrap-scope .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bootstrap-scope .pagination-sm > li > a,
.bootstrap-scope .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-scope .pagination-sm > li:first-child > a,
.bootstrap-scope .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-scope .pagination-sm > li:last-child > a,
.bootstrap-scope .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap-scope .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.bootstrap-scope .pager li {
  display: inline;
}
.bootstrap-scope .pager li > a,
.bootstrap-scope .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.bootstrap-scope .pager li > a:hover,
.bootstrap-scope .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.bootstrap-scope .pager .next > a,
.bootstrap-scope .pager .next > span {
  float: right;
}
.bootstrap-scope .pager .previous > a,
.bootstrap-scope .pager .previous > span {
  float: left;
}
.bootstrap-scope .pager .disabled > a,
.bootstrap-scope .pager .disabled > a:hover,
.bootstrap-scope .pager .disabled > a:focus,
.bootstrap-scope .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.bootstrap-scope .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bootstrap-scope a.label:hover,
.bootstrap-scope a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-scope .label:empty {
  display: none;
}
.bootstrap-scope .btn .label {
  position: relative;
  top: -1px;
}
.bootstrap-scope .label-default {
  background-color: #777;
}
.bootstrap-scope .label-default[href]:hover,
.bootstrap-scope .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap-scope .label-primary {
  background-color: #337ab7;
}
.bootstrap-scope .label-primary[href]:hover,
.bootstrap-scope .label-primary[href]:focus {
  background-color: #286090;
}
.bootstrap-scope .label-success {
  background-color: #5cb85c;
}
.bootstrap-scope .label-success[href]:hover,
.bootstrap-scope .label-success[href]:focus {
  background-color: #449d44;
}
.bootstrap-scope .label-info {
  background-color: #5bc0de;
}
.bootstrap-scope .label-info[href]:hover,
.bootstrap-scope .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap-scope .label-warning {
  background-color: #f0ad4e;
}
.bootstrap-scope .label-warning[href]:hover,
.bootstrap-scope .label-warning[href]:focus {
  background-color: #ec971f;
}
.bootstrap-scope .label-danger {
  background-color: #d9534f;
}
.bootstrap-scope .label-danger[href]:hover,
.bootstrap-scope .label-danger[href]:focus {
  background-color: #c9302c;
}
.bootstrap-scope .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.bootstrap-scope .badge:empty {
  display: none;
}
.bootstrap-scope .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-scope .btn-xs .badge,
.bootstrap-scope .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.bootstrap-scope a.badge:hover,
.bootstrap-scope a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-scope .list-group-item.active > .badge,
.bootstrap-scope .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-scope .list-group-item > .badge {
  float: right;
}
.bootstrap-scope .list-group-item > .badge + .bootstrap-scope .badge {
  margin-right: 5px;
}
.bootstrap-scope .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bootstrap-scope .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.bootstrap-scope .jumbotron h1,
.bootstrap-scope .jumbotron .h1 {
  color: inherit;
}
.bootstrap-scope .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrap-scope .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.bootstrap-scope .container .jumbotron,
.bootstrap-scope .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.bootstrap-scope .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap-scope .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .bootstrap-scope .container .jumbotron,
  .bootstrap-scope .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .bootstrap-scope .jumbotron h1,
  .bootstrap-scope .jumbotron .h1 {
    font-size: 63px;
  }
}
.bootstrap-scope .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.bootstrap-scope .thumbnail > img,
.bootstrap-scope .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-scope a.thumbnail:hover,
.bootstrap-scope a.thumbnail:focus,
.bootstrap-scope a.thumbnail.active {
  border-color: #337ab7;
}
.bootstrap-scope .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.bootstrap-scope .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-scope .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap-scope .alert .alert-link {
  font-weight: bold;
}
.bootstrap-scope .alert > p,
.bootstrap-scope .alert > ul {
  margin-bottom: 0;
}
.bootstrap-scope .alert > p + p {
  margin-top: 5px;
}
.bootstrap-scope .alert-dismissable,
.bootstrap-scope .alert-dismissible {
  padding-right: 35px;
}
.bootstrap-scope .alert-dismissable .close,
.bootstrap-scope .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap-scope .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-scope .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap-scope .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap-scope .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-scope .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap-scope .alert-info .alert-link {
  color: #245269;
}
.bootstrap-scope .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-scope .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap-scope .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap-scope .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-scope .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap-scope .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-scope .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.bootstrap-scope .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.bootstrap-scope .progress-striped .progress-bar,
.bootstrap-scope .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.bootstrap-scope .progress.active .progress-bar,
.bootstrap-scope .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-scope .progress-bar-success {
  background-color: #5cb85c;
}
.bootstrap-scope .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.bootstrap-scope .progress-bar-info {
  background-color: #5bc0de;
}
.bootstrap-scope .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.bootstrap-scope .progress-bar-warning {
  background-color: #f0ad4e;
}
.bootstrap-scope .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.bootstrap-scope .progress-bar-danger {
  background-color: #d9534f;
}
.bootstrap-scope .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.bootstrap-scope .media {
  margin-top: 15px;
}
.bootstrap-scope .media:first-child {
  margin-top: 0;
}
.bootstrap-scope .media,
.bootstrap-scope .media-body {
  overflow: hidden;
  zoom: 1;
}
.bootstrap-scope .media-body {
  width: 10000px;
}
.bootstrap-scope .media-object {
  display: block;
}
.bootstrap-scope .media-object.img-thumbnail {
  max-width: none;
}
.bootstrap-scope .media-right,
.bootstrap-scope .media > .pull-right {
  padding-left: 10px;
}
.bootstrap-scope .media-left,
.bootstrap-scope .media > .pull-left {
  padding-right: 10px;
}
.bootstrap-scope .media-left,
.bootstrap-scope .media-right,
.bootstrap-scope .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap-scope .media-middle {
  vertical-align: middle;
}
.bootstrap-scope .media-bottom {
  vertical-align: bottom;
}
.bootstrap-scope .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-scope .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap-scope .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.bootstrap-scope .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-scope .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-scope .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-scope a.list-group-item,
.bootstrap-scope button.list-group-item {
  color: #555;
}
.bootstrap-scope a.list-group-item .list-group-item-heading,
.bootstrap-scope button.list-group-item .list-group-item-heading {
  color: #333;
}
.bootstrap-scope a.list-group-item:hover,
.bootstrap-scope button.list-group-item:hover,
.bootstrap-scope a.list-group-item:focus,
.bootstrap-scope button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-scope button.list-group-item {
  width: 100%;
  text-align: left;
}
.bootstrap-scope .list-group-item.disabled,
.bootstrap-scope .list-group-item.disabled:hover,
.bootstrap-scope .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.bootstrap-scope .list-group-item.disabled .list-group-item-heading,
.bootstrap-scope .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-scope .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap-scope .list-group-item.disabled .list-group-item-text,
.bootstrap-scope .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-scope .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.bootstrap-scope .list-group-item.active,
.bootstrap-scope .list-group-item.active:hover,
.bootstrap-scope .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-scope .list-group-item.active .list-group-item-heading,
.bootstrap-scope .list-group-item.active:hover .list-group-item-heading,
.bootstrap-scope .list-group-item.active:focus .list-group-item-heading,
.bootstrap-scope .list-group-item.active .list-group-item-heading > small,
.bootstrap-scope .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-scope .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-scope .list-group-item.active .list-group-item-heading > .small,
.bootstrap-scope .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-scope .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap-scope .list-group-item.active .list-group-item-text,
.bootstrap-scope .list-group-item.active:hover .list-group-item-text,
.bootstrap-scope .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.bootstrap-scope .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap-scope a.list-group-item-success,
.bootstrap-scope button.list-group-item-success {
  color: #3c763d;
}
.bootstrap-scope a.list-group-item-success .list-group-item-heading,
.bootstrap-scope button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bootstrap-scope a.list-group-item-success:hover,
.bootstrap-scope button.list-group-item-success:hover,
.bootstrap-scope a.list-group-item-success:focus,
.bootstrap-scope button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.bootstrap-scope a.list-group-item-success.active,
.bootstrap-scope button.list-group-item-success.active,
.bootstrap-scope a.list-group-item-success.active:hover,
.bootstrap-scope button.list-group-item-success.active:hover,
.bootstrap-scope a.list-group-item-success.active:focus,
.bootstrap-scope button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrap-scope .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.bootstrap-scope a.list-group-item-info,
.bootstrap-scope button.list-group-item-info {
  color: #31708f;
}
.bootstrap-scope a.list-group-item-info .list-group-item-heading,
.bootstrap-scope button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bootstrap-scope a.list-group-item-info:hover,
.bootstrap-scope button.list-group-item-info:hover,
.bootstrap-scope a.list-group-item-info:focus,
.bootstrap-scope button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.bootstrap-scope a.list-group-item-info.active,
.bootstrap-scope button.list-group-item-info.active,
.bootstrap-scope a.list-group-item-info.active:hover,
.bootstrap-scope button.list-group-item-info.active:hover,
.bootstrap-scope a.list-group-item-info.active:focus,
.bootstrap-scope button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrap-scope .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap-scope a.list-group-item-warning,
.bootstrap-scope button.list-group-item-warning {
  color: #8a6d3b;
}
.bootstrap-scope a.list-group-item-warning .list-group-item-heading,
.bootstrap-scope button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bootstrap-scope a.list-group-item-warning:hover,
.bootstrap-scope button.list-group-item-warning:hover,
.bootstrap-scope a.list-group-item-warning:focus,
.bootstrap-scope button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.bootstrap-scope a.list-group-item-warning.active,
.bootstrap-scope button.list-group-item-warning.active,
.bootstrap-scope a.list-group-item-warning.active:hover,
.bootstrap-scope button.list-group-item-warning.active:hover,
.bootstrap-scope a.list-group-item-warning.active:focus,
.bootstrap-scope button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrap-scope .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.bootstrap-scope a.list-group-item-danger,
.bootstrap-scope button.list-group-item-danger {
  color: #a94442;
}
.bootstrap-scope a.list-group-item-danger .list-group-item-heading,
.bootstrap-scope button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bootstrap-scope a.list-group-item-danger:hover,
.bootstrap-scope button.list-group-item-danger:hover,
.bootstrap-scope a.list-group-item-danger:focus,
.bootstrap-scope button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.bootstrap-scope a.list-group-item-danger.active,
.bootstrap-scope button.list-group-item-danger.active,
.bootstrap-scope a.list-group-item-danger.active:hover,
.bootstrap-scope button.list-group-item-danger.active:hover,
.bootstrap-scope a.list-group-item-danger.active:focus,
.bootstrap-scope button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrap-scope .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-scope .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap-scope .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.bootstrap-scope .panel-body {
  padding: 15px;
}
.bootstrap-scope .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-scope .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-scope .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap-scope .panel-title > a,
.bootstrap-scope .panel-title > small,
.bootstrap-scope .panel-title > .small,
.bootstrap-scope .panel-title > small > a,
.bootstrap-scope .panel-title > .small > a {
  color: inherit;
}
.bootstrap-scope .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-scope .panel > .list-group,
.bootstrap-scope .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-scope .panel > .list-group .list-group-item,
.bootstrap-scope .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-scope .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-scope .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-scope .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-scope .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-scope .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-scope .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-scope .panel > .table,
.bootstrap-scope .panel > .table-responsive > .table,
.bootstrap-scope .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-scope .panel > .table caption,
.bootstrap-scope .panel > .table-responsive > .table caption,
.bootstrap-scope .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-scope .panel > .table:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap-scope .panel > .table:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap-scope .panel > .panel-body + .table,
.bootstrap-scope .panel > .panel-body + .table-responsive,
.bootstrap-scope .panel > .table + .panel-body,
.bootstrap-scope .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.bootstrap-scope .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-scope .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-scope .panel > .table-bordered,
.bootstrap-scope .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-scope .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-scope .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-scope .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-scope .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-scope .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-scope .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-scope .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-scope .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-scope .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-scope .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-scope .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-scope .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-scope .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.bootstrap-scope .panel-group {
  margin-bottom: 20px;
}
.bootstrap-scope .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap-scope .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-scope .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-scope .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-scope .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.bootstrap-scope .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-scope .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.bootstrap-scope .panel-default {
  border-color: #ddd;
}
.bootstrap-scope .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.bootstrap-scope .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.bootstrap-scope .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.bootstrap-scope .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.bootstrap-scope .panel-primary {
  border-color: #337ab7;
}
.bootstrap-scope .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-scope .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrap-scope .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-scope .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrap-scope .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-scope .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-scope .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-scope .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap-scope .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-scope .panel-info {
  border-color: #bce8f1;
}
.bootstrap-scope .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-scope .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap-scope .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap-scope .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap-scope .panel-warning {
  border-color: #faebcc;
}
.bootstrap-scope .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-scope .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap-scope .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap-scope .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap-scope .panel-danger {
  border-color: #ebccd1;
}
.bootstrap-scope .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-scope .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap-scope .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap-scope .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap-scope .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap-scope .embed-responsive .embed-responsive-item,
.bootstrap-scope .embed-responsive iframe,
.bootstrap-scope .embed-responsive embed,
.bootstrap-scope .embed-responsive object,
.bootstrap-scope .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap-scope .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap-scope .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap-scope .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.bootstrap-scope .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.bootstrap-scope .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrap-scope .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap-scope .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.bootstrap-scope .close:hover,
.bootstrap-scope .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.bootstrap-scope button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.bootstrap-scope .modal-open {
  overflow: hidden;
}
.bootstrap-scope .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap-scope .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.bootstrap-scope .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.bootstrap-scope .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-scope .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap-scope .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.bootstrap-scope .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bootstrap-scope .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-scope .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.bootstrap-scope .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-scope .modal-header .close {
  margin-top: -2px;
}
.bootstrap-scope .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap-scope .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap-scope .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap-scope .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.bootstrap-scope .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap-scope .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap-scope .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap-scope .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap-scope .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .bootstrap-scope .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .modal-lg {
    width: 900px;
  }
}
.bootstrap-scope .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.bootstrap-scope .tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.bootstrap-scope .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.bootstrap-scope .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.bootstrap-scope .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.bootstrap-scope .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.bootstrap-scope .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.bootstrap-scope .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-scope .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-scope .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-scope .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-scope .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.bootstrap-scope .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.bootstrap-scope .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-scope .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-scope .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-scope .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.bootstrap-scope .popover.top {
  margin-top: -10px;
}
.bootstrap-scope .popover.right {
  margin-left: 10px;
}
.bootstrap-scope .popover.bottom {
  margin-top: 10px;
}
.bootstrap-scope .popover.left {
  margin-left: -10px;
}
.bootstrap-scope .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrap-scope .popover-content {
  padding: 9px 14px;
}
.bootstrap-scope .popover > .arrow,
.bootstrap-scope .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-scope .popover > .arrow {
  border-width: 11px;
}
.bootstrap-scope .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.bootstrap-scope .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.bootstrap-scope .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.bootstrap-scope .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.bootstrap-scope .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.bootstrap-scope .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.bootstrap-scope .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bootstrap-scope .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.bootstrap-scope .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.bootstrap-scope .carousel {
  position: relative;
}
.bootstrap-scope .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap-scope .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.bootstrap-scope .carousel-inner > .item > img,
.bootstrap-scope .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-scope .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .bootstrap-scope .carousel-inner > .item.next,
  .bootstrap-scope .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .bootstrap-scope .carousel-inner > .item.prev,
  .bootstrap-scope .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .bootstrap-scope .carousel-inner > .item.next.left,
  .bootstrap-scope .carousel-inner > .item.prev.right,
  .bootstrap-scope .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bootstrap-scope .carousel-inner > .active,
.bootstrap-scope .carousel-inner > .next,
.bootstrap-scope .carousel-inner > .prev {
  display: block;
}
.bootstrap-scope .carousel-inner > .active {
  left: 0;
}
.bootstrap-scope .carousel-inner > .next,
.bootstrap-scope .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap-scope .carousel-inner > .next {
  left: 100%;
}
.bootstrap-scope .carousel-inner > .prev {
  left: -100%;
}
.bootstrap-scope .carousel-inner > .next.left,
.bootstrap-scope .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap-scope .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap-scope .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap-scope .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.bootstrap-scope .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-scope .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-scope .carousel-control:hover,
.bootstrap-scope .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.bootstrap-scope .carousel-control .icon-prev,
.bootstrap-scope .carousel-control .icon-next,
.bootstrap-scope .carousel-control .glyphicon-chevron-left,
.bootstrap-scope .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.bootstrap-scope .carousel-control .icon-prev,
.bootstrap-scope .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap-scope .carousel-control .icon-next,
.bootstrap-scope .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap-scope .carousel-control .icon-prev,
.bootstrap-scope .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.bootstrap-scope .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrap-scope .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrap-scope .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.bootstrap-scope .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.bootstrap-scope .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.bootstrap-scope .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.bootstrap-scope .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap-scope .carousel-control .glyphicon-chevron-left,
  .bootstrap-scope .carousel-control .glyphicon-chevron-right,
  .bootstrap-scope .carousel-control .icon-prev,
  .bootstrap-scope .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .bootstrap-scope .carousel-control .glyphicon-chevron-left,
  .bootstrap-scope .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .bootstrap-scope .carousel-control .glyphicon-chevron-right,
  .bootstrap-scope .carousel-control .icon-next {
    margin-right: -10px;
  }
  .bootstrap-scope .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .bootstrap-scope .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap-scope .clearfix:before,
.bootstrap-scope .clearfix:after,
.bootstrap-scope .dl-horizontal dd:before,
.bootstrap-scope .dl-horizontal dd:after,
.bootstrap-scope .container:before,
.bootstrap-scope .container:after,
.bootstrap-scope .container-fluid:before,
.bootstrap-scope .container-fluid:after,
.bootstrap-scope .row:before,
.bootstrap-scope .row:after,
.bootstrap-scope .form-horizontal .form-group:before,
.bootstrap-scope .form-horizontal .form-group:after,
.bootstrap-scope .btn-toolbar:before,
.bootstrap-scope .btn-toolbar:after,
.bootstrap-scope .btn-group-vertical > .btn-group:before,
.bootstrap-scope .btn-group-vertical > .btn-group:after,
.bootstrap-scope .nav:before,
.bootstrap-scope .nav:after,
.bootstrap-scope .navbar:before,
.bootstrap-scope .navbar:after,
.bootstrap-scope .navbar-header:before,
.bootstrap-scope .navbar-header:after,
.bootstrap-scope .navbar-collapse:before,
.bootstrap-scope .navbar-collapse:after,
.bootstrap-scope .pager:before,
.bootstrap-scope .pager:after,
.bootstrap-scope .panel-body:before,
.bootstrap-scope .panel-body:after,
.bootstrap-scope .modal-header:before,
.bootstrap-scope .modal-header:after,
.bootstrap-scope .modal-footer:before,
.bootstrap-scope .modal-footer:after {
  display: table;
  content: " ";
}
.bootstrap-scope .clearfix:after,
.bootstrap-scope .dl-horizontal dd:after,
.bootstrap-scope .container:after,
.bootstrap-scope .container-fluid:after,
.bootstrap-scope .row:after,
.bootstrap-scope .form-horizontal .form-group:after,
.bootstrap-scope .btn-toolbar:after,
.bootstrap-scope .btn-group-vertical > .btn-group:after,
.bootstrap-scope .nav:after,
.bootstrap-scope .navbar:after,
.bootstrap-scope .navbar-header:after,
.bootstrap-scope .navbar-collapse:after,
.bootstrap-scope .pager:after,
.bootstrap-scope .panel-body:after,
.bootstrap-scope .modal-header:after,
.bootstrap-scope .modal-footer:after {
  clear: both;
}
.bootstrap-scope .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-scope .pull-right {
  float: right !important;
}
.bootstrap-scope .pull-left {
  float: left !important;
}
.bootstrap-scope .hide {
  display: none !important;
}
.bootstrap-scope .show {
  display: block !important;
}
.bootstrap-scope .invisible {
  visibility: hidden;
}
.bootstrap-scope .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-scope .hidden {
  display: none !important;
}
.bootstrap-scope .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap-scope .visible-xs,
.bootstrap-scope .visible-sm,
.bootstrap-scope .visible-md,
.bootstrap-scope .visible-lg {
  display: none !important;
}
.bootstrap-scope .visible-xs-block,
.bootstrap-scope .visible-xs-inline,
.bootstrap-scope .visible-xs-inline-block,
.bootstrap-scope .visible-sm-block,
.bootstrap-scope .visible-sm-inline,
.bootstrap-scope .visible-sm-inline-block,
.bootstrap-scope .visible-md-block,
.bootstrap-scope .visible-md-inline,
.bootstrap-scope .visible-md-inline-block,
.bootstrap-scope .visible-lg-block,
.bootstrap-scope .visible-lg-inline,
.bootstrap-scope .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs {
    display: block !important;
  }
  .bootstrap-scope table.visible-xs {
    display: table !important;
  }
  .bootstrap-scope tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap-scope th.visible-xs,
  .bootstrap-scope td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm {
    display: block !important;
  }
  .bootstrap-scope table.visible-sm {
    display: table !important;
  }
  .bootstrap-scope tr.visible-sm {
    display: table-row !important;
  }
  .bootstrap-scope th.visible-sm,
  .bootstrap-scope td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md {
    display: block !important;
  }
  .bootstrap-scope table.visible-md {
    display: table !important;
  }
  .bootstrap-scope tr.visible-md {
    display: table-row !important;
  }
  .bootstrap-scope th.visible-md,
  .bootstrap-scope td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg {
    display: block !important;
  }
  .bootstrap-scope table.visible-lg {
    display: table !important;
  }
  .bootstrap-scope tr.visible-lg {
    display: table-row !important;
  }
  .bootstrap-scope th.visible-lg,
  .bootstrap-scope td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .hidden-lg {
    display: none !important;
  }
}
.bootstrap-scope .visible-print {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print {
    display: block !important;
  }
  .bootstrap-scope table.visible-print {
    display: table !important;
  }
  .bootstrap-scope tr.visible-print {
    display: table-row !important;
  }
  .bootstrap-scope th.visible-print,
  .bootstrap-scope td.visible-print {
    display: table-cell !important;
  }
}
.bootstrap-scope .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print-block {
    display: block !important;
  }
}
.bootstrap-scope .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-scope .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-scope .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

body {
  margin: 0;
}
#global-navigation {
  background-color: #152456;
  border: 0;
  border-radius: 0;
  min-height: 60px;
  border-bottom: 6px solid #57b6dd;
  font-family: 'Lato', 'Trebuchet MS', sans-serif;
  box-sizing: content-box; /* for bottom border spacing */
  margin-bottom: 0px;
  font-size: 14px;
}
#global-navigation .container {
  position: relative;
}
@media only screen and (max-width : 991px) {
  /* mobile menu height */
  #global-navigation.navbar-fixed-top .navbar-collapse {
    max-height: 80vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
}
#global-navigation .navbar-nav > li > a,
#global-navigation .navbar-nav > li > a:visited {
  color: #ffffff;
}
#global-navigation .navbar-nav > li > a:hover {
  color: #57b6dd;
}
#global-navigation .navbar-brand {
  position: absolute;
  top: 15px;
  left: 0px;
  padding: 0;
  margin: 0;
  height: auto;
}
@media only screen and (max-width : 1200px) {
  #global-navigation .navbar-brand {
    top: 7px;
    left: 15px;
    font-size: 18px;
    margin: 0 !important;
  }
}
#global-navigation .navbar-brand img {
  width: 170px;
}
#global-navigation .brand-skcc {
  position: absolute;
  top: 25px;
  left: 180px;
  color: #ffffff;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width : 1200px) {
  #global-navigation .brand-skcc {
    top: 44px;
    left: 15px;
    font-size: 8px;
  }
}
#global-navigation .navbar-phone-1 {
  height: 60px;
  font-weight: bold;
  line-height: 30px;
  background-color: #57b6dd;
  color: #152456;
  padding: 15px 15px;
  border: 0;
  box-shadow: none;
  margin: 0;
}
#global-navigation .navbar-phone-2 {
  border: 2px solid #57b6dd;
  padding: 15px 25px;
  color: #ffffff;
  display: inline-block;
  margin: 0 auto;
}
#global-navigation .navbar-phone-1 > a:link,
#global-navigation .navbar-phone-1 > a:hover,
#global-navigation .navbar-phone-1 > a:visited {
  color: #152456;
  text-decoration: none;
}
#global-navigation .navbar-phone-2 > a:link,
#global-navigation .navbar-phone-2 > a:hover,
#global-navigation .navbar-phone-2 > a:visited {
  color: #ffffff;
  text-decoration: none;
}
#global-navigation a.nav-heading:link,
#global-navigation a.nav-heading:visited {
  display: block;
  padding: 20px 15px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
#global-navigation a.nav-heading:hover {
  color: #57b6dd;
}
#global-navigation a.nav-heading span.caret {
  margin-left: 5px;
}
@media only screen and (max-width : 991px) {
  #global-navigation a.nav-heading:link,
  #global-navigation a.nav-heading:visited {
    position: relative;
    color: #57b6dd !important;
    border-bottom: 2px solid #57b6dd;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #global-navigation a.nav-heading:hover {
    color: #ffffff;
  }
  #global-navigation a.nav-heading span.caret {
    position: absolute;
    right: 20px;
    top: 30px;
    margin: 0;
  }
}
#global-navigation li.dropdown {
  margin: 0;
}
#global-navigation ul.dropdown-menu li {
  margin: 0;
  padding: 0;
  border: 0;
}
#global-navigation .dropdown-menu > li:hover,
#global-navigation .dropdown-menu > li> a:hover {
  background-color: transparent;
}
#global-navigation li.dropdown.open > a,
#global-navigation li.dropdown.open > a:focus,
#global-navigation li.dropdown.open > a:hover {
  background-color: #ffffff;
  color: #152456;
  font-weight: bold;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media only screen and (max-width : 991px) {
  #global-navigation li.dropdown.open > a,
  #global-navigation li.dropdown.open > a:focus,
  #global-navigation li.dropdown.open > a:hover {
    background-color: transparent!important;
    color: #569bca;
    font-weight: bold;
    border: 0;
    border-bottom: 2px solid #569bca;
  }
}
#global-navigation li.dropdown.open .caret {
  -webkit-transform: translateY(-3px) rotateX(180deg);
  transform: translateY(-3px) rotateX(180deg);
}
#global-navigation .dropdown-menu {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  margin: 0;
}
@media only screen and (max-width : 991px) {
  #global-navigation .dropdown-menu {
    position: inherit;
    width: 100%;
    background-color: transparent;
    text-align: left;
    /*border-bottom: 2px solid #57b6dd !important;*/
    padding-bottom: 0px;
  }
  #global-navigation .dropdown.open > .dropdown-menu {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
}
#global-navigation .dropdown-menu li > a:link,
#global-navigation .dropdown-menu li > a:visited {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: none;
  color: #152456;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
}
#global-navigation .dropdown-menu li > a:hover {
  background-color: #f2f4f8;
  color: #569bca;
}
@media only screen and (max-width : 991px) {
  #global-navigation .dropdown-menu li > a:link,
  #global-navigation .dropdown-menu li > a:visited {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    color: #ffffff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: normal;
  }
  #global-navigation .dropdown-menu li > a:hover {
    color: #57b6dd;
  }
  #global-navigation .dropdown-menu li:last-child > a {
    border: 0;
  }
}
@media only screen and (max-width : 991px) {
  #global-navigation .navbar-collapse {
    border: 0;
    box-shadow: 0;
  }
}
@media only screen and (max-width : 991px) {
  #global-navigation .navbar-collapse .nav {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 80%;
    max-width: 300px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 auto;
  }
}
#global-navigation .navbar-toggle {
  padding: 5px;
  margin-top: 15px;
  margin-right: 15px;
  background-color: #57b6dd;
  border-radius: 12px;
  border-width: 0px;
}
#global-navigation .navbar-toggle {
  padding: 7px 5px 5px 5px;
  margin-top: 15px;
  margin-right: 15px;
  background-color: transparent;
  border-radius: 12px;
  border-width: 0px;
}
#global-navigation .navbar-toggle:hover,
#global-navigation .navbar-toggle:focus {
  background-color: #57b6dd;
}
#global-navigation .navbar-toggle:hover,
#global-navigation .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
#global-navigation .navbar-toggle .icon-bar {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 2px;
  background-color: #ffffff;
}
#global-navigation .navbar-toggle .icon-bar {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 2px;
  background-color: #57b6dd;
}
@media (max-width: 991px) {
  #global-navigation .navbar-header {
    float: none;
  }
  #global-navigation .navbar-left,
  #global-navigation .navbar-right {
    float: none;
  }
  #global-navigation .navbar-toggle {
    display: block;
  }
  #global-navigation .navbar-collapse {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  #global-navigation .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  #global-navigation .navbar-collapse.collapse {
    display: none !important;
  }
  #global-navigation .navbar-nav {
    float: none !important;
  }
  #global-navigation .navbar-nav > li {
    float: none;
  }
  #global-navigation .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #global-navigation .collapse.in {
    display: block !important;
  }
  #global-navigation .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#global-navigation .navbar-phone-1 > a:link,
#global-navigation .navbar-phone-1 > a:hover,
#global-navigation .navbar-phone-1 > a:visited {
  color: #152456;
  text-decoration: none;
}
#global-navigation .navbar-phone-2 > a:link,
#global-navigation .navbar-phone-2 > a:hover,
#global-navigation .navbar-phone-2 > a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Submenu */
#global-navigation .dropdown-submenu {
  position: relative;
}
#global-navigation .dropdown-submenu > .dropdown-menu {
  width: 100%;
  top: 0;
  left: 100%;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  #global-navigation .dropdown-submenu > .dropdown-menu {
    background-color: none;
  }
}
#global-navigation .dropdown-submenu:hover > a:after {
  border-left-color:#555;
}
#global-navigation .dropdown-submenu.pull-left {
  float:none;
}
#global-navigation .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#global-navigation .dropdown-submenu li > a:link {
  word-wrap: break-word !important;
  white-space: normal !important;
}
#global-navigation li.dropdown-submenu.open > a,
#global-navigation li.dropdown-submenu.open > a:focus,
#global-navigation li.dropdown-submenu.open > a:hover {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #fff;
  border-color: #569bca;
  background-color: #f2f4f8;
}
#global-navigation li.dropdown-submenu.open > a:hover {
  background-color: #f2f4f8;
}
@media only screen and (max-width: 991px) {
  #global-navigation li.dropdown-submenu.open > a,
  #global-navigation li.dropdown-submenu.open > a:focus,
  #global-navigation li.dropdown-submenu.open > a:hover {
    background-color: transparent !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
#global-navigation li.dropdown.open > a,
#global-navigation li.dropdown.open > a:focus,
#global-navigation li.dropdown.open > a:hover {
  color: #569bca;
}
#global-navigation .dropdown-submenu {
  position: static;
}
#global-navigation .dropdown-submenu {
  width: 280px;
}
@media only screen and (max-width: 991px) {
  #global-navigation .dropdown-submenu {
    width: 100%;
  }
}
#global-navigation .dropdown-submenu > a {
  position: relative;
}
#global-navigation .dropdown-submenu > a:after{
  content:'';
  display:block;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:4px 0 4px 4px;
  border-left-color:#cccccc;
}
#global-navigation li.dropdown-submenu.open > ul.dropdown-menu > li > a {
  color: #152456;
}
#global-navigation li.dropdown-submenu.open > ul.dropdown-menu > li > a:focus,
#global-navigation li.dropdown-submenu.open > ul.dropdown-menu > li > a:hover {
  color: #569bca;
}
@media only screen and (max-width: 991px) {
  #global-navigation li.dropdown-submenu.open > ul.dropdown-menu > li > a {
    color: #fff;
  }
  #global-navigation li.dropdown-submenu.open > ul.dropdown-menu > li > a:focus,
  #global-navigation li.dropdown-submenu.open > ul.dropdown-menu > li > a:hover {
    color: #569bca;
  }
  #global-navigation .dropdown.dropdown-submenu.open {
    border: 0;
  }
  #global-navigation .dropdown-menu li > a:link,
  #global-navigation .dropdown-menu li > a:visited {
    word-wrap: break-word !important;
    white-space: normal !important;
  }
  #global-navigation .dropdown.dropdown-submenu.open .dropdown-menu a {
    text-transform: none !important;
  }
  #global-navigation .dropdown-submenu > a:after {
    transform: translateY(-50%) rotate(90deg);
  }
  #global-navigation .dropdown-menu {
    background-color: transparent !important;
  }
}
/* Common Utilities */
@media only screen and (min-width: 769px) {
body.jefferson-health > header .common-utilities {
    background-color: #ffffff;
}
body.jefferson-health > header .common-utilities .branding {
		color: #487ab8;
}
body.jefferson-health > header .audience-links>ul>li {
		color: #152456;
	}
body.jefferson-health > header .audience-links>ul>li a {
		color: #152456;
	}
body.jefferson-health > header .audience-links>ul>li.active a {
    	color: #000222;
	}
body.jefferson-health > header .audience-links>ul>li a:hover {
	    color: #1446c9;
	}
body.jefferson-health > header .common-utilities .search>button {
		display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        width: 45px;
        background: transparent url('base/images/header-common-utilities-icon-search-blue.png') no-repeat scroll center center;
        font-size: 18px;
        font-weight: 100;
        color: white;
        text-transform: uppercase;
        border-style: none;
        margin: 0;
        text-indent: -9999px;
        outline-style: none;
   		cursor: pointer;
    }
body.jefferson-health > header .common-utilities .search>button:hover {
		background-color: #0039c8;
		background-image: url('base/images/header-common-utilities-icon-search.png');
        
	}
body.jefferson-health > header .common-utilities .search.expanded {
		background-color: #ffffff;
	}
body.jefferson-health > header .common-utilities .search.expanded label {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
body.jefferson-health > header .common-utilities .search.expanded span {
		position: absolute;
		display: block;
		left: 0;
		height: 45px;
		width: 45px;
		top: 0;
		text-indent: -9999px;
		outline-style: none;
		background: transparent url('base/images/header-common-utilities-icon-search-blue.png') no-repeat scroll center center;
		z-index: 5;
	}
body.jefferson-health > header .common-utilities .search.expanded input[type="text"] {
		display: block;
		position: absolute;
		left: 0;
		height: 100%;
		width: 100%;
		border-style: none;
		margin: 0;
		padding-left: 45px;
		padding-right: 55px;
		font-size: 14px;
	}
	.ie8 body.jefferson-health > header .common-utilities .search.expanded input[type="text"] {
		padding-top: 15px;
	}
	body.jefferson-health > header .common-utilities .search.expanded button {
		background-image: none;
		background-color: #0039c8;
		text-indent: 0;
	}
}
@media only screen and (min-width:1500px) {
    header {
        background-size: cover;
    }
}
@media only screen and (max-width:899px) {

    body>header {
        height: 152px;
    }
    body>header nav>ul {
        height: 84px;
    }
    body>header nav>ul>li {
        height: 80px;
        width: 80px;
        font-size: 13px;
        margin-left: 3px;
    }
    body>header nav>ul>li.highlights:hover {
        height: 80px;
    }
    body>header nav>ul>li.highlights li>a {
        font-size: 11px;
        padding: 7px 5px;
    }
    body>header .branding {
        font-size: 26px;
    }
    body>header .audience-links>ul>li {
        font-size: 14px;
    }

}
@media only screen and (max-width:770px) {

    .hide-from-768 {
        display: none;
    }
    .show-from-768 {
        display: block;
    }

    body>header {
        height: auto;
        background-position: bottom center;
    }

    body>header .common-utilities {
        background-color: #4e65b8;
        padding: 0;
        text-align: center;
        cursor: pointer;
    }

    body>header .common-utilities .wrapper {
        position: relative;
        display: inline-block;
        padding: 15px 50px;
        width: auto;
    }
    body>header .common-utilities .branding {
        font-size: 20px;
        color: white;
    }
    body>header .branding:after {
        content: '(click for menu)';
        background: transparent url('base/images/mobile-main-menu-arrow-down.png') no-repeat scroll center center;
        display: inline-block;
        height: 45px;
        width: 45px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
        text-indent: -9999px;
        outline-style: none;
    }
    body>header .common-utilities.expanded .branding:after {
        background-image: url('base/images/mobile-main-menu-arrow-up.png');
    }
    body>header nav>ul {
        height: auto;
    }
    body>header nav>ul>li,
    body>header nav>ul>li.vertically-centered {
        display: none;
    }
    body>header nav>ul>li.has-flyout:hover,
    body>header nav>ul>li.hover {
        border-bottom-style: none;
    }
    body>header nav>ul>li.highlights {
        display: block;
        width: auto !important;
        height: auto;
        float: none;
    }
    body>header nav>ul>li.highlights>ul {
        position: static;
        overflow: auto;
    }
    body>header nav>ul>li.highlights>ul>li,
    body>header nav>ul>li.highlights>ul>li>a{
        position: static;
        float: none;
    }
    body>header nav>ul>li.highlights>ul>li {
        float: left;
        width: auto;
    }
    body>header nav>ul>li.highlights li {
        padding: 10px 5px;
    }
    body>header nav>ul>li.highlights>ul>li>a{
        padding: 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
	body>header nav>ul>li.highlights>ul>li>a>span.desktop-title {
		display: none;
    }
    body>header nav>ul>li.highlights>ul>li>a>span.mobile-title {
		display: inline;
    }
    body>header nav>ul>li.highlights:hover {
        height: auto;
    }
    body>header nav {
        right: 0;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    header nav>p:first-child>a {
        position: absolute;
        display: block;
        width: 58px;
        height: 54px;
        background: rgba(0, 57, 200, 0.6) url('base/images/main-menu-icon-mobile.png') no-repeat scroll center center;
        text-indent: -9999px;
        outline-style: none;
        right: 0;
        top: 0;
    }
    header nav>p:first-child>a:hover {
        background-color: #0039c8;
    }
    body>header .audience-links {
        display: none;
    }
    article .left-sidebar {
        display: none;
    }
    html[class] article .left-sidebar+#main-content,
    html[class] article #main-content,
    html[class] article .left-sidebar~aside.related-content>.content-area {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    header .main-menu.mobile {
        background-color: rgba(211,215,231,1);
    }
    header .main-menu.mobile nav {
        position: relative;
    }
    header .main-menu.mobile nav ul {
        position: static;
        background-color: rgba(211,215,231,1);
        /*overflow: hidden;*/
    }
    header .main-menu.mobile nav>ul li {
        position: static;
        display: block;
        height: auto;
        width: auto;
        float: none;
        margin: 0;
    }

    header .main-menu.mobile nav a {
        background: transparent none no-repeat scroll right center;
    }
    header .main-menu.mobile nav li.has-flyout>a {
        background-image: url('base/images/mobile-main-menu-icon-arrow-blue-right.png');
    }
    header .main-menu.mobile nav ul>li>a,
    header .main-menu.mobile nav>a,
    header .main-menu.mobile nav ul>li>a.header,
    header .main-menu.mobile nav ul>li>span.header {
        position: static;
        display: block;
        padding: 15px;
        background-color: transparent;
        border-bottom: 1px solid #9ca8da;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        color: #013fa3;
    }

    header .main-menu.mobile nav ul ul>li>a {
        font-size: 15px;
        font-weight: 500;
    }
    header .main-menu.mobile nav ul ul>li>span.header {
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
        color: #000222;
        cursor: auto;
        border-bottom-style: none;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    header .main-menu.mobile nav a.back {
        border-bottom-style: none;
        background-image: url('base/images/mobile-main-menu-icon-arrow-blue-small-left.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 20px center;
        padding-left: 33px;
    }
    header .main-menu.mobile nav>ul>li.active>a,
    header .main-menu.mobile nav>ul a.current,
    header .main-menu.mobile nav>ul a.header.current,
    header .main-menu.mobile nav>ul a.open
    {
        background-color: #b7bfe0;
    }
    header .main-menu.mobile nav a:active,
    header .main-menu.mobile nav>ul li.active>a:active,
    header .main-menu.mobile nav a:hover,
    header .main-menu.mobile nav li.active>a:hover,
    header .main-menu.mobile nav a.header:hover,
    header .main-menu.mobile nav a.header:active {
        background-color: #4e65b8;
        color: white;
    }
    header .main-menu.mobile nav>ul>li>a>span:first-child {
        margin: 0;
        display: inline;
    }
    header .main-menu.mobile nav>a:first-child {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 900;
    }
    header .main-menu.mobile nav>ul>li ul {
        display: none;
    }
    header .main-menu.mobile form.search {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        width: auto;
        margin: 0;
        height: 50px;
    }

    body>header .common-utilities .search {
        left: 0;
        background: transparent url('base/images/mobile-header-common-utilities-icon-search.png') no-repeat scroll center center;
        cursor: pointer;
    }
    body>header .common-utilities .search>button {
        display: none;
    }
    body>header .search button {
        background-image: none;
    }

    header .main-menu.mobile form.search>label {
        display: block;
        height: 100%;
    }
    header .main-menu.mobile form.search input[type="text"] {
        width: 100%;
        height: 100%;
        padding-right: 65px;
        border-style: none;
        font-size: 14px;
        font-weight: 500;
        padding-left: 15px;
        outline-style: none;
    }
    header .main-menu.mobile form.search label>span {
        display: none;
    }
    body>header .main-menu.mobile form.search button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background-image: none;
        background-color: #0039c8;
        font-size: 18px;
        font-weight: 100;
        color: white;
        text-transform: uppercase;
        border-style: none;
        margin: 0;
        text-indent: 0;
    }
    header .main-menu.mobile ul.other-sites {
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 12px;
        padding: 15px 0;
    }
    header .main-menu.mobile ul.other-sites li>* {
        display: block;
        padding: 15px;
    }

    div.border-style {
		border: none; padding: 0;
	}
}
@media only screen and (max-width:660px) {

    .hide-from-660 {
        display: none;
    }
    .show-from-660 {
        display: block;
    }

	article nav.breadcrumb>p>*:before {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
    article h1, 
    article .h1 {
	    font-size: 40px;
	    line-height: 40px;
	}
}
@media only screen and (max-width:480px) {

    /*
    body>header nav>ul>li.highlights>ul>li {
        display: inline-block;
        width: 33%;
    }
    */
    body>header .common-utilities .branding {
        font-size: 17px;
        color: white;
    }
    article .with-share-tools h1, article .with-share-tools .h1 {
	    margin-right: 0;
	}
}
@media all {
	.landing-page-a article #main-content {
		padding-left: 0;
	}

	.landing-page-a article {
		margin-top: 40px;
	}
}
@media all {
	.audience-page article li {
		font-size: 14px;
	}
    .audience-page article #main-content .text ul li {
	    margin-top: 0.6em;
    	margin-left: 0;
    	list-style-type: none;
	}
	.audience-page article li>a {
		font-weight: bold;
	}
	.audience-page article h3 {
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}
}
@media all {
	.home-page header {
		height: 378px;
		position: relative;
		background-size: auto 100%;
	}

	.home-page .feature {
		height: 208px;
		display: inline-block;
        padding: 0 5%;
    	width: 100%
	}

	.home-page .dark h1 {
            color: #152456 !important;
        }
    .home-page .dark p a {
            color: #152456 !important;
                }
	.home-page .feature h1 {
		color: white;
    	font-size: 51px;
		/*font-size: 60px;*/
		font-weight: normal;
		letter-spacing: 1px;
    	text-align: center;
	} 
	.home-page .feature p {
		text-align: right;
		font-size: 18px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-top: 10px;
	}
	.home-page .feature p a {
		color: white;
	}

	.home-page #main-content {
		margin-top: 35px;
	}

	.home-page #main-content hr {
		background-color: #d3d7e7;
    	border: 0 none;
    	height: 1px;
    }

	.home-page div.heading~div.list {
		margin-top: 0.5em;
	}
	.home-page article div.list li {
		font-size: 14px;
		font-weight: 700;
		margin-top: 0;
	}

	.home-page article div.heading h4 {
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.home-page article {
		font-size: 14px;
	}

}
@media only screen and (min-width:1500px) {

	.home-page header {
		background-size: cover;
	}

}

@media only screen and (max-width:770px) {

	.home-page header {
		height: auto;
		background-size: cover;
	}
	.home-page .feature {
		height: auto;
		margin-top: 0.5em;
	}
	.home-page .feature br {
		display: none;
	}
	.home-page .feature h1 {
		font-size: 24px;
		font-weight: 300; /* really? */
	}
	.home-page .feature p {
		font-size: 9px;
		text-align: left;
		margin-top: 0.5em;
	}
	.home-page body>header nav>ul {
        height: auto;
    }
    .home-page body>header nav>ul>li,
    .home-page body>header nav>ul>li.vertically-centered {
        display: block;
        height: auto;
        width: auto;
        float: none;
        margin-top: 4px;
        font-size: 15px;
    } 
    .home-page body>header nav>ul>li.highlights {
        display: block;
        width: auto;
        height: auto;
        float: none;
    }
    .home-page body>header nav>ul>li.highlights>ul {
        position: static;
        overflow: auto;
    }
    .home-page .home-page .home-page body>header nav>ul>li.highlights>ul>li,
    .home-page .home-page body>header nav>ul>li.highlights>ul>li>a{
        position: static;
        float: none;
    }
    .home-page body>header nav>ul>li.highlights>ul>li {
        float: left;
        width: auto;
    }
    .home-page body>header nav>ul>li.highlights li {
        padding: 10px 5px;
    }

    .home-page body>header nav>ul>li.vertically-centered>a {
    	display: block;
    }

    .home-page body>header nav>ul>li>a {
    	position: static;
    	padding: 10px;
    }

    .home-page body>header nav>ul>li>a>span:first-child {
    	margin: 0;
    }

    .home-page header .main-menu {
    	padding-bottom: 10px;
    }

	.home-page [class*="parsys_column"]>[class*="parsys_column"] {
		margin-bottom: 1em;
	}

    .home-page .columns-75-25>.parsys_column {
    	clear: left;
    }
    div.columns-75-25 [class*="parsys_column"],
    div.columns-75-25 [class*="parsys_column"]~[class*="parsys_column"],
    div.columns-33-66 [class*="parsys_column"],
    div.columns-33-66 [class*="parsys_column"]~[class*="parsys_column"],
	div.columns-25-75 [class*="parsys_column"],
    div.columns-25-75 [class*="parsys_column"]~[class*="parsys_column"],
	div.columns-66-33 [class*="parsys_column"],
    div.columns-66-33 [class*="parsys_column"]~[class*="parsys_column"]{
    	width: 100%;
    }/*removed the .home-page for the col system. NICK quick fix for col sys*/
	.home-page .columns-75-25>.parsys_column .component.quick-link-button,
	.home-page .columns-75-25>.parsys_column .component.list li {
		display: inline-block;
		float: left;
		width: 25%;
		padding-right: 10px;
		margin-top: 1em;
	}
	.home-page .columns-75-25>.parsys_column .component.quick-link-button~.component.heading {
		clear: left;
		padding-top: 1em;
	}

    .home-page div.columns-33-33-33 [class*="parsys_column"] {
    	min-width: 300px;
			margin-bottom: 20px;
			margin-left: 50%;
			transform: translateX(-50%); 
    }
	.home-page div.columns-33-33-33.news [class*="parsys_column"]:nth-of-type(1) {
		width: 100%; 
  }    
}

@media only screen and (max-width:480px) {
	.home-page .columns-75-25-c1 .h2,
	.home-page .columns-75-25 > .parsys_column .component.quick-link-button {
	    display: none;
	}
    .home-page .columns-75-25 > .parsys_column .component.list li {
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }
    .home-page .columns-75-25 > .parsys_column .component.list li a {
        color: #fff;
        background-color: #4E65B8;
        border: 1px solid #D3D7E7;
        font-size: 15px;
        padding: 12px 10px;
		display: block;
    }
	.home-page .columns-75-25 > .parsys_column .component.list li a:hover {
		background-color: #546FCF;
        color: #fff;
	}
	.home-page .columns-75-25 > .parsys_column .component.quick-link-button ~ .component.heading {
    	padding-top: 0;
	}

    .home-page .partners-and-stay-connected .parsys_column,
    .home-page div.columns-66-33.partners-and-stay-connected [class*="parsys_column"] ~ [class*="parsys_column"] {
        width: 100%;
    }
}
@media all {
	.news-item-page h1 {
		font-size: 22px;
		font-weight: 700;
		line-height: 26px;
	}
	.news-item-page article .with-share-tools h1 {
		margin-right: 0;
	}
	.news-item-page h1+* {
		margin-top:0;
	}
}
.accordion-link-container {
    margin-bottom:0;
    padding-bottom:0;
}
.accordiontext {
    margin-bottom: 10px;
}
a.accordion-link {
    display: block;
    padding-left: 30px;
    font-weight: bold;
    background: url("../../../designs/tju/images/accordion-plus-arrow.gif") no-repeat scroll left 2px transparent;
}
a.accordion-link:hover {
	background-image: url("../../../designs/tju/images/accordion-plus-arrow_hover.gif");
}
a.accordion-link.open {
	background-image: url("../../../designs/tju/images/accordion-minus-arrow.gif");
}
a.accordion-link.open:hover {
	background-image: url("../../../designs/tju/images/accordion-minus-arrow_hover.gif");
}
div.accordion-text p {
    padding-top:0;
    margin-top:0;   
}
.cq-carousel {
    position: relative;
    width: 620px;
	max-width: 100%;
    height: 0;
	padding-bottom: 52.25%;
    overflow: hidden;
    margin-top: 0em !important;
}
.cq-carousel var {
    display: none;
    margin-top: 0em !important;
}

.cq-carousel-banner-item {
    width: 620px;
    max-width: 100%;
    height: 0;
	padding-bottom: 52.25%;
    left: 1000px;
    position: absolute;
    top: 0;
    background-color: #eee;
    overflow: hidden;
    margin-top: 0em !important;
}
.cq-carousel-banner-item img {
    width: 620px;
    max-width: 100%;
   	height: 0;
    padding-bottom: 56.25%;
    background: no-repeat top center;
    background-size: contain;
    margin-top: 0em !important;
}

.par .cq-carousel-banner-item img {
    width: 620px;
    height: 0;
	padding-bottom: 52.25%;
    background: no-repeat top center;
    background-size: contain;
    margin-top: 0em !important;
}
.par .cq-carousel {
    width: 620px;
    height: 0;
	padding-bottom: 52.25%;
    margin-top: 0em !important;
}
.par .cq-carousel-banner-item {
    width: 620px;
    height: 0;
	padding-bottom: 52.25%;
    margin-top: 0em !important;

}

.cq-carousel-banner-item h3, .cq-carousel-banner-item p {
    padding: 10px;
    margin-top: 0em !important;
}

.cq-carousel-banner {
    position: absolute;
    margin-top: 0em !important;
}

.cq-carousel-banner-switches,
.cq-carousel-banner-switches-tl,
.cq-carousel-banner-switches-tc,
.cq-carousel-banner-switches-tr,
.cq-carousel-banner-switches-bl,
.cq-carousel-banner-switches-bc,
.cq-carousel-banner-switches-br {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0em !important;
}
.cq-carousel-banner-switches {
    display: none;
    margin-top: 0em !important;
}
.cq-carousel-banner-switches-tl {
    top: 0;
    left: 0;
    margin-top: 0em !important;
}
.cq-carousel-banner-switches-tc {
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 0em !important;
}
.cq-carousel-banner-switches-tr {
    top: 0;
    left: 0;
    text-align: right;
    margin-top: 0em !important;
}
.cq-carousel-banner-switches-bl {
    bottom: -5px;
    margin-top: 0em !important;
    left: 0;
}
.cq-carousel-banner-switches-bc {
    bottom: -5px;
    left: 0;
    text-align: center;
    margin-top: 0em !important;
}
.cq-carousel-banner-switches-br {
    bottom: 0;
    left: 0;
    text-align: right;
    margin-top: 0em !important;
}

.cq-carousel-banner-switch {
    display: inline-block;
    margin: 3px;
    padding: 0;
    margin-top: 0em !important;
}
.cq-carousel-banner-switch-br {
    position: absolute;
    margin: 0;
    padding:0;
    bottom: 0;
    right: 8px;
    margin-top: 0em !important;
}
.cq-carousel-banner-switch-bl {
    position: absolute;
    margin: 0;
    padding:0;
    bottom: 0;
    left: 8px;
    margin-top: 0em !important;
}

.cq-carousel-controls a {
    position: absolute;
    width: 24px;
    height: 48px;
    top: 111px; /* 270/2 - 24 */
    background: url("../../../designs/default/images/carousel/controls.png") no-repeat scroll 0 0 transparent;
    visibility: hidden;
    margin-top: 0em !important;
}
.cq-carousel-controls a.cq-carousel-active {
    visibility: visible;
}
a.cq-carousel-control-prev {
    left: 0;
    background-position: -24px 0;
    margin-top: 0em !important;
}
a.cq-carousel-control-prev:hover {
    left: 0;
    background-position: -72px 0;
    margin-top: 0em !important;
}
a.cq-carousel-control-next {
    right: 0;
    margin-top: 0em !important;
}
a.cq-carousel-control-next:hover {
    right: 0;
    margin-top: 0em !important;
    background-position: -48px 0;
}

.cq-carousel-banner-switch a {
    display: inline-block;
    background: url("../../../designs/default/images/carousel/switcher.png") no-repeat scroll 0 0 transparent;
    margin-top: 0em !important;
}
.cq-carousel-banner-switch a img {
    width: 25px;
    height: 25px;
    vertical-align:top;
    margin-top: 0em !important;
}

.cq-carousel-banner-switch a.cq-carousel-active, .cq-carousel-banner-switch a:hover {
    background-position: -25px 0;
    margin-top: 0em !important;
}

.cq-carousel-banner-switch li {
    background: none !important;
    display: inline-block;
    list-style: none;
    float:left;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #151515;
    border: 1px solid #808080;
    opacity: 1;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-direction-rtl {
	direction: rtl;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-clip {
    overflow: hidden;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-item {
    width: 90px;
    height: 90px;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-item:hover,
.jcarousel-skin-cq-cc .jcarousel-item:focus {
    /*border: 1px solid transparent;*/
    cursor: pointer;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-item-placeholder {
    margin-top: 0em !important;
}


/* HORIZONTAL */
.jcarousel-skin-cq-cc .jcarousel-container-horizontal {
    width: 270px;
    padding: 2px 20px;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-clip-horizontal {
    width:  268px;
    height: 86px;
    padding: 2px;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-item-horizontal {
    padding-bottom: 4px;
    /*margin-right: 1px;*/
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-item-horizontal img {
    padding: 4px;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-direction-rtl .jcarousel-item-horizontal {
	/*margin-left: 7px;*/
	/*margin-right: 0;*/
    margin-top: 0em !important;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-cq-cc .jcarousel-next-horizontal {
    position: absolute;
    top: 34px;
    right: 2px;

    width: 20px;
    height: 20px;
    cursor: pointer;
    /*background: transparent url(../../../../clientlibs/foundation/personalization/jcarousel/jcarousel/controls-horizontal.png) no-repeat 0 0;*/
    background: transparent url(../../../../clientlibs/foundation/personalization/jcarousel/resources/right.png) no-repeat 0 0;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: transparent url(../../../../clientlibs/foundation/personalization/jcarousel/resources/right.png) no-repeat 0 0;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-next-horizontal:hover,
.jcarousel-skin-cq-cc .jcarousel-next-horizontal:focus {

    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-next-horizontal:active {

    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-next-disabled-horizontal,
.jcarousel-skin-cq-cc .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-cq-cc .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-cq-cc .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 2px;

    width: 20px;
    height: 20px;

    cursor: pointer;
    background: transparent url(../../../../clientlibs/foundation/personalization/jcarousel/resources/left.png) no-repeat 0 0;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background: transparent url(../../../../clientlibs/foundation/personalization/jcarousel/resources/left.png) no-repeat 0 0;
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-prev-horizontal:hover,
.jcarousel-skin-cq-cc .jcarousel-prev-horizontal:focus {
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-prev-horizontal:active {
    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-cq-cc .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-cq-cc .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-cq-cc .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    margin-top: 0em !important;
}


.jcarousel-skin-cq-cc .jcarousel-item-selected {

    margin-top: 0em !important;
}

.jcarousel-skin-cq-cc .jcarousel-item-selected-marker {
    border: 4px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 !important;
    margin-top: 0em !important;
}

div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p time {

    white-space: nowrap;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
    height: 100px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
    height: 100px;
}

#makeMeScrollable{
	width: 100%;
	height: 100px;
	position: relative;

}

#makeMeScrollable span {
	display: block;
	float: left;
	margin: 0;
	padding: 15px 20px 20px 20px; 
	font-size: 220% !important;
	font-weight: bold; 
	background-color: #fff; 
	color: #000; 
	white-space: nowrap;
    height: 200px;
}
/* kiosk.css */


.kiosk-wrapper { 
	font-family: 'Roboto Condensed', sans-serif;
}

.kiosk-wrapper h1 { font-size: 36px; 
                    font-weight: normal; 
                    text-align: right;
                    text-transform: uppercase;
	                color: #6a6c6e;
	                margin: 20px 10px -1px 5%;
                   }

.kiosk-wrapper .Event_Date_2 h1 { font-size: 30px; 
                    font-weight: normal; 
                    text-align: right;
                    text-transform: uppercase;
	                color: #6a6c6e;
	                margin: 18px 10px -6px 5%;
                   }

.kiosk-wrapper h2 { font-size: 26px; 
                    font-weight: normal; 
                    text-align: left;
                    line-height:33px;    
	                color: #6a6c6e;
	                margin: 28px 28px 13px 0px;
                  }

.kiosk-wrapper p { font-size: 14px; 
                   font-weight: lighter; 
                   text-align: left;
                   color: #6a6c6e;
                 }

 .kiosk-wrapper .Event-Weekday   { font-size: 22px; 
                  font-weight: lighter; 
                  text-align: right;
                  text-transform: uppercase;
	              color: #6a6c6e; 
				  margin: 0px 13px 11px 17%;
                }

 .kiosk-wrapper .Event-Time   { font-size: 20px; 
                  font-weight: lighter; 
                  text-align: right;
                  text-transform: uppercase;
	              color: #6a6c6e; 
				  margin: -5px 13px 0px 17%;
                }

.kiosk-wrapper .Event_Wrapper { 
                 max-width: 100%;
                 height: auto;
				 margin: 0px auto;
				 padding: 20px 0px; 

				}

.kiosk-wrapper .Event { 
                 max-width: 85%;
                 height: auto;
				 margin: auto;
                 padding:0px 0px 33px 0px;
				 background: rgba(255, 255, 255, 0.8);
                 position: relative;
				}

/* blue bar for event select 

.kiosk-wrapper .bluebar { 
                display: inline-block;
                width: 15px;
                background-color: #4bafd9;
                margin: 9px 0px 0px 7px;
                position: absolute;
                top: 7px;
                bottom: 15px;
                 }

end  blue bar for event select */

.kiosk-wrapper .Event_Date { 
                display: inline-block;
                width: 184px;
			    background-color: transparent;
			    vertical-align:top;
                padding:0px;
			    }	

.kiosk-wrapper .Event_Date_2 { 
                display: inline-block;
                width: 184px;
			    background-color: transparent;
			    vertical-align:top;
                padding:0px;
			    }

.kiosk-wrapper .Event_Info { 
                display: inline-block;
                width: 66%;
                margin: 0px;
			    background-color: transparent;
			    vertical-align:top;
			   }	

 .kiosk-wrapper .Speaker   { 
                 font-size: 20px; 
                 font-weight: 400; 
                 text-align: left;
	             color: #6a6c6e; 
				 margin: 0px 0px 12px 0px;
                }

.kiosk-wrapper .Department {
                margin: 0px 0px 10px 0px;
                } 

.kiosk-wrapper .Locations {
                margin: 0px;
                } 

.kiosk-wrapper .Sameday-break {
                max-width: 85%; 
                margin: 0px auto;
                background: rgba(255, 255, 255, 0.8);
                height:1px;
                }

.kiosk-wrapper .Sameday-break .Line { 
                background:#c1c1c1; 
                height:1px;
                width: 65%;
                margin-left: 176px;
                }


.kiosk-wrapper .New-month {
                max-width: 85%; 
                margin: 0px auto;
                display: inline;
                background: transparent;
                height:12px;
                }

/*   month year break line    */

.kiosk-wrapper .month_wrapper {
                max-width: 85%;
                height: auto;
                margin: 0px auto;
                padding: 0px;
                }

.kiosk-wrapper h3 {
                overflow: hidden;
                text-align: center;
                text-transform: uppercase;
                color:#6a6c6e;
                font-size: 20px;
                font-weight: lighter;
                margin-bottom: 0em;
                letter-spacing:2px;
                }

.kiosk-wrapper h3:before,
.kiosk-wrapper h3:after {
                background-color: transparent;
                content: "";
                display: inline-block;
                height: 10px;
                position: relative;
                vertical-align: middle;
                width: 50%; /* originally 27%*/
	            border-top: dotted 2px #6a6c6e;
	            margin-top: 4px;
                }

.kiosk-wrapper h3:before {
                 right: 0.5em;
                 margin-left: -50%;
                 }

.kiosk-wrapper h3:after {
                 left: 0.5em;
                 margin-right: -50%;
                 }




.kiosk-wrapper .kiosk-video-placeholder-header { 
                 max-width: 100%;
                 height: auto;
				 margin: 0 auto;
				 padding: 0px 0px 20px 0px; 

				}

.kiosk-wrapper .kiosk-video-placeholder-center { 
                 width: 1080px;
                 height: 454px;
				 margin: 0px;
                 padding:0px;
				 background: rgba(255, 255, 255, 0.8);
                 position: relative;
				}

.kiosk-wrapper .kiosk-researchurl {
                 display: block;
                 background-color: #6a6c6e;
                 height: 62px;
                 width: 1080px;
                 margin: auto;
                 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;
                }

.kiosk-wrapper #kiosk-researchurl2 {
                 display: none;
                 position: fixed;
                 top:0;
                 background-color: #6a6c6e;
                 height: 67px;
                 width: 100%;
                 z-index: 100;
                }

.kiosk-wrapper .kiosk-researchurl-text {
                 color:#ffffff;
                 font-size: 28px;
                  margin: auto;
                }

.kiosk-wrapper .kiosk-researchurl-text2 {
                 color:#ffffff;
                 font-size: 28px;
                  margin: auto;
                  text-align: center;
                  margin:11px 0px 0px 0px;
                }        
/* START 160over90.css */

body.university >header .common-utilities {
  height: 110px;
}
@media only screen and (max-width: 770px) {
  body.university >header .common-utilities {
    height: inherit;
  }
}
body.university>header {
  height: auto;
}
body.university>header .common-utilities .wrapper {
  height: 100%;
}
.university .branding img {
  width: auto;
  height: 48px;
}
.university .branding>.desktop {
  position: absolute;
  top: -30px;
  left: -15px;
}
/*
.university .branding>.desktop {
  position: absolute;
  top: -2px;
  left: -20px;
  width: 175px;
}
*/
.university .branding>.mobile {
  display: none;
}
.university .branding>span.logo-text {
  position: absolute;
  bottom: 20px;
  left: 180px;
  font-size: 14px;
  color: #152456;
  text-transform: none;
  font-weight: bold;
}
.university .branding>span.logo-text:after {
  content: '';
  display: block;
  width: 2px;
  height: 50px;
  background-color: #eeeeee;
  position: absolute;
  left: -16px;
  top: -8px;
}
@media only screen and (max-width: 900px) {
  .university .branding>span.logo-text {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .university .branding>.desktop {
    display: none;
  }
  .university .branding>.mobile {
    display: block;
    position: relative;
    width: 200px;
    left: -10px;
    top: -10px;
  }
  .university .branding>span.logo-text {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 43px;
    font-size: 14px;
    color: #152456;
    text-transform: none;
    font-weight: bold;
  }
  .university .branding>span.logo-text:after {
    display: none;
  }
  .university .branding .mobile img {
    width: auto;
    height: 45px;
  }
}

.university .global-header ul {
  border-spacing: 17px 0px;
  height: 60px;
}
.mobile-menu-toggle {
  display: none;
}
div#mobile-menu-btn {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100px;
  width: 100px;
  background: #ffffff;
  background: transparent url('../../../designs/tju/university/images/160over90/tju-menu-toggle-open.png') no-repeat scroll center center;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
div#mobile-menu-btn.expanded {
  background: transparent url('../../../designs/tju/university/images/160over90/tju-menu-toggle-close.png') no-repeat scroll center center;
}
div#mobile-menu-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #d8d8d8;
}
@media only screen and (max-width: 770px) {
  .university #global-header {
    position: relative;
    height: 100px;
    padding: 0px;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
.university header {
  background-color: #f2f2f2;
  background-image: none;
}
.university #global-header {
  background-color: #ffffff;
  font-size: 12px;
}
.university #global-header li {
  box-model: border-box;
}
.university #global-header a {
  color: #0c1d41;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.2s ease-in;
}
.university #global-header a:hover {
  color: #1641e5;
}
.university #global-header > div.wrapper > ul > li.active a {
   color: #1641e5;
}
.university #global-header li {
  position: relative;
}
.university #global-header > div.wrapper > ul > li.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #e03224;
  bottom: 0px;
  left: 0px;
  transition: all 0.2s ease-in;
}
.university #global-header > div.wrapper > ul > li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  bottom: 0px;
  left: -100px;
  transition: all 0.2s ease-in;
}
.university #global-header > div.wrapper > ul > li:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #e03224;
  bottom: 0px;
  left: 0px;
  transition: all 0.2s ease-in;
}
.university #global-header > div.wrapper > ul > li.branding:hover:after,
.university #global-header > div.wrapper > ul > li.global-give:hover:after {
  display: none;
}
.university .global-header li.global-give span {
  background-color: #f2f2f2;
  padding: 15px;
  border: 0px;
  transition: all 0.3s ease-in;
}
.university .global-header li.global-give span:hover {
  background-color: #1641e5;
  color: #ffffff !important;
}
.university .global-header li.global-give span:hover a {
  color: #ffffff !important;
}

.university #global-header li.global-give span a {
  color: #1641e5;
  font-weight: bold;
  font-size: 11px;
}
@media only screen and (max-width: 770px) {
  .university .global-header li.global-give {
    display: none !important;
  }
}
.university #global-give-mobile {
  display: block;
  width: 100%;
  margin: 20px 0px;
  font-weight: bold;
}
.university #global-give-mobile a {
  font-size: 16px;
  color: #1641e5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 770px) {
  .university #global-give-mobile {
    display: none;
  }
}
.university .global-header ul>li {
  padding: 0px;
  margin: 0 12px;
}
body.university>header .common-utilities .branding {
  font-size: 18px;
  font-weight: bold;
  color: #0c1d41;
  line-height: 1.4em;
  position: absolute;
  top: 35px;
  left: 10px;
  width: 240px;
}
body.university>header .audience-links>ul>li {
  color: #999999;
}
body.university>header .audience-links>ul>li a {
  color: #152456;
  font-size: 13px;
}
body.university>header .audience-links>ul>li:first-child:before {
  content: "";
  margin: 0;
}
body.university>header .audience-links>ul>li:before {
  content: "";
  margin: 0;
}
@media only screen and (max-width: 770px) {
  body.university>header .common-utilities .branding {
    display: none !important;
  }
}
/*
body.university>header .audience-links>ul>li:last-child:after {
    content: "";
    margin-right: 0;
}
*/
body.university >header .common-utilities .search.expanded input[type="text"] {
  outline: none;
  width: auto;
}
body.university>header .audience-links>ul>li:after {
  content: "|";
  margin-left: 0.5em;
  margin-right: 0.3em;
}
.university #main-menu .highlights {
  display: none !important;
}
@media only screen and (max-width: 770px) {
  .university header > div.wrapper {
    display: none;
  }
}
body.university>header nav>ul#main-menu>li.vertically-centered {
  display: none;
}
.university .global-header ul#main-menu>li {
  height: 40px;
  padding: 0px;
}
/* Main nav links */
body.university>header .common-utilities {
  background: none;
  padding: 0px;
}
body.university>header nav>ul#main-menu>li {
  width: 14.25%;
  height: 50px;
  display: table;
  box-sizing: border-box;
}
body.university>header nav>ul#main-menu {
  height: 50px;
}
body.university>header nav>ul#main-menu>li>a {
  padding-top: 0px;
}
body.university>header nav>ul#main-menu>li>a>span:first-child {
  margin-top: 0px;
}
/* Mega menu */
.university .main-menu li .mega-flyout {
  margin-left: -13%;
  margin-top: 50px;
}
@media only screen and (max-width: 770px) {
  .home-page body.university>header nav>ul#main-menu>li,
  .home-page body.university>header nav>ul#main-menu>li.vertically-centered {
    display: table;
  }
  body.university>header .common-utilities {
    cursor: inherit;
  }
}
@media only screen and (max-width: 770px) {
  .home-page body.university>header nav>ul#main-menu>li.vertically-centered>a {
    display: table-cell;
  }
}
body.university>header nav>ul#main-menu>li>a {
  text-transform: uppercase;
  color: #1641e5;
  font-weight: normal;
  background-color: #ffffff;
}
body.university>header nav>ul#main-menu>li>a {
    padding-top: 0px;
    display: table-cell;
    vertical-align: middle;
    position: static;
    font-size: 13px;
}
body.university >header .audience-links {
  margin: auto;
  top: 23px;
  right: 101px;
}
body.university >header .common-utilities .search {
  margin: auto;
  top: 10px;
  right: 10px;
}
.university #skcc-button {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.university #skcc-button a {
  display: block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 13px;
  background-color: #ffffff;
  color: #1641e5;
}
.university #skcc-button a:hover {
  background-color: #1641e5;
  color: #ffffff;
}
.university #homepage-banner {
  background-image: url('../../../../content/dam/university/hero/university-philau-hero.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom center;
  background-color: transparent;
}
.university #homepage-banner.wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}
@media all {
  .university .homepage-banner-inner {
    max-width: 960px;
    min-width: 960px; /* Fix the width for IE8 */
    padding: 0 40px;
    margin: 0 auto;
  }
}
@media all and (min-width:5px) {
  .university .homepage-banner-inner {
    min-width: 320px; /* Re-enable flexy width for non IE8 */
  }
}
@media only screen and (max-width: 440px) {
  .university .homepage-banner-inner {
    padding: 0px 10px;
  }
}
.home-page .university header {
  height: 100%;
}
.home-page .university .feature {
  height: 300px !important;
  padding-top: 60px;
}
@media only screen and (max-width: 770px) {
  .home-page .university .feature {
    height: 150px !important;
    padding-top: 20px;
  }
  .home-page .university .feature p {
    text-align: right;
  }
  .home-page .university .feature h1 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2em;
  }
  .university #skcc-button {
    display: none;
  }

  body.university >header .common-utilities .search {
    margin-top: -23px;
    display: none;
  }
}
.university header > div.wrapper {
  padding-bottom: 15px;
}
.home-page body.university header > div.wrapper:last-child {
  padding-bottom: 0px;
}
.university #global-header {
  padding-top: 20px;
}
/*
body.university>header nav>ul#main-menu>li.has-flyout:hover,
body.university>header nav>ul#main-menu>li.hover {
  height: 110%;
}
*/
body.university>header nav>ul>li {
  padding-left: 5px;
  margin-left: 0px;
}
body.university>header nav>ul>li:first-child {
  padding-left: 0px;
  margin-left: 0px;
}
body.university>header nav>ul>li.has-flyout:hover,
body.university>header nav>ul>li.hover {
  border: 0px;
}
.university #highlights-menu>ul>li:first-child:before {
  content: "";
  margin-right: 0;
}
.university #highlights-menu>ul>li:before {
  content: "|";
  margin-right: 0.5em;
  margin-left: 0.3em;
}
.university #highlights-menu>ul>li {
  color: #999999;
}
.university #highlights-menu>ul>li a {
  font-size: 13px;
  color: #152456;
}
.university #highlights-menu {
  position: absolute;
  top: 50px;
  left: 310px;
}
.university #highlights-menu ul {
  list-style-type: none;
}
.university #highlights-menu ul li {
  display: inline;
}
@media only screen and (max-width: 770px) {
  .university #highlights-menu {
    left: 0px;
    position: relative;
    top: 0px;
    margin: 20px 0px;
  }
  .university #highlights-menu ul li {
    width: 100%;
  }
  .university #highlights-menu>ul>li a {
    font-size: 20px;
    font-weight: bold;
  }
  .university #highlights-menu>ul>li:before {
    font-size: 24px;
    font-weight: 300;
  }
}
body.university>header nav>ul#main-menu>li>a {
  -webkit-clip-path: polygon(100% 0, 100% 60%, 70% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 60%, 85% 100%, 0 100%, 0 0);
}
body.university>header nav>ul#main-menu>li.hover>a,
body.university>header nav>ul#main-menu>li>a:hover {
  /*
  -webkit-clip-path: none;
  clip-path: none;
  */
  background-color: #1641e5;
  color: #ffffff;
}
@media only screen and (max-width: 770px) {
  
}
.university .mega-flyout {
  position: absolute;
  background-color: #ffffff;
  padding: 20px 10px;
  z-index:10000;
  font-size: 13px;
  cursor: auto;
  color: #999999;
  -webkit-clip-path: polygon(100% 0, 100% 60%, 70% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 60%, 85% 100%, 0 100%, 0 0);
  padding-right: 90px;
}

.university .mega-flyout a {
  color: #2243dc;
}

.university .mega-flyout h3 {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 900;
  color: #152465;
}

/*
.university .mega-flyout h3:before {
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  background-color: #e03224;
  position: absolute;
  top: 0px;
  left: -10px;
}
*/

.university .mega-flyout *+*:first-child {
  margin-top: 0;
}
.university .mega-flyout *+* {
  margin-top: 1em;
}

.university .main-menu li .mega-flyout {
  margin-left: -260px;
  margin-top: 55px;
}

.university .mega-flyout[class*="columns-"] {
  margin: 0 -10px;
}
.university .mega-flyout[class*="columns-"] div.column {
  float: left;
  padding: 0 10px;
  margin-top: 0;
}
.university .mega-flyout.columns-1 {
  width: 215px;
}
.university .mega-flyout.columns-2 {
  width: 430px;
}
.university .mega-flyout.columns-2 div.column {
  width: 50%;
}
.university .mega-flyout.columns-3 {
  width: 645px;
}
.university .mega-flyout.columns-3 div.column {
  width: 33.33%;
}
.university .mega-flyout.columns-4 div.column {
  width: 25%;
}
.university .mega-flyout div.column.featured-content p {
font-size: 10px;
}
.university .mega-flyout img {
max-width: 100%;
}   
.university footer {
  background-color: #212121;
}
.university footer a {
  color: #ffffff;
}
.university footer div.sitemap div.main-links ul li a,
.university footer div.sitemap div.enterprise-links ul li a,
.university footer div.sitemap div.organization-links ul li a {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 2px;
}
.university footer div.sitemap div.main-links ul li::after,
.university footer div.sitemap div.enterprise-links ul li::after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background-color: #f40807;
  position: absolute;
  bottom: -8px;
  left: 0px;
}
.university footer div.sitemap div.main-links ul li,
.university footer div.sitemap div.enterprise-links ul li,
.university footer div.sitemap div.organization-links ul li  {
  margin-bottom: 25px;
  position: relative;
}
.university footer div.sitemap div.main-links h2 a {
  color: #ffffff;
}
.university footer div.sitemap div.organization-links h2 {
  color: #ffffff;
}
.university footer div.sitemap div.main-links h2,
.university footer div.sitemap div.organization-links h2 {
  margin-bottom: 20px;
}
.university footer {
  border: none;
  box-shadow: none !important;
}
.university footer div.disclaimer {
  border: none;
  box-shadow: none !important;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.university footer .logo img{
  width: 270px;
}
.university footer .sitemap .highlighted-links ul li a,
.university footer .sitemap .highlighted-links ul li a:hover {
  background-color: #ffffff;
  border: none;
  color: #1641e5;
}
.university footer .sitemap .highlighted-links ul li a {
  -webkit-clip-path: polygon(100% 0, 100% 60%, 70% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 60%, 85% 100%, 0 100%, 0 0);
  padding: 16px 2px;
}
.university footer .sitemap .highlighted-links ul li a:hover {
  background-color: #1641e5;
  color: #ffffff
}
/* Search */
body.university>header .common-utilities .search>button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 100px;
  background: transparent url('../../../designs/tju/university/images/160over90/header-common-utilities-icon-search-blue.png') no-repeat scroll left center;
  background-position: 6px center;
  font-size: 13px;
  font-weight: normal;
  color: #152456;
  text-transform: none;
  border-style: none;
  margin: 0;
  text-indent: 0px;
  outline-style: none;
  cursor: pointer;
  font-family: 'Lato', 'Trebuchet MS', sans-serif;
}
body.university>header .common-utilities .search>button:hover {
  background-color: transparent;
  background: transparent url('../../../designs/tju/university/images/160over90/header-common-utilities-icon-search-blue.png') no-repeat scroll left center;
  background-position: 6px center;
}
body.university>header .common-utilities .search.expanded button:hover {
  background-color: #1641e5;
}
body.university>header .common-utilities .search.expanded button {
  background-color: #1641e5;
  color: #ffffff;
  background-image: none;
}
body.university>header .common-utilities .search.expanded span {
  background: transparent;
}
body.university>header .common-utilities .search.expanded input[type="text"] {
  padding-left: 20px;
}
@media only screen and (max-width: 770px) {
  body.university>header .main-menu.mobile form.search button {
    width: inherit;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }
  .university header .main-menu.mobile form.search input[type="text"] {
    padding-left: 25px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Lato', 'Trebuchet MS', sans-serif;
  }
  .university header .main-menu.mobile form.search {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 770px) {
  body.university>header .common-utilities {
    text-align: left;
  }
  body.university>header .common-utilities .wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
/* Mobile Menu */
@media only screen and (max-width: 770px) {
  .university header .main-menu.mobile nav ul>li>a,
  .university header .main-menu.mobile nav>a,
  .university header .main-menu.mobile nav ul>li>a.header,
  .university header .main-menu.mobile nav ul>li>span.header {
    color: #ffffff;
    border-bottom: 2px solid #f40606;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 0px;
  }
  .university header .main-menu.mobile nav ul {
    background-color: #2243dc;
  }
  .university header .main-menu.mobile {
    background-color: #2243dc;
  }
  /* Other Sites Links */
  .university header .main-menu.mobile ul.other-sites,
  .university header .main-menu.mobile ul.other-sites a {
    color: #ffffff;
  }
  .university header .main-menu.mobile ul.other-sites {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  .university header .main-menu.mobile ul.other-sites > li:first-child {
    color: #152456;
    font-weight: bold;
    font-size: 14px;
  }
  .university header .main-menu.mobile nav>ul li {
    padding: 0px 25px 0px 25px;
    margin: 0 auto;
  }
  .university header .main-menu.mobile nav>ul:first-child li.has-flyout {
    text-transform: uppercase;
  }
  .university header .main-menu.mobile nav>a:first-child {
    font-size: 18px;
    margin: 0 25px 0 25px;
    font-weight: normal;
    transition: all 0.2s ease-in;
  }
  .university header .main-menu.mobile nav>a:first-child:hover {
    padding-left: 15px;
    border-color: #ffffff;
  }
  .university header .main-menu.mobile nav>ul>li.active>a,
  .university .university header .main-menu.mobile nav>ul a.current,
  .university header .main-menu.mobile nav>ul a.header.current,
  .university header .main-menu.mobile nav>ul a.open
  {
    background-color: transparent;
  }
  .university header .main-menu.mobile nav a:active,
  .university header .main-menu.mobile nav>ul li.active>a:active,
  .university header .main-menu.mobile nav a:hover,
  .university header .main-menu.mobile nav li.active>a:hover,
  .university header .main-menu.mobile nav a.header:hover,
  .university header .main-menu.mobile nav a.header:active {
    background-color: transparent;
    color: #ffffff;
  }
  .university header .main-menu.mobile nav {
    padding-top: 20px;
  }
  .university header .main-menu.mobile nav ul ul a {
    text-transform: none;
    border: none;
  }
  /* first level menu items */
  .university header .main-menu.mobile > nav > ul > li > a {
    border-bottom: 2px solid #f40606;
    transition: all 0.2s ease-in;
    line-height: normal;
  }
  .university header .main-menu.mobile > nav > ul > li > a:hover {
    padding-left: 15px;
    border-color: #ffffff;
  }
  .university header .main-menu.mobile > nav > ul > li.has-flyout > a:hover {
    background-color: transparent;
    border-color: #ffffff;
  }
  .university header .main-menu.mobile > nav > ul > li {
    margin-top: 20px;
  }
  .university header .main-menu.mobile > nav > ul > li > ul {
    top: 100px !important;
  }
  .university header .main-menu.mobile > nav > ul > li > ul > li a {
    box-sizing: border-box;
    transition: all 0.2s ease-in;
    border-bottom: 1px solid transparent;
    text-transform: none;
  }
  .university header .main-menu.mobile > nav > ul > li > ul > li:first-child {
    margin-bottom: 10px;
  }
  .university header .main-menu.mobile > nav > ul > li > ul > li a:hover {
    border-bottom: 1px solid #ffffff;
    padding-left: 10px;
  }
  .university header .main-menu.mobile > nav > ul > li > ul li:first-child > a:hover {
    border-bottom: 2px solid #ffffff;
  }
  .university header .main-menu.mobile > nav > ul > li > ul li:first-child > a:first-child {
    padding: 0px;
    letter-spacing: normal;
    border: none;
    margin-bottom: 20px;
  }
  .university header {
    background-color: #ffffff;
  }
  .university #highlights-menu>ul>li:before {
    margin-right: 0.7em;
    margin-left: 0.5em;
  }
  /* Search Button */
  body.university>header .main-menu.mobile form.search button {
    background-color: #152456;
    cursor: pointer;
  }
  body.university>header .main-menu.mobile form.search button:hover {
    background-color: #e03224;
  }
  .university footer .sitemap.mid .logo {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .university footer .sitemap.mid .main-links {
    margin-bottom: 80px;
    margin-top: 60px;
  }
  .university footer .sitemap.mid .highlighted-links {
    margin-top: 40px;
  }
  .university #global-give-mobile a {
    position: relative;
  }
  .university #global-give-mobile a:after {
    content: '';
    right: -27px;
    top: 0px;
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    background: transparent url('../../../designs/tju/university/images/160over90/tju-give-now-arrow.png') no-repeat center center;
  }
  .university header .main-menu.mobile nav li.has-flyout>a {
    background-image: url('../../../designs/tju/university/images/160over90/mobile-main-menu-icon-arrow-blue-right.png');
  }
  .university header .mobile.main-menu nav > ul > li.active > a,
  .university header .mobile.main-menu nav > ul a.current,
  .university header .mobile.main-menu nav > ul a.current.header,
  .university header .mobile.main-menu nav > ul a.open {
      background-color: transparent;
      font-weight: bold;
  }
}
body.university > header {
  min-height: 180px
}
@media only screen and (max-width: 770px) {
  body.university > header {
    min-height: auto;
  }
}
.university footer .sitemap .organization-links {
  font-size: 13px;
  text-transform: uppercase;
}
.university footer .sitemap .organization-links .organization-links-prefix.heading {
  position: relative;
  margin-bottom: 35px;
}
.university footer .sitemap .organization-links .organization-links-prefix.heading:before {
  content: '';
  height: 3px;
  width: 15px;
  display: block;
  background: #e03224;
  position: absolute;
  top: -12px;
  left: 0px;
}
body.university > footer {
  background: #212121 url('../../../designs/tju/university/images/160over90/tju-footer-bg.jpg') no-repeat right top;
  padding-top: 0px;
  padding-bottom: 0px;
}
.university footer .sitemap h2, footer .sitemap h3, footer .sitemap h4 {
  font-size: 16px;
  font-weight: bold;
}
body.university > footer .wrapper {
  background-color: #212121;
}
.university footer .sitemap .main-links > h2 {
  line-height: normal;
}
[class*="school"] body header div.common-utilities {
  background-color: rgba(255,255,255,0.8);
}
.university header {
  background-size: cover;
}
body.university > .common-utilities-wrapper {
  background-image: none;
}
body.university > .common-utilities-wrapper .common-utilities .search>button {
  background: transparent url(clientlibs/tju/university/base/images/header-common-utilities-icon-search-blue.png) no-repeat scroll center center;
}
body.university > .common-utilities-wrapper .common-utilities .search>button:hover {
  background: transparent url(clientlibs/tju/university/base/images/header-common-utilities-icon-search.png) no-repeat scroll center center;
}
/* END 160over90.css */
body.northeast.microsite .microsite-menu .col-1 {
    width: 20%;
}
body.northeast.microsite .microsite-menu .col-1 a {
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    color: #152456;
}
body.northeast.microsite .microsite-menu .col-1 a span {
    font-size: 18px;
    color: #59b7df;
    font-style: none;
}

body.northeast.microsite .microsite-menu .col-2 {
    width: 40%;
}
body.northeast.microsite .microsite-menu .col-2 h2 {
    font-weight: bold;
    color: #152456;
    text-transform: uppercase;
    font-size: 14px;
}

body.northeast.microsite .microsite-menu .col-3 {
    width: 20%;
}
body.northeast.microsite .microsite-menu .col-3 h2 {
    font-weight: bold;
    color: #152456;
    text-transform: uppercase;
    font-size: 14px;
}

body.northeast.microsite .microsite-menu .col-4 {
    width: 40%;
}
body.northeast.microsite .microsite-menu .col-4 p {
    font-size: 14px;
    color: #666;
}

body.northeast.microsite .microsite-menu [class^="col-"] {
    float: left;
    width: 25%;
    padding-right: 20px;
}

body.northeast.microsite .microsite-menu .megamenu-dropdown > .wrapper::after {
    content: '';
    display: table;
    clear: both;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown .hospital-list li {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 16px;
    margin: 5px 0;
}

body.northeast.microsite .desktop-main-menu ul#main-menu {
    /* resets */
    width: initial;
    height: initial;
    position: initial;
    /* end */
}
body.northeast.microsite .desktop-main-menu ul#main-menu::after {
    content: '';
    display: table;
    clear: both;
}

body.northeast.microsite .desktop-main-menu nav.microsite-menu {
    padding: 0;
    margin: 0;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu .wrapper::after {
    display: table;
    content: '';
    clear: both;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button {
    /* resets */
    height: initial;
    margin-left: initial;
    cursor: initial;
    width: initial;
    margin-left: initial;
    font-size: initial;
    /* end */
    position: relative;
    float: left;
    height: 55px;
    background-color: #fff;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.active {
    /* resets */
    background-color: initial;
    /* end */
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.active > a {
    /* resets */
    background-color: #f2f4f8;
    /* end */
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button:hover {
    background-color: initial;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button > a:hover {
    /* resets */
    background-color: #fff;
    /* end */
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.active > a:hover {
    /* resets */
    background-color: #f2f4f8;
    /* end */
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button > a {
    /* resets */
    left: initial;
    right: initial;
    bottom: initial;
    top: initial;
    /* end */
    letter-spacing: initial;
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #152456;
    text-transform: uppercase;
    padding: 0 15px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1.3em;
    text-align: left;
    letter-spacing: .04em;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.has-dropdown > a {
	padding-right: 30px;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button > a em {
    /* resets */
    position: initial;
    display: initial;
    margin-top: initial;
    /* end */
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #999;
    text-transform: none;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.give-button {
    float: right;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.give-button a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #59b7df;
    color: #fff;
}
body.northeast.microsite .banner {
    position: relative;
    height: 100px;
    background-color: black;
    z-index: 2;
}
body.northeast.microsite nav.microsite-menu {
    z-index: 1;
    position: relative;
}
body.northeast.microsite nav.microsite-menu > div {
    background-color: #ccc;
}
body.northeast.microsite nav.microsite-menu > div > ul {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
}
body.northeast.microsite nav.microsite-menu > div > ul::after {
    content: '';
    display: table;
    clear: both;
}
body.northeast.microsite nav.microsite-menu > div > ul > li {
    box-sizing: border-box;
    float: left;
    height: 50px;
    border: 1px solid #777;
    line-height: 50px;
    padding: 0 30px;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown {
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 30px 0;
    min-height: 230px;
    display: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,.03);
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown .wrapper::after {
    content: '';
    display: table;
    clear: both;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown-inner {
    box-sizing: border-box;
    padding-right: 30px;
    float: left;
    width: 25%;
    opacity: 0;
    transition: ease-in .5s;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown.active .megamenu-dropdown-inner {
    opacity: 1;
    transition: ease-in .5s;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown-inner > li:first-of-type {
    font-weight: bold;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown-inner li {
    margin: 0;
    padding: 0;
    line-height: normal;
    
}
body.northeast.microsite .desktop-main-menu-container {
    position: relative;
    z-index: 5000;
}
body.northeast.microsite .desktop-main-menu-container .wrapper,
body.northeast.microsite .desktop-main-menu-container .wrapper .main-menu,
body.northeast.microsite .desktop-main-menu-container .wrapper .main-menu .microsite-menu {
    position: unset;
}
body.northeast.microsite .desktop-main-menu-container .desktop-main-menu nav.microsite-menu ul li.nav-button {
    position: unset;
}

/* Featured Column */
body.northeast.microsite .microsite-menu .col-4 .textimage::after {
	content: '';
    display: table;
    clear: both;
}
body.northeast.microsite .microsite-menu .col-4 .textimage img {
	width: 125px;
}
/* Nav Button */
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown > a::after {
	content: '';
    height: 5px;
    width: 0px;
    background-color: #59b7df;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: ease .2s;
    opacity: 0;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown > a:hover::after {
	content: '';
    height: 5px;
    width: 100%;
    background-color: #59b7df;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    opacity: 1;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown > a > i {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown.active > a::after {
	width: 100%;
    opacity: 1;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown.active-page > a::after {
	width: 100%;
    opacity: 1;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown.active-page > a {
    background-color: #fff;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown.active > a {
	background-color: #f2f4f8;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home {
    /* resets */
    background-color: initial;
    /* end */
    background-color: #58B7DF;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home:hover {
    background-color: #449dd1;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home a {
    /* resets */
    background-color: initial;
    /* end */
    font-weight: bold;
    color: #00ff00;
    text-transform: uppercase;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home em {
    color: #59b7df;
}
body.northeast.microsite.base .page-banner h1 {
    display:none!important;
}
body.northeast.microsite.base .page-banner::before {
    background:none!important;
}
body.northeast.microsite div.search-box {
    display:none;
}
body.northeast.microsite .page-banner {
    background-size: 1300px!important;
    background-repeat: no-repeat!important;
    background-position: 50% center!important;
}

body.northeast.microsite div.textimage div.image {
    float:right!important;
}

body.northeast.microsite .page-banner {
    background-size: 1300px!important;
    background-repeat: no-repeat!important;
    background-position: 50% center!important;
    display:none!important;
}

body.northeast.microsite div.branding {
    font-size:28px!important;
}

body.northeast.microsite.base .page-banner h1 {
    display:none!important;
}

body.northeast.microsite.base .page-banner::before {
    background:none!important;
}
body.northeast.microsite div.search-box {
    display:none;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home {
    background-color:#59b7df;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home:hover {
    background-color:#449dd1;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home a {
    color:white;
}
body.northeast.microsite .megamenu-dropdown {
    visibility:hidden;
}

body.northeast.microsite #main-menu i {
    visibility:hidden;
}

body.northeast.microsite .desktop-main-menu-container {
    box-shadow:none!important;
}

body.northeast.microsite .megamenu-dropdown {
    visibility:hidden!important;
}

body.northeast.microsite #main-menu i:nth-child(3){
    visibility:visible!important;
}

body.northeast.microsite #main-menu i {
    visibility:hidden;
}

body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li:nth-child(1) i {
    visibility: visible!important;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li:nth-child(1) .megamenu-dropdown{
    visibility:visible!important;
}

body.northeast.microsite #main-menu i:nth-child(4){
    visibility:visible!important;
}

body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li:nth-child(4) i{
    visibility: visible!important;
}

body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li:nth-child(4) .megamenu-dropdown{
    visibility:visible!important;
}

body.northeast.microsite #global-navigation .dropdown-menu {
    z-index:999999999;
}

body.northeast.microsite  ul#main-menu li:nth-child(2) a i {
    visibility: visible!important;
}

body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li:nth-child(2) .megamenu-dropdown {
visibility:visible!important;
}

body.northeast.microsite ul#main-menu li:nth-child(3) a i {
    visibility: hidden;
}

body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li:nth-child(3) .megamenu-dropdown {
    visibility:hidden!important;
}

body.northeast.microsite ul#main-menu li:nth-child(4) a i {
    display:none!important;
}

body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li:nth-child(4) .megamenu-dropdown {
    display:none!important;
}

body.northeast.microsite ul#main-menu li:nth-child(5) a i {
    visibility: visible!important;
}

body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li:nth-child(5) .megamenu-dropdown {
    visibility:visible!important;
}
body.northeast.microsite ul#main-menu li:nth-child(6) a i {
    display:none!important
}

body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li:nth-child(6) .megamenu-dropdown {
    display:none!important;
}

body.northeast.microsite footer .sitemap .external-links {
    width: 33.33%;
    float: left;
    margin-top: 40px;
    padding: 0 10px;
    font-weight: 900;
    font-size: 14px;
}

body.northeast.microsite footer .sitemap.mid .external-links {
    width: 50%;
    padding-top: 0;
    margin-top: 10;
    clear: left;
}

body.northeast.microsite .microsite-menu .col-4 p {
    font-size:16px!important;
}

body.northeast.microsite img {
    margin-left:10px;
}
@media only screen and (max-width: 770px) {
    body.microsite div[class*="columns-"] {
        width: 100% !important;
    }
    body.microsite .search-box {
        display: none;
    }
    body.microsite #main-menu .dropdown-menu {
        display: none;
    }
    body.microsite .wrapper {
        padding: 0 10px;
    }
    body.microsite article .left-sidebar {
        display: block;
        float: none;
        width: 98%;
        border: 1px solid #d3d7e7;
        margin-bottom: 1em;
    }
    body.microsite article .left-sidebar .border1 {
        border: none;
        margin: 0;
    }
    body.microsite article nav.breadcrumb+.left-sidebar .subnav {
        margin: 0;
    }
    body.microsite article .left-sidebar .mobile-in-this-section {
        display: block;
        cursor: pointer;
        background: #f2f3f8;
        width: 100%;
        padding: .7em 2.5%;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        position: relative;
        text-transform: uppercase;
    }
    body.microsite article .left-sidebar .mobile-in-this-section:after {
        border-bottom: 6px solid transparent;
        border-left: 6px solid #152456;
        border-top: 6px solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 20px;
        top: 35%;
        width: 0;
    }
    body.microsite article .left-sidebar .also-see {
        padding-top: 0;
    }
    body.microsite article .left-sidebar .subnav {
        padding-bottom: 0;
    }
    body.microsite article .left-sidebar nav {
        display: none;
        padding: 10px;
    }
    body.microsite article .left-sidebar .mobile-in-this-section.active  {
        border-bottom: 1px solid #d3d7e7;
        background-color: #dfdfdf;
    }
    body.microsite article .left-sidebar .mobile-in-this-section.active:after  {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #152456;
    }
    body.microsite article .left-sidebar+#main-content {
        margin-left: 0;
        padding-left: 0;
    }
    
    body.microsite .promo-column {
        position: absolute;
        right: -300px;
    }
    body.microsite .promo-column.only-has-image {
        display: none;
    }
    body.microsite .side-parsys {
        background-color: white;
        position: relative;
        z-index: 1000;
        padding: 10px;
        min-height: 163px;
        width: 220px;
    }
    body.microsite .side-parsys.shadow {
        -webkit-box-shadow: -4px 3px 13px 0 rgba(50, 50, 50, .83);
        -moz-box-shadow: -4px 3px 13px 0 rgba(50, 50, 50, .83);
        box-shadow: -4px 3px 13px 0 rgba(50, 50, 50, .83);
    }
        body.microsite .promo-tab {
            display: block;
            position: absolute;
            float: left;
            padding: 5px 10px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            background: #3467c8;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #fff;
            font-size: .9em;
            z-index: 10000;
            float: none;
            right: 231px;
            top: 85px;
            width: 171px;
            cursor:pointer;
        }
        body.microsite .main-parsys {
            margin-right: 40px;
        }
        body.microsite .hospital-landing-page div.columns-50-50 div {
            width: 100%;
        }
        body.microsite .hospital-landing-page div.columns-50-50 div img {
            display: none;
        }
        body.northeast.microsite .microsite-menu .col-4 p {
            font-size:16px!important;
        }
        body.northeast.microsite img {
            margin-left:10px;
        }

    }
    @media only screen and (max-width: 480px) {
        body.microsite article .with-share-tools h1,
        body.microsite article .with-share-tools .h1 {
            margin-right: 0 !important;
            padding-right: 0 !important;
        }
        body.northeast.microsite .microsite-menu .col-4 p {
            font-size:16px!important;
        }
        body.northeast.microsite img {
            margin-left:10px;
        }
    }
@media all {
	.news-item-page article #main-content {
		max-width: 700px;
    }
}
html.location-hub-child .hospital-list {
	padding:10px 20px;
}
html.location-hub-child .main-parsys {
	padding:20px 2px;
}
	html.location-hub .audience-dropdown ul, html.location-hub-child .audience-dropdown ul {
		display:none;
        position: absolute;
        top: 17px;
        width: 195px;
        margin-left: 8px;
        background-color: white;
        box-shadow: 0px 7px 12px rgba(0,0,0,.175);
        height:260px;
	}
	html.location-hub .audience-dropdown li,html.location-hub-child .audience-dropdown li {
        padding:10px 20px;
	}
	html.location-hub .audience-dropdown i,html.location-hub-child .audience-dropdown i {  
        color: #57b6dd;
        margin-left: 5px;
        width:9px;
	}
	html.location-hub .audience-dropdown,html.location-hub-child .audience-dropdown {
        cursor:pointer;
	}
    html.location-hub .audience-dropdown>ul>li:first-child,html.location-hub-child .audience-dropdown>ul>li:first-child {
        margin-top:10px;
    }
	html.location-hub .location-intro,html.location-hub-child .location-intro{
        max-width:650px;
        margin:auto;
        margin-top:15px!important;
        background-color: #ebebeb;
        padding: 25px 30px;
        display:table;
    } 
	html.location-hub .location-intro p, html.location-hub-child .location-intro p {
        font-size:14px;
    } 
    html.location-hub .contact,html.location-hub .other-content,html.location-hub .call-to-action-buttons,html.location-hub-child .contact,html.location-hub-child .other-content,html.location-hub-child .call-to-action-buttons {
        display:table-cell;
        vertical-align:top;
        width:33%;
    } 
    html.location-hub .contact,html.location-hub-child .contact {
        padding-right:20px;
    } 
    html.location-hub .other-content,html.location-hub-child .other-content {
        padding-left:20px;
        padding-right:20px;
        border-left: 1px solid #9f9f9f;
        border-right: 1px solid #9f9f9f;
    } 
	html.location-hub .call-to-action-buttons a,html.location-hub-child .call-to-action-buttons a {
    	display: block;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: white;
        background-color: #1446c9;
        padding: 7px 10px;
        margin: 4px 0;
        letter-spacing: 1.1px;
        text-align: center;
        line-height: 1.4;
    }
    html.location-hub .mobile-title,html.location-hub-child .mobile-title {
        display:none;
    }
    html.location-hub .call-to-action-buttons,html.location-hub-child .call-to-action-buttons {
        padding-left:25px;
    } 
    html.location-hub .location-intro h2, html.location-hub .location-intro h3, html.location-hub .location-intro h1, html.location-hub .location-intro h4, html.location-hub .location-intro h5, html.location-hub-child .location-intro h2, html.location-hub-child .location-intro h3, html.location-hub-child .location-intro h1, html.location-hub-child .location-intro h4, html.location-hub-child .location-intro h5 {
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        margin-bottom:18px
        }
    html.location-hub .location-intro p,html.location-hub-child .location-intro p {
        line-height: 1.3;
        margin:0;
        padding:0;
    }
    	html.location-hub .location-info, html.location-hub-child .location-info{
            float:left;
            padding-right:10px;
        	width:325px;
        }
	html.location-hub .left-block>.main-parsys,html.location-hub-child .left-block>.main-parsys {
		    padding: 40px 15px 20px 0px;
    }
    html.location-hub .main-info,html.location-hub-child .main-info {
            float:left;
        	padding-left:10px;
        	width:100%;
        }
    html.location-hub .program-links, html.location-hub-child .program-links {
            margin:auto;
            width:90%;

        }
    html.location-hub .program-links-section,html.location-hub-child .program-links-section {
            width: 50%;
            float:left;
            margin:0;
    }
    html.location-hub .parsys *+*, html.location-hub-child .parsys *+* {
        margin-top: 0;
    }

    html.location-hub .program-links-section a,html.location-hub-child .program-links-section a{
            padding: 15px 20px 15px 20px;
            border:1px solid #efefef;
            text-align:center;
            letter-spacing: .5px;
            min-height:76px;
            display: flex;
            align-items: center;
            justify-content: center; 
    }
    html.location-hub .program-links-section a:hover,html.location-hub .locationimagemodule:hover, html.location-hub-child .program-links-section a:hover,html.location-hub-child .locationimagemodule:hover{
            background-color:#d3d7e7;

    }
    html.location-hub .program-links-section p, html.location-hub-child .program-links-section p{
            margin: 30px 20px;
            min-height:76px;
    }
    html.location-hub .program-links-section img, html.location-hub-child .program-links-section img {
            margin:0;
            float:left;
            height:74px;
	}
	.locationimagemodule p>a {
            padding: 5px 15px;
            border:1px solid #efefef;
            text-align:center;
            letter-spacing: .5px;
            min-height:60px;
            display: flex;
            align-items: center;
            justify-content: center; 
    		line-height: 22px;
    }
	.locationimagemodule img{
            width:100%;
    		margin-top:-1px;
    }
	.locationimagemodule p {
            margin-bottom:0;
    }
	.locationimagemodule>.image-link {
            font-size:0px;
    }
	.locationimagemodule{
            line-height:0;
    		margin-bottom:20px;
    }
    html.location-hub .featured-links-section {
            margin:30px 10px 0px 20px;
            padding: 20px 20px 20px 20px;
            background-color:#dde4ec;
            position: relative;
         }
    html.location-hub .featured-links-section img {
            position: absolute;
            top:0;
            left:0;
            width:100%;
        }
    html.location-hub .featured-links-section  {
            position: relative;
        }
    html.location-hub .featured-links-section h2{
            font-size: 20px;
            line-height: 1.2;
            font-weight:600;
            margin-top:50%;
         }
    html.location-hub .featured-links-section p{
            margin-top:5px;
         }
    html.location-hub .featured-links-section a{
            text-transform:uppercase;
            background-color:#f1f4f7;
            padding:10px;
            font-size: 70%;
            font-weight:bold;
            margin: 0;
         }
    html.location-hub .bottom-callouts {
            margin-top:50px;
        }
    html.location-hub .bottom-callout {
            width: 31%;
            float:left;
            margin:0 5px 0 5px;
            padding:0;
        }

    html.location-hub .bottom-callout-center, html.location-hub .bottom-callout-right,html.location-hub .bottom-callout-left{
        padding: 0 20px 0 20px;
    }
     html.location-hub .bottom-callout-center  {
        border-right: 1px solid #cdc6c1;
        border-left: 1px solid #cdc6c1;
        }

    html.location-hub .parsys1 {
        margin-right:10px;
        }
    html.location-hub .parsys2 {
        margin-left:10px;
    }
    html.location-hub .left-block {
        float:left;
        padding:0;
        margin:0;
        width:65%
        }
    html.location-hub .right-block {
        float:right;
        padding:0;
        margin:0;
        width:35%;
    }
	 html.location-hub #location-menu,html.location-hub-child #location-menu{
        width:100%;
        min-height: 60px;
    }

    html.location-hub .location-main-menu,html.location-hub-child .location-main-menu {
        text-align: center;
        max-width:1000px;
        margin:0 auto;
    }
    html.location-hub .location-main-menu li, html.location-hub-child .location-main-menu li  {
        display: table;
        float: left;
    	max-width: 250px;
    }
	html.location-hub .location-main-menu li a,html.location-hub .location-main-menu li span,html.location-hub-child .location-main-menu li a,html.location-hub-child .location-main-menu li span{
        padding: 15px 10px;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 12px;
        font-weight:bold;
        text-transform:uppercase;
        background-color: #ffffff;
        border:0;
    	color: #013fa3;
    }
    html.location-hub .location-main-menu li span, html.location-hub-child .location-main-menu li span{
        background-color: #e1e1e1;
    }
    html.location-hub .location-main-menu li a:hover, html.location-hub-child .location-main-menu li a:hover{
        background-color: #fafafa;
    }
    html.location-hub .location-main-menu>ul>li:first-child,html.location-hub-child .location-main-menu>ul>li:first-child {
        margin-left:0px;
    }
        html.location-hub .line-break, html.location-hub-child .line-break {
            position: relative; 
            top:60px; 
            height: 2px; 
            width: 100%; 
            background-color: rgba(0,0,0,0.1); 
            z-index: 3; 
            background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
        }
        html.location-hub .popup-wrapper, html.location-hub-child .popup-wrapper {
			position: fixed;
            top:0;
            left:0;
            height:100%;
            width:100%;
            z-index: 1040;
            background-color: rgba(0, 0, 0, .7);
            display:none;
        }
        html.location-hub .popup-content,html.location-hub-child .popup-content {
			background-color: #ffffff;
            padding:0 20px 10px 20px;
            max-width: 940px;
            margin: 7% auto 0 auto;
        }
        html.location-hub .popup-content img, html.location-hub-child .popup-content img{
        	display: none;
            max-width: 100%;
        }
    	html.location-hub .popup-close, html.location-hub-child .popup-close {
            color: #fff;
            font-size: 22px;
            position: relative;
            cursor:pointer;
            top: -5px;
    		right: -40px;
            text-align:right;
            width:20px;
            float:right;
        	line-height:20px;
        }
   		html.location-hub .popup-nav,html.location-hub-child .popup-nav {
            text-align:center;
        }
        html.location-hub #arrow, html.location-hub-child #arrow{
            margin:0 10px;
            font-size: 36px;
            cursor: pointer;
        }
        html.location-hub .hero-image-active, html.location-hub-child .hero-image-active {
            max-width: 900px;
        	display: block!important;
        }
       html.location-hub .slide-indicators, html.location-hub-child .slide-indicators {
            position: relative;
    		cursor: auto;
   			bottom: 40px;
        }
       html.location-hub .slide-indicators .active, html.location-hub-child .slide-indicators .active{
            background-color: #57b6dd;
            border: 1px solid #000000;
        }
       html.location-hub .slide-indicators li, html.location-hub-child .slide-indicators li{
			display: inline-block;
            width: 10px;
            height: 10px;
            margin: 1px;
            cursor: pointer;
            background-color: #fafafa;
            border: 1px solid #000000;
            border-radius: 10px;
        }

       html.location-hub .header-images, html.location-hub-child .header-images {
            width: 67%;
            background-repeat: no-repeat;
            height: 384px;
            background-size: cover;
            background-position: 0px 0px;
        	cursor: pointer;
        	text-align:center;
        }

        html.location-hub .location-map, html.location-hub-child .location-map {
            position: absolute;
            top: 66px;
            z-index: -1;
            right: 0;
            height: 384px;
            text-align: right;
            width:33%;
            margin: 0!important;
         }
		html.location-hub #map, html.location-hub-child #map {
    		height:100%;
    		width:100%;
		}
		html.location-hub #map #content h3, html.location-hub-child #map #content h3{
            font-weight: bold;
            font-size: 110%;
            margin-bottom: 10px;
        }
		html.location-hub #map #content, html.location-hub-child #map #content  {
    		padding: 10px 0;
            text-align: left;
        }
		html.location-hub .gm-style-iw, html.location-hub-child .gm-style-iw {
    		left:0!important;
		}
        html.location-hub #location-header, html.location-hub-child #location-header {
            min-height: 450px !important;
            width: 100%;
            z-index:1 !important;
            position: relative;
            padding-bottom:20px;
		}
		html.location-hub .highlights, html.location-hub-child .highlights {
			width:23%;
		}
		html.location-hub .highlight-item, html.location-hub .openCallModal, html.location-hub-child .highlight-item, html.location-hub-child .openCallModal  {
			padding-right:0 !important;
			padding-left:0 !important;
		}
		html.location-hub .feature, html.location-hub-child .feature {
			height:100%;
			position:relative;
			margin:0 15px;
			text-align:center;
		}
		html.location-hub .feature h1, html.location-hub-child .feature h1 {
			color: white;
			font-size: 48px;
			font-weight: normal;
			letter-spacing: 1px;
			text-align: center;
			cursor: auto;
			text-shadow: 3px 2px 8px #000000;
			position:absolute;
			bottom:45px;
			width:100%;
		} 
		html.location-hub .dept-feature-mobile, html.location-hub-child .dept-feature-mobile {
			display:none;
		}
		html.location-hub .department-feature, html.location-hub-child .department-featur {
			margin-top: -50px;
			z-index:1000 !important;
			position: relative;
		}
		html.location-hub .department-feature table, html.location-hub-child .department-feature table{
			width:700px;
			margin:auto;
		}
	@media screen and (max-width:960px){
        html.location-hub .popup-content, html.location-hub-child .popup-content {
            max-width: none;
            width:100%;
            margin: 7% auto 0 auto;
        }
        html.location-hub .popup-content img, html.location-hub-child .popup-content img{
        }
    	html.location-hub .popup-close, html.location-hub-child .popup-close {
            top: 20px;
            right: 9px;
        }
    }
	@media screen and (max-width:910px){
        html.location-hub #location-header .branding, html.location-hub-child #location-header .branding {
            font-size:24px;
        }
    }
	@media screen and (max-width:833px){
		html.location-hub nav .highlights, html.location-hub-child nav .highlights {
            font-size:90%;
            padding-right:0;
            padding-left:0;
        }
		html.location-hub #location-header, html.location-hub-child #location-header {
            height: auto !important;
            width: 100%;
            min-height:auto !important;
        }
        html.location-hub .department-feature, html.location-hub-child .department-feature {
            margin:0;
            width:100%;
            }
		html.location-hub .feature h1, html.location-hub-child .feature h1 {
            font-size:36px;
        	bottom:25px;
        }
        html.location-hub .feature p, html.location-hub-child .feature p {
            font-size: 18px;
            letter-spacing: 0;
            margin-top: 10px;
            padding-bottom:30px;
        }
    	html.location-hub .feature, html.location-hub-child .feature{
            margin-top:0;
        }
        html.location-hub .wrapper, html.location-hub-child .wrapper {
            padding-left:0;
            
        }
    	html.location-hub .department-feature table, html.location-hub-child .department-feature table{
			margin:0;
			width:100%;
        }
    	html.location-hub .slide-indicators, html.location-hub-child .slide-indicators {
            bottom:20px;
        }
    	html.location-hub .main-menu, html.location-hub-child .main-menu {
            width:100%;
        }
    	html.location-hub .header-images, html.location-hub-child .header-images {
            width: 100%;
            height: 200px;
		}
    	html.location-hub .feature, html.location-hub-child .feature {
            height:200px;
        }
        html.location-hub .location-map, html.location-hub-child .location-map {
            display:none;
        }

   		html.location-hub #location-header, html.location-hub-child #location-header {
            padding-bottom:0px;
		}
    }
    @media screen and (max-width:790px){
		html.location-hub .desktop-title, html.location-hub-child .desktop-title {
                display:none !important;
        }
		html.location-hub .mobile-title, html.location-hub-child .mobile-title {
			display:inline !important;
        }
        html.location-hub .highlights, html.location-hub-child .highlights {
            width: 140px;
        }
    }
    @media screen and (max-width:770px){
        html.location-hub #mobile-main-menu .custom, html.location-hub-child #mobile-main-menu .custom {
            display:none!important;
        }
        html.location-hub .highlights, html.location-hub-child .highlights {
            width: 100% !important;
        }
        html.location-hub .highlights li, html.location-hub-child .highlights li{
            width: 33% !important;
        }
		html.location-hub .left-block>.main-parsys, html.location-hub-child .left-block>.main-parsys {
            margin-right: 0;
        }
    }


    @media screen and (max-width:760px){
        html.location-hub .program-links, html.location-hub-child .program-links {
            margin:auto;
            width:100%;
            padding: 0 20px 0 20px;
        }
        html.location-hub .program-links-section a, html.location-hub-child .program-links-section a{
            min-height:76px;
        }
       html.location-hub .parsys1, html.location-hub-child .parsys1 {
            margin-right:10px;
        }
        html.location-hub .parsys2, html.location-hub-child .parsys2 {
            margin-left:10px;
        }
        html.location-hub .featured-links-section, html.location-hub-child .featured-links-section {
            margin:30px 0px 0px 20px;
            padding: 20px 20px 20px 20px;
            background-color:#dde4ec;
         }

    }
	@media screen and (max-width:700px) {
        html.location-hub .location-main-menu li a, html.location-hub .location-main-menu li span, html.location-hub-child .location-main-menu li a, html.location-hub-child .location-main-menu li span{
            padding: 15px 0px;
        }
       html.location-hub .location-main-menu, html.location-hub-child .location-main-menu {
            margin-top:0px;
        }
        html.location-hub .feature p, html.location-hub-child .feature p {
            font-size: 16px;
            padding-right:15px;
            padding-left:15px;
        }
        html.location-hub .popup-content, html.location-hub-child .popup-content {
            padding:0 10px 5px 10px;
            margin: 4% auto 0 auto;
        }
       html.location-hub .popup-close, html.location-hub-child .popup-close {
        	line-height:10px;
        }

		html.location-hub .location-intro p, html.location-hub-child .location-intro p{
			font-size:16px;
		} 
		html.location-hub .left-block .columns-50-50 [class*="parsys_column"], html.location-hub-child .left-block .columns-50-50 [class*="parsys_column"]  {
            width: 100%!important;
        }
		html.location-hub .locationimagemodule img, html.location-hub-child .locationimagemodule img {
			display:none;
    	}
    }
    @media screen and (max-width:660px){
        html.location-hub .program-links-section img, html.location-hub-child .program-links-section img {
            display:none;
        }
        html.location-hub .featured-links-section, html.location-hub-child .featured-links-section {
                margin:15px 0 15px 0;
                float:none;
            }
        html.location-hub .featured-links-section h2, html.location-hub-child .featured-links-section h2, html.location-hub-child .featured-links-section h2 {
                margin-top:0;
            }
		html.location-hub .left-block,html.location-hub .right-block, html.location-hub-child .left-block, html.location-hub-child .right-block{
			width:100%;
		}
        html.location-hub .featured-links-section img, html.location-hub-child .featured-links-section img {
            width:100%;
            height:auto;
            position:relative;
			margin:0 0 10px 0;
        }
       html.location-hub .program-links-section, html.location-hub-child .program-links-section {
                width:100%;
                margin:0;
                padding:0;
                float:none;
            }
        html.location-hub .parsys1,html.location-hub .parsys2, html.location-hub-child .parsys1, html.location-hub-child .parsys2 {
                margin:0;
            }
		html.location-hub .program-links-section a, html.location-hub-child .program-links-section a {
            padding:10px;
            min-height:auto;
        }
		html.location-hub div.text.parbase.component, html.location-hub-child div.text.parbase.component {
            margin-top:0 !important;
        }
        html.location-hub .program-links-section p, html.location-hub-child .program-links-section p {
            padding:10px;
            min-height:auto;
            margin:0;
        }
        html.location-hub .bottom-callout-center, html.location-hub .bottom-callout-right,html.location-hub .bottom-callout-left, html.location-hub-child .bottom-callout-center, html.location-hub-child .bottom-callout-right, html.location-hub-child .bottom-callout-left{
            padding: 10px 10px 0 10px;
        }
        html.location-hub .bottom-callouts, html.location-hub-child .bottom-callouts {
            margin-top:0;
            font-size:80%;
            line-height:1.2;
        }
        html.location-hub .bottom-callout-center, html.location-hub-child .bottom-callout-center {
            border:0;
        }
        html.location-hub .bottom-callout, html.location-hub-child .bottom-callout {
            width: 33%;
            margin:0;
        }
		html.location-hub .program-links-view-all, html.location-hub-child .program-links-view-all {
            margin-left:0px;
            text-align:center;
            padding-bottom:5px
        }
	}
    @media screen and (max-width:600px) {
        html.location-hub #location-menu, html.location-hub-child #location-menu{
            background-color: #fafafa;
        }
		html.location-hub .location-main-menu, html.location-hub-child .location-main-menu {
            max-width:100%;
        }
       html.location-hub .location-main-menu li, html.location-hub-child .location-main-menu li {
            margin-left: 1%;
            width: 14%;
        }
    	html.location-hub .location-main-menu li a, html.location-hub-child .location-main-menu li a {
            background-color: #fafafa;
            padding: 15px 5px;
        }
        html.location-hub .location-main-menu li span, html.location-hub-child .location-main-menu li span{
            padding: 15px 5px;
        }
    }
    @media screen and (max-width:570px) {
       html.location-hub #location-menu, html.location-hub-child #location-menu{
            background-color: #ffffff;
        }
		html.location-hub .location-main-menu, html.location-hub-child .location-main-menu {
            max-width:100%;
			margin-top:5px;
        }
       html.location-hub .location-main-menu li, html.location-hub-child .location-main-menu li {
            margin-left: 0;
            width: 45%;
        	margin:5px;
			height: 40px;
        }
    	html.location-hub .location-main-menu ul, html.location-hub-child .location-main-menu ul {
            margin-left:5%;
		}
    	html.location-hub .location-main-menu li a, html.location-hub-child .location-main-menu li a {
            background-color: #fafafa;
            padding: 15px 5px;
        }
        html.location-hub .location-main-menu li span, html.location-hub-child .location-main-menu li span{
            padding: 0;
        }
    	html.location-hub .line-break, html.location-hub-child .line-break {
            display:none;
        }
        html.location-hub .location-main-menu>ul>li:first-child, html.location-hub-child .location-main-menu>ul>li:first-child {
            margin-left:5px;
        }
        html.location-hub .location-intro, html.location-hub-child .location-intro{
            width:100%;
            margin:5px 0 0 0!important;
            padding: 30px 20px;
            display:block;
    		text-align:center;
        } 
		html.location-hub .location-main-menu li a, html.location-hub .location-main-menu li span, html.location-hub-child .location-main-menu li a, html.location-hub-child .location-main-menu li span{
			padding: 0 10px;
			height: auto;
		}
       html.location-hub .contact,html.location-hub .other-content,html.location-hub .call-to-action-buttons, html.location-hub-child .contact, html.location-hub-child .other-content, html.location-hub-child .call-to-action-buttons {
            display:block;
            width:100%;
    		padding-left: 0;
            padding-right: 0;
        } 
		html.location-hub .other-content, html.location-hub-child .other-content {
    		padding: 20px 0;
            border-left: none;
            border-right: none;
        }
		html.location-hub article #main-content, html.location-hub-child article #main-content {
    		margin-top:0!important;
        }
    }
    @media screen and (max-width:480px){
        html.location-hub #location-header, html.location-hub-child #location-header {
            height: auto !important;
            background-image:none;
        }
        html.location-hub .feature p, html.location-hub-child .feature p {
            display:none;
        }
       html.location-hub .dept-feature-mobile, html.location-hub-child .dept-feature-mobile {
            width: 100%;
            margin: 0;
            border-collapse:collapse;
        	display: inline;
        }
    	html.location-hub .department-feature, html.location-hub-child .department-feature {
            display:none;
        }
		html.location-hub .dept-feature-mobile img, html.location-hub-child .dept-feature-mobile img{
			width:100%;
			border: 1px solid #ffffff;
			margin-right: 18px;
			float:none;
			height:auto;
		}
		html.location-hub .popup-wrapper, html.location-hub-child .popup-wrapper {
			position: fixed;
            top:0;
            left:0;
            height:100%;
            width:100%;
            z-index: 1040;
            background-color: rgba(0, 0, 0, .7);
            display:none;
        }
        html.location-hub .popup-content, html.location-hub-child-child .popup-content {
			background-color: initial;
            padding:0;
            margin: 7% auto 0 auto;
        }
    	html.location-hub .popup-close, html.location-hub-child-child .popup-close {
        	line-height:0px;
        }
       html.location-hub #arrow, html.location-hub-child-child #arrow {
            color:white;
        }

     }
/* Microsite Landing Page - Desktop - Start */

/* Featured Section */
.microsite.landing .featured-section img {
    width: 100%;
}
.microsite.landing .featured-section .text.component {
    position: relative;
    padding: 15px;
    background-color: #fff;
    margin: 0;
    min-height: 300px;
    padding-bottom: 50px;
}
.microsite.landing .featured-section .text.component h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #152456;
    padding: 0 30px;
    line-height: 1.1em;
}
.microsite.landing .featured-section .text.component h3 span {
    display: block;
    font-size: .6em;
    color: #ccc;
    font-weight: normal;
    text-transform: none;
}
.microsite.landing .featured-section .text.component p {
    line-height: 1.3em;
}
.microsite.landing .featured-section .text.component p:last-of-type {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
.microsite.landing .featured-section .text.component a {
    margin: 0 auto;
    margin-top: 15px;
    color: #59b7df;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

/*  Contact Callout Section */
.microsite.landing .contact-callout-section .call-to-action.link-button a {
    background-color: #fff;
    border: 0;
    border-radius: 7px;
    padding: 20px 35px;
    text-align: center;
}
.microsite.landing .contact-callout-section .wrapper {
    padding: 0 50px;
}
.microsite.landing .contact-callout-section .heading h3 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.3em;
}
.microsite.landing .contact-callout-section .heading h3 span {
    color: #152456;
}

/* Patient Story Section */
.microsite.landing .patient-story-section {
    background-color: #fff;
}
.microsite.landing .patient-story-section .wrapper {
    max-width: 900px;
}
.microsite.landing .patient-story-section .layout-section-parsys {
    position: relative;
}
.microsite.landing .patient-story-section .layout-section-parsys blockquote {
    position: absolute;
    top: 30%;
    left: 0;
    border: 0;
    background-color: #59b7df;
    padding: 25px 50px 25px;
    font-size: 24px;
    color: #fff;
    font-style: none;
    z-index: 1;
    width: 60%;
    font-weight: 300;
    margin: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59b7df+0,59b7df+100&1+79,1+79,0+100 */
    background: -moz-linear-gradient(left, rgba(89,183,223,1) 0%, rgba(89,183,223,1) 79%, rgba(89,183,223,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(89,183,223,1) 0%,rgba(89,183,223,1) 79%,rgba(89,183,223,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(89,183,223,1) 0%,rgba(89,183,223,1) 79%,rgba(89,183,223,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7df', endColorstr='#0059b7df',GradientType=1 ); /* IE6-9 */
}
.microsite.landing .patient-story-section .layout-section-parsys .callout-box.component {
    position: relative;
    z-index: 0;
}
.microsite.landing .patient-story-section .callout-box.component {
    background-color: #fff;
    border: 0;
}
.microsite.landing .patient-story-section .callout-box.component img {
    width: 100%;
}
.microsite.landing .patient-story-section .callout-box.component .image {
    position: relative;
}
.microsite.landing .patient-story-section .callout-box.component .content {
    background-color: #fff;
    border: 0;
    padding-top: 30px;
}
.microsite.landing .patient-story-section .callout-box.component .content p {
    font-size: 16px;
    border: 0;
}
.microsite.landing .patient-story-section .layout-section-parsys .callout-box.component .button {
    text-align: left;
}
.microsite.landing .patient-story-section .layout-section-parsys .callout-box.component .button a {
    background-color: transparent;
    padding: 0;
    display: inline-block;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: inherit;
    text-transform: uppercase;
    color: #59b7df;
}

/* Right Column Background Section */
.microsite.landing .right-col-background-section {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f2f4f8;
    background-position: right center;
    background-size: auto;
    overflow: hidden;
}
.microsite.landing .right-col-background-section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}
.microsite.landing .right-col-background-section::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(89,183,223,.4);
    z-index: 0;
}
.microsite.landing .right-col-background-section .heading.component h3 {
    font-size: 24px;
    font-weight: normal;
    color: #152456;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 1.4em;
}
.microsite.landing .right-col-background-section .heading.component h3 span {
    color: #59b7df;
    font-weight: 900;
}
.microsite.landing .right-col-background-section .callout-box.component {
    max-width: 300px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50px,-40%);
    border: 0;
}
.microsite.landing .right-col-background-section .callout-box.component h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}
.microsite.landing .right-col-background-section .callout-box.component h3 span {
    display: block;
    margin: 0;
    padding: 0;
}
.microsite.landing .right-col-background-section .callout-box.component h3 span:nth-of-type(1) {
    font-size: 32px;
}
.microsite.landing .right-col-background-section .callout-box.component h3 span:nth-of-type(2) {
    font-size: 68px;
}
.microsite.landing .right-col-background-section .callout-box.component h3 span:nth-of-type(3) {
    font-size: 60px;
}
.microsite.landing .right-col-background-section .callout-box.component .button a {
    background-color: #152456;
}
.microsite.landing .right-col-background-section .wrapper {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.microsite.landing .right-col-background-section .wrapper::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 120px;
    height: 101%;
    background-color: #fff;
    z-index: 1;
    -webkit-clip-path: polygon(46% 0, 100% 50%, 50% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(46% 0, 100% 50%, 50% 100%, 0% 100%, 0% 0%);
}
.microsite.landing .right-col-background-section .wrapper::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(50px);
    top: 0;
    width: 120px;
    height: 101%;
    background-color: rgba(89,183,223,.8);
    z-index: 0;
    -webkit-clip-path: polygon(46% 0, 100% 50%, 50% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(46% 0, 100% 50%, 50% 100%, 0% 100%, 0% 0%);
}
.microsite.landing .featured-section .callout-box.component {
    box-sizing: border-box;
	background-color: #fff;
    border: 0;
	position: relative;
    min-height: 460px;
    padding-bottom: 30px;
}
.microsite.landing .featured-section .callout-box.component .button {
	margin: 0;
    position: absolute;
    bottom: 15px;
	left: 0;
    width: 100%;
    text-align: center;
}
.microsite.landing .featured-section .callout-box.component .button > a {
    color: #013fa3;
	background-color: transparent;
    display: inline;
    padding: 0;
}
.microsite.landing .featured-section .callout-box > h3 {
	padding: 15px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #152456;
    line-height: 1.1em;
	position: relative;
}
.microsite.landing .featured-section .callout-box > h3 > span {
	display: block;
    font-size: .6em;
    color: #ccc;
    font-weight: normal;
    text-transform: none;
}
.microsite.landing .featured-section .callout-box > h3::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: calc(100% - 120px);
	height: 2px;
	background-color: #569bca;
	transform: translateX(-50%);
}
.microsite.landing .featured-section .callout-box > .content {
	padding: 15px;
   	font-size: 16px;
}

/* Component Styles */
.microsite.landing .layoutsection.component {
    margin: 0;
}
/* Intro Section */
.main-intro-section .featured-item {
    margin: 0;
    height: 165px;
    background-color: black;
    position: relative;
    
}
.main-intro-section .featured-item:nth-of-type(1) {
    background-image: url('../../../../content/dam/health/Images/departments/Farber-Institute/featured-box-bg-1.jpg');
    background-size: cover;
    margin-bottom: 20px;
}
.main-intro-section .featured-item:nth-of-type(2) {
    background-image: url('../../../../content/dam/health/Images/departments/Farber-Institute/featured-box-bg-2.jpg');
    background-size: cover;
}
.main-intro-section .featured-item .title {
    position: absolute;
    bottom: 30px;
    left: 0;
    min-width: 200px;
    background-color: #59b7df;
    padding: 10px;
    transition: ease .3s;
}
.main-intro-section .featured-item .title:hover {
    padding-left: 30px
}
.main-intro-section .featured-item .title a {
    cursor: pointer;
}
.main-intro-section .featured-item .title .line-1 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 2px;
}
.main-intro-section .featured-item .title .line-2 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #152456;
    letter-spacing: .03em;
}

/* Page Banner */
.microsite.landing .page-banner {
    position: relative;
	height: 300px;
    background-color: #000222;
    background-size: cover;
    background-position: center center;
}
.microsite.landing .page-banner::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.85+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.microsite.landing .page-banner > .wrapper {
    position: relative;
	padding-top: 30px;
    height: 100%;
}
.microsite.landing .page-banner h1 {
	font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.microsite.landing .page-banner h1 span {
	text-transform: uppercase;
    color: #59b7df;
    font-size: 34px;
    display: block;
    font-weight: normal;
}
.microsite.landing .page-banner .text {
    position: absolute;
    bottom: 35px;
    left: 15px;
    color: #fff;
    font-size: 21px;
    max-width: 380px;
    font-weight: 300;
    line-height: 1.5em;
}
.microsite.landing .page-banner .search-box {
    box-sizing: border-box;
	position: absolute;
    top: auto;
    right: 20px;
    bottom: 35px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 20px;
    min-width: 200px;
}
.microsite.landing .page-banner .search-box .heading {
    font-size:21px;
    color: #000222;
    margin-bottom: 10px;
}
.microsite.landing .page-banner .search-box::after {
    content: '';
    display: table;
    clear: both;
}
.microsite.landing .page-banner .search-box select {
    float: left;
    width: 250px;
    height: 40px;
    border: 0;
    background-color: #fff;
    padding: 0 10px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 0;
}
.microsite.landing .page-banner .page-banner-text-parsys {
    min-width: 200px;
}
/* Microsite Landing Page - Desktop - End */
/* Microsite Landing Page - Mobile - Start */

@media (max-width: 770px) {

    /*  Contact Callout Section */
    .microsite.landing .contact-callout-section .call-to-action.link-button {
        margin-bottom: 25px;
    }

	/* Patient Story Section */
	.microsite.landing .patient-story-section .layout-section-parsys blockquote {
		position: relative;
		width: 100%;
        background: none;
        background-color: #59b7df;
		font-size: 16px;
		padding-left: 80px;
		padding-right: 20px;
    }
	.microsite.landing .patient-story-section .layout-section-parsys blockquote:before {
		left: 10px;
    }

	/* Right Column Background Section */
	.microsite.landing .right-col-background-section {
		padding: 40px 0;
    }
	.microsite.landing .right-col-background-section::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,1);
        z-index: 1;
    }
    .microsite.landing .right-col-background-section::after {
        display: none;
    }
	.microsite.landing .right-col-background-section .callout-box.component {
		position: relative;
		top: auto;
		right: auto;
        transform: none;
    }
	.microsite.landing .right-col-background-section .callout-box.component h3 {
		color: #59b7df;
    }
	.microsite.landing .right-col-background-section .wrapper::before {
		display: none;
    }
	.microsite.landing .right-col-background-section .wrapper::after {
		display: none;
    }
	.microsite.landing .right-col-background-section .callout-box.component {
    	margin-top: 30px;
		max-width: none;
    }
}

/* Microsite Landing Page - Mobile - End */
body.microsite p {
    line-height: 1.3em;
}
body.microsite .side-parsys {
    width: 325px;
    min-width: 300px;
    position: relative;
    padding: 0;
    background-color: #f2f2f2;
    overflow: hidden;
    float: right;
    margin-left: 5%;
    max-width: 50%;
    margin-top: 0;
}
body.microsite .promo-column{
    clear: right;
    float: right;
    padding: 0;
    margin-left: 5%;
    margin-top: 0;
}
body.microsite .promo-column:before {
    content: " ";
    display: table;
}
body.microsite .promo-column:after,
body.microsite blockquote {
    clear: both;
}
body.microsite .side-parsys *+* {
    margin: 0;
}
body.microsite .side-parsys .image {
    max-width: 100%;
}
body.microsite .promo-tab {
    display: none;
}
body.microsite .promo-column {
    margin-top: 0px;
}
body.microsite .with-share-tools > h1 {
    margin-right: 105px !important;
}
body.microsite .accordion-link-container{
    padding: .8125em 5%;
    box-shadow: 0;
    background: #fff;
    position: relative;
    color: #3467c8;
    margin: 0 0 4px;
    border: 1px solid #d3d7e7;
    width: 90%;
}
body.microsite .accordion-link:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #3467c8;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 0;
}
body.microsite .accordion-link.open:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3467c8;
}
body.microsite .subnavparys {
    padding-top: 50px;
}
body.microsite article ul > li+li {
    margin-top:0;
}
body.microsite article .text p+p {
    margin-top:1em;
}
body.microsite article .text ul {
    margin: 1em 0 1em;
}
body.microsite article .left-sidebar .mobile-in-this-section {
    display: none;
}

/********* Base Page **********/
body.microsite > header {
    height: auto;
}
/* Page Banner */
body.microsite.base .page-banner {
    position: relative;
    height: 170px;
    background-color: #000;
    background-size: cover;
    background-position: center center;
}
body.microsite.base .page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.85+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
body.microsite.base .page-banner .wrapper {
    position: relative;
    padding-top: 40px;
}
body.microsite.base .page-banner h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
body.microsite.base .page-banner h1 span {
    text-transform: uppercase;
    color: #59b7df;
    font-size: 24px;
    display: block;
    font-weight: normal;
}
body.microsite.base .page-banner .search-box {
    position: absolute;
    right: 20px;
    top: 40px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 10px;
}
body.microsite.base .page-banner .search-box .heading {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px 5px;
}
body.microsite.base .page-banner .search-box input {
    width: 200px;
    height: 35px;
    border: 0;
    background-color: #fff;
    padding: 0 10px;
    font-size: 18px;
}
/* Audience Links */
body.microsite > header .audience-links > ul > li a {
    color: #152456;
    font-size: 14px;
}
/* University Template */
body.microsite .wrapper {
    max-width: 1100px;
}
/* Common Utilities */
body.microsite > header .common-utilities .branding {
    font-size: 18px;
    font-weight: bold;
}
body.microsite > header .common-utilities .search > button {
    background: transparent url('base/images/header-common-utilities-icon-search-blue.png') no-repeat scroll center center;
}
body.microsite > header .common-utilities .search.expanded > button {
    background-image: none;
    background-color: #0039c8;
    text-indent: 0;
}

/* Template */
body.microsite article .hospital-subnav>ul>li em {
    font-style: normal;
}

body.microsite .page-title {
    border-bottom: 1px solid #59b7df;
    color: #152456;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 32px;
}

body.microsite article h2 {
    font-size: 26px;
    color: #152456;
    font-weight: bold;
    margin-top: 1.5em;
}

/* Sidebar */
body.microsite article .hospital-subnav>ul>li.open,
body.microsite article .hospital-subnav>p:first-child>span {
    background-color: #152456;
}
body.microsite article .hospital-subnav>p:first-child a,
body.microsite article .hospital-subnav>p:first-child>span {
    color: #59b7df;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    font-size: 1.1em;
    padding: 5px;
    line-height: 1.2em;
    letter-spacing: normal;
    word-wrap: break-word;
}
body.microsite article .with-share-tools h1,
body.microsite article .with-share-tools .h1 {
    margin-right: 0 !important;
    padding-right: 150px !important;
}

body.microsite article .hospital-subnav {
    background-color: #f2f4f8;
}
body.microsite article .hospital-subnav>ul li>span {
    background-color: transparent;
    font-weight: 900;
    color: #152456;
}
body.microsite #main-content+aside.related-content {
    border: 0;
    box-shadow: none;
}
body.microsite .desktop-main-menu-container {
    padding: 0;
    margin: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.04);
}
@media only screen and (min-width: 770px) {
    body.microsite article .left-sidebar+*+#main-content {
        margin-left: 220px;
        padding-left: 39px;
    }
    body.jeffersonhealth.microsite > header .common-utilities {
        background-color: white;
    }
    body.jeffersonhealth.microsite > header .audience-links>ul>li {
        color: #152456;
    }
    body.jeffersonhealth.microsite > header .audience-links>ul>li a {
        color: #152456;
    }
    body.jeffersonhealth.microsite > header .audience-links>ul>li.active a {
        color: #000222;
    }
    body.jeffersonhealth.microsite > header .audience-links>ul>li a:hover {
        color: #69696d;
    }
    body.microsite article .left-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        margin-bottom: 20px;
    }
    body.microsite article {
        position: relative;
    }
}
@media only screen and (max-width: 770px) {
    body.microsite div[class*="columns-"] {
        width: 100% !important;
    }
    body.microsite .search-box {
        display: none;
    }
    body.microsite #main-menu .dropdown-menu {
        display: none;
    }
    body.microsite .wrapper {
        padding: 0 10px;
    }
    body.microsite article .left-sidebar {
        display: block;
        float: none;
        width: 98%;
        border: 1px solid #d3d7e7;
        margin-bottom: 1em;
    }
    body.microsite article .left-sidebar .border1 {
        border: none;
        margin: 0;
    }
    body.microsite article nav.breadcrumb+.left-sidebar .subnav {
        margin: 0;
    }
    body.microsite article .left-sidebar .mobile-in-this-section {
        display: block;
        cursor: pointer;
        background: #f2f3f8;
        width: 100%;
        padding: .7em 2.5%;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        position: relative;
        text-transform: uppercase;
    }
    body.microsite article .left-sidebar .mobile-in-this-section:after {
        border-bottom: 6px solid transparent;
        border-left: 6px solid #152456;
        border-top: 6px solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 20px;
        top: 35%;
        width: 0;
    }
    body.microsite article .left-sidebar .also-see {
        padding-top: 0;
    }
    body.microsite article .left-sidebar .subnav {
        padding-bottom: 0;
    }
    body.microsite article .left-sidebar nav {
        display: none;
        padding: 10px;
    }
    body.microsite article .left-sidebar .mobile-in-this-section.active  {
        border-bottom: 1px solid #d3d7e7;
        background-color: #dfdfdf;
    }
    body.microsite article .left-sidebar .mobile-in-this-section.active:after  {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #152456;
    }
    body.microsite article .left-sidebar+#main-content {
        margin-left: 0;
        padding-left: 0;
    }
    
    body.microsite .promo-column {
        position: absolute;
        right: -300px;
    }
    body.microsite .promo-column.only-has-image {
        display: none;
    }
    body.microsite .side-parsys {
        background-color: white;
        position: relative;
        z-index: 1000;
        padding: 10px;
        min-height: 163px;
        width: 220px;
    }
    body.microsite .side-parsys.shadow {
        -webkit-box-shadow: -4px 3px 13px 0 rgba(50, 50, 50, .83);
        -moz-box-shadow: -4px 3px 13px 0 rgba(50, 50, 50, .83);
        box-shadow: -4px 3px 13px 0 rgba(50, 50, 50, .83);
    }
        body.microsite .promo-tab {
            display: block;
            position: absolute;
            float: left;
            padding: 5px 10px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            background: #3467c8;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #fff;
            font-size: .9em;
            z-index: 10000;
            float: none;
            right: 231px;
            top: 85px;
            width: 171px;
            cursor:pointer;
        }
        body.microsite .main-parsys {
            margin-right: 40px;
        }
        body.microsite .hospital-landing-page div.columns-50-50 div {
            width: 100%;
        }
        body.microsite .hospital-landing-page div.columns-50-50 div img {
            display: none;
        }

    }
    @media only screen and (max-width: 480px) {
        body.microsite article .with-share-tools h1,
        body.microsite article .with-share-tools .h1 {
            margin-right: 0 !important;
            padding-right: 0 !important;
        }
    }
@media all {
	.news-item-page article #main-content {
		max-width: 700px;
    }
}
@media all {

    div.wormhole {
        padding: 13px;
        text-align: center;
        background-color: #d3d7e7;
    }

	div.wormhole .promotional-text {
        font-weight: bold;
        font-size: 18px;
    }

    div.wormhole .link {
		font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1.3px;
    }
    div.wormhole .promotional-text+.link {
		margin-top: 0.3em;
    }

    div.section.images+div.wormhole {
        margin-top: 0;
    }

    div.wormhole+div.component,
    body[class*="cq-wcm-"] div.wormhole+[class*="cq-placeholder"]+div.component {
        margin-top: 2em;
    }
}

.clinical-trials-listing .center {
    text-align: center;
}
.clinical-trials-listing input,
.clinical-trials-listing select{
    float:none;
}
.clinical-trials-listing {
    margin-bottom: 40px;
}
.parsys .clinical-trials-listing *+* {
    margin-top: 0;
}
.clinical-trials-listing #trials-callout {
    text-align: center;
    clear: both;
}
.clinical-trials-listing #trials-list {
    padding-left: 0;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 25px;
}

.clinical-trials-listing .trials-button button {
    background-color: #4278bc;
    color: white;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #CCCCCC;
}
.clinical-trials-listing .trials-button {
    max-width: 200px;
    margin: 20px auto;
}

.clinical-trials-listing #trial-info .back-to-listing {
    color: #24A7DF;
    text-transform: uppercase;
    background: none;
    border: 0;
    text-decoration: underline;
    padding: 0;
}
.clinical-trials-listing #trial-info .back-to-listing:before {
    content: '<';
    padding-right: 5px;
    display: inline-block;
}
.clinical-trials-listing #trials-list p {
    margin-bottom: 0;
}

.clinical-trials-listing #trials-list::-webkit-scrollbar {
    width: 6px;
}

.clinical-trials-listing #trials-list::-webkit-scrollbar-track {
    background: #EEEEEE; 
    border-radius: 0;
}

.clinical-trials-listing #trials-list::-webkit-scrollbar-thumb {
    background: #152456;
    border-radius: 0;
}

.clinical-trials-listing #trials-listing {
    display: block;
}
.clinical-trials-listing.searchall #trials-listing, .clinical-trials-listing #trial-info {
    display: none;
}
.clinical-trials-listing #trial-info {
    padding-top: 20px;
}
.loading-gif-icon {
    margin: 0 auto;
}
.no-disease {
    width: 80%;
    margin: 0 auto;
}
.clinical-trials-listing #trial-info .primary-investigator p,
.clinical-trials-listing #trial-info .contact-person p,
.clinical-trials-listing #trial-info .main p {
    margin: 0;
}
.clinical-trials-listing #trial-info .contact-person {
    margin-bottom: 20px;
}
.investigator-photo {
    float: left;
}
.clinical-trials-listing #trial-info .investigator-photo img {
    height: 130px;
    margin-right: 20px;
}
.clinical-trials-listing #trial-info .main {
    display:flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.clinical-trials-listing #trial-info .main .primary-investigator {
    margin-bottom: 15px;
    flex: 1;
}
.clinical-trials-listing #trials-list li button {
    list-style-type:none;
    padding: 10px 5px;
    color: #000;
    border: 0;
    border-bottom: 1px solid #E4E0E1;
    text-decoration: none;
    -webkit-appearance: none;
    text-align: left;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    width:100%;
}
.clinical-trials-listing #trials-list li:first-child button {
    border-top: 1px solid #E4E0E1;
}
.clinical-trials-listing #trials-list li button:hover {
    color: #8a8a8a;
}
.clinical-trials-listing #trials-list li.no-results {
    border: 0;
    text-align: center;
}
.clinical-trials-listing #trials-list li.no-results p {
    cursor: initial;
    text-align: center;
    padding-top: 20px;
}

@media screen and (min-width: 769px) {
    .clinical-trials-listing #trial-info .main .stats {
        flex: 0 0 40%;
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .clinical-trials-listing #trial-info .main {
        display: block;
    }
    .clinical-trials-listing #trial-info .main .primary-investigator {
        margin-top: 15px;
    }
}


/********************* Taken from SKCC ******************************/
.clinical-trials-listing .container {
    background-color: #F9F9F9;
    color: #707070;
    padding: 30px 0 40px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.clinical-trials-listing #trials-callout h1, 
.clinical-trials-listing #trials-callout h2, 
.clinical-trials-listing #trials-callout h3, 
.clinical-trials-listing #trials-callout h4, 
.clinical-trials-listing #trials-callout h5  {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}


.clinical-trials-listing>.container>div {
    padding: 0 50px;
}

.clinical-trials-listing #trials-callout hr {
    background-color: #24A7DF;
    border: 0 none;
    height: 1px;
    width: 60%;
}
.clinical-trials-listing #trial-info p {
    color: #000;
}

.clinical-trials-listing #trial-info h3{
    margin: 0 0 15px 0;
    padding: 15px 0;
    min-height: 78px;
    border-bottom: 1px solid #E4E0E1;
    font-size: 20px;
    font-weight: 600;
}
.clinical-trials-listing #trial-info img {
    height: 35px;
    margin-top: 3px;
}

.clinical-trials-listing #trials-options {
    margin: 20px auto 0 auto;
}

.clinical-trials-listing #trials-options, .clinical-trials-listing #trials-options select {
    background-color: #EFEFEF;
    padding: 0 10px;
    width: 250px;
}

.clinical-trials-listing #trials-options select {
    background-color: #EFEFEF;
    border: none;
    height: 50px;
    padding: 10px;
    font-family: lato;
    font-size: 14px;
}

.clinical-trials-listing .cmp-scroll-list {
    margin: 0 auto;
}

.clinical-trials-listing #trials-callout .accordion-wrapper .show-more h3 {
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    margin: 0;
}
.clinical-trials-listing .cmp-scroll-list .accordion-wrapper {
    max-height: inherit;
    padding-right: 0;
    margin-bottom: 15px;
}
.clinical-trials-listing .cmp-scroll-list {
    max-width: inherit;
    padding: 0 20px;
}

.clinical-trials-listing .cmp-scroll-list .accordion-wrapper h3, 
.clinical-trials-listing .cmp-scroll-list .accordion-wrapper .accordion-arrow {
    padding: 0 15px;
}
.clinical-trials-listing .hidden+div {
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    .clinical-trials-listing .form-row>.form-group:last-child {
        padding-right: 0;
    }
    .clinical-trials-listing .form-row>.form-group:first-child {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .clinical-trials-listing>.container>div {
        padding: 0;
    }

    .clinical-trials-listing #trials-options, .clinical-trials-listing #trials-options select {
        padding: 0;
        width: 100%;
    }
    .clinical-trials-listing #trials-list {
        max-height: 400px;
    }
    .clinical-trials-listing .cmp-scroll-list {
        padding: 0;
    }
    .clinical-trials-listing #trial-info p {
        overflow-x: auto;
    }
    .clinical-trials-listing.bootstrap-scope .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }
    .clinical-trials-listing {
        padding-right: 10px;
    }
    .clinical-trials-listing .trials-button button {
        margin-top: 10px;
    }
    .clinical-trials-listing .trials-button {
        margin: 0 auto;
    }
}
@media all {

    div.textimage div.image {
        float: left;
        margin: 0 20px 8px 0;
    }
    
    div.textimage.right div.image {
        float: right;
        margin: 0 0 8px 20px;
    }

    div.textimage.center div.image {
        float: none;
        margin: 0 auto;
    }
    div.textimage.max-image-width-50-pct div.image {
        max-width: 50%;
    }

    div.image img+p,
    div.image p {
        margin: 0;
        padding: 12px;
        font-size: 10px;
        color: #666666;
        background-color: #f2f4f8;
        line-height: 13px;
    }

    div.textimage div.image~div.text {
        margin-top: 0;
    }
}
@media all {
	.landing-page-a div.textimage {
		padding-left: 0;
	}
    .landing-page-a div.textimage div.image,
    .landing-page-a div.textimage.center div.image {
        max-width: 50%;
        float: right;
        margin: 0 0 8px 20px;
    }
	.landing-page-a div.textimage.left div.image {
        float: left;
        margin: 0 20px 8px 0;
    }

    .landing-page-a div.textimage div.image>img+p {
        margin: 0;
        padding: 12px;
        font-size: 10px;
        color: #666666;
        background-color: #f2f4f8;
        line-height: 13px;
    }
}
@media only screen and (max-width:660px) {

    div.textimage div.image,
    div.textimage.right div.image {
        float: right;
        margin: 0;
    }

    div.textimage div.text {
        float: left;
        width: 100%;
    }

    div.textimage div.image {

    }
    
    div.textimage[class*=max-image-width] div.image {
        max-width: 100%;
    }

    .landing-page-a div.textimage {
        padding-left: 0;
    }
    .landing-page-a div.textimage div.image,
    .landing-page-a div.textimage.left div.image, 
    .landing-page-a div.textimage.center div.image {
        max-width: 100%;
        float: none;
        margin: 0 auto;
    }

}
@media all {

    .small-caps {
		text-transform: uppercase;
        font-size: 0.8em;
    }

}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
div.tabnav {
    border-bottom: 1px solid #d3d7e7;
    overflow: visible;
    font-size: 11px;
    margin-bottom: 20px;
}
div.tabnav ul {
    position: relative;
    top: 1px;
    overflow: auto;
    margin: 0;
    padding: 0;
}
div.tabnav ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: none;
    margin-left: 4px;
}
div.tabnav ul li:first-child {
    margin-left: 0;
}
div.tabnav ul a {
    font-size: 14px;
    padding: 6px 17px;
	display: block;
    font-weight: bold;
    text-decoration: none;
}
div.tabnav ul li.active {
    border-color: #d3d7e7;
    border-style: solid;
    border-width: 1px 1px 0;
}
div.tabnav ul li.active a {
	color: #000222;
    background-color: #FFFFFF;
}
.accordion-link-container {
    margin-bottom:0;
    padding-bottom:0;
}
.accordiontext {
    margin-bottom: 10px;
}
a.accordion-link {
    display: block;
    padding-left: 30px;
    font-weight: bold;
    background: url("../../../../apps/tju/university/components/tabnav/clientlibs/images/accordion-plus-arrow.gif") no-repeat scroll left 2px transparent;
}
a.accordion-link:hover {
	background-image: url("../../../../apps/tju/university/components/tabnav/clientlibs/images/accordion-plus-arrow_hover.gif");
}
a.accordion-link.open {
	background-image: url("../../../../apps/tju/university/components/tabnav/clientlibs/images/accordion-minus-arrow.gif");
}
a.accordion-link.open:hover {
	background-image: url("../../../../apps/tju/university/components/tabnav/clientlibs/images/accordion-minus-arrow_hover.gif");
}
div.accordion-text p {
    padding-top:0;
    margin-top:0;   
}
@media (max-width: 770px){
    div.tabnav>ul>li {
        clear: both;
        margin-left: 0px;
        border-color: #fff;
        border-style: solid;
        border-width: 1px 1px 0;
        width: 100%;
        text-align: left;
        overflow: hidden;
        display: none;
    }
    div.tabnav>ul>li a {
        color: #344faa;
        background-color: #e7e7e8;
    }

    #default-hidden-tabnav {
        border-color: #fff;
        background-color: #344faa; 
        border-style: solid;
        border-width: 1px 1px 0;
        display: list-item ;
    }
    #default-hidden-tabnav a {
        color: #fff;
        background-color: #344faa;
        float: left;
    }
    #default-hidden-tabnav img {
        float: right;
        height: 24px;
        width: 24px;
        margin: 3px 3px;
        padding-top: 4px;
    	padding-right: 4px;
    	cursor:pointer;
    }

    div.tabnav>ul>li:last-child{
        border-bottom-width: 1px;
    }

    div.tabnav>ul{
        overflow: hidden;
    }
}
/* not work for ie8 (  ._.), so I modified the js code */

.typeahead__container button,.typeahead__container input,.typeahead__container optgroup,.typeahead__container select,.typeahead__container textarea{font:inherit;margin:0}.typeahead__container optgroup{font-weight:700}.typeahead__container button,.typeahead__container input{overflow:visible}.typeahead__container button,.typeahead__container select{text-transform:none}.typeahead__container [type=reset],.typeahead__container [type=submit],.typeahead__container button,.typeahead__container html [type=button]{-webkit-appearance:button}.typeahead__container [type=button]::-moz-focus-inner,.typeahead__container [type=reset]::-moz-focus-inner,.typeahead__container [type=submit]::-moz-focus-inner,.typeahead__container button::-moz-focus-inner{border-style:none;padding:0}.typeahead__container [type=button]:-moz-focusring,.typeahead__container [type=reset]:-moz-focusring,.typeahead__container [type=submit]:-moz-focusring,.typeahead__container button:-moz-focusring{outline:1px dotted ButtonText}.typeahead__container fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.typeahead__container legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.typeahead__container textarea{overflow:auto}.typeahead__container [type=checkbox],.typeahead__container [type=radio]{box-sizing:border-box;padding:0}.typeahead__container [type=number]::-webkit-inner-spin-button,.typeahead__container [type=number]::-webkit-outer-spin-button{height:auto}.typeahead__container [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.typeahead__container [type=search]::-webkit-search-cancel-button,.typeahead__container [type=search]::-webkit-search-decoration{-webkit-appearance:none}.typeahead__container ::-webkit-input-placeholder{color:inherit;opacity:.54}.typeahead__container ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.typeahead__container{position:relative;font:1rem Lato,Helvetica Neue,Arial,Helvetica,sans-serif}.typeahead__container *{box-sizing:border-box;outline:0}.typeahead__query{position:relative;z-index:2;width:100%}.typeahead__filter{position:relative}.typeahead__filter button{min-width:100%;white-space:nowrap}.typeahead__filter button:after{display:inline-block;margin-left:4px;width:0;height:0;vertical-align:-2px;content:"";border:4px solid;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.typeahead__field{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.typeahead__button button{border-top-right-radius:2px;border-bottom-right-radius:2px}.typeahead__field{color:#555}.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field input,.typeahead__field textarea{display:block;width:100%;line-height:1.25;min-height:calc(.5rem * 2 + 1.25rem + 2px);padding:.5rem .75rem;background:#fff;border:1px solid #ccc;border-radius:2px 0 0 2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.typeahead__field .typeahead__hint:active,.typeahead__field .typeahead__hint:focus,.typeahead__field [contenteditable]:active,.typeahead__field [contenteditable]:focus,.typeahead__field input:active,.typeahead__field input:focus,.typeahead__field textarea:active,.typeahead__field textarea:focus{border-color:#66afe9}.typeahead__field input[type=search],.typeahead__field input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.typeahead__field input[type=search]::-ms-clear{display:none;width:0;height:0}.typeahead__container.hint .typeahead__field [contenteditable],.typeahead__container.hint .typeahead__field input,.typeahead__container.hint .typeahead__field textarea{background:transparent}.typeahead__container.hint .typeahead__query>:last-child,.typeahead__hint{background:#fff}.typeahead__container button{display:inline-block;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-color:#fff;border:1px solid #ccc;line-height:1.25;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#555}.typeahead__container button:focus,.typeahead__container button:hover{color:#3c3c3c;background-color:#f5f5f5;border-color:#b3b3b3}.typeahead__container button.active,.typeahead__container button:active{background-image:none}.typeahead__container button:active,.typeahead__container button:focus{border-color:#66afe9}.typeahead__container button.disabled,.typeahead__container button[disabled],.typeahead__container input.disabled,.typeahead__container input[disabled]{cursor:not-allowed;pointer-events:none;opacity:.65;box-shadow:none;background-color:#fff;border-color:#ccc}.typeahead__container .typeahead__field .typeahead__hint,.typeahead__container .typeahead__field .typeahead__label-container,.typeahead__container .typeahead__field [contenteditable],.typeahead__container .typeahead__field input,.typeahead__container .typeahead__field textarea{padding-right:32px}.typeahead__button,.typeahead__filter{z-index:1}.typeahead__button button,.typeahead__filter button{margin-left:-1px;border-bottom-left-radius:0;border-top-left-radius:0}.typeahead__button:active,.typeahead__button:active button:active,.typeahead__button:active button:focus,.typeahead__button:focus,.typeahead__button:focus button:active,.typeahead__button:focus button:focus,.typeahead__button:hover,.typeahead__button:hover button:active,.typeahead__button:hover button:focus,.typeahead__filter:active,.typeahead__filter:active button:active,.typeahead__filter:active button:focus,.typeahead__filter:focus,.typeahead__filter:focus button:active,.typeahead__filter:focus button:focus,.typeahead__filter:hover,.typeahead__filter:hover button:active,.typeahead__filter:hover button:focus{z-index:5}.typeahead__filter+.typeahead__button button{margin-left:-2px}.typeahead__container.filter .typeahead__filter{z-index:5}.typeahead__dropdown,.typeahead__list{position:absolute;left:0;z-index:4;width:100%;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;background-color:#fff;border:1px solid #ccc;border-radius:2px;background-clip:padding-box}.typeahead__result.detached .typeahead__list{position:relative;z-index:6;top:auto;left:auto}.typeahead__dropdown{right:0;left:auto;z-index:5}.typeahead__list>li{position:relative;border-top:1px solid #ccc}.typeahead__list>li:first-child{border-top:none}.typeahead__dropdown>li[disabled]>a,.typeahead__list>li[disabled]>a{cursor:not-allowed;color:#bababa;background-color:#fafafa}.typeahead__dropdown>li>a,.typeahead__list>li>a{display:block;padding:.5rem .75rem;clear:both;color:#333;text-decoration:none}.typeahead__dropdown>li:not([disabled]).active>a,.typeahead__dropdown>li:not([disabled])>a:focus,.typeahead__dropdown>li:not([disabled])>a:hover,.typeahead__list>li:not([disabled]).active>a,.typeahead__list>li:not([disabled])>a:focus,.typeahead__list>li:not([disabled])>a:hover{background-color:#f5f5f5;color:#3c3c3c}.typeahead__list.empty>li{padding:.5rem .75rem;color:#333}.typeahead__list>li.typeahead__group{border-color:#bfdef6;font-weight:700}.typeahead__list>li.typeahead__group:first-child{border-top:1px solid #bfdef6}.typeahead__list>li.typeahead__group.active>a,.typeahead__list>li.typeahead__group>a,.typeahead__list>li.typeahead__group>a:focus,.typeahead__list>li.typeahead__group>a:hover{cursor:default;color:#17639f;background:#ecf5fc}.typeahead__list>li.typeahead__group+li.typeahead__item{border-color:#bfdef6}.typeahead__container.backdrop+.typeahead__backdrop,.typeahead__container.filter .typeahead__dropdown,.typeahead__container.hint .typeahead__hint,.typeahead__container.result .typeahead__list{display:block!important}.typeahead__container+.typeahead__backdrop,.typeahead__container .typeahead__dropdown,.typeahead__container .typeahead__hint,.typeahead__container .typeahead__list{display:none!important}.typeahead__dropdown li:last-child{margin-top:5px;padding-top:5px;border-top:1px solid #ccc}.typeahead__cancel-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:0;cursor:pointer;line-height:1.25;padding:.5rem .75rem;visibility:hidden}.typeahead__label .typeahead__cancel-button{visibility:visible;right:4px}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,.typeahead__label .typeahead__cancel-button{visibility:visible}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,.typeahead__label .typeahead__cancel-button:hover{color:#d0021b}.typeahead__search-icon{padding:0 1.25rem;width:16px;height:16px;background:url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll 50% transparent}.typeahead__container.loading .typeahead__query:after,.typeahead__container.loading .typeahead__query:before{-webkit-transition:all 0s linear,opacity .2s ease;transition:all 0s linear,opacity .2s ease;position:absolute;z-index:3;content:"";top:50%;right:.55em;margin-top:-.675rem;width:1.35rem;height:1.35rem;box-sizing:border-box;border-radius:500rem;border-style:solid;border-width:.1em}.typeahead__container.loading .typeahead__query:before{border-color:rgba(0,0,0,.35)}.typeahead__container.loading .typeahead__query:after{-webkit-animation:a .6s linear;animation:a .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:#fff transparent transparent;box-shadow:0 0 0 1px transparent}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.typeahead__label-container{list-style:none;position:absolute;padding-top:0.375rem;padding-left:6px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.typeahead__label,.typeahead__label-container{display:-webkit-box;display:-ms-flexbox;display:flex}.typeahead__label{font-size:0.875rem;position:relative;background:#ecf5fc;border:1px solid #c2e0ff;padding-left:4px;border-radius:2px;margin-right:4px;margin-bottom:0.375rem}.typeahead__label>*{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.typeahead__label .typeahead__cancel-button{line-height:normal;height:auto;position:static;padding:calc(1rem * .25 - 1px) 6px calc(1rem * .25 + 1px);margin-left:4px;font-size:0.875rem;border-left:1px solid #c2e0ff}.typeahead__label .typeahead__cancel-button:hover{background-color:#d5e9f9}
#isabel-sc-form-section .m-0 {
    margin: 0 !important;
}

#isabel-sc-form-section .mt-0,
#isabel-sc-form-section .my-0 {
    margin-top: 0 !important;
}

#isabel-sc-form-section .mr-0,
#isabel-sc-form-section .mx-0 {
    margin-right: 0 !important;
}

#isabel-sc-form-section .mb-0,
#isabel-sc-form-section .my-0 {
    margin-bottom: 0 !important;
}

#isabel-sc-form-section .ml-0,
#isabel-sc-form-section .mx-0 {
    margin-left: 0 !important;
}

#isabel-sc-form-section .m-1 {
    margin: 0.25rem !important;
}

#isabel-sc-form-section .mt-1,
#isabel-sc-form-section .my-1 {
    margin-top: 0.25rem !important;
}

#isabel-sc-form-section .mr-1,
#isabel-sc-form-section .mx-1 {
    margin-right: 0.25rem !important;
}

#isabel-sc-form-section .mb-1,
#isabel-sc-form-section .my-1 {
    margin-bottom: 0.25rem !important;
}

#isabel-sc-form-section .ml-1,
#isabel-sc-form-section .mx-1 {
    margin-left: 0.25rem !important;
}

#isabel-sc-form-section .m-2 {
    margin: 0.5rem !important;
}

#isabel-sc-form-section .mt-2,
#isabel-sc-form-section .my-2 {
    margin-top: 0.5rem !important;
}

#isabel-sc-form-section .mr-2,
#isabel-sc-form-section .mx-2 {
    margin-right: 0.5rem !important;
}

#isabel-sc-form-section .mb-2,
#isabel-sc-form-section .my-2 {
    margin-bottom: 0.5rem !important;
}

#isabel-sc-form-section .ml-2,
#isabel-sc-form-section .mx-2 {
    margin-left: 0.5rem !important;
}

#isabel-sc-form-section .m-3 {
    margin: 1rem !important;
}

#isabel-sc-form-section .mt-3,
#isabel-sc-form-section .my-3 {
    margin-top: 1rem !important;
}

#isabel-sc-form-section .mr-3,
#isabel-sc-form-section .mx-3 {
    margin-right: 1rem !important;
}

#isabel-sc-form-section .mb-3,
#isabel-sc-form-section .my-3 {
    margin-bottom: 1rem !important;
}

#isabel-sc-form-section .ml-3,
#isabel-sc-form-section .mx-3 {
    margin-left: 1rem !important;
}

#isabel-sc-form-section .m-4 {
    margin: 1.5rem !important;
}

#isabel-sc-form-section .mt-4,
#isabel-sc-form-section .my-4 {
    margin-top: 1.5rem !important;
}

#isabel-sc-form-section .mr-4,
#isabel-sc-form-section .mx-4 {
    margin-right: 1.5rem !important;
}

#isabel-sc-form-section .mb-4,
#isabel-sc-form-section .my-4 {
    margin-bottom: 1.5rem !important;
}

#isabel-sc-form-section .ml-4,
#isabel-sc-form-section .mx-4 {
    margin-left: 1.5rem !important;
}

#isabel-sc-form-section .m-5 {
    margin: 3rem !important;
}

#isabel-sc-form-section .mt-5,
#isabel-sc-form-section .my-5 {
    margin-top: 3rem !important;
}

#isabel-sc-form-section .mr-5,
#isabel-sc-form-section .mx-5 {
    margin-right: 3rem !important;
}

#isabel-sc-form-section .mb-5,
#isabel-sc-form-section .my-5 {
    margin-bottom: 3rem !important;
}

#isabel-sc-form-section .ml-5,
#isabel-sc-form-section .mx-5 {
    margin-left: 3rem !important;
}

#isabel-sc-form-section .p-0 {
    padding: 0 !important;
}

#isabel-sc-form-section .pt-0,
#isabel-sc-form-section .py-0 {
    padding-top: 0 !important;
}

#isabel-sc-form-section .pr-0,
#isabel-sc-form-section .px-0 {
    padding-right: 0 !important;
}

#isabel-sc-form-section .pb-0,
#isabel-sc-form-section .py-0 {
    padding-bottom: 0 !important;
}

#isabel-sc-form-section .pl-0,
#isabel-sc-form-section .px-0 {
    padding-left: 0 !important;
}

#isabel-sc-form-section .p-1 {
    padding: 0.25rem !important;
}

#isabel-sc-form-section .pt-1,
#isabel-sc-form-section .py-1 {
    padding-top: 0.25rem !important;
}

#isabel-sc-form-section .pr-1,
#isabel-sc-form-section .px-1 {
    padding-right: 0.25rem !important;
}

#isabel-sc-form-section .pb-1,
#isabel-sc-form-section .py-1 {
    padding-bottom: 0.25rem !important;
}

#isabel-sc-form-section .pl-1,
#isabel-sc-form-section .px-1 {
    padding-left: 0.25rem !important;
}

#isabel-sc-form-section .p-2 {
    padding: 0.5rem !important;
}

#isabel-sc-form-section .pt-2,
#isabel-sc-form-section .py-2 {
    padding-top: 0.5rem !important;
}

#isabel-sc-form-section .pr-2,
#isabel-sc-form-section .px-2 {
    padding-right: 0.5rem !important;
}

#isabel-sc-form-section .pb-2,
#isabel-sc-form-section .py-2 {
    padding-bottom: 0.5rem !important;
}

#isabel-sc-form-section .pl-2,
#isabel-sc-form-section .px-2 {
    padding-left: 0.5rem !important;
}

#isabel-sc-form-section .p-3 {
    padding: 1rem !important;
}

#isabel-sc-form-section .pt-3,
#isabel-sc-form-section .py-3 {
    padding-top: 1rem !important;
}

#isabel-sc-form-section .pr-3,
#isabel-sc-form-section .px-3 {
    padding-right: 1rem !important;
}

#isabel-sc-form-section .pb-3,
#isabel-sc-form-section .py-3 {
    padding-bottom: 1rem !important;
}

#isabel-sc-form-section .pl-3,
#isabel-sc-form-section .px-3 {
    padding-left: 1rem !important;
}

#isabel-sc-form-section .p-4 {
    padding: 1.5rem !important;
}

#isabel-sc-form-section .pt-4,
#isabel-sc-form-section .py-4 {
    padding-top: 1.5rem !important;
}

#isabel-sc-form-section .pr-4,
#isabel-sc-form-section .px-4 {
    padding-right: 1.5rem !important;
}

#isabel-sc-form-section .pb-4,
#isabel-sc-form-section .py-4 {
    padding-bottom: 1.5rem !important;
}

#isabel-sc-form-section .pl-4,
#isabel-sc-form-section .px-4 {
    padding-left: 1.5rem !important;
}

#isabel-sc-form-section .p-5 {
    padding: 3rem !important;
}

#isabel-sc-form-section .pt-5,
#isabel-sc-form-section .py-5 {
    padding-top: 3rem !important;
}

#isabel-sc-form-section .pr-5,
#isabel-sc-form-section .px-5 {
    padding-right: 3rem !important;
}

#isabel-sc-form-section .pb-5,
#isabel-sc-form-section .py-5 {
    padding-bottom: 3rem !important;
}

#isabel-sc-form-section .pl-5,
#isabel-sc-form-section .px-5 {
    padding-left: 3rem !important;
}

#isabel-sc-form-section .m-n1 {
    margin: -0.25rem !important;
}

#isabel-sc-form-section .mt-n1,
#isabel-sc-form-section .my-n1 {
    margin-top: -0.25rem !important;
}

#isabel-sc-form-section .mr-n1,
#isabel-sc-form-section .mx-n1 {
    margin-right: -0.25rem !important;
}

#isabel-sc-form-section .mb-n1,
#isabel-sc-form-section .my-n1 {
    margin-bottom: -0.25rem !important;
}

#isabel-sc-form-section .ml-n1,
#isabel-sc-form-section .mx-n1 {
    margin-left: -0.25rem !important;
}

#isabel-sc-form-section .m-n2 {
    margin: -0.5rem !important;
}

#isabel-sc-form-section .mt-n2,
#isabel-sc-form-section .my-n2 {
    margin-top: -0.5rem !important;
}

#isabel-sc-form-section .mr-n2,
#isabel-sc-form-section .mx-n2 {
    margin-right: -0.5rem !important;
}

#isabel-sc-form-section .mb-n2,
#isabel-sc-form-section .my-n2 {
    margin-bottom: -0.5rem !important;
}

#isabel-sc-form-section .ml-n2,
#isabel-sc-form-section .mx-n2 {
    margin-left: -0.5rem !important;
}

#isabel-sc-form-section .m-n3 {
    margin: -1rem !important;
}

#isabel-sc-form-section .mt-n3,
#isabel-sc-form-section .my-n3 {
    margin-top: -1rem !important;
}

#isabel-sc-form-section .mr-n3,
#isabel-sc-form-section .mx-n3 {
    margin-right: -1rem !important;
}

#isabel-sc-form-section .mb-n3,
#isabel-sc-form-section .my-n3 {
    margin-bottom: -1rem !important;
}

#isabel-sc-form-section .ml-n3,
#isabel-sc-form-section .mx-n3 {
    margin-left: -1rem !important;
}

#isabel-sc-form-section .m-n4 {
    margin: -1.5rem !important;
}

#isabel-sc-form-section .mt-n4,
#isabel-sc-form-section .my-n4 {
    margin-top: -1.5rem !important;
}

#isabel-sc-form-section .mr-n4,
#isabel-sc-form-section .mx-n4 {
    margin-right: -1.5rem !important;
}

#isabel-sc-form-section .mb-n4,
#isabel-sc-form-section .my-n4 {
    margin-bottom: -1.5rem !important;
}

#isabel-sc-form-section .ml-n4,
#isabel-sc-form-section .mx-n4 {
    margin-left: -1.5rem !important;
}

#isabel-sc-form-section .m-n5 {
    margin: -3rem !important;
}

#isabel-sc-form-section .mt-n5,
#isabel-sc-form-section .my-n5 {
    margin-top: -3rem !important;
}

#isabel-sc-form-section .mr-n5,
#isabel-sc-form-section .mx-n5 {
    margin-right: -3rem !important;
}

#isabel-sc-form-section .mb-n5,
#isabel-sc-form-section .my-n5 {
    margin-bottom: -3rem !important;
}

#isabel-sc-form-section .ml-n5,
#isabel-sc-form-section .mx-n5 {
    margin-left: -3rem !important;
}

#isabel-sc-form-section .m-auto {
    margin: auto !important;
}

#isabel-sc-form-section .mt-auto,
#isabel-sc-form-section .my-auto {
    margin-top: auto !important;
}

#isabel-sc-form-section .mr-auto,
#isabel-sc-form-section .mx-auto {
    margin-right: auto !important;
}

#isabel-sc-form-section .mb-auto,
#isabel-sc-form-section .my-auto {
    margin-bottom: auto !important;
}

#isabel-sc-form-section .ml-auto,
#isabel-sc-form-section .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    #isabel-sc-form-section .m-sm-0 {
        margin: 0 !important;
    }

    #isabel-sc-form-section .mt-sm-0,
  #isabel-sc-form-section .my-sm-0 {
        margin-top: 0 !important;
    }

    #isabel-sc-form-section .mr-sm-0,
  #isabel-sc-form-section .mx-sm-0 {
        margin-right: 0 !important;
    }

    #isabel-sc-form-section .mb-sm-0,
  #isabel-sc-form-section .my-sm-0 {
        margin-bottom: 0 !important;
    }

    #isabel-sc-form-section .ml-sm-0,
  #isabel-sc-form-section .mx-sm-0 {
        margin-left: 0 !important;
    }

    #isabel-sc-form-section .m-sm-1 {
        margin: 0.25rem !important;
    }

    #isabel-sc-form-section .mt-sm-1,
  #isabel-sc-form-section .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    #isabel-sc-form-section .mr-sm-1,
  #isabel-sc-form-section .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    #isabel-sc-form-section .mb-sm-1,
  #isabel-sc-form-section .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    #isabel-sc-form-section .ml-sm-1,
  #isabel-sc-form-section .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    #isabel-sc-form-section .m-sm-2 {
        margin: 0.5rem !important;
    }

    #isabel-sc-form-section .mt-sm-2,
  #isabel-sc-form-section .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    #isabel-sc-form-section .mr-sm-2,
  #isabel-sc-form-section .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    #isabel-sc-form-section .mb-sm-2,
  #isabel-sc-form-section .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    #isabel-sc-form-section .ml-sm-2,
  #isabel-sc-form-section .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    #isabel-sc-form-section .m-sm-3 {
        margin: 1rem !important;
    }

    #isabel-sc-form-section .mt-sm-3,
  #isabel-sc-form-section .my-sm-3 {
        margin-top: 1rem !important;
    }

    #isabel-sc-form-section .mr-sm-3,
  #isabel-sc-form-section .mx-sm-3 {
        margin-right: 1rem !important;
    }

    #isabel-sc-form-section .mb-sm-3,
  #isabel-sc-form-section .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    #isabel-sc-form-section .ml-sm-3,
  #isabel-sc-form-section .mx-sm-3 {
        margin-left: 1rem !important;
    }

    #isabel-sc-form-section .m-sm-4 {
        margin: 1.5rem !important;
    }

    #isabel-sc-form-section .mt-sm-4,
  #isabel-sc-form-section .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    #isabel-sc-form-section .mr-sm-4,
  #isabel-sc-form-section .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    #isabel-sc-form-section .mb-sm-4,
  #isabel-sc-form-section .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    #isabel-sc-form-section .ml-sm-4,
  #isabel-sc-form-section .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    #isabel-sc-form-section .m-sm-5 {
        margin: 3rem !important;
    }

    #isabel-sc-form-section .mt-sm-5,
  #isabel-sc-form-section .my-sm-5 {
        margin-top: 3rem !important;
    }

    #isabel-sc-form-section .mr-sm-5,
  #isabel-sc-form-section .mx-sm-5 {
        margin-right: 3rem !important;
    }

    #isabel-sc-form-section .mb-sm-5,
  #isabel-sc-form-section .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    #isabel-sc-form-section .ml-sm-5,
  #isabel-sc-form-section .mx-sm-5 {
        margin-left: 3rem !important;
    }

    #isabel-sc-form-section .p-sm-0 {
        padding: 0 !important;
    }

    #isabel-sc-form-section .pt-sm-0,
  #isabel-sc-form-section .py-sm-0 {
        padding-top: 0 !important;
    }

    #isabel-sc-form-section .pr-sm-0,
  #isabel-sc-form-section .px-sm-0 {
        padding-right: 0 !important;
    }

    #isabel-sc-form-section .pb-sm-0,
  #isabel-sc-form-section .py-sm-0 {
        padding-bottom: 0 !important;
    }

    #isabel-sc-form-section .pl-sm-0,
  #isabel-sc-form-section .px-sm-0 {
        padding-left: 0 !important;
    }

    #isabel-sc-form-section .p-sm-1 {
        padding: 0.25rem !important;
    }

    #isabel-sc-form-section .pt-sm-1,
  #isabel-sc-form-section .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    #isabel-sc-form-section .pr-sm-1,
  #isabel-sc-form-section .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    #isabel-sc-form-section .pb-sm-1,
  #isabel-sc-form-section .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    #isabel-sc-form-section .pl-sm-1,
  #isabel-sc-form-section .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    #isabel-sc-form-section .p-sm-2 {
        padding: 0.5rem !important;
    }

    #isabel-sc-form-section .pt-sm-2,
  #isabel-sc-form-section .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    #isabel-sc-form-section .pr-sm-2,
  #isabel-sc-form-section .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    #isabel-sc-form-section .pb-sm-2,
  #isabel-sc-form-section .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    #isabel-sc-form-section .pl-sm-2,
  #isabel-sc-form-section .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    #isabel-sc-form-section .p-sm-3 {
        padding: 1rem !important;
    }

    #isabel-sc-form-section .pt-sm-3,
  #isabel-sc-form-section .py-sm-3 {
        padding-top: 1rem !important;
    }

    #isabel-sc-form-section .pr-sm-3,
  #isabel-sc-form-section .px-sm-3 {
        padding-right: 1rem !important;
    }

    #isabel-sc-form-section .pb-sm-3,
  #isabel-sc-form-section .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    #isabel-sc-form-section .pl-sm-3,
  #isabel-sc-form-section .px-sm-3 {
        padding-left: 1rem !important;
    }

    #isabel-sc-form-section .p-sm-4 {
        padding: 1.5rem !important;
    }

    #isabel-sc-form-section .pt-sm-4,
  #isabel-sc-form-section .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    #isabel-sc-form-section .pr-sm-4,
  #isabel-sc-form-section .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    #isabel-sc-form-section .pb-sm-4,
  #isabel-sc-form-section .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    #isabel-sc-form-section .pl-sm-4,
  #isabel-sc-form-section .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    #isabel-sc-form-section .p-sm-5 {
        padding: 3rem !important;
    }

    #isabel-sc-form-section .pt-sm-5,
  #isabel-sc-form-section .py-sm-5 {
        padding-top: 3rem !important;
    }

    #isabel-sc-form-section .pr-sm-5,
  #isabel-sc-form-section .px-sm-5 {
        padding-right: 3rem !important;
    }

    #isabel-sc-form-section .pb-sm-5,
  #isabel-sc-form-section .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    #isabel-sc-form-section .pl-sm-5,
  #isabel-sc-form-section .px-sm-5 {
        padding-left: 3rem !important;
    }

    #isabel-sc-form-section .m-sm-n1 {
        margin: -0.25rem !important;
    }

    #isabel-sc-form-section .mt-sm-n1,
  #isabel-sc-form-section .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    #isabel-sc-form-section .mr-sm-n1,
  #isabel-sc-form-section .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    #isabel-sc-form-section .mb-sm-n1,
  #isabel-sc-form-section .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    #isabel-sc-form-section .ml-sm-n1,
  #isabel-sc-form-section .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    #isabel-sc-form-section .m-sm-n2 {
        margin: -0.5rem !important;
    }

    #isabel-sc-form-section .mt-sm-n2,
  #isabel-sc-form-section .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    #isabel-sc-form-section .mr-sm-n2,
  #isabel-sc-form-section .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    #isabel-sc-form-section .mb-sm-n2,
  #isabel-sc-form-section .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    #isabel-sc-form-section .ml-sm-n2,
  #isabel-sc-form-section .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    #isabel-sc-form-section .m-sm-n3 {
        margin: -1rem !important;
    }

    #isabel-sc-form-section .mt-sm-n3,
  #isabel-sc-form-section .my-sm-n3 {
        margin-top: -1rem !important;
    }

    #isabel-sc-form-section .mr-sm-n3,
  #isabel-sc-form-section .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    #isabel-sc-form-section .mb-sm-n3,
  #isabel-sc-form-section .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    #isabel-sc-form-section .ml-sm-n3,
  #isabel-sc-form-section .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    #isabel-sc-form-section .m-sm-n4 {
        margin: -1.5rem !important;
    }

    #isabel-sc-form-section .mt-sm-n4,
  #isabel-sc-form-section .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    #isabel-sc-form-section .mr-sm-n4,
  #isabel-sc-form-section .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    #isabel-sc-form-section .mb-sm-n4,
  #isabel-sc-form-section .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    #isabel-sc-form-section .ml-sm-n4,
  #isabel-sc-form-section .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    #isabel-sc-form-section .m-sm-n5 {
        margin: -3rem !important;
    }

    #isabel-sc-form-section .mt-sm-n5,
  #isabel-sc-form-section .my-sm-n5 {
        margin-top: -3rem !important;
    }

    #isabel-sc-form-section .mr-sm-n5,
  #isabel-sc-form-section .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    #isabel-sc-form-section .mb-sm-n5,
  #isabel-sc-form-section .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    #isabel-sc-form-section .ml-sm-n5,
  #isabel-sc-form-section .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    #isabel-sc-form-section .m-sm-auto {
        margin: auto !important;
    }

    #isabel-sc-form-section .mt-sm-auto,
  #isabel-sc-form-section .my-sm-auto {
        margin-top: auto !important;
    }

    #isabel-sc-form-section .mr-sm-auto,
  #isabel-sc-form-section .mx-sm-auto {
        margin-right: auto !important;
    }

    #isabel-sc-form-section .mb-sm-auto,
  #isabel-sc-form-section .my-sm-auto {
        margin-bottom: auto !important;
    }

    #isabel-sc-form-section .ml-sm-auto,
  #isabel-sc-form-section .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    #isabel-sc-form-section .m-md-0 {
        margin: 0 !important;
    }

    #isabel-sc-form-section .mt-md-0,
  #isabel-sc-form-section .my-md-0 {
        margin-top: 0 !important;
    }

    #isabel-sc-form-section .mr-md-0,
  #isabel-sc-form-section .mx-md-0 {
        margin-right: 0 !important;
    }

    #isabel-sc-form-section .mb-md-0,
  #isabel-sc-form-section .my-md-0 {
        margin-bottom: 0 !important;
    }

    #isabel-sc-form-section .ml-md-0,
  #isabel-sc-form-section .mx-md-0 {
        margin-left: 0 !important;
    }

    #isabel-sc-form-section .m-md-1 {
        margin: 0.25rem !important;
    }

    #isabel-sc-form-section .mt-md-1,
  #isabel-sc-form-section .my-md-1 {
        margin-top: 0.25rem !important;
    }

    #isabel-sc-form-section .mr-md-1,
  #isabel-sc-form-section .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    #isabel-sc-form-section .mb-md-1,
  #isabel-sc-form-section .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    #isabel-sc-form-section .ml-md-1,
  #isabel-sc-form-section .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    #isabel-sc-form-section .m-md-2 {
        margin: 0.5rem !important;
    }

    #isabel-sc-form-section .mt-md-2,
  #isabel-sc-form-section .my-md-2 {
        margin-top: 0.5rem !important;
    }

    #isabel-sc-form-section .mr-md-2,
  #isabel-sc-form-section .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    #isabel-sc-form-section .mb-md-2,
  #isabel-sc-form-section .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    #isabel-sc-form-section .ml-md-2,
  #isabel-sc-form-section .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    #isabel-sc-form-section .m-md-3 {
        margin: 1rem !important;
    }

    #isabel-sc-form-section .mt-md-3,
  #isabel-sc-form-section .my-md-3 {
        margin-top: 1rem !important;
    }

    #isabel-sc-form-section .mr-md-3,
  #isabel-sc-form-section .mx-md-3 {
        margin-right: 1rem !important;
    }

    #isabel-sc-form-section .mb-md-3,
  #isabel-sc-form-section .my-md-3 {
        margin-bottom: 1rem !important;
    }

    #isabel-sc-form-section .ml-md-3,
  #isabel-sc-form-section .mx-md-3 {
        margin-left: 1rem !important;
    }

    #isabel-sc-form-section .m-md-4 {
        margin: 1.5rem !important;
    }

    #isabel-sc-form-section .mt-md-4,
  #isabel-sc-form-section .my-md-4 {
        margin-top: 1.5rem !important;
    }

    #isabel-sc-form-section .mr-md-4,
  #isabel-sc-form-section .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    #isabel-sc-form-section .mb-md-4,
  #isabel-sc-form-section .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    #isabel-sc-form-section .ml-md-4,
  #isabel-sc-form-section .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    #isabel-sc-form-section .m-md-5 {
        margin: 3rem !important;
    }

    #isabel-sc-form-section .mt-md-5,
  #isabel-sc-form-section .my-md-5 {
        margin-top: 3rem !important;
    }

    #isabel-sc-form-section .mr-md-5,
  #isabel-sc-form-section .mx-md-5 {
        margin-right: 3rem !important;
    }

    #isabel-sc-form-section .mb-md-5,
  #isabel-sc-form-section .my-md-5 {
        margin-bottom: 3rem !important;
    }

    #isabel-sc-form-section .ml-md-5,
  #isabel-sc-form-section .mx-md-5 {
        margin-left: 3rem !important;
    }

    #isabel-sc-form-section .p-md-0 {
        padding: 0 !important;
    }

    #isabel-sc-form-section .pt-md-0,
  #isabel-sc-form-section .py-md-0 {
        padding-top: 0 !important;
    }

    #isabel-sc-form-section .pr-md-0,
  #isabel-sc-form-section .px-md-0 {
        padding-right: 0 !important;
    }

    #isabel-sc-form-section .pb-md-0,
  #isabel-sc-form-section .py-md-0 {
        padding-bottom: 0 !important;
    }

    #isabel-sc-form-section .pl-md-0,
  #isabel-sc-form-section .px-md-0 {
        padding-left: 0 !important;
    }

    #isabel-sc-form-section .p-md-1 {
        padding: 0.25rem !important;
    }

    #isabel-sc-form-section .pt-md-1,
  #isabel-sc-form-section .py-md-1 {
        padding-top: 0.25rem !important;
    }

    #isabel-sc-form-section .pr-md-1,
  #isabel-sc-form-section .px-md-1 {
        padding-right: 0.25rem !important;
    }

    #isabel-sc-form-section .pb-md-1,
  #isabel-sc-form-section .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    #isabel-sc-form-section .pl-md-1,
  #isabel-sc-form-section .px-md-1 {
        padding-left: 0.25rem !important;
    }

    #isabel-sc-form-section .p-md-2 {
        padding: 0.5rem !important;
    }

    #isabel-sc-form-section .pt-md-2,
  #isabel-sc-form-section .py-md-2 {
        padding-top: 0.5rem !important;
    }

    #isabel-sc-form-section .pr-md-2,
  #isabel-sc-form-section .px-md-2 {
        padding-right: 0.5rem !important;
    }

    #isabel-sc-form-section .pb-md-2,
  #isabel-sc-form-section .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    #isabel-sc-form-section .pl-md-2,
  #isabel-sc-form-section .px-md-2 {
        padding-left: 0.5rem !important;
    }

    #isabel-sc-form-section .p-md-3 {
        padding: 1rem !important;
    }

    #isabel-sc-form-section .pt-md-3,
  #isabel-sc-form-section .py-md-3 {
        padding-top: 1rem !important;
    }

    #isabel-sc-form-section .pr-md-3,
  #isabel-sc-form-section .px-md-3 {
        padding-right: 1rem !important;
    }

    #isabel-sc-form-section .pb-md-3,
  #isabel-sc-form-section .py-md-3 {
        padding-bottom: 1rem !important;
    }

    #isabel-sc-form-section .pl-md-3,
  #isabel-sc-form-section .px-md-3 {
        padding-left: 1rem !important;
    }

    #isabel-sc-form-section .p-md-4 {
        padding: 1.5rem !important;
    }

    #isabel-sc-form-section .pt-md-4,
  #isabel-sc-form-section .py-md-4 {
        padding-top: 1.5rem !important;
    }

    #isabel-sc-form-section .pr-md-4,
  #isabel-sc-form-section .px-md-4 {
        padding-right: 1.5rem !important;
    }

    #isabel-sc-form-section .pb-md-4,
  #isabel-sc-form-section .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    #isabel-sc-form-section .pl-md-4,
  #isabel-sc-form-section .px-md-4 {
        padding-left: 1.5rem !important;
    }

    #isabel-sc-form-section .p-md-5 {
        padding: 3rem !important;
    }

    #isabel-sc-form-section .pt-md-5,
  #isabel-sc-form-section .py-md-5 {
        padding-top: 3rem !important;
    }

    #isabel-sc-form-section .pr-md-5,
  #isabel-sc-form-section .px-md-5 {
        padding-right: 3rem !important;
    }

    #isabel-sc-form-section .pb-md-5,
  #isabel-sc-form-section .py-md-5 {
        padding-bottom: 3rem !important;
    }

    #isabel-sc-form-section .pl-md-5,
  #isabel-sc-form-section .px-md-5 {
        padding-left: 3rem !important;
    }

    #isabel-sc-form-section .m-md-n1 {
        margin: -0.25rem !important;
    }

    #isabel-sc-form-section .mt-md-n1,
  #isabel-sc-form-section .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    #isabel-sc-form-section .mr-md-n1,
  #isabel-sc-form-section .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    #isabel-sc-form-section .mb-md-n1,
  #isabel-sc-form-section .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    #isabel-sc-form-section .ml-md-n1,
  #isabel-sc-form-section .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    #isabel-sc-form-section .m-md-n2 {
        margin: -0.5rem !important;
    }

    #isabel-sc-form-section .mt-md-n2,
  #isabel-sc-form-section .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    #isabel-sc-form-section .mr-md-n2,
  #isabel-sc-form-section .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    #isabel-sc-form-section .mb-md-n2,
  #isabel-sc-form-section .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    #isabel-sc-form-section .ml-md-n2,
  #isabel-sc-form-section .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    #isabel-sc-form-section .m-md-n3 {
        margin: -1rem !important;
    }

    #isabel-sc-form-section .mt-md-n3,
  #isabel-sc-form-section .my-md-n3 {
        margin-top: -1rem !important;
    }

    #isabel-sc-form-section .mr-md-n3,
  #isabel-sc-form-section .mx-md-n3 {
        margin-right: -1rem !important;
    }

    #isabel-sc-form-section .mb-md-n3,
  #isabel-sc-form-section .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    #isabel-sc-form-section .ml-md-n3,
  #isabel-sc-form-section .mx-md-n3 {
        margin-left: -1rem !important;
    }

    #isabel-sc-form-section .m-md-n4 {
        margin: -1.5rem !important;
    }

    #isabel-sc-form-section .mt-md-n4,
  #isabel-sc-form-section .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    #isabel-sc-form-section .mr-md-n4,
  #isabel-sc-form-section .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    #isabel-sc-form-section .mb-md-n4,
  #isabel-sc-form-section .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    #isabel-sc-form-section .ml-md-n4,
  #isabel-sc-form-section .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    #isabel-sc-form-section .m-md-n5 {
        margin: -3rem !important;
    }

    #isabel-sc-form-section .mt-md-n5,
  #isabel-sc-form-section .my-md-n5 {
        margin-top: -3rem !important;
    }

    #isabel-sc-form-section .mr-md-n5,
  #isabel-sc-form-section .mx-md-n5 {
        margin-right: -3rem !important;
    }

    #isabel-sc-form-section .mb-md-n5,
  #isabel-sc-form-section .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    #isabel-sc-form-section .ml-md-n5,
  #isabel-sc-form-section .mx-md-n5 {
        margin-left: -3rem !important;
    }

    #isabel-sc-form-section .m-md-auto {
        margin: auto !important;
    }

    #isabel-sc-form-section .mt-md-auto,
  #isabel-sc-form-section .my-md-auto {
        margin-top: auto !important;
    }

    #isabel-sc-form-section .mr-md-auto,
  #isabel-sc-form-section .mx-md-auto {
        margin-right: auto !important;
    }

    #isabel-sc-form-section .mb-md-auto,
  #isabel-sc-form-section .my-md-auto {
        margin-bottom: auto !important;
    }

    #isabel-sc-form-section .ml-md-auto,
  #isabel-sc-form-section .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    #isabel-sc-form-section .m-lg-0 {
        margin: 0 !important;
    }

    #isabel-sc-form-section .mt-lg-0,
  #isabel-sc-form-section .my-lg-0 {
        margin-top: 0 !important;
    }

    #isabel-sc-form-section .mr-lg-0,
  #isabel-sc-form-section .mx-lg-0 {
        margin-right: 0 !important;
    }

    #isabel-sc-form-section .mb-lg-0,
  #isabel-sc-form-section .my-lg-0 {
        margin-bottom: 0 !important;
    }

    #isabel-sc-form-section .ml-lg-0,
  #isabel-sc-form-section .mx-lg-0 {
        margin-left: 0 !important;
    }

    #isabel-sc-form-section .m-lg-1 {
        margin: 0.25rem !important;
    }

    #isabel-sc-form-section .mt-lg-1,
  #isabel-sc-form-section .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    #isabel-sc-form-section .mr-lg-1,
  #isabel-sc-form-section .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    #isabel-sc-form-section .mb-lg-1,
  #isabel-sc-form-section .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    #isabel-sc-form-section .ml-lg-1,
  #isabel-sc-form-section .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    #isabel-sc-form-section .m-lg-2 {
        margin: 0.5rem !important;
    }

    #isabel-sc-form-section .mt-lg-2,
  #isabel-sc-form-section .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    #isabel-sc-form-section .mr-lg-2,
  #isabel-sc-form-section .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    #isabel-sc-form-section .mb-lg-2,
  #isabel-sc-form-section .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    #isabel-sc-form-section .ml-lg-2,
  #isabel-sc-form-section .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    #isabel-sc-form-section .m-lg-3 {
        margin: 1rem !important;
    }

    #isabel-sc-form-section .mt-lg-3,
  #isabel-sc-form-section .my-lg-3 {
        margin-top: 1rem !important;
    }

    #isabel-sc-form-section .mr-lg-3,
  #isabel-sc-form-section .mx-lg-3 {
        margin-right: 1rem !important;
    }

    #isabel-sc-form-section .mb-lg-3,
  #isabel-sc-form-section .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    #isabel-sc-form-section .ml-lg-3,
  #isabel-sc-form-section .mx-lg-3 {
        margin-left: 1rem !important;
    }

    #isabel-sc-form-section .m-lg-4 {
        margin: 1.5rem !important;
    }

    #isabel-sc-form-section .mt-lg-4,
  #isabel-sc-form-section .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    #isabel-sc-form-section .mr-lg-4,
  #isabel-sc-form-section .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    #isabel-sc-form-section .mb-lg-4,
  #isabel-sc-form-section .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    #isabel-sc-form-section .ml-lg-4,
  #isabel-sc-form-section .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    #isabel-sc-form-section .m-lg-5 {
        margin: 3rem !important;
    }

    #isabel-sc-form-section .mt-lg-5,
  #isabel-sc-form-section .my-lg-5 {
        margin-top: 3rem !important;
    }

    #isabel-sc-form-section .mr-lg-5,
  #isabel-sc-form-section .mx-lg-5 {
        margin-right: 3rem !important;
    }

    #isabel-sc-form-section .mb-lg-5,
  #isabel-sc-form-section .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    #isabel-sc-form-section .ml-lg-5,
  #isabel-sc-form-section .mx-lg-5 {
        margin-left: 3rem !important;
    }

    #isabel-sc-form-section .p-lg-0 {
        padding: 0 !important;
    }

    #isabel-sc-form-section .pt-lg-0,
  #isabel-sc-form-section .py-lg-0 {
        padding-top: 0 !important;
    }

    #isabel-sc-form-section .pr-lg-0,
  #isabel-sc-form-section .px-lg-0 {
        padding-right: 0 !important;
    }

    #isabel-sc-form-section .pb-lg-0,
  #isabel-sc-form-section .py-lg-0 {
        padding-bottom: 0 !important;
    }

    #isabel-sc-form-section .pl-lg-0,
  #isabel-sc-form-section .px-lg-0 {
        padding-left: 0 !important;
    }

    #isabel-sc-form-section .p-lg-1 {
        padding: 0.25rem !important;
    }

    #isabel-sc-form-section .pt-lg-1,
  #isabel-sc-form-section .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    #isabel-sc-form-section .pr-lg-1,
  #isabel-sc-form-section .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    #isabel-sc-form-section .pb-lg-1,
  #isabel-sc-form-section .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    #isabel-sc-form-section .pl-lg-1,
  #isabel-sc-form-section .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    #isabel-sc-form-section .p-lg-2 {
        padding: 0.5rem !important;
    }

    #isabel-sc-form-section .pt-lg-2,
  #isabel-sc-form-section .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    #isabel-sc-form-section .pr-lg-2,
  #isabel-sc-form-section .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    #isabel-sc-form-section .pb-lg-2,
  #isabel-sc-form-section .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    #isabel-sc-form-section .pl-lg-2,
  #isabel-sc-form-section .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    #isabel-sc-form-section .p-lg-3 {
        padding: 1rem !important;
    }

    #isabel-sc-form-section .pt-lg-3,
  #isabel-sc-form-section .py-lg-3 {
        padding-top: 1rem !important;
    }

    #isabel-sc-form-section .pr-lg-3,
  #isabel-sc-form-section .px-lg-3 {
        padding-right: 1rem !important;
    }

    #isabel-sc-form-section .pb-lg-3,
  #isabel-sc-form-section .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    #isabel-sc-form-section .pl-lg-3,
  #isabel-sc-form-section .px-lg-3 {
        padding-left: 1rem !important;
    }

    #isabel-sc-form-section .p-lg-4 {
        padding: 1.5rem !important;
    }

    #isabel-sc-form-section .pt-lg-4,
  #isabel-sc-form-section .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    #isabel-sc-form-section .pr-lg-4,
  #isabel-sc-form-section .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    #isabel-sc-form-section .pb-lg-4,
  #isabel-sc-form-section .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    #isabel-sc-form-section .pl-lg-4,
  #isabel-sc-form-section .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    #isabel-sc-form-section .p-lg-5 {
        padding: 3rem !important;
    }

    #isabel-sc-form-section .pt-lg-5,
  #isabel-sc-form-section .py-lg-5 {
        padding-top: 3rem !important;
    }

    #isabel-sc-form-section .pr-lg-5,
  #isabel-sc-form-section .px-lg-5 {
        padding-right: 3rem !important;
    }

    #isabel-sc-form-section .pb-lg-5,
  #isabel-sc-form-section .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    #isabel-sc-form-section .pl-lg-5,
  #isabel-sc-form-section .px-lg-5 {
        padding-left: 3rem !important;
    }

    #isabel-sc-form-section .m-lg-n1 {
        margin: -0.25rem !important;
    }

    #isabel-sc-form-section .mt-lg-n1,
  #isabel-sc-form-section .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    #isabel-sc-form-section .mr-lg-n1,
  #isabel-sc-form-section .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    #isabel-sc-form-section .mb-lg-n1,
  #isabel-sc-form-section .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    #isabel-sc-form-section .ml-lg-n1,
  #isabel-sc-form-section .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    #isabel-sc-form-section .m-lg-n2 {
        margin: -0.5rem !important;
    }

    #isabel-sc-form-section .mt-lg-n2,
  #isabel-sc-form-section .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    #isabel-sc-form-section .mr-lg-n2,
  #isabel-sc-form-section .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    #isabel-sc-form-section .mb-lg-n2,
  #isabel-sc-form-section .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    #isabel-sc-form-section .ml-lg-n2,
  #isabel-sc-form-section .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    #isabel-sc-form-section .m-lg-n3 {
        margin: -1rem !important;
    }

    #isabel-sc-form-section .mt-lg-n3,
  #isabel-sc-form-section .my-lg-n3 {
        margin-top: -1rem !important;
    }

    #isabel-sc-form-section .mr-lg-n3,
  #isabel-sc-form-section .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    #isabel-sc-form-section .mb-lg-n3,
  #isabel-sc-form-section .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    #isabel-sc-form-section .ml-lg-n3,
  #isabel-sc-form-section .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    #isabel-sc-form-section .m-lg-n4 {
        margin: -1.5rem !important;
    }

    #isabel-sc-form-section .mt-lg-n4,
  #isabel-sc-form-section .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    #isabel-sc-form-section .mr-lg-n4,
  #isabel-sc-form-section .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    #isabel-sc-form-section .mb-lg-n4,
  #isabel-sc-form-section .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    #isabel-sc-form-section .ml-lg-n4,
  #isabel-sc-form-section .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    #isabel-sc-form-section .m-lg-n5 {
        margin: -3rem !important;
    }

    #isabel-sc-form-section .mt-lg-n5,
  #isabel-sc-form-section .my-lg-n5 {
        margin-top: -3rem !important;
    }

    #isabel-sc-form-section .mr-lg-n5,
  #isabel-sc-form-section .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    #isabel-sc-form-section .mb-lg-n5,
  #isabel-sc-form-section .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    #isabel-sc-form-section .ml-lg-n5,
  #isabel-sc-form-section .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    #isabel-sc-form-section .m-lg-auto {
        margin: auto !important;
    }

    #isabel-sc-form-section .mt-lg-auto,
  #isabel-sc-form-section .my-lg-auto {
        margin-top: auto !important;
    }

    #isabel-sc-form-section .mr-lg-auto,
  #isabel-sc-form-section .mx-lg-auto {
        margin-right: auto !important;
    }

    #isabel-sc-form-section .mb-lg-auto,
  #isabel-sc-form-section .my-lg-auto {
        margin-bottom: auto !important;
    }

    #isabel-sc-form-section .ml-lg-auto,
  #isabel-sc-form-section .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    #isabel-sc-form-section .m-xl-0 {
        margin: 0 !important;
    }

    #isabel-sc-form-section .mt-xl-0,
  #isabel-sc-form-section .my-xl-0 {
        margin-top: 0 !important;
    }

    #isabel-sc-form-section .mr-xl-0,
  #isabel-sc-form-section .mx-xl-0 {
        margin-right: 0 !important;
    }

    #isabel-sc-form-section .mb-xl-0,
  #isabel-sc-form-section .my-xl-0 {
        margin-bottom: 0 !important;
    }

    #isabel-sc-form-section .ml-xl-0,
  #isabel-sc-form-section .mx-xl-0 {
        margin-left: 0 !important;
    }

    #isabel-sc-form-section .m-xl-1 {
        margin: 0.25rem !important;
    }

    #isabel-sc-form-section .mt-xl-1,
  #isabel-sc-form-section .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    #isabel-sc-form-section .mr-xl-1,
  #isabel-sc-form-section .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    #isabel-sc-form-section .mb-xl-1,
  #isabel-sc-form-section .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    #isabel-sc-form-section .ml-xl-1,
  #isabel-sc-form-section .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    #isabel-sc-form-section .m-xl-2 {
        margin: 0.5rem !important;
    }

    #isabel-sc-form-section .mt-xl-2,
  #isabel-sc-form-section .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    #isabel-sc-form-section .mr-xl-2,
  #isabel-sc-form-section .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    #isabel-sc-form-section .mb-xl-2,
  #isabel-sc-form-section .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    #isabel-sc-form-section .ml-xl-2,
  #isabel-sc-form-section .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    #isabel-sc-form-section .m-xl-3 {
        margin: 1rem !important;
    }

    #isabel-sc-form-section .mt-xl-3,
  #isabel-sc-form-section .my-xl-3 {
        margin-top: 1rem !important;
    }

    #isabel-sc-form-section .mr-xl-3,
  #isabel-sc-form-section .mx-xl-3 {
        margin-right: 1rem !important;
    }

    #isabel-sc-form-section .mb-xl-3,
  #isabel-sc-form-section .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    #isabel-sc-form-section .ml-xl-3,
  #isabel-sc-form-section .mx-xl-3 {
        margin-left: 1rem !important;
    }

    #isabel-sc-form-section .m-xl-4 {
        margin: 1.5rem !important;
    }

    #isabel-sc-form-section .mt-xl-4,
  #isabel-sc-form-section .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    #isabel-sc-form-section .mr-xl-4,
  #isabel-sc-form-section .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    #isabel-sc-form-section .mb-xl-4,
  #isabel-sc-form-section .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    #isabel-sc-form-section .ml-xl-4,
  #isabel-sc-form-section .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    #isabel-sc-form-section .m-xl-5 {
        margin: 3rem !important;
    }

    #isabel-sc-form-section .mt-xl-5,
  #isabel-sc-form-section .my-xl-5 {
        margin-top: 3rem !important;
    }

    #isabel-sc-form-section .mr-xl-5,
  #isabel-sc-form-section .mx-xl-5 {
        margin-right: 3rem !important;
    }

    #isabel-sc-form-section .mb-xl-5,
  #isabel-sc-form-section .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    #isabel-sc-form-section .ml-xl-5,
  #isabel-sc-form-section .mx-xl-5 {
        margin-left: 3rem !important;
    }

    #isabel-sc-form-section .p-xl-0 {
        padding: 0 !important;
    }

    #isabel-sc-form-section .pt-xl-0,
  #isabel-sc-form-section .py-xl-0 {
        padding-top: 0 !important;
    }

    #isabel-sc-form-section .pr-xl-0,
  #isabel-sc-form-section .px-xl-0 {
        padding-right: 0 !important;
    }

    #isabel-sc-form-section .pb-xl-0,
  #isabel-sc-form-section .py-xl-0 {
        padding-bottom: 0 !important;
    }

    #isabel-sc-form-section .pl-xl-0,
  #isabel-sc-form-section .px-xl-0 {
        padding-left: 0 !important;
    }

    #isabel-sc-form-section .p-xl-1 {
        padding: 0.25rem !important;
    }

    #isabel-sc-form-section .pt-xl-1,
  #isabel-sc-form-section .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    #isabel-sc-form-section .pr-xl-1,
  #isabel-sc-form-section .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    #isabel-sc-form-section .pb-xl-1,
  #isabel-sc-form-section .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    #isabel-sc-form-section .pl-xl-1,
  #isabel-sc-form-section .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    #isabel-sc-form-section .p-xl-2 {
        padding: 0.5rem !important;
    }

    #isabel-sc-form-section .pt-xl-2,
  #isabel-sc-form-section .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    #isabel-sc-form-section .pr-xl-2,
  #isabel-sc-form-section .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    #isabel-sc-form-section .pb-xl-2,
  #isabel-sc-form-section .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    #isabel-sc-form-section .pl-xl-2,
  #isabel-sc-form-section .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    #isabel-sc-form-section .p-xl-3 {
        padding: 1rem !important;
    }

    #isabel-sc-form-section .pt-xl-3,
  #isabel-sc-form-section .py-xl-3 {
        padding-top: 1rem !important;
    }

    #isabel-sc-form-section .pr-xl-3,
  #isabel-sc-form-section .px-xl-3 {
        padding-right: 1rem !important;
    }

    #isabel-sc-form-section .pb-xl-3,
  #isabel-sc-form-section .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    #isabel-sc-form-section .pl-xl-3,
  #isabel-sc-form-section .px-xl-3 {
        padding-left: 1rem !important;
    }

    #isabel-sc-form-section .p-xl-4 {
        padding: 1.5rem !important;
    }

    #isabel-sc-form-section .pt-xl-4,
  #isabel-sc-form-section .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    #isabel-sc-form-section .pr-xl-4,
  #isabel-sc-form-section .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    #isabel-sc-form-section .pb-xl-4,
  #isabel-sc-form-section .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    #isabel-sc-form-section .pl-xl-4,
  #isabel-sc-form-section .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    #isabel-sc-form-section .p-xl-5 {
        padding: 3rem !important;
    }

    #isabel-sc-form-section .pt-xl-5,
  #isabel-sc-form-section .py-xl-5 {
        padding-top: 3rem !important;
    }

    #isabel-sc-form-section .pr-xl-5,
  #isabel-sc-form-section .px-xl-5 {
        padding-right: 3rem !important;
    }

    #isabel-sc-form-section .pb-xl-5,
  #isabel-sc-form-section .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    #isabel-sc-form-section .pl-xl-5,
  #isabel-sc-form-section .px-xl-5 {
        padding-left: 3rem !important;
    }

    #isabel-sc-form-section .m-xl-n1 {
        margin: -0.25rem !important;
    }

    #isabel-sc-form-section .mt-xl-n1,
  #isabel-sc-form-section .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    #isabel-sc-form-section .mr-xl-n1,
  #isabel-sc-form-section .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    #isabel-sc-form-section .mb-xl-n1,
  #isabel-sc-form-section .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    #isabel-sc-form-section .ml-xl-n1,
  #isabel-sc-form-section .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    #isabel-sc-form-section .m-xl-n2 {
        margin: -0.5rem !important;
    }

    #isabel-sc-form-section .mt-xl-n2,
  #isabel-sc-form-section .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    #isabel-sc-form-section .mr-xl-n2,
  #isabel-sc-form-section .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    #isabel-sc-form-section .mb-xl-n2,
  #isabel-sc-form-section .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    #isabel-sc-form-section .ml-xl-n2,
  #isabel-sc-form-section .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    #isabel-sc-form-section .m-xl-n3 {
        margin: -1rem !important;
    }

    #isabel-sc-form-section .mt-xl-n3,
  #isabel-sc-form-section .my-xl-n3 {
        margin-top: -1rem !important;
    }

    #isabel-sc-form-section .mr-xl-n3,
  #isabel-sc-form-section .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    #isabel-sc-form-section .mb-xl-n3,
  #isabel-sc-form-section .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    #isabel-sc-form-section .ml-xl-n3,
  #isabel-sc-form-section .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    #isabel-sc-form-section .m-xl-n4 {
        margin: -1.5rem !important;
    }

    #isabel-sc-form-section .mt-xl-n4,
  #isabel-sc-form-section .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    #isabel-sc-form-section .mr-xl-n4,
  #isabel-sc-form-section .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    #isabel-sc-form-section .mb-xl-n4,
  #isabel-sc-form-section .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    #isabel-sc-form-section .ml-xl-n4,
  #isabel-sc-form-section .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    #isabel-sc-form-section .m-xl-n5 {
        margin: -3rem !important;
    }

    #isabel-sc-form-section .mt-xl-n5,
  #isabel-sc-form-section .my-xl-n5 {
        margin-top: -3rem !important;
    }

    #isabel-sc-form-section .mr-xl-n5,
  #isabel-sc-form-section .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    #isabel-sc-form-section .mb-xl-n5,
  #isabel-sc-form-section .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    #isabel-sc-form-section .ml-xl-n5,
  #isabel-sc-form-section .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    #isabel-sc-form-section .m-xl-auto {
        margin: auto !important;
    }

    #isabel-sc-form-section .mt-xl-auto,
  #isabel-sc-form-section .my-xl-auto {
        margin-top: auto !important;
    }

    #isabel-sc-form-section .mr-xl-auto,
  #isabel-sc-form-section .mx-xl-auto {
        margin-right: auto !important;
    }

    #isabel-sc-form-section .mb-xl-auto,
  #isabel-sc-form-section .my-xl-auto {
        margin-bottom: auto !important;
    }

    #isabel-sc-form-section .ml-xl-auto,
  #isabel-sc-form-section .mx-xl-auto {
        margin-left: auto !important;
    }
}

#isabel-sc-form-section .container {
    width: 100%;
}

#isabel-sc-form-section .gender-button {
    border: 1px solid #ced4da;
}

#isabel-sc-form-section .button-selected {
    background-color: #337ab7;
    border-color: #2e6da4;
    border-top-color: #2e6da4;
    border-right-color: #2e6da4;
    border-bottom-color: #2e6da4;
    border-left-color: #2e6da4;
    color: white;
}

#isabel-sc-form-section .button-selected:active, #isabel-sc-form-section .button-selected:focus, #isabel-sc-form-section .button-selected:focus-within {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

#isabel-sc-form-section .button-selected:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
    border-top-color: #2e6da4;
    border-right-color: #2e6da4;
    border-bottom-color: #2e6da4;
    border-left-color: #2e6da4;
}

#isabel-sc-form-section input[type="submit"]:focus {
    background-color: #0069d9;
    color: white;
}

#isabel-sc-form-section #diagnoses-window h3 {
    margin: 16px 0;
}

#isabel-sc-form-section #diagnoses-window p {
    word-wrap: break-word;
}

#isabel-sc-form-section #diagnoses-window i.red-flag-symptom {
    color: red;
}

#isabel-sc-form-section #triage-window .bg-success {
    background-color: #28a745;
}

#isabel-sc-form-section #triage-window .bg-warning {
    background-color: #ffc107;
}

#isabel-sc-form-section #triage-window .bg-danger {
    background-color: #dc3545;
}

@media all {
	.section-heading:after {
		content: '';
		display: table;
		clear: both;
	}
	.section-heading h2 {
		float: left;
        padding-right: 10px;
	}
	.section-heading a>* {
		color: inherit;
	}
	.section-heading p {
		float: right;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
	}

	.parsys_column + .section-heading,
	.module-section + .section-heading {
		margin-top: 40px;
	}
}
@media only screen and (max-width:480px) {
    .section-heading h2,
	.section-heading p {
	    float: none;
	}
}

@media all {

    div.module-section.related-content .parsys {
        margin-top: 25px;
    }

    div.module-section.related-content .every-4 {
    	clear: left;
    }

    div.module-section.related-content .module.related-content-module,
    div.module-section.related-content .new,
    div.module-section.related-content .parsys .module.related-content-module~.new {
        width: 160px;
    }

    div.module-section.related-content .parsys {
        margin-left: 0;
        margin-right: 0;
    }
    div.module-section.related-content .module,
    div.module-section.related-content .new {
        margin-left: 60px;
        padding-left: 0;
        padding-right: 0;
    }
    div.module-section.related-content .parsys .module~.new {
        margin-left: 60px;
    }
    div.module-section.related-content .module:first-child,
    div.module-section.related-content .new:first-child,
    div.module-section.related-content div[class*="cq-placeholder"]:first-child+.module,
    div.module-section.related-content div[class*="cq-placeholder"]:first-child+.new
    {
        margin-left: 0;
    }

    #main-content div.h3 + div.module-section.related-content,
    #main-content div.h3 + [class*="cq-placeholder"] + div.module-section.related-content {
        padding-top: 0;
        border-top-width: 0;
    }
}
@media only screen and (max-width:890px) {

    div.section.related-content div.every-2 {
    	clear: left;
    	margin-left: 0;
    }

}
@media all {

    .cq-wcm-edit div.module-section.plain-links:after {
        content: 'Debug: displays Plain Link modules';
    }

    div.module-section.plain-links .parsys {
        margin-top: 25px;
    }

    div.module-section.plain-links div.module.feature+[class*="cq-placeholder"]+div.module.plain-link+[class*="cq-placeholder"]+div.module.plain-link+[class*="cq-placeholder"]+div.new {
        clear: left;
    }
}
@media all {

    div.module.plain-link {
        width: 25%;
    }

    .landing-page-a div.module-section.plain-links .new {
        width: 20%;
    }

    .landing-page-a div.module-section.plain-links .parsys .plain-link~.new {
        margin-left: 0;
        margin-right: 0;
        width: 25%;
    }

    .landing-page-a div.module-section.plain-links div.every-4 {
        clear: left;
    }

}

@media only screen and (max-width:768px) {

    .landing-page-a div.module-section.plain-links div.every-2 {
    	clear: none;
    }
    
    .landing-page-a div.module-section.plain-links div.every-3 {
        clear: left;
    }

    .landing-page-a div.module-section.plain-links div.every-4 {
        clear: none;
    }

    .landing-page-a div.module-section.plain-links div.new {
    	width: 30%;
    }

    .landing-page-a div.module-section.plain-links div.plain-link {
        width: 33.33%;
    }
}

@media only screen and (max-width:660px) {

    .landing-page-a div.module-section.plain-links div.every-2 {
        clear: left;
    }
    
    .landing-page-a div.module-section.plain-links div.every-3 {
        clear: none;
    }

    .landing-page-a div.module-section.plain-links div.every-4 {
        clear: none;
    }

    .landing-page-a div.module-section.plain-links div.new {
        width: 50%;
    }

    .landing-page-a div.module-section.plain-links div.plain-link {
        width: 45%;
    }
}
@media only screen and (max-width:768px) {

    div.component.module-section.plain-links .parsys .image~.new {
        width: 45%;
    }
}
@media only screen and (max-width:480px) {

    div.module.plain-link,
    .landing-page-a div.module-section.plain-links div.plain-link,
	.landing-page-b div.module-section.plain-links div.plain-link {
        width: 100%;
    }

    div.module-section.plain-links .parsys .image~.new {
        width: 95%;
    }
}
@media all {

	div.module-section {
		position: relative;
    }

    div.module-section .parsys {
        margin-left: -10px;
        margin-right: -10px;
    }
    div.module-section .new {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0;
        float: left;
        width: 20%;
    }
    div.module-section .parsys .module~.new {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        width: 25%;
    }

    #main-content div+div.module-section,
    #main-content div+div.parsys>div.module-section,
    #main-content div.textimage+div.parsys>div.module-section {
        border-top: 1px solid #d3d7e7;
        padding-top: 30px;
    }
	#main-content div.section-heading + div.module-section {
		border-top: 0 none;
        padding-top: 0;
    }
    div.module-section div.module {
        padding: 0 10px;
        float: left;
        margin-bottom: 30px;
    }

    .js div.module-section.show-more {
        overflow: hidden; 
        height: 10px;  
        min-height: 200px;  
    }
    /*.js div.module-section.show-more .module+.module+.module~.module {
        display: none;
    }*/
    .js div.module-section+.show-more {
        margin: 0 auto;
        max-width: 75%;
    }
    .js div.module-section+.show-more>a {
        background-color: #d3d7e7;
        display: block;
        padding: 30px 0;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }

}
@media all {
    .landing-page-b #main-content div + div.parsys > div.module-section {
    	border-top: 0 none;
   		padding-top: 0;
	}
	.landing-page-b  #main-content div + div.parsys > div.module-section.cross-promos {
    	border-top: 1px solid #d3d7e7;
    	padding-top: 30px;
	}
    /*gillian rocks*/
}
@media only screen and (max-width:480px) {

	.module-section.show-more .module-image, 
	.modele-section.show-more .module-text, 
	.module-text.show-more .more-info {
	    display: none;
	}
	.landing-page div.module-section.images.show-more div.image-module,
    div.module-section.images.show-more div.image-module {
	    width: 100%;
        float: left;
	    margin-bottom: 8px;
	}
    .landing-page div.module-section.images.show-more div.image-module div.module-heading,
     div.module-section.images.show-more div.image-module div.module-heading {
        min-height: 0;
    }
    .js div.module-section.show-description-on-hover .content-area:hover .module-text,
    .js div.module-section.show-description-on-hover .content-area:hover .module-text,
    div.module-section.images.show-description-on-hover .module:hover .module-text {
		display: none !important;
    }
    .js div.module-section + .show-more > a {
    	padding: 10px 0;
    }

}
@media all {

    div.module-section.images .new {
        width: 31%;
    }
    div.module-section.images .parsys {
        margin-top: 25px;
    }
    div.module-section.images .parsys .image~.new {
        width: 33.33%;
    }

}
@media all {

    .landing-page-a div.module-section.images div.image-module {
        width: 33.33%;
    }

    .landing-page-a div.module-section.images div.every-3 {
        clear: left;
    }
}
@media only screen and (max-width:768px) {

    .landing-page-a div.module-section.images div.every-2 {
    	clear: left;
    }
    
    .landing-page-a div.module-section.images div.every-3 {
        clear: none;
    }

    .landing-page-a div.module-section.images div.new,
    .landing-page-a div.module-section.images div.image-module {
        width: 50%;
    }
}
@media all {

    .landing-page-b div.module-section.images .every-2 {
    	clear: left;
    }

    .landing-page-b div.module-section.images div.image-module {
        width: 50%;
    }

}
@media only screen and (max-width:768px) {

}
@media all {

    .ie8[class*="school-"] div.module-section.images div.image-module {
        width: 50%;
    }

    [class*="school-"] div.module-section.images .every-2 {
    	clear: left;
    }

    [class*="school-"] #main-content div.main-parsys > div.parsys_column + div.module-section.images,
    [class*="school-"] #main-content div.main-parsys > div.divider + div.module-section.images,
    [class*="school-"] #main-content div.main-parsys > div.divider + div[class*="cq-placeholder"]+div.module-section.images,
	[class*="school-"] #main-content div.main-parsys > div.parsys_column + div[class*="cq-placeholder"]+div.colctrl+div[class*="cq-placeholder"]+div.module-section.images {
    	border-top: 0 none;
   		padding-top: 0;
	}

}
@media only screen and (min-width:480px) {

    [class*="school-"] div.module-section.images div.image-module {
        width: 50%;
    }
}
@media all {

    .landing-page div.module-section.images div.image-module {
        width: 33.33%;
    }

    .landing-page div.module-section.images div.every-3 {
        clear: left;
    }
}
@media only screen and (max-width:768px) {

    .landing-page div.module-section.images div.every-2 {
    	clear: left;
    }
    
    .landing-page div.module-section.images div.every-3 {
        clear: none;
    }

    .landing-page div.module-section.images div.new,
    .landing-page div.module-section.images div.image-module {
        width: 50%;
    }
}
@media only screen and (max-width:768px) {

    div.module-section.images br.clearing:nth-of-type(3n+1) {
        display: none;
    }
    div.module-section.images br.clearing:nth-of-type(odd) {
    	display: block;
    }

    div.module-section.images .parsys .image~.new {
        width: 45%;
    }

}
@media only screen and (max-width:480px) {

    .landing-page-a div.module-section.images .parsys .image~.new {
        width: 95%;
    }

    /*.landing-page-a div.section.images div.image-module,
    .landing-page-b div.section.images div.image-module,
	.landing-page-a div.module-section.images div.image-module,
	.landing-page-b div.module-section.images div.image-module*/
    [class*="landing-page"] div.section.images div.image-module,
    [class*="landing-page"] div.module-section.images div.image-module {
    	width: 100%;
    }
}
@media all {

    #main-content div.module-section.images.no-top-divider {
        border-top: 0 none;
        padding-top: 0;
    }

    div.module-section.images.show-description-on-hover .module .module-text {
		display: none;
    }
    div.module-section.images.show-description-on-hover .module:hover .module-text {
		display: block;
    }

    .js div.module-section.show-description-on-hover .content-area {
        position: relative;
    }
    .js div.module-section.show-description-on-hover .module-text {
        background-color: #d3d7e7;
        display: none;
        height: 55%;
        padding: 0 10px 10px;
        position: absolute;
        text-align: center;
        top: 62px;
        width: 100%;
        cursor: pointer;
        pointer-events: none;
    }

    .js div.module-section.show-description-on-hover .content-area:hover .module-text {
        display: block;
    }
}
@media all {

    .cq-wcm-edit div.module-section.cross-promos:after {
        content: 'Debug: displays Cross Promo modules';
    }
    div.module-section.cross-promos .new {
        width: 20%;
    }

    div.module-section.cross-promos .parsys .module.cross-promo~.new {
        width: 20%;
    }

}
@media all {

    .landing-page-b div.module-section.cross-promos .every-4 {
    	clear: left;
    }

    .landing-page-b div.module-section.cross-promos div.module.cross-promo {
        width: 25%;
    }

}
@media only screen and (max-width:768px) {

    .landing-page-b div.module-section.cross-promos div.every-3 {
    	clear: left;
    }
    
    .landing-page-b div.module-section.cross-promos div.every-4 {
        clear: none;
    }

    .landing-page-b div.module-section.cross-promos div.new,
    .landing-page-b div.module-section.cross-promos div.module.cross-promo {
        width: 30%;
    }
}
@media only screen and (max-width:660px) {

    .landing-page-b div.module-section.cross-promos div.every-3 {
    	clear: none;
    }
    
    .landing-page-b div.module-section.cross-promos div.every-2 {
        clear: left;
    }

    .landing-page-b div.module-section.cross-promos div.new,
    .landing-page-b div.module-section.cross-promos div.module.cross-promo {
        width: 50%;
    }
}
 /*bootstrap css code here*/
    .searchlocationform .hiddenlocationdiv {
		display:none;
	}

	.searchlocationform .withinmarginbottom {
		margin-top:10px;
    }

	.searchlocationform .locationformtitle {
		font-size:13.4px;
        font-family:Lato;
        font-weight:bold;
        margin-bottom:4px;
	}

	.searchlocationform .container-fluid {
  		padding-right: 15px;
  		padding-left: 15px;
  		margin-right: auto;
  		margin-left: auto;
	}

	.searchlocationform .col-sm-6, .searchlocationform .col-sm-12, .searchlocationform .col-sm-3{
    	position: relative;
    	min-height: 1px;
    	padding-right: 15px;
    	padding-left: 15px;
	}

	.searchlocationform .row {
  		margin-right: -15px;
  		margin-left: -15px;
	}

	.searchlocationform .locationformchange {
		height:600px;
		padding-bottom:160px;
	}

	.searchlocationform .withinmarginbottom {
		margin-top:10px;
   	}

    .searchlocationform .zipcodetopmargin {
		margin-top:40px;
   	}

	@media (min-width: 768px){
		.searchlocationform .zipcodetopmargin {
			margin-top:10px;
    	}
        .searchlocationform .withinmarginbottom {
			margin-top:0px;
   		}
    	.searchlocationform .col-sm-6,.searchlocationform .col-sm-12,.searchlocationform .col-sm-3{
      		float: left;
    	}
    	.searchlocationform .col-sm-6 {
        	width: 50%;
    	}
    	.searchlocationform .col-sm-3 {
        	width: 25%;
    	}
    	.searchlocationform .col-sm-12 {
        	width: 100%;
    	}
    	.searchlocationform .zipcodespacing {
        	margin-top:10px;
    	}
    	.searchlocationform .locationformchange {
			height:380px;
        	padding-bottom:160px;
		}
	}

    .searchlocationform .btn {
  		display: inline-block;
  		padding: 6px 12px;
  		margin-bottom: 0;
  		font-size: 14px;
  		font-weight: normal;
  		line-height: 1.42857143;
  		text-align: center;
  		white-space: nowrap;
  		vertical-align: middle;
  		-ms-touch-action: manipulation;
      	touch-action: manipulation;
  		cursor: pointer;
  		-webkit-user-select: inita;
    	-moz-user-select: none;
      	-ms-user-select: none;
        user-select: none;
  		background-image: none;
  		border: 1px solid transparent;
  		border-radius: 4px;
	}

	.searchlocationform .btn:focus,
	.searchlocationform .btn:active:focus,
	.searchlocationform .btn.active:focus,
	.searchlocationform .btn.focus,
	.searchlocationform .btn:active.focus,
	.searchlocationform .btn.active.focus {
  		outline: thin dotted;
  		outline: 5px auto -webkit-focus-ring-color;
  		outline-offset: -2px;
	}

	.searchlocationform .btn:hover,
	.searchlocationform .btn:focus,
	.searchlocationform .btn.focus {
  		color: #333;
  		text-decoration: none;
	}

	.searchlocationform .btn:active,
	.searchlocationform .btn.active {
  		background-image: none;
  		outline: 0;
  		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	}

    .searchlocationform .btn-default {
  		color: #333;
  		background-color: #fff;
  		border-color: #ccc;
	}

	.searchlocationform .btn-default:focus,
	.searchlocationform .btn-default.focus {
  		color: #333;
  		background-color: #e6e6e6;
  		border-color: #8c8c8c;
	}

	.searchlocationform .btn-default:hover {
  		color: #333;
  		background-color: #e6e6e6;
  		border-color: #adadad;
	}

	.searchlocationform .btn-default:active,
	.searchlocationform .btn-default.active,
	.searchlocationform .open > .dropdown-toggle.btn-default {
  		color: #333;
  		background-color: #e6e6e6;
  		border-color: #adadad;
	}

	.searchlocationform .btn-default:active:hover,
	.searchlocationform .btn-default.active:hover,
	.searchlocationform .open > .dropdown-toggle.btn-default:hover,
	.searchlocationform .btn-default:active:focus,
	.searchlocationform .btn-default.active:focus,
	.searchlocationform .open > .dropdown-toggle.btn-default:focus,
	.searchlocationform .btn-default:active.focus,
	.searchlocationform .btn-default.active.focus,
	.searchlocationform .open > .btn-default.focus {
  		color: #333;
  		background-color: #d4d4d4;
  		border-color: #8c8c8c;
	}

	.searchlocationform .btn-default:active,
	.searchlocationform .btn-default.active,
	.searchlocationform .open > .dropdown-toggle.btn-default {
  		background-image: none;
	}

	.searchlocationform .btn-default.disabled:hover,
	.searchlocationform .btn-default[disabled]:hover,
	.searchlocationform fieldset[disabled] .btn-default:hover,
	.searchlocationform .btn-default.disabled:focus,
	.searchlocationform .btn-default[disabled]:focus,
	.searchlocationform fieldset[disabled] .btn-default:focus,
	.searchlocationform .btn-default.disabled.focus,
	.searchlocationform .btn-default[disabled].focus,
	.searchlocationform fieldset[disabled] .btn-default.focus {
  		background-color: #fff;
  		border-color: #ccc;
	}

	.searchlocationform .btn-default .badge {
  		color: #fff;
  		background-color: #333;
	}

	.searchlocationform .dropdown {
  		position: relative;
	}

	.searchlocationform .dropdown-toggle:focus {
  		outline: 0;
	}

	.searchlocationform .dropdown-menu {
  		position: absolute;
  		top: 100%;
  		left: 0;
  		z-index: 1000;
  		display: none;
  		float: left;
  		min-width: 160px;
  		padding: 5px 0;
  		margin: 2px 0 0;
  		font-size: 14px;
  		text-align: left;
  		list-style: none;
  		background-color: #fff;
  		-webkit-background-clip: padding-box;
        background-clip: padding-box;
  		border: 1px solid #ccc;
  		border: 1px solid rgba(0, 0, 0, .15);
  		border-radius: 4px;
  		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}

	.searchlocationform .dropdown-menu > li > a {
  		display: block;
  		padding: 3px 20px;
  		clear: both;
  		font-weight: normal;
  		line-height: 1.42857143;
  		color: #333;
  		white-space: nowrap;
	}

	.searchlocationform .dropdown-menu > li > a:hover,
	.searchlocationform .dropdown-menu > li > a:focus {
  		color: #262626;
  		text-decoration: none;
  		background-color: #c9e3f9;
	}

	.searchlocationform .dropdown-menu > .active > a,
	.searchlocationform .dropdown-menu > .active > a:hover,
	.searchlocationform .dropdown-menu > .active > a:focus {
  		color: #fff;
  		text-decoration: none;
  		background-color: #337ab7;
  		outline: 0;
	}

	.searchlocationform .dropdown-menu > .disabled > a,
	.searchlocationform .dropdown-menu > .disabled > a:hover,
	.searchlocationform .dropdown-menu > .disabled > a:focus {
  		color: #777;
	}

	.searchlocationform .dropdown-menu > .disabled > a:hover,
	.searchlocationform .dropdown-menu > .disabled > a:focus {
  		text-decoration: none;
  		cursor: not-allowed;
  		background-color: transparent;
  		background-image: none;
  		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}

	.searchlocationform .open > .dropdown-menu {
  		display: block;
	}

	.searchlocationform .open > a {
  		outline: 0;
	}

	.searchlocationform .btn > .caret,
  	.searchlocationform .dropup > .btn > .caret {
    	border-top-color: #000 !important;
  	}

	.searchlocationform .form-group {
  		margin-bottom: 15px;
	}

	.searchlocationform .container-fluid:before,
	.searchlocationform .container-fluid:after,
	.searchlocationform .row:before,
	.searchlocationform .row:after,
	.searchlocationform .form-group:before,
	.searchlocationform .form-group:after{
    	display: table;
  		content: " ";
	}

	.searchlocationform .form-control {
  		display: block;
  		width: 100%;
  		height: 34px;
  		padding: 6px 12px;
  		font-size: 14px;
  		line-height: 1.42857143;
  		color: #555;
  		background-color: #fff;
  		background-image: none;
  		border: 1px solid #ccc;
  		border-radius: 4px;
  		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.searchlocationform .form-control:focus {
  		border-color: #66afe9;
  		outline: 0;
  		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}

	.searchlocationform .form-control::-moz-placeholder {
  		color: #999;
  		opacity: 1;
	}

	.searchlocationform .form-control:-ms-input-placeholder {
  		color: #999;
	}

	.searchlocationform .form-control::-webkit-input-placeholder {
  		color: #999;
	}

	.searchlocationform .form-control::-ms-expand {
  		background-color: transparent;
  		border: 0;
	}

	.searchlocationform .form-control[disabled],
	.searchlocationform .form-control[readonly],
	.searchlocationform fieldset[disabled] .form-control {
  		background-color: #eee;
  		opacity: 1;
	}

	.searchlocationform .form-control[disabled],
	.searchlocationform fieldset[disabled] .form-control {
  		cursor: not-allowed;
	}

	.searchlocationform textarea.form-control {
  		height: auto;
	}

	.searchlocationform input[type="search"] {
  		-webkit-appearance: none;
	}

	.searchlocationform .caret {
  		display: inline-block;
  		width: 0;
  		height: 0;
  		margin-left: 2px;
  		vertical-align: middle;
  		border-top: 4px dashed;
  		border-top: 4px solid \9;
  		border-right: 4px solid transparent;
  		border-left: 4px solid transparent;
	}

	.searchlocationform .btn .caret {
  		margin-left: 0;
	}

	.searchlocationform .btn > .caret,
  	.searchlocationform .dropup > .btn > .caret {
    	border-top-color: #000 !important;
	}

/*end of bootstrap css code*/

    .searchlocationform #select_a_city_dropdown{
        width: 100%;
        height:100%;
        text-align: left;
        overflow-x: hidden;
        white-space: normal;

    }

    .searchlocationform #select_a_service_dropdown{
        width: 100%;
        text-align: left;
        overflow-x: hidden;
        white-space: normal;
        word-wrap: break-word;
		height: -moz-fit-content;
    }

    .searchlocationform #select_a_location_dropdown{
        width: 100%;
        text-align: left;
        overflow-x: hidden;
        white-space: normal;
		height: -moz-fit-content;

    }

    .searchlocationform #select_a_radius_dropdown{
        width: 100%;
        text-align: left;
        overflow-x: hidden;
        white-space: normal;
		height: -moz-fit-content;
    }

    .searchlocationform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: black;
    }

    .searchlocationform :-ms-input-placeholder { /* IE 10+ */
      color: black;
    }

    .searchlocationform input::-moz-placeholder {
          color: black;
    }

    .searchlocationform input:-moz-placeholder {
      color: black;
    }

    .searchlocationform .border1 {
        float: left;
        width: 89.1%;
        clear: both;
        padding: 5%;
        border: 1px solid #d3d7e7;w
        margin: 1em 0;
        font-size: .9em;
        line-height: 1.6em;

    }

    .searchlocationform .dropdown-menu{
        width: 100%;
        overflow-x: hidden;
        max-height: 200px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .searchlocationform .selected,.selected > a{
        background-color: #e4f6ff;
    }

    .searchlocationform .dropdown-menu > li {
        height: 80%;
        padding-top: 0px;
        padding-bottom: 6px;
        border-bottom: 1px solid #e3e3e3;
        cursor: pointer;
    }

    .searchlocationform .dropdown-menu > li:last-child{
        border-bottom-width: 0;
    }

    .searchlocationform .dropdown-menu > li >a {
        padding-top: 8px;
        padding-bottom: 8px;
        background: inherit;
        color: #333333;
        font-size: 13px;
        white-space:normal;
        word-wrap: break-word;
    }

    .searchlocationform .rightCaret{
        float: right;
        margin-top: 8px;
        margin-right: 2px;
    }

    .searchlocationform .dropdown-menu > li:hover, .dropdown-menu > li> a:hover{
        background-color: #c9e3f9;
    }

    .searchlocationform .btn-jefferson {
        letter-spacing: 1px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 0;
        border-color: #ccc;
        background-color: #4e65b8;
        color: #fff;
    }

    .searchlocationform .btn-jefferson:hover {
        background-color: #6485ff;
        color: #fff;
    }
@media all {
	.search .searchdescription {
		margin-top:0px;
        font-family:Lato; 
        font-size:16px; 
        line-height:20px; 
        padding-top:15px;
        margin-bottom:0px;
	}

    .search .doctor-copy {
		margin-top:0px;
        display: inline-block; 
	}

    .search #searchresultslisting {
		margin-top:0px;
        border-bottom: 1px solid #dcdfec;
        padding: 1em 0;
	}

	.search #searchresultslisting:last-of-type {
		margin-bottom:10px;
	}

	.search .viewpagetextleft {
		float:left;
        margin-top:0px;
    }

    .search .viewpagetextright {
		float:right;
        margin-top:0px;
    }

    .search .searchpagination {
		display:inline-block;
        margin-top:0px;width:100%;
    }

	@media only screen and (max-width: 760px) {
    	.search .viewpagetextleft {
			float:none;
        	margin-top:0px;
            width:100%;
    	}

    	.search .viewpagetextright {
			float:none;
        	margin-top:0px;
        	width:100%;
    	}
	}


	.search #searchresultslisting {
		clear:both;
	}

	.search #searchresultlisting, .search .result-img {
		display:inline-block;
    }

	/*bootstrap css code here*/

	.search #City-drop-down {
    	float:right;
    	margin-top:0px;
	}

	.search .sortbycontainer {
		display:inline-block;
    	font-size: 14px;
    	color: #818181;
    }

	.search .sortbylabelcontainer {
		display:inline-block;
   		width:100%;
  	}

	.search .btn-default {
		color: #333;
	}

	.search .inlineforsort {
    	display:inline-block;
    }

	.search .form-group {
  		margin-bottom: 0px;
	}

    .search .btn {
  		display: inline-block;
  		padding: 6px 12px;
  		margin-bottom: 0;
  		font-size: 14px;
  		font-weight: normal;
  		line-height: 1.42857143;
  		text-align: center;
  		white-space: nowrap;
  		vertical-align: middle;
  		-ms-touch-action: manipulation;
      	touch-action: manipulation;
  		cursor: pointer;
  		-webkit-user-select: none;
     	-moz-user-select: none;
      	-ms-user-select: none;
          user-select: none;
  		background-image: none;
  		border: 1px solid transparent;
	}

	.search .btn:focus,
	.search .btn:active:focus,
	.search .btn.active:focus,
	.search .btn.focus,
	.search .btn:active.focus,
	.search .btn.active.focus {
  		outline: thin dotted;
  		outline: 5px auto -webkit-focus-ring-color;
  		outline-offset: -2px;
	}

	.search .btn:hover,
	.search .btn:focus,
	.search .btn.focus {
  		color: #333;
  		text-decoration: none;
	}

	.search .btn:active,
	.search .btn.active {
  		background-image: none;
  		outline: 0;
  		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	}

	.search .btn:focus,
	.search .btn.focus {
  		color: #013fa3;
  		border-color: #adadad;
	}

	.search .btn:hover {
 		color: #013fa3;
  		border-color: #adadad;
	}

	.search .btn:active,
	.search .btn.active,
	.search .open > .dropdown-toggle.btn-default {
  		color: #333;
  		border-color: #adadad;
	}

	.search .dropdown {
  		position: relative;
	}

	.search .dropdown-toggle:focus {
  		outline: 0;
	}

	.search .mainsearchdropdown {
  		position: absolute;
  		top: 100%;
  		left: 0;
  		z-index: 1000;
  		display: none;
  		float: left;
  		padding: 5px 0;
  		margin: 2px 0 0;
  		font-size: 14px;
  		text-align: left;
  		list-style: none;
  		background-color: #fff;
  		-webkit-background-clip: padding-box;
        background-clip: padding-box;
  		border: 1px solid #ccc;
  		border: 1px solid rgba(0, 0, 0, .15);
  		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}

	.search .mainsearchdropdown > li > a {
  		display: block;
  		padding: 3px 20px;
  		clear: both;
  		font-weight: normal;
  		line-height: 1.42857143;
  		color: #333;
  		white-space: nowrap;
	}

	.search .mainsearchdropdown > li > a:hover,
	.search .mainsearchdropdown > li > a:focus {
  		color: #262626;
  		text-decoration: none;
  		background-color: #c9e3f9;
	}

	.search .mainsearchdropdown > .active > a,
	.search .mainsearchdropdown > .active > a:hover,
	.search .mainsearchdropdown > .active > a:focus {
  		color: #fff;
  		text-decoration: none;
  		background-color: #337ab7;
  		outline: 0;
	}

	.search .mainsearchdropdown > .disabled > a,
	.search .mainsearchdropdown > .disabled > a:hover,
	.search .mainsearchdropdown > .disabled > a:focus {
  		color: #777;
	}

	.search .mainsearchdropdown > .disabled > a:hover,
	.search .mainsearchdropdown > .disabled > a:focus {
  		text-decoration: none;
  		cursor: not-allowed;
  		background-color: transparent;
  		background-image: none;
  		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}

	.search .open > .mainsearchdropdown {
  		display: block;
	}

	.search .open > a {
  		outline: 0;
	}

	.search .btn > .caret,
  	.search .dropup > .btn > .caret {
    	border-top-color: #000;
  	}

	.search .caret {
  		display: inline-block;
  		width: 0;
  		height: 0;
  		vertical-align: middle;
  		border-top: 8px dashed;
  		border-right: 8px solid transparent;
  		border-left: 8px solid transparent;
	}

	.search .btn .caret {
  		margin-left: 10px;
	}

	.search .btn > .caret,
  	.dropup > .btn > .caret {
    	border-top-color: #013fa3;
	}

   .search #searchsortdropdown{
   		height: 100%;
    	text-align: left;
    	overflow-x: hidden;
    	white-space: normal;
    	word-wrap: break-word;
    	color: #013fa3;
    	border: none;
    	background-color:transparent;
	}

	.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      	color: black;
    }

    .search :-ms-input-placeholder { /* IE 10+ */
      	color: black;
    }

	.search input::-moz-placeholder {
        color: black;
    }

	.search input:-moz-placeholder {
      	color: black;
    }

   .search .mainsearchdropdown{
        width: 100%;
        overflow-x: hidden;
        max-height: 200px;
        padding-top: 0px;
        padding-bottom: 0px;
    	margin-top:0px;
    }

   .search .selected,.selected > a{
        background-color: #e4f6ff;

    }

   .search .mainsearchdropdown > li {
        height: 80%;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: 1px solid #e3e3e3;
        cursor: pointer;
    }

   .search .mainsearchdropdown > li:last-child{
        border-bottom-width: 0;
    }
   .search .mainsearchdropdown > li >a {
        padding-top: 8px;
        padding-bottom: 8px;
        background: inherit;
        color: #333333;
        font-size: 13px;
        white-space:normal;
    }

   .search .rightCaret{
        float: right;
        margin-top: 6px;
        margin-right: 2px;
    }

    .search > li:hover, .mainsearchdropdown > li> a:hover{
        background-color: #c9e3f9;
	}

}
@media all {
	div.news-list {
		max-width: 700px;
	}
	div.news-list ul.results li a {
		font-size: 16px;
		font-weight: 700;
	}
	div.news-list ul.results li {
		clear: left;
		margin-top: 23px;
	}
	div.news-list ul.results li:first-child {
		margin-top: 0;
	}
	div.news-list ul.results:after,
	div.news-list ul.results li:after {
		content: "";
		display: table;
		clear: both;
	}
	div.news-list ul.results img {
		float: left;
		width: 140px;
		height: auto;
		float: left;
	}
	div.news-list ul.results img+p {
		margin-left: 160px;
	}
	div.news-list ul.results .date {
		font-size: 14px;
	}
}
@media all {
	.home-page div.news-list ul li {
		margin-top: 10px;
		line-height: 20px;
	}
	.home-page div.news-list ul li a {
		font-size: 14px;
		color: black;
	}
	.home-page div.news-list ul li a:after {
		content: '';
		display: inline-block;
		background: transparent url('../../../designs/tju/university/images/related-links-external.png') no-repeat scroll left top;
		height: 10px;
		width: 9px;
		margin-left: 0.2em;
	}
	.home-page div.news-list ul li a:hover:after {
		background-image: url('../../../designs/tju/university/images/related-links-external-hover.png');
    }
    .home-page div.news-list ul.with-top-headline li:first-child a {
		font-size: 22px;
		color: #013fa3;
	}
}
@media all {

	.featured-news-list p {
		font-size: 14px;
		font-weight: 600;
	}
	.featured-news-list p .date {
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 900;
		line-height :14px;
		margin-top: 0;
	}
	.featured-news-list .from {
		font-style: italic;
		font-size: 14px;
		margin-top: 0;
		font-weight: normal;
	}
	.featured-news-list li {
		margin-bottom: 20px;
	}
	.featured-news-list[class*="columns"] ul:after {
		content: '';
		display: table;
		clear: both;
	}
	.featured-news-list[class*="columns"] ul {
		margin-left: -5px;
		margin-right: -5px;
		position: relative;
	}
	.featured-news-list[class*="columns"] li {
		width: 33.3%;
		float: left;
		margin: 0;
		padding: 0 5px;
	}
	.featured-news-list.equal-height-columns li {
		padding: 0;
	}
	.featured-news-list.equal-height-columns li .bg {
		position: absolute;
		height: 100%;
		width: 33.3%;
		margin: 0;
	}
	.featured-news-list.equal-height-columns li .bg:before {
		content: " ";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 5px;
		background: #f2f3f8;
	}
	.featured-news-list.equal-height-columns li .fg {
		padding: 20px;
		margin: 0;
		position: relative;
		min-height: 210px;
		padding-bottom: 40px;
	}
	.featured-news-list.equal-height-columns .fg p {
		font-size: 18px;
	}
	.featured-news-list.equal-height-columns .fg2 {
		position: absolute;
		bottom: 0;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	.featured-news-list.equal-height-columns p .from {
	}
	
}
@media only screen and (max-width: 660px) {

	.featured-news-list ul {
		margin-left: 0;
		margin-right: 0;
	}
	.featured-news-list li {
		width: 100%;
		float: none;
		margin-top: 10px;
		background-color: #f2f3f8;
	}
	.featured-news-list li:first-child {
		margin-top: 0;
	}

	.featured-news-list li .bg,
	.featured-news-list li .bg:before,
	.featured-news-list li .fg,
	.featured-news-list li .fg2 {
		position: static;
		height: auto;
		width: auto;
	}

	.featured-news-list li .fg {
		min-height: 0;
		padding-bottom: 0;
	}
	.featured-news-list li .fg2 {
		margin-top: 0.5em;
		padding-bottom: 20px;
	}
}

@media all {
	.facultymember .tabs {
		display: none;
		position: relative;
		overflow: visible;

		border-bottom: 1px solid #d3d7e7;
	}
	.facultymember .tabs:after {
		content: '';
		display: table;
		clear: both;
	}
	.facultymember .tabs ul {
		position: relative;
	}
	.facultymember .tabs li {
		float: left;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		margin: 0;
		margin-bottom: -1px;
		padding-top: 1px;
	}
	.facultymember .tabs li a {
		display: block;
		padding: 10px 20px;
	}
	.facultymember .tabs li.active {
		border: 1px solid #d2d7e7;
		border-bottom-color: white;
		padding-top: 0;
	}

	.facultymember .tabs li.active a {
		color: black;

		padding: 10px 19px;
	}

	.js .facultymember .tabs {
		display: block;
	}

	.js .facultymember .tab {
		position: absolute;
		left: -9999px;
	}

	.js .facultymember .tab ~ .tab + .tab-content {
		display: none;
	}

	.facultymember .addition-info h2,
	.facultymember .addition-info h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 22px;
		margin-bottom: -15px;
	}
}
@media all {
	.facultylist .title {
        font-size: 14px;
        line-height: 18px;
        margin-top: 3px;
    }
    .facultylist > ul > li > a,
    .facultymember .full-name {
	    font-size: 18px;
	    line-height: 22px;
	}
	.facultymember .facultymemberimage {
	    margin-left: -128px;
	}
	.facultymember .facultymemberimage {
	    float: left;
	    height: 120px;
	    width: 120px;
	}
    .facultylist .facultymember .essential-info {
	    border-bottom: 1px solid #d3d7e7;
	    overflow: auto;
	    padding-bottom: 20px;
	}
    .facultymember .basic-info {
	    border-right: 1px solid #d6d9e8;
	    float: left;
	}
	.facultymember .essential-info {
	    margin-bottom: 10px;
	    overflow: auto;
	}
    .facultymember .basic-info {
	    margin-left: 128px;
	    padding-right: 1.2em;
	    width: 40%;
	}	
	.facultylist .facultymember .basic-info > p > a {
	    font-size: 12px;
	    font-weight: bold;
	    text-transform: uppercase;
	}
    .facultylist .facultymember .basic-info h2, 
	.facultymember .basic-info > p.contact > a {
	    font-size: 14px;
	    font-weight: bold;
	    line-height: 18px;
	    text-transform: none;
	}
	.facultymember .basic-info h2 {
		margin-top: 4px;
    }
	.facultymember .full-name,
	.facultymember .basic-info p.contact,
    .facultymember .address-info {
		margin-top: 0;
	}
    .facultymember .address-info {
	    border-left: 1px solid #d6d9e8;
	    float: left;
	    font-size: 14px;
	    line-height: 18px;
	    margin-left: -1px;
	    padding: 4px 0 10px 10px;
	}

    .facultymember .scopus {
        display: none;
    }
    .facultymember h3 + p {
        margin-top: 1em;
    }

}
@media only screen and (max-width:660px) {
    .facultymember .basic-info {
        padding-right: 0;
        width: auto;
        border-right: 0 none;
        float: none;
        min-height: 130px;
    }
    .facultymember .address-info {
        border-left: 0 none;
        float: none;
        margin-left: 0;
        padding-left: 0;
    }
}
.rss-reader .title {
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    padding: 0;
}

@media all {

	.promo {
		margin-top: 30px;
	}
	.promo .promo-heading h2 {
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-transform: uppercase;
	}
	.promo ul {
		font-size: 14px;
		font-weight: 700;
	}
	.promo ul>li {
		margin-top: 12px;
	}
	.promo .promo-link {
		font-size: 10px;
		font-weight: 900;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.promo .promo-link a {
		color:#809cce;
	}

	.parsys .promo>ul ~ .promo-link {
		margin-top: 15px;
	}
}
@media all {

    div[class*="columns-"] {
        margin-left: -10px;
        margin-right: -10px;
    }
    div[class*="columns-"] *[class*="parsys_column"] {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }

    div.columns-50-50 [class*="parsys_column"] {
        width: 50%;
    }

    div.columns-66-33 [class*="parsys_column"] {
        width: 66.66%;
    }
    div.columns-66-33 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 33.33%;
    }

    div.columns-33-66 [class*="parsys_column"] {
        width: 33.33%;
    }
    div.columns-33-66 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 66.66%;
    }

    div.columns-33-33-33 [class*="parsys_column"] {
        width: 33.33%;
    }
    div.columns-30-20-50 [class*="parsys_column"] {
        width: 30%;
    }
    div.columns-30-20-50 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 20%;
    }
    div.columns-30-20-50 [class*="parsys_column"]~[class*="parsys_column"]~[class*="parsys_column"] {
        width: 50%;
    }
    div.columns-45-10-45 [class*="parsys_column"] {
        width: 45%;
    }

    div.columns-45-10-45 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 10%;
    }
    div.columns-45-10-45 [class*="parsys_column"]~[class*="parsys_column"]~[class*="parsys_column"] {
        width: 45%;
    }

    div.columns-75-25 [class*="parsys_column"] {
        width: 75%;
    }
    div.columns-75-25 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 25%;
    }

    div.columns-25-75 [class*="parsys_column"] {
        width: 25%;
    }
    div.columns-25-75 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 75%;
    }

    div.columns-25-25-25-25 [class*="parsys_column"] {
        width: 25%;
    }

    div.columns-33-16-16-16-16 [class*="parsys_column"] {
        width: 33.33%;
    }
    div.columns-33-16-16-16-16 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 16.65%;
    }

}
@media only screen and (max-width:770px) {
    .home-page div.columns-33-33-33.featured>.parsys_column+.parsys_column+.parsys_column {
        clear: left;
    }
}
@media all {
	.parsys_column.divisions {
		font-size: 14px;
	}
	.parsys_column.divisions *+* {
		margin-top: 0.1em;
	}
	.parsys_column.divisions *+.heading {
		margin-top: 1.5em;
	}
}
@media only screen and (max-width:480px) {
	.hospital-page div.columns-50-50 [class*="parsys_column"],
	.audience-page div.columns-50-50 [class*="parsys_column"] {
    width: 100%;
	}

  /* Styles for Divisions on Department pages */
	div.columns-50-50.divisions [class*="parsys_column"] {
	    width: 100%;
	}
	.divisions [class*="columns-50-50-"] + [class*="columns-50-50-"] {
	    margin-top: 1em;
	}
}
@media only screen and (max-width:660px) {

	[class*="school-"] div[class*="columns-"] [class*="parsys_column"],
    [class*="school-"] div[class*="columns-"] [class*="parsys_column"] ~ [class*="parsys_column"] {
		float: none;
        width: 100%;
    }
    div.columns-33-16-16-16-16 [class*="parsys_column"],
    div.columns-33-16-16-16-16 [class*="parsys_column"] ~ [class*="parsys_column"] {
        width: 100%;
        float: none;
    }
    .columns-33-16-16-16-16 .text > p {
	    text-align: left !important;
	}
    
}

@media only screen and (max-width:770px) {
	div.columns-75-25 [class*="parsys_column"],
    div.columns-75-25 [class*="parsys_column"]~[class*="parsys_column"],
    div.columns-33-66 [class*="parsys_column"],
    div.columns-33-66 [class*="parsys_column"]~[class*="parsys_column"],
	div.columns-25-75 [class*="parsys_column"],
    div.columns-25-75 [class*="parsys_column"]~[class*="parsys_column"],
	div.columns-66-33 [class*="parsys_column"],
    div.columns-66-33 [class*="parsys_column"]~[class*="parsys_column"]{
    	width: 100% !important;
    }
}
body.northeast.microsite .microsite-menu .col-4 p {
    font-size: 14px;
    color: #666;
}
body.northeast.microsite .microsite-menu .col-1 a {
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    color: #152456;
    
}
body.northeast.microsite .microsite-menu .col-1 a span {
    font-size: 18px;
    color: #59b7df;
    font-style: none;
}

body.northeast.microsite .microsite-menu .col-2 h2 {
    font-weight: bold;
    color: #152456;
    text-transform: uppercase;
    font-size: 14px;
}

body.northeast.microsite .microsite-menu .col-3 h2 {
    font-weight: bold;
    color: #152456;
    text-transform: uppercase;
    font-size: 14px;
}

body.northeast.microsite .microsite-menu [class^="col-"] {
    float: left;
    width: 25%;
    padding-right: 20px;
}
body.northeast.microsite .microsite-menu .col-1 {
    width: 20%;
}
body.northeast.microsite .microsite-menu .col-2 {
    width: 40%;
}
body.northeast.microsite .microsite-menu .col-3 {
    width: 20%;
}
body.northeast.microsite .microsite-menu .col-4 {
    width: 40%;
}
body.northeast.microsite .microsite-menu .megamenu-dropdown > .wrapper::after {
    content: '';
    display: table;
    clear: both;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown .hospital-list li {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 16px;
    margin: 5px 0;
}
body.northeast.microsite .desktop-main-menu ul#main-menu {
    /* resets */
    width: initial;
    height: initial;
    position: initial;
    /* end */
}
body.northeast.microsite .desktop-main-menu ul#main-menu::after {
    content: '';
    display: table;
    clear: both;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu {
    padding: 0;
    margin: 0;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu .wrapper {
    
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu .wrapper::after {
    display: table;
    content: '';
    clear: both;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button {
    /* resets */
    height: initial;
    margin-left: initial;
    cursor: initial;
    width: initial;
    margin-left: initial;
    font-size: initial;
    /* end */
    position: relative;
    float: left;
    height: 55px;
    background-color: #fff;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.active {
    /* resets */
    background-color: initial;
    /* end */
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.active > a {
    /* resets */
    background-color: #f2f4f8;
    /* end */
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button:hover {
    background-color: initial;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button > a:hover {
    /* resets */
    background-color: #fff;
    /* end */
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.active > a:hover {
    /* resets */
    background-color: #f2f4f8;
    /* end */
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button > a {
    /* resets */
    left: initial;
    right: initial;
    bottom: initial;
    top: initial;
    /* end */
    letter-spacing: initial;
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #152456;
    text-transform: uppercase;
    padding: 0 15px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1.3em;
    text-align: left;
    letter-spacing: .04em;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.has-dropdown > a {
	padding-right: 30px;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button > a em {
    /* resets */
    position: initial;
    display: initial;
    margin-top: initial;
    /* end */
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #999;
    text-transform: none;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.give-button {
    float: right;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.give-button a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #59b7df;
    color: #fff;
}

body.northeast.microsite .banner {
    position: relative;
    height: 100px;
    background-color: black;
    z-index: 2;
}
body.northeast.microsite nav.microsite-menu {
    z-index: 1;
    position: relative;
}
body.northeast.microsite nav.microsite-menu > div {
    background-color: #ccc;
}
body.northeast.microsite nav.microsite-menu > div > ul {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
}
body.northeast.microsite nav.microsite-menu > div > ul::after {
    content: '';
    display: table;
    clear: both;
}
body.northeast.microsite nav.microsite-menu > div > ul > li {
    box-sizing: border-box;
    float: left;
    height: 50px;
    border: 1px solid #777;
    line-height: 50px;
    padding: 0 30px;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown {
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #fff;
    width: 100%;
    //z-index: 0;
    padding: 30px 0;
    min-height: 230px;
    display: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,.03);
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown .wrapper {
    
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown .wrapper::after {
    content: '';
    display: table;
    clear: both;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown-inner {
    box-sizing: border-box;
    padding-right: 30px;
    float: left;
    width: 25%;
    opacity: 0;
    transition: ease-in .5s;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown.active .megamenu-dropdown-inner {
    opacity: 1;
    transition: ease-in .5s;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown-inner > li:first-of-type {
    font-weight: bold;
}
body.northeast.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown-inner li {
    margin: 0;
    padding: 0;
    line-height: normal;
    
}
body.northeast.microsite .desktop-main-menu-container {
    position: relative;
    z-index: 5000;
}
body.northeast.microsite .desktop-main-menu-container .wrapper,
body.northeast.microsite .desktop-main-menu-container .wrapper .main-menu,
body.northeast.microsite .desktop-main-menu-container .wrapper .main-menu .microsite-menu {
    position: unset;
}
body.northeast.microsite .desktop-main-menu-container .desktop-main-menu nav.microsite-menu ul li.nav-button {
    position: unset;
}

/* Featured Column */
body.northeast.microsite .microsite-menu .col-4 .textimage::after {
	content: '';
    display: table;
    clear: both;
}
body.northeast.microsite .microsite-menu .col-4 .textimage img {
	width: 125px;
}
/* Nav Button */
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown > a::after {
	content: '';
    height: 5px;
    width: 0px;
    background-color: #59b7df;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: ease .2s;
    opacity: 0;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown > a:hover::after {
	content: '';
    height: 5px;
    width: 100%;
    background-color: #59b7df;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    opacity: 1;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown > a > i {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown.active > a::after {
	width: 100%;
    opacity: 1;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown.active-page > a::after {
	width: 100%;
    opacity: 1;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown.active-page > a {
    background-color: #fff;
}
body.northeast.microsite .desktop-main-menu .nav-button.has-dropdown.active > a {
	background-color: #f2f4f8;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home {
    /* resets */
    background-color: initial;
    /* end */
    background-color: #152456;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home:hover {
    background-color: #fff;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home a {
    /* resets */
    background-color: initial;
    /* end */
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home em {
    color: #59b7df;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home {
    /* resets */
    background-color: initial;
    /* end */
    background-color: #59b7df;
}
body.northeast.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home:hover {
    background-color: #449dd1;
}
body.northeast.microsite div.search-box {
    display:none;
}
@media only screen and (max-width: 770px) {
    body.microsite #main-menu .dropdown-menu {
        display: none;
    }
    body.microsite .nav-button.has-dropdown > a > i {
        display: none;
    }
    body.microsite .nav-button.has-dropdown > a > em {
        font-style: normal;
    }
}
/* hospital-page.css */

.health .side-parsys {
    width: 325px;
    min-width: 300px;
    position: relative;
    padding: 0;
    background-color: #f2f2f2;
    overflow: hidden;
    float: right;
	margin-left: 5%;
    max-width: 50%;
    margin-top: 0;
}
.health .promo-column{
    clear: right;
    float: right;
    padding: 0;
    margin-left: 5%;
    margin-top: 0;
}
.health .promo-column:before {
	content: " ";
    display: table;
}
.health .promo-column:after, .health blockquote {
    clear: both;
}
.health .side-parsys *+* {
    margin: 0;
}
.health .side-parsys .image {
	max-width: 100%;
}
.health .promo-tab {
	display: none;
}
.health .promo-column{
    margin-top: 0px;
}
.health .with-share-tools > h1 {
	margin-right: 105px !important;
}
.health .accordion-link-container{
	padding: .8125em 5%;
    box-shadow: 0;
    background: #fff;
    position: relative;
    color: #3467c8;
    margin: 0 0 4px;
    border: 1px solid #d3d7e7;
    width: 90%;
}
.health .accordion-link:after{
	border-bottom: 6px solid transparent;
    border-left: 6px solid #3467c8;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 0;
}
.health .accordion-link.open:after{
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3467c8;
}
.health .subnavparys 
{
 padding-top: 50px;
}
.health ul > li+li {
    margin-top:0;
}
.health .text p+p {
	margin-top:1em;
}
.health .text ul {
    margin: 1em 0 1em;
}
.health article .left-sidebar .mobile-in-this-section {
    display: none;
}
article .left-sidebar+*+#main-content {
    margin-left: 220px;
    padding-left: 39px;
}

@media only screen and (max-width: 770px) {
    .health .wrapper {
		padding-right: 0;
	}
    .health article .left-sidebar {
        display: block;
        float: none;
        width: 98%;
        border: 1px solid #d3d7e7;
        margin-bottom: 1em;
    }
   	.health article .left-sidebar .border1 {
        border: none;
        margin: 0;
    }
    .health article nav.breadcrumb+.left-sidebar .subnav {
        margin: 0;
    }
    .health article .left-sidebar .mobile-in-this-section {
		display: block;
        cursor: pointer;
        background: #f2f3f8;
        width: 100%;
        padding: .7em 2.5%;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        position: relative;
        text-transform: uppercase;
    }
    .health article .left-sidebar .mobile-in-this-section:after {
        border-bottom: 6px solid transparent;
        border-left: 6px solid #152456;
        border-top: 6px solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 20px;
        top: 35%;
        width: 0;
    }
    .health article .left-sidebar .also-see {
		padding-top: 0;
    }
    .health article .left-sidebar .subnav {
		padding-bottom: 0;
    }
    .health article .left-sidebar nav {
            display: none;
            padding: 10px;
            overflow: auto;
    }
    .health article .left-sidebar .mobile-in-this-section.active  {
		border-bottom: 1px solid #d3d7e7;
		background-color: #dfdfdf;
    }
    .health article .left-sidebar .mobile-in-this-section.active:after  {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #152456;
    }
    .health article .left-sidebar+#main-content {
        margin-left: 0;
        padding-left: 0;
    }

	.health .promo-column {
		position: absolute;
        right: -300px;
    }
    .health .promo-column.only-has-image {
    	display: none;
    }
    .health .side-parsys {
        background-color: white;
        position: relative;
		z-index: 1000;
        padding: 10px;
        min-height: 163px;
    	width: 220px;
    }
	.health .side-parsys.shadow {
		-webkit-box-shadow: -4px 3px 13px 0 rgba(50, 50, 50, .83);
        -moz-box-shadow: -4px 3px 13px 0 rgba(50, 50, 50, .83);
        box-shadow: -4px 3px 13px 0 rgba(50, 50, 50, .83);
    }
    .health .promo-tab {
        display: block;
        position: absolute;
    	float: left;
        padding: 5px 10px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background: #3467c8;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
        font-size: .9em;
        z-index: 10000;
        float: none;
    	right: 231px;
    	top: 85px;
    	width: 171px;
		cursor:pointer;
    }
	.health .main-parsys {
		margin-right: 40px;
    }
	.hospital-landing-page div.columns-50-50 div {
        width: 100%;
    }
    .hospital-landing-page div.columns-50-50 div img {
        display: none;
    }
}
.hospital-page .with-share-tools .abovetitle-parsys {
	padding-top:50px;
}
/* Simple Slider */

.simple-slider {
    display: block;
    background: #000;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.simple-slider .slide {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    display: none;
    margin: 0;
}
.simple-slider .slide.active {
    z-index: 100;
    display: block;
}
.simple-slider .slide.next {
    z-index: 50;
    display: block;
}
.simple-slider .slide div {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    padding-top: 120px;
    padding-bottom: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+46,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 46%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 46%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 46%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
    color: #fff;
    min-height: 300px;
    
}
.simple-slider .slide div h3 {
    font-size: 26px;
    padding: 10px 20px 10px 30px;
    display: inline-block;
    margin-left: -30px;
    background-color: #59b7df;
    color: #fff;
}
.simple-slider .slide div p {
    font-size: 16px;
}
.simple-slider .slide div p.link {
    position: absolute;
    right: 30px;
    bottom: 20px
}
.simple-slider .slide div p.link a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 900;
    color: #59b7df;
}
.simple-slider .dots {
    position: absolute;
    z-index: 200;
    right: 30px;
    text-align: center;
    top: 0px;
    height: 15px;
}
.simple-slider .dots span {
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.3);
}
.simple-slider .dots span.active {
    background: #59b7df;
    border: 2px solid #fff;
}
.simple-slider .dots span:hover {
    background-color: #59b7df;
    border: 0;
}
body.microsite .microsite-menu .col-4 p {
    font-size: 14px;
    color: #666;
}
body.microsite .microsite-menu .col-1 a {
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    color: #152456;
    
}
body.microsite .microsite-menu .col-1 a span {
    font-size: 18px;
    color: #59b7df;
    font-style: none;
}

body.microsite .microsite-menu .col-2 h2 {
    font-weight: bold;
    color: #152456;
    text-transform: uppercase;
    font-size: 14px;
}

body.microsite .microsite-menu .col-3 h2 {
    font-weight: bold;
    color: #152456;
    text-transform: uppercase;
    font-size: 14px;
}

body.microsite .microsite-menu [class^="col-"] {
    float: left;
    width: 25%;
    padding-right: 20px;
}
body.microsite .microsite-menu .col-1 {
    width: 20%;
}
body.microsite .microsite-menu .col-2 {
    width: 40%;
}
body.microsite .microsite-menu .col-3 {
    width: 20%;
}
body.microsite .microsite-menu .col-4 {
    width: 40%;
}
body.microsite .microsite-menu .megamenu-dropdown > .wrapper::after {
    content: '';
    display: table;
    clear: both;
}
body.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown .hospital-list li {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 16px;
    margin: 5px 0;
}
body.microsite .desktop-main-menu ul#main-menu {
    /* resets */
    width: initial;
    height: initial;
    position: initial;
    /* end */
}
body.microsite .desktop-main-menu ul#main-menu::after {
    content: '';
    display: table;
    clear: both;
}
body.microsite .desktop-main-menu nav.microsite-menu {
    padding: 0;
    margin: 0;
}
body.microsite .desktop-main-menu nav.microsite-menu .wrapper {
    
}
body.microsite .desktop-main-menu nav.microsite-menu .wrapper::after {
    display: table;
    content: '';
    clear: both;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button {
    /* resets */
    height: initial;
    margin-left: initial;
    cursor: initial;
    width: initial;
    margin-left: initial;
    font-size: initial;
    /* end */
    position: relative;
    float: left;
    height: 55px;
    background-color: #fff;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.active {
    /* resets */
    background-color: initial;
    /* end */
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.active > a {
    /* resets */
    background-color: #f2f4f8;
    /* end */
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button:hover {
    background-color: initial;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button > a:hover {
    /* resets */
    background-color: #fff;
    /* end */
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.active > a:hover {
    /* resets */
    background-color: #f2f4f8;
    /* end */
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button > a {
    /* resets */
    left: initial;
    right: initial;
    bottom: initial;
    top: initial;
    /* end */
    letter-spacing: initial;
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #152456;
    text-transform: uppercase;
    padding: 0 15px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1.3em;
    text-align: left;
    letter-spacing: .04em;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.has-dropdown > a {
	padding-right: 30px;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button > a em {
    /* resets */
    position: initial;
    display: initial;
    margin-top: initial;
    /* end */
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #999;
    text-transform: none;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.give-button {
    float: right;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.give-button a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #59b7df;
    color: #fff;
}

body.microsite .banner {
    position: relative;
    height: 100px;
    background-color: black;
    z-index: 2;
}
body.microsite nav.microsite-menu {
    z-index: 1;
    position: relative;
}
body.microsite nav.microsite-menu > div {
    background-color: #ccc;
}
body.microsite nav.microsite-menu > div > ul {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
}
body.microsite nav.microsite-menu > div > ul::after {
    content: '';
    display: table;
    clear: both;
}
body.microsite nav.microsite-menu > div > ul > li {
    box-sizing: border-box;
    float: left;
    height: 50px;
    border: 1px solid #777;
    line-height: 50px;
    padding: 0 30px;
}
body.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown {
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #fff;
    width: 100%;
    //z-index: 0;
    padding: 30px 0;
    min-height: 230px;
    display: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,.03);
}
body.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown .wrapper {
    
}
body.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown .wrapper::after {
    content: '';
    display: table;
    clear: both;
}
body.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown-inner {
    box-sizing: border-box;
    padding-right: 30px;
    float: left;
    width: 25%;
    opacity: 0;
    transition: ease-in .5s;
}
body.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown.active .megamenu-dropdown-inner {
    opacity: 1;
    transition: ease-in .5s;
}
body.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown-inner > li:first-of-type {
    font-weight: bold;
}
body.microsite nav.microsite-menu .has-dropdown .megamenu-dropdown-inner li {
    margin: 0;
    padding: 0;
    line-height: normal;
    
}
body.microsite .desktop-main-menu-container {
    position: relative;
    z-index: 5000;
}
body.microsite .desktop-main-menu-container .wrapper,
body.microsite .desktop-main-menu-container .wrapper .main-menu,
body.microsite .desktop-main-menu-container .wrapper .main-menu .microsite-menu {
    position: unset;
}
body.microsite .desktop-main-menu-container .desktop-main-menu nav.microsite-menu ul li.nav-button {
    position: unset;
}

/* Featured Column */
body.microsite .microsite-menu .col-4 .textimage::after {
	content: '';
    display: table;
    clear: both;
}
body.microsite .microsite-menu .col-4 .textimage img {
	width: 125px;
}
/* Nav Button */
body.microsite .desktop-main-menu .nav-button.has-dropdown > a::after {
	content: '';
    height: 5px;
    width: 0px;
    background-color: #59b7df;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: ease .2s;
    opacity: 0;
}
body.microsite .desktop-main-menu .nav-button.has-dropdown > a:hover::after {
	content: '';
    height: 5px;
    width: 100%;
    background-color: #59b7df;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    opacity: 1;
}
body.microsite .desktop-main-menu .nav-button.has-dropdown > a > i {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
}
body.microsite .desktop-main-menu .nav-button.has-dropdown.active > a::after {
	width: 100%;
    opacity: 1;
}
body.microsite .desktop-main-menu .nav-button.has-dropdown.active-page > a::after {
	width: 100%;
    opacity: 1;
}
body.microsite .desktop-main-menu .nav-button.has-dropdown.active-page > a {
    background-color: #fff;
}
body.microsite .desktop-main-menu .nav-button.has-dropdown.active > a {
	background-color: #f2f4f8;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home {
    /* resets */
    background-color: initial;
    /* end */
    background-color: #152456;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home:hover {
    background-color: #fff;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home a {
    /* resets */
    background-color: initial;
    /* end */
    font-weight: bold;
    color: #59b7df;
    text-transform: uppercase;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home em {
    color: #59b7df;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home {
    /* resets */
    background-color: initial;
    /* end */
    background-color: #152456;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home:hover {
    background-color: #152456;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home a {
    /* resets */
    background-color: initial;
    /* end */
    font-weight: bold;
    color: #59b7df;
    text-transform: uppercase;
}
body.microsite .desktop-main-menu nav.microsite-menu ul li.nav-button.home em {
    color: #59b7df;
}
@media only screen and (max-width: 770px) {
    body.microsite #main-menu .dropdown-menu {
        display: none;
    }
    body.microsite .nav-button.has-dropdown > a > i {
        display: none;
    }
    body.microsite .nav-button.has-dropdown > a > em {
        font-style: normal;
    }
}
@media all {
	body.microsite nav.breadcrumb {
		clear: both;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 600;
		margin-top: 20px;
		margin-bottom: 28px;
		line-height: 8px;
        letter-spacing: 0.8px;
        max-height: 46px;
	}
	body.microsite nav.breadcrumb>p>a {
		color: #013fa3;
	}
	body.microsite nav.breadcrumb>p>span {

	}
	body.microsite nav.breadcrumb>p>*:before {
		content: ">";
		margin-left: 3px;
		margin-right: 6px;
	}
	body.microsite nav.breadcrumb>p>*:first-child:before {
		display: none;
	}

	body.microsite > header nav.breadcrumb {
		margin-top: 0;
		margin-bottom: 12px;
		border-top: 2px solid white;
		background-color: rgba(255,255,255,0.6);
		padding: 18px;
	}
}
.form-header {
            border-radius: 0 0 15px 15px; color: white; text-align: center; font-size: 1.75em; margin-top: -20px; padding-top: 755px; height: 85px; background: #1e5799;
        background: -moz-linear-gradient(left,  #1e5799 0%, #6490c4 50%, #1e5799 100%);
        background: -webkit-linear-gradient(left,  #1e5799 0%,#6490c4 50%,#1e5799 100%);
        background: linear-gradient(to right,  #1e5799 0%,#6490c4 50%,#1e5799 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=1 );
    }

 form {
        margin-left: 0;
    }


    p .form-error { margin-top: 10px; }


    /* form styling */
    div .form_leftcollabel {
        display: inline;
    }


    div .form_leftcolmark {
        display: inline; /* required */
        color: red;
    }


	.form_rightcol {
    	margin-top: 0;

    }

 form input, form select {

        padding: 8px;
        border: 1px solid #aaaaaa;
        clear:both;
    	/* float:left; */
        height: 40px;
    	font-size:16px;
    	position: center;

    }

form input[type=checkbox] {
width:12px;
height:12px;
font-size:14px;


}


form input[type=radio] {
width:14px;
height:14px;
font-size:14px;
margin-top:5px;

}
.radio input[type="radio"] {


position: relative;
margin-left:5px;


    }
    form input[type=submit] {
    background: #4e65b8;
    color: #fff;
    height:32px;
    padding: .6906em .5688em;  
    font-weight: 700;
    text-transform: uppercase;
    font-size: .7313em;
    letter-spacing: 1px;
    text-align: center;
    min-width: .73125em;
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    

    }

form input[type=submit]:hover { 
    background-color: #6485FF;
}

   p .form_error {
        font-weight: bold;
        color: red;
    }

    div .form_error {
        font-weight: bold;
        color: red;
        margin: 0;
    }
form checkbutton-height {
  display      : inline-block;
  margin-left  : -500px;
  padding-left : 28px;
  background   : url('../../../../apps/tju/university/components/pages/events-forms-template/form/clientlibs/public/stylesheets/checks.png') no-repeat 0 0;
  line-height  : 24px;
}


/* mobile styles */
@media screen and (max-width: 767px) {
	.form-header {
        border-radius: 0;
        margin-top: 10px;
        padding-top: 25px;
	}
    section#content .parsys {
    	padding: 0;
    }
}



/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
    height: 100px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
    height: 100px;
}

#makeMeScrollable{
	width: 100%;
	height: 100px;
	position: relative;

}

#makeMeScrollable span {
	display: block;
	float: left;
	margin: 0;
	padding: 15px 20px 20px 20px; 
	font-size: 220% !important;
	font-weight: bold; 
	background-color: #fff; 
	color: #000; 
	white-space: nowrap;
    height: 200px;
}

@media all {
	div.list ul.news .news-title {
		font-size: 16px;
		font-weight: 700;
	}
	div.list ul.news li {
		clear: left;
	}
	div.list ul.news:after,
	div.list ul.news li:after {
		content: "";
		display: table;
		clear: both;
	}
	div.list ul.news img {
		float: left;
		width: 140px;
		height: auto;
		float: left;
	}
	div.list ul.news img+p {
		margin-left: 160px;
	}



    /*a {

	font-size:14px;
    color: #328cb1;   

}*/

   .MostViewedTitle  {
        font-family: Lato;
        font-size: 14.4px;
        line-height: 1.25em;
        margin-bottom: 10px;
        font-weight: 900;
        letter-spacing: 1px;
    }

    .border1 {
        float: left;
        width: 89.1%;
        clear: both;
        padding: 5%;
        border: 1px solid #d3d7e7;
        margin: 1em 0;
        font-size: .9em;
        line-height: 1.6em;

    }


	#mostViewedSection a {
		font-size:14px;
    	color: #328cb1;
    }   

}


@media all {

    div.module.related-content-module div.module-heading {
        text-align: left;
        min-height: 0;
        border-style: none;
        text-transform: none;
    }
    div.module.related-content-module div.module-heading.external {
		background-image: none;
    }
    div.module.related-content-module div.module-heading.external a:after {
        display: inline-block;
        background: transparent url('../../../designs/tju/university/images/related-links-external.png') no-repeat scroll left top;
        width: 9px;
        height: 8px;
        content: ' ';
        margin-left: 0.25em;
        position: relative;
        top: -1px;
    }
    div.module.related-content-module div.module-heading.external a:hover:after {
        background-image: url('../../../designs/tju/university/images/related-links-external-hover.png');
    }
    div.module.related-content-module div.module-heading>* {
        font-size: 16px;
        font-weight: 800;
        line-height: 20px;
        padding: 0; /* was 10px 0 */
    }

    div.module.related-content-module div.module-heading+div.module-text {
        margin-top: 5px;
    }

    div.module.related-content-module div.module-text~div.more-info {
        margin-top: 5px;
        font-size: 14px;
    }

    body[class*="cq-wcm-"] div.module.related-content-module div.image img.cq-image-placeholder {
        height: 160px;
        width: 160px;
    }


}
@media only screen and (max-width:480px) {
    div.module-section.related-content .module.related-content-module {
        width: 100%;
    }
    div.module-section.related-content .module {
        margin-left: 0;
    }
}
@media all {

    div.module.plain-link .plain-link-heading {
        border: 1px solid #d3d7e7;
        position: relative;
        height: 72px;
        overflow: hidden;
    }

    div.module.plain-link .plain-link-heading div.module-image {
        position: absolute;
        height: 43px;
        width: 43px;
        top: 50%;
        margin-top: -22px;
        left: 10px;
        overflow: hidden;
    }

    div.module.plain-link .plain-link-heading div.image.module-image .image-buffer {
        margin: 0;
    }

    div.module.plain-link .plain-link-heading div.module-heading {
        position: relative;
        margin-top: 0;
        height: 100%;
        display: table;
        width: 100%;
    }

    div.plain-link .plain-link-heading div.module-heading.linked:hover {
        background-color: #d3d7e7;
		cursor: pointer;
	}
    div.plain-link .plain-link-heading div.module-heading.linked a:hover {
		color: #013fa3;
	}

    div.module.plain-link .plain-link-heading div.module-heading>h2,
    div.module.plain-link .plain-link-heading div.module-heading>h3,
    div.module.plain-link .plain-link-heading div.module-heading>h4,
    div.module.plain-link .plain-link-heading div.module-heading>h5 {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        line-height: 15px;
    }
    
    div.module.plain-link .plain-link-heading div.module-image~div.module-heading>* {
        padding-left: 65px;
        text-align: left;
        padding-right: 0;
    }

    div.module.plain-link div.module-text {
        font-size: 14px;
        margin-top: 10px;
        line-height: 19px;
    }

    /*div.module.plain-link div.module-text~p.learn-more {
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }*/

    div.module.plain-link div.module-text>*+* {
        margin-top: 0.5em;
    }

}
@media all {

    div.module-section div.module {
        margin-top: 0;
    }
    div.module+div.module {
    	margin-top: 0;
    }

	div.module div.module-text~div.more-info {
		margin-top: 2px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1.5px;
        font-size: 14px;
        line-height: 17px;
	}
    div.module div.module-text~div.more-info p.hidden {
    	text-transform: none;
    	color: #cccccc;
    	font-size: 11px;
    }
    div.module-heading.external {
        background-image: url('../../../designs/tju/university/images/module-external-link.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top right;
    }
    div.module-heading.external:hover,
    div.module-heading.external.hover {
        background-image: url('../../../designs/tju/university/images/module-external-link-hover.png');
    }

    div.module div.more-info.external a:after {
        content: '\f061';
        font-size: 0.7em;
        position: relative;
        top: -0.2em;
    }
    /*div.module div.more-info.external a:after {
        display: inline-block;
        background: transparent url('../../../designs/tju/university/images/related-links-external.png') no-repeat scroll left top;
        width: 9px;
        height: 8px;
        content: ' ';
        margin-left: 0.25em;
        position: relative;
        top: -1px;
    }
    div.module div.more-info.external a:hover:after {
        background-image: url('../../../designs/tju/university/images/related-links-external-hover.png');
    }*/
}

@media all {
	div.module.home-page-feature div.module-heading.external {
		background-image: none;
	}
	div.module.home-page-feature div.module-heading.external {
		background-image: none;
	}

	div.module.home-page-feature div.module-heading.external a:after {
		display: inline-block;
		background: transparent url('../../../designs/tju/university/images/related-links-external.png') no-repeat scroll left top;
		width: 9px;
		height: 8px;
		content: ' ';
		margin-left: 0.25em;
	}
	div.module.home-page-feature div.module-heading.external a:hover:after {
		background-image: url('../../../designs/tju/university/images/related-links-external-hover.png');
	}
    div.module.home-page-feature div.more-info.external a:after {
    	display: none;
	}
}
@media all {

    div.landing-page-a-intro {
    }

    div.landing-page-a-intro.with-feature div.textimage {
        padding-right: 260px;
        float: left;
        width: 100%;
    }
    div.landing-page-a-intro.with-feature div.module.feature {
        width: 220px;
        margin-left: -220px;
        float: right;
        margin-top: 0;
    }

    div.landing-page-a-intro.with-feature div.module.feature div.module-image {
        float: none;
        max-width: 100%;
        padding: 0;
    }

    div.landing-page-a-intro.with-feature div.module.feature div.module-heading {
        margin-top: 0;
    }
    div.landing-page-a-intro.with-feature div.module.feature div.module-image~div.module-text {
        margin-top: 10px;
    }
}
@media only screen and (max-width:660px) {
	div.landing-page-a-intro.with-feature div.textimage {
    	padding-right: 0;
	}
    div.landing-page-a-intro.with-feature div.module.feature {
        clear: left;
        float: none;
        margin-left: 0;
        padding-bottom: 20px;
        padding-top: 30px;
        width: 100%;
    }
    article #main-content div.landing-page-a-intro div.image .image-buffer {
		margin-bottom: 1em;
    }
    div.landing-page-a-intro.with-feature div.module.feature .content-area {
        border-top: 1px solid #d3d7e7;
        padding-top: 30px;
    }
    article #main-content .feature div.image .image-buffer {
        float: left;
        margin: 0 1em 0 0;
        max-width: 58px !important;
    }
}
@media all {

    div.image-module>div.content-area {
    }

    div.image-module div.module-heading {
        text-transform: uppercase;
        text-align: center;
        min-height: 72px;
        border: 1px solid #d3d7e7;
    }
    div.image-module div.module-heading.hover,
    div.image-module div.module-heading.linked:hover {
		background-color: #d3d7e7;
        cursor: pointer;
	}
	div.image-module div.module-heading.linked a:hover {
		color: #013fa3;
	}
	div.image-module.cross-promo div.module-heading:hover,
    div.image-module.cross-promo div.module-heading.hover,
	div.image-module.related-content-module div.module-heading:hover,
	div.module.home-page-feature div.module-heading:hover {
		background-color: transparent;
	}
	div.image-module.cross-promo div.module-heading a:hover,
    div.image-module.cross-promo div.module-heading.hover a,
	div.image-module.related-content-module div.module-heading a:hover,
	div.module.home-page-feature div.module-heading a:hover {
		color: #569bca;
	}
    div.image-module div.module-heading>* {
        padding: 13px 5px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.5px;
        overflow: hidden;
        line-height: 20px;
    }

    div.image-module div.module-text {
        font-size: 14px;
        margin-top: 10px;
        line-height: 19px;
    }

    div.image-module div.module-text>*+* {
        margin-top: 0.5em;
    }

    div.image-module .content-area div.module-image {
        margin-top: 0;
        float: none;
    }

    div.image-module .content-area div.module-image .image-buffer {
        float: none;
        margin: 0;
    }
    
    div.image-module .content-area div.module-image img {
        width: 100%;
        height: auto;
    }

    [class*="landing-page-"] div.image-module div.image img.cq-image-placeholder {
        display: none;
    }
    [class*="landing-page-"] body[class*="cq-wcm-"] div.image-module div.image img.cq-image-placeholder {
        display: block;
        height: 89px;
    }

}
@media all {
   	.school-home-page #main-content div.image-module div.module-text ul>li {
		margin-left: 0;
            list-style-type: none;
    }
    .school-home-page div.image-module div.module-text ul li+li {
		margin-top: 0.5em;
    }
	.school-home-page div.image-module div.module-text ul li a {
		font-weight: bold;
    }
}
@media all {

    div.module.home-page-feature {
        width: 100%;
        position: relative;
    }

    div.module.home-page-feature .content-area {
        border: 1px solid #d3d7e7;
        padding: 0 10px;
    }
    div.module.home-page-feature div.module-image {
        margin: -1px -11px 0;
    }
    div.module.home-page-feature div.module-category {
        text-align: center;
        margin-top: 0.75em;
    }
    div.module.home-page-feature div.module-heading {
        text-align: left;
        min-height: 0;
        border-style: none;
        text-transform: none;
        text-align: center;
    }
    div.module.home-page-feature div.module-category+div.module-heading,
    div.module.home-page-feature div.module-category+[class*="cq-placeholder"]+div.module-heading {
        margin-top: 0.5em;
    }
    div.module.home-page-feature div.module-category>* {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 12px;
        font-weight: 900;
    }
    div.module.home-page-feature div.module-heading>* {
        font-size: 16px;
        font-weight: 800;
        line-height: 20px;
        padding: 0;
    }

    div.module.home-page-feature div.module-heading+div.module-text {
        margin-top: 5px;
    }

    div.module.home-page-feature div.module-text~div.more-info {
        margin: 1.5em auto -3px;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        line-height: 12px;
    }
    /*div.module.home-page-feature div.module-text~div.more-info a {

    }*/
    div.module.home-page-feature div.more-info p {
        display: inline-block;
        background-color: #4e65b8;
        border-top: 1px solid #8998d0;
        max-width: 100%;
    }
    div.module.home-page-feature div.more-info a {
        color: white;
        display: block;
        padding: 9px 24px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
	div.module.home-page-feature div.more-info a:hover {
	    background-color: #546fcf;
	}
	.home-page div.news-list ul.with-top-headline li:first-child a:hover,
	.home-page div.news-list ul li a:hover {
	    color: #569bca;
	}
    body[class*="cq-wcm-"] div.module.home-page-feature div.image img.cq-image-placeholder {
        height: 170px;
        width: 100%;
    }


}
@media all {

    div.module.feature {
        width: 50%;
    }

    div.module.feature div.module-image {
        float: left;
        max-width: 50%;
        padding-right: 18px;
    }

    div.module.feature div.module-image img {
        max-width: 100%;
    }

    div.module.feature div.module-text {
        font-size: 14px;
        line-height: 19px;
        margin-top: 0;
    }

    div.module.feature div.module-text~div.more-info p {
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }
}
@media all {
	.landing-page-a div.textimage {
			padding-left: 0;
	}
    .landing-page-a div.textimage div.image,
    .landing-page-a div.textimage.center div.image {
        max-width: 50%;
        float: right;
        margin: 0 0 8px 20px;
    }
	.landing-page-a div.textimage.left div.image {
        float: left;
        margin: 0 20px 8px 0;
    }

    .landing-page-a div.textimage div.image>img+p {
        margin: 0;
        padding: 12px;
        font-size: 10px;
        color: #666666;
        background-color: #f2f4f8;
        line-height: 13px;
    }
}
@media only screen and (max-width:768px) {

    div.module.feature {
        width: 100%;
    }

}
@media only screen and (max-width:660px) {

    div.textimage div.image,
    div.textimage.right div.image {
        float: right;
        margin: 0;
    }

    div.textimage div.text {
        float: left;
        width: 100%;
    }

    div.textimage div.image {

    }
    
    div.textimage[class*=max-image-width] div.image {
        max-width: 100%;
    }

    .landing-page-a div.textimage {
        padding-left: 0;
    }
    .landing-page-a div.textimage div.image,
    .landing-page-a div.textimage.left div.image, 
    .landing-page-a div.textimage.center div.image {
        max-width: 100%;
        float: none;
        margin: 0 auto;
    }
    .school-news-item-page #main-content .textimage.right .image {
        float: none;
    }
}
@media only screen and (max-width:480px) {

	div.component.module.feature div.module-image {
        float: none;
        max-width: 100%;
        padding-right: 0;
    }
    div.component.feature div.module-text {
        font-size: 14px;
        line-height: 19px;
        margin-top: 0.5em;
    }
}
@media all {

    div.module.cross-promo>div.content-area {
    }

    div.module.cross-promo div.module-heading {
        text-align: left;
        min-height: 0;
        border-style: none;
    }
    div.module.cross-promo div.module-heading.external {
		background-image: none;
    }
    div.module.cross-promo div.module-heading.external a:after {
        display: inline-block;
        background: transparent url('../../../designs/tju/university/images/related-links-external.png') no-repeat scroll left top;
        width: 9px;
        height: 8px;
        content: ' ';
        margin-left: 0.25em;
        position: relative;
        top: -1px;
    }
    div.module.cross-promo div.module-heading.external a:hover:after {
        background-image: url('../../../designs/tju/university/images/related-links-external-hover.png');
    }
    div.module.cross-promo div.module-heading>* {
        font-size: 12px;
        font-weight: 800;
        line-height: 15px;
        min-height: 4.2em;
	    padding: 0 0 5px; /* was 10px 0 */
    }

    div.module.cross-promo div.module-heading+div.module-text {
        margin-top: 0;
    }

    [class*="landing-page-"] body[class*="cq-wcm-"] div.module.cross-promo div.image img.cq-image-placeholder {
        height: 160px;
        width: 160px;
    }

}
@media only screen and (max-width:480px) {
	.landing-page-b div.module-section.cross-promos div.module.cross-promo {
    	width: 100%;
	}
    .landing-page-b div.module-section.cross-promos div.module.cross-promo .image {
    	display: none;
	}
    .landing-page-b div.module-section.cross-promos div.module.cross-promo div.module-heading > * {
	    min-height: 0;
   	}
    .landing-page-b div.module-section.cross-promos .parsys {
		margin-top: 0;
    }
}
@media all {
	.youtube {
		display: block;
		max-width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		background-color: #cccccc;
	}
	.youtube p {
		padding: 20px;
	}
	.youtube iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.youtube.r-16_10 {
		padding-bottom: 62.5%;
	}
	.youtube.r-4_3 {
		padding-bottom: 75%;
	}

	.youtube.w-75pct {
		width: 75%;
	}
	.youtube.w-50pct {
		width: 50%;
	}
	.youtube.w-500px {
		width: 500px;
	}
	.youtube.w-400px {
		width: 400px;
	}
	.youtube.w-300px {
		width: 300px;
	}
}
@media all {
  .top-blog-post {
    background-color: #f2f3f8;
    padding: 0;
    position: relative;
  }
  .top-blog-post:after {
    display: table;
    clear: both;
    content: '';
  }
  .top-blog-post .feed-container {
    margin-top: 0;
  }
  .top-blog-post .feed-container img.attachment[src*=":/"] {
    float: right;
    width: 50%;
    height: auto;
    margin: 0;
  }
  .top-blog-post .feed-container img.attachment[src*=":/"] + .content {
    width: 50%;
  }
  .top-blog-post .feed-container .content {
    margin-top: 0;
    padding: 20px 15px;
  }
  .top-blog-post .feed-container .content h4 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 14px;
    padding: 0;
  }
  .top-blog-post .feed-container .content h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    line-height: 23px;
    margin-top: 8px;
  }
  .top-blog-post .feed-container .content p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
  }
  .top-blog-post .feed-container .content a.more {
    white-space: nowrap;
    font-weight: 600;
  }
  .top-blog-post .feed-container .content a.more i.fa {
    font-size: 0.75em;
  }
}

@media all {
  .statistics:after {
    display: table;
    content: '';
    clear: both;
  }
  .statistics [class*="columns-"] {
    padding: 0 0;
  }
  .statistics [class*="columns-"]:after {
    display: table;
    content: '';
    clear: both;
  }
  .statistics .divider {
    margin-top: 0;
  }
  .statistics .column {
    float: left;
    margin-top: 0;
    width: 25%;
    padding: 0 10px;
    margin-top: 40px;
  }
  .statistics .column b {
    font-size: 30px;
  }
  .statistics .column small {
    font-size: 14px;
    text-transform: uppercase;
  }
  .statistics .column .hash {
    font-size: 0.5em;
    position: relative;
    top: -0.7em;
  }
  .statistics .columns-1 div.column {
    width: 100%;
  }
  .statistics .columns-1 div.column:nth-child( -n + 1) {
    margin-top: 0;
  }
  .statistics .columns-1 div.column:nth-child(1n+2) {
    clear: left;
  }
  .statistics .columns-2 div.column {
    width: 50%;
  }
  .statistics .columns-2 div.column:nth-child( -n + 2) {
    margin-top: 0;
  }
  .statistics .columns-2 div.column:nth-child(2n+3) {
    clear: left;
  }
  .statistics .columns-3 div.column {
    width: 33.33333333%;
  }
  .statistics .columns-3 div.column:nth-child( -n + 3) {
    margin-top: 0;
  }
  .statistics .columns-3 div.column:nth-child(3n+4) {
    clear: left;
  }
  .statistics .columns-4 div.column {
    width: 25%;
  }
  .statistics .columns-4 div.column:nth-child( -n + 4) {
    margin-top: 0;
  }
  .statistics .columns-4 div.column:nth-child(4n+5) {
    clear: left;
  }
}

@media all and (max-width: 630px) {
  .statistics .columns-4 div.column,
  .statistics .columns-3 div.column {
    width: 50%;
  }
  .statistics .columns-4 div.column:nth-child(2n + 3),
  .statistics .columns-3 div.column:nth-child(2n + 3) {
    clear: left;
  }
  .statistics .columns-4 div.column:nth-child(-n+2),
  .statistics .columns-3 div.column:nth-child(-n+2) {
    margin-top: 0;
  }
  .statistics .columns-4 div.column:nth-child(n+3),
  .statistics .columns-3 div.column:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media all and (max-width: 320px) {
  .statistics [class*="columns-"] div.column {
    width: 100%;
  }
  .statistics [class*="columns-"] div.column:nth-child(n) {
    clear: none;
  }
  .statistics [class*="columns-"] div.column:nth-child(n+2) {
    margin-top: 25px;
  }
}

@media all {
	.social-media-buttons ul li {
		float: left;
		padding-right: 20px;
		margin-top: 0;
		margin-bottom: 1em;
	}
	.social-media-buttons ul li img {
		display: block;
	}

	.social-media-buttons ul li a:hover>img {
		opacity: 0.8;
	}
	.social-media-buttons ul li a.external:after {
		display: none;
	}
}
@media all {
  blockquote {
    position: relative;
    border: 1px solid #d6d9e8;
    padding: 12px 40px;
    font-style: italic;
    margin-left: 6px;
    margin-right: 6px;
    min-height: 78px;
  }
  blockquote:before {
    display: block;
    position: absolute;
    left: -26.5px;
    height: 53px;
    width: 53px;
    background: transparent url('../../../designs/tju/university/images/quote-icon.png') no-repeat scroll center center;
    content: '';
  }
  blockquote > cite {
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
  }
  .parsys blockquote > * + cite {
    margin-top: 10px;
  }
}

@media all and (max-width: 770px) {
  blockquote {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media all {
	.published-date {
		font-size: 14px;
    }
}
@media all {
  .program-detail {
    position: relative;
    background-color: #eef0fb;
    border: 1px solid #d6d9e8;
    padding: 10px 15px;
  }
  .program-detail:after {
    display: table;
    content: '';
    clear: both;
  }
  .program-detail h3 .subtitle {
    font-weight: 400;
  }
  .program-detail h5 {
    font-weight: 800;
  }
  .program-detail .datum {
    display: block;
    margin-top: 5px;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
  }
  .program-detail .suffix {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
  }
  .program-detail [class*="columns-"] {
    margin-top: 12px;
    padding: 0 0;
  }
  .program-detail [class*="columns-"]:after {
    display: table;
    content: '';
    clear: both;
  }
  .program-detail .column {
    float: left;
    margin-top: 0;
    width: 25%;
    padding: 0 10px;
  }
  .program-detail .column b {
    font-size: 30px;
  }
  .program-detail .column small {
    font-size: 14px;
    text-transform: uppercase;
  }
  .program-detail .column .hash {
    font-size: 0.5em;
    position: relative;
    top: -0.7em;
  }
  .program-detail ~ .program-detail:before {
    position: absolute;
    display: block;
    width: 42px;
    height: 34px;
    content: '';
    background: transparent url('../../../designs/tju/university/images/program-detail-arrow.png') no-repeat scroll center center;
    left: 50%;
    margin-left: -21px;
    top: -27px;
  }
  .program-detail .columns-1 div.column {
    width: 100%;
  }
  .program-detail .columns-1 div.column:nth-child( -n + 1) {
    margin-top: 0;
  }
  .program-detail .columns-1 div.column:nth-child(1n+2) {
    clear: left;
  }
  .program-detail .columns-2 div.column {
    width: 50%;
  }
  .program-detail .columns-2 div.column:nth-child( -n + 2) {
    margin-top: 0;
  }
  .program-detail .columns-2 div.column:nth-child(2n+3) {
    clear: left;
  }
  .program-detail .columns-3 div.column {
    width: 33.33333333%;
  }
  .program-detail .columns-3 div.column:nth-child( -n + 3) {
    margin-top: 0;
  }
  .program-detail .columns-3 div.column:nth-child(3n+4) {
    clear: left;
  }
  .program-detail .columns-4 div.column {
    width: 25%;
  }
  .program-detail .columns-4 div.column:nth-child( -n + 4) {
    margin-top: 0;
  }
  .program-detail .columns-4 div.column:nth-child(4n+5) {
    clear: left;
  }
}

@media all {
	div.pager>* {
		margin-top: 0;
	}
	div.pager li {
		float: left;
		margin: 0;
		margin-left: 10px;
		text-align: center;
		display: table;
		font-weight: 700;
	}
	div.pager ul {
		margin: 0 10px;
	}
	div.pager li:first-child {
		margin-left: 0;
	}
	div.pager li>* {
		display: table-cell;
		min-width: 35px;
		height: 35px;
		padding: 10px 0;
		border: 1px solid #d3d7e7;
		line-height: 14px;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
		font-weight: 700;
	}
	div.pager li>span {
		border-style: none;
		color: #000022;
	}
	div.pager .previous,
	div.pager .next,
	div.pager ul {
		float: left;
	}
	div.pager .previous,
	div.pager .next {
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 14px;
		padding: 10px 0;
		font-weight: 700;
	}
	div.pager a:hover {
		color: #569bca;
	}
}
@media all and (max-width:480px) {
	div.pager ul li {
		display: none;
	}
	div.pager ul li.current {
		display: table-cell;
		margin-left: 0;
	}

}
@media all {
	div.news-list {
		max-width: 700px;
	}
	div.news-list ul.results li a {
		font-size: 16px;
		font-weight: 700;
	}
	div.news-list ul.results li {
		clear: left;
		margin-top: 23px;
	}
	div.news-list ul.results li:first-child {
		margin-top: 0;
	}
	div.news-list ul.results:after,
	div.news-list ul.results li:after {
		content: "";
		display: table;
		clear: both;
	}
	div.news-list ul.results img {
		float: left;
		width: 140px;
		height: auto;
		float: left;
	}
	div.news-list ul.results img+p {
		margin-left: 160px;
	}
	div.news-list ul.results .date {
		font-size: 14px;
	}
}
.results>li{
    padding-bottom: 10px;
}
.home-page div.news-list ul li a {
    font-size: 14px;
    color: black;
}
.home-page div.news-list ul li a:after {
    content: '';
    display: inline-block;
    background: transparent url('../../../designs/tju/university/images/related-links-external.png') no-repeat scroll left top;
    height: 10px;
    width: 9px;
    margin-left: 0.2em;
}
.home-page div.news-list ul li a:hover:after {
    background-image: url('../../../designs/tju/university/images/related-links-external-hover.png');
}
.home-page div.news-list ul.with-top-headline li:first-child a {
    font-size: 22px;
    color: #013fa3;
}

/* 
News List with Tagging Classes 
Location: /apps/tju/university/components/misc/news-list-tagging
File: home-page.css
Author: Lene Pagsuguiron, Nick Zhuang
*/

#news-list-tagging .tag-title {
    background-color: #152456;
    color: #ffffff;
    font-size: 14px;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
    text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	display: inline-block;
}

#news-list-tagging .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#news-list-tagging .col-sm-9,.col-sm-12,.col-sm-3{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    /*padding-left: 15px;*/
}

#news-list-tagging .row {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px){

	#news-list-tagging .col-sm-9,.col-sm-12,.col-sm-3{
	        float: left;
	    }

	 #news-list-tagging .col-sm-9 {
	    width: 75%;
	}

	#news-list-tagging .col-sm-3 {
	    width: 25%;
	}

	#news-list-tagging .col-sm-12 {
	    width: 100%;
	}

	#news-list-tagging .results>li>.col-sm-3{
		margin-top: 10px;

	}

}

#news-list-tagging ul li div a {
    font-size: 16px;
   	font-weight: 700;
}

#news-list-tagging ul li div span.date {
    font-size: 14px;
}

#news-list-tagging .clearfix:before,
#news-list-tagging .clearfix:after,
#news-list-tagging .container-fluid:before,
#news-list-tagging .container-fluid:after,
#news-list-tagging .row:before,
#news-list-tagging .row:after{
    display: table;
    content: " ";
}

#news-list-tagging p /*.parsys *+**/ {
    margin-top: 0;
}

#news-list-tagging .clearfix:after,
#news-list-tagging .container-fluid:after,
#news-list-tagging .row:after
{
  clear: both;
}


@media all {
	div.news-list {
		max-width: 700px;
	}
	div.news-list ul.results li a {
		font-size: 16px;
		font-weight: 700;
	}
	div.news-list ul.results li {
		clear: left;
		margin-top: 23px;
	}
	div.news-list ul.results li:first-child {
		margin-top: 0;
	}
	div.news-list ul.results:after,
	div.news-list ul.results li:after {
		content: "";
		display: table;
		clear: both;
	}
	div.news-list ul.results img {
		float: left;
		width: 140px;
		height: auto;
		float: left;
	}
	div.news-list ul.results img+p {
		margin-left: 160px;
	}
	div.news-list ul.results .date {
		font-size: 14px;
	}
}
@media all {
	.home-page div.news-list ul li {
		margin-top: 10px;
		line-height: 20px;
	}
	.home-page div.news-list ul li a {
		font-size: 14px;
		color: black;
	}
	.home-page div.news-list ul li a:after {
		content: '';
		display: inline-block;
		background: transparent url('../../../designs/tju/university/images/related-links-external.png') no-repeat scroll left top;
		height: 10px;
		width: 9px;
		margin-left: 0.2em;
	}
	.home-page div.news-list ul li a:hover:after {
		background-image: url('../../../designs/tju/university/images/related-links-external-hover.png');
    }
    .home-page div.news-list ul.with-top-headline li:first-child a {
		font-size: 22px;
		color: #013fa3;
	}
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.bootstrap-scope{/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */}.bootstrap-scope html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.bootstrap-scope body{margin:0}.bootstrap-scope article,.bootstrap-scope aside,.bootstrap-scope details,.bootstrap-scope figcaption,.bootstrap-scope figure,.bootstrap-scope footer,.bootstrap-scope header,.bootstrap-scope hgroup,.bootstrap-scope main,.bootstrap-scope menu,.bootstrap-scope nav,.bootstrap-scope section,.bootstrap-scope summary{display:block}.bootstrap-scope audio,.bootstrap-scope canvas,.bootstrap-scope progress,.bootstrap-scope video{display:inline-block;vertical-align:baseline}.bootstrap-scope audio:not([controls]){display:none;height:0}.bootstrap-scope [hidden],.bootstrap-scope template{display:none}.bootstrap-scope a{background-color:transparent}.bootstrap-scope a:active,.bootstrap-scope a:hover{outline:0}.bootstrap-scope abbr[title]{border-bottom:1px dotted}.bootstrap-scope b,.bootstrap-scope strong{font-weight:700}.bootstrap-scope dfn{font-style:italic}.bootstrap-scope h1{margin:.67em 0;font-size:2em}.bootstrap-scope mark{color:#000;background:#ff0}.bootstrap-scope small{font-size:80%}.bootstrap-scope sub,.bootstrap-scope sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.bootstrap-scope sup{top:-.5em}.bootstrap-scope sub{bottom:-.25em}.bootstrap-scope img{border:0}.bootstrap-scope svg:not(:root){overflow:hidden}.bootstrap-scope figure{margin:1em 40px}.bootstrap-scope hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bootstrap-scope pre{overflow:auto}.bootstrap-scope code,.bootstrap-scope kbd,.bootstrap-scope pre,.bootstrap-scope samp{font-family:monospace,monospace;font-size:1em}.bootstrap-scope button,.bootstrap-scope input,.bootstrap-scope optgroup,.bootstrap-scope select,.bootstrap-scope textarea{margin:0;font:inherit;color:inherit}.bootstrap-scope button{overflow:visible}.bootstrap-scope button,.bootstrap-scope select{text-transform:none}.bootstrap-scope button,.bootstrap-scope html input[type=button],.bootstrap-scope input[type=reset],.bootstrap-scope input[type=submit]{-webkit-appearance:button;cursor:pointer}.bootstrap-scope button[disabled],.bootstrap-scope html input[disabled]{cursor:default}.bootstrap-scope button::-moz-focus-inner,.bootstrap-scope input::-moz-focus-inner{padding:0;border:0}.bootstrap-scope input{line-height:normal}.bootstrap-scope input[type=checkbox],.bootstrap-scope input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.bootstrap-scope input[type=number]::-webkit-inner-spin-button,.bootstrap-scope input[type=number]::-webkit-outer-spin-button{height:auto}.bootstrap-scope input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}.bootstrap-scope input[type=search]::-webkit-search-cancel-button,.bootstrap-scope input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-scope fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}.bootstrap-scope legend{padding:0;border:0}.bootstrap-scope textarea{overflow:auto}.bootstrap-scope optgroup{font-weight:700}.bootstrap-scope table{border-spacing:0;border-collapse:collapse}.bootstrap-scope td,.bootstrap-scope th{padding:0}@media print{.bootstrap-scope *,.bootstrap-scope :after,.bootstrap-scope :before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.bootstrap-scope a,.bootstrap-scope a:visited{text-decoration:underline}.bootstrap-scope a[href]:after{content:" (" attr(href) ")"}.bootstrap-scope abbr[title]:after{content:" (" attr(title) ")"}.bootstrap-scope a[href^="javascript:"]:after,.bootstrap-scope a[href^="#"]:after{content:""}.bootstrap-scope blockquote,.bootstrap-scope pre{border:1px solid #999;page-break-inside:avoid}.bootstrap-scope thead{display:table-header-group}.bootstrap-scope img,.bootstrap-scope tr{page-break-inside:avoid}.bootstrap-scope img{max-width:100%!important}.bootstrap-scope h2,.bootstrap-scope h3,.bootstrap-scope p{orphans:3;widows:3}.bootstrap-scope h2,.bootstrap-scope h3{page-break-after:avoid}.bootstrap-scope .navbar{display:none}.bootstrap-scope .btn>.caret,.bootstrap-scope .dropup>.btn>.caret{border-top-color:#000!important}.bootstrap-scope .label{border:1px solid #000}.bootstrap-scope .table{border-collapse:collapse!important}.bootstrap-scope .table td,.bootstrap-scope .table th{background-color:#fff!important}.bootstrap-scope .table-bordered td,.bootstrap-scope .table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../../../../apps/tju/university/components/misc/jefferson-health-global-header/clientlibs/fonts/glyphicons-halflings-regular.eot);src:url(../../../../apps/tju/university/components/misc/jefferson-health-global-header/clientlibs/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../../../apps/tju/university/components/misc/jefferson-health-global-header/clientlibs/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../../../../apps/tju/university/components/misc/jefferson-health-global-header/clientlibs/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../../../apps/tju/university/components/misc/jefferson-health-global-header/clientlibs/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../../../apps/tju/university/components/misc/jefferson-health-global-header/clientlibs/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.bootstrap-scope .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bootstrap-scope .glyphicon-asterisk:before{content:"\002a"}.bootstrap-scope .glyphicon-plus:before{content:"\002b"}.bootstrap-scope .glyphicon-eur:before,.bootstrap-scope .glyphicon-euro:before{content:"\20ac"}.bootstrap-scope .glyphicon-minus:before{content:"\2212"}.bootstrap-scope .glyphicon-cloud:before{content:"\2601"}.bootstrap-scope .glyphicon-envelope:before{content:"\2709"}.bootstrap-scope .glyphicon-pencil:before{content:"\270f"}.bootstrap-scope .glyphicon-glass:before{content:"\e001"}.bootstrap-scope .glyphicon-music:before{content:"\e002"}.bootstrap-scope .glyphicon-search:before{content:"\e003"}.bootstrap-scope .glyphicon-heart:before{content:"\e005"}.bootstrap-scope .glyphicon-star:before{content:"\e006"}.bootstrap-scope .glyphicon-star-empty:before{content:"\e007"}.bootstrap-scope .glyphicon-user:before{content:"\e008"}.bootstrap-scope .glyphicon-film:before{content:"\e009"}.bootstrap-scope .glyphicon-th-large:before{content:"\e010"}.bootstrap-scope .glyphicon-th:before{content:"\e011"}.bootstrap-scope .glyphicon-th-list:before{content:"\e012"}.bootstrap-scope .glyphicon-ok:before{content:"\e013"}.bootstrap-scope .glyphicon-remove:before{content:"\e014"}.bootstrap-scope .glyphicon-zoom-in:before{content:"\e015"}.bootstrap-scope .glyphicon-zoom-out:before{content:"\e016"}.bootstrap-scope .glyphicon-off:before{content:"\e017"}.bootstrap-scope .glyphicon-signal:before{content:"\e018"}.bootstrap-scope .glyphicon-cog:before{content:"\e019"}.bootstrap-scope .glyphicon-trash:before{content:"\e020"}.bootstrap-scope .glyphicon-home:before{content:"\e021"}.bootstrap-scope .glyphicon-file:before{content:"\e022"}.bootstrap-scope .glyphicon-time:before{content:"\e023"}.bootstrap-scope .glyphicon-road:before{content:"\e024"}.bootstrap-scope .glyphicon-download-alt:before{content:"\e025"}.bootstrap-scope .glyphicon-download:before{content:"\e026"}.bootstrap-scope .glyphicon-upload:before{content:"\e027"}.bootstrap-scope .glyphicon-inbox:before{content:"\e028"}.bootstrap-scope .glyphicon-play-circle:before{content:"\e029"}.bootstrap-scope .glyphicon-repeat:before{content:"\e030"}.bootstrap-scope .glyphicon-refresh:before{content:"\e031"}.bootstrap-scope .glyphicon-list-alt:before{content:"\e032"}.bootstrap-scope .glyphicon-lock:before{content:"\e033"}.bootstrap-scope .glyphicon-flag:before{content:"\e034"}.bootstrap-scope .glyphicon-headphones:before{content:"\e035"}.bootstrap-scope .glyphicon-volume-off:before{content:"\e036"}.bootstrap-scope .glyphicon-volume-down:before{content:"\e037"}.bootstrap-scope .glyphicon-volume-up:before{content:"\e038"}.bootstrap-scope .glyphicon-qrcode:before{content:"\e039"}.bootstrap-scope .glyphicon-barcode:before{content:"\e040"}.bootstrap-scope .glyphicon-tag:before{content:"\e041"}.bootstrap-scope .glyphicon-tags:before{content:"\e042"}.bootstrap-scope .glyphicon-book:before{content:"\e043"}.bootstrap-scope .glyphicon-bookmark:before{content:"\e044"}.bootstrap-scope .glyphicon-print:before{content:"\e045"}.bootstrap-scope .glyphicon-camera:before{content:"\e046"}.bootstrap-scope .glyphicon-font:before{content:"\e047"}.bootstrap-scope .glyphicon-bold:before{content:"\e048"}.bootstrap-scope .glyphicon-italic:before{content:"\e049"}.bootstrap-scope .glyphicon-text-height:before{content:"\e050"}.bootstrap-scope .glyphicon-text-width:before{content:"\e051"}.bootstrap-scope .glyphicon-align-left:before{content:"\e052"}.bootstrap-scope .glyphicon-align-center:before{content:"\e053"}.bootstrap-scope .glyphicon-align-right:before{content:"\e054"}.bootstrap-scope .glyphicon-align-justify:before{content:"\e055"}.bootstrap-scope .glyphicon-list:before{content:"\e056"}.bootstrap-scope .glyphicon-indent-left:before{content:"\e057"}.bootstrap-scope .glyphicon-indent-right:before{content:"\e058"}.bootstrap-scope .glyphicon-facetime-video:before{content:"\e059"}.bootstrap-scope .glyphicon-picture:before{content:"\e060"}.bootstrap-scope .glyphicon-map-marker:before{content:"\e062"}.bootstrap-scope .glyphicon-adjust:before{content:"\e063"}.bootstrap-scope .glyphicon-tint:before{content:"\e064"}.bootstrap-scope .glyphicon-edit:before{content:"\e065"}.bootstrap-scope .glyphicon-share:before{content:"\e066"}.bootstrap-scope .glyphicon-check:before{content:"\e067"}.bootstrap-scope .glyphicon-move:before{content:"\e068"}.bootstrap-scope .glyphicon-step-backward:before{content:"\e069"}.bootstrap-scope .glyphicon-fast-backward:before{content:"\e070"}.bootstrap-scope .glyphicon-backward:before{content:"\e071"}.bootstrap-scope .glyphicon-play:before{content:"\e072"}.bootstrap-scope .glyphicon-pause:before{content:"\e073"}.bootstrap-scope .glyphicon-stop:before{content:"\e074"}.bootstrap-scope .glyphicon-forward:before{content:"\e075"}.bootstrap-scope .glyphicon-fast-forward:before{content:"\e076"}.bootstrap-scope .glyphicon-step-forward:before{content:"\e077"}.bootstrap-scope .glyphicon-eject:before{content:"\e078"}.bootstrap-scope .glyphicon-chevron-left:before{content:"\e079"}.bootstrap-scope .glyphicon-chevron-right:before{content:"\e080"}.bootstrap-scope .glyphicon-plus-sign:before{content:"\e081"}.bootstrap-scope .glyphicon-minus-sign:before{content:"\e082"}.bootstrap-scope .glyphicon-remove-sign:before{content:"\e083"}.bootstrap-scope .glyphicon-ok-sign:before{content:"\e084"}.bootstrap-scope .glyphicon-question-sign:before{content:"\e085"}.bootstrap-scope .glyphicon-info-sign:before{content:"\e086"}.bootstrap-scope .glyphicon-screenshot:before{content:"\e087"}.bootstrap-scope .glyphicon-remove-circle:before{content:"\e088"}.bootstrap-scope .glyphicon-ok-circle:before{content:"\e089"}.bootstrap-scope .glyphicon-ban-circle:before{content:"\e090"}.bootstrap-scope .glyphicon-arrow-left:before{content:"\e091"}.bootstrap-scope .glyphicon-arrow-right:before{content:"\e092"}.bootstrap-scope .glyphicon-arrow-up:before{content:"\e093"}.bootstrap-scope .glyphicon-arrow-down:before{content:"\e094"}.bootstrap-scope .glyphicon-share-alt:before{content:"\e095"}.bootstrap-scope .glyphicon-resize-full:before{content:"\e096"}.bootstrap-scope .glyphicon-resize-small:before{content:"\e097"}.bootstrap-scope .glyphicon-exclamation-sign:before{content:"\e101"}.bootstrap-scope .glyphicon-gift:before{content:"\e102"}.bootstrap-scope .glyphicon-leaf:before{content:"\e103"}.bootstrap-scope .glyphicon-fire:before{content:"\e104"}.bootstrap-scope .glyphicon-eye-open:before{content:"\e105"}.bootstrap-scope .glyphicon-eye-close:before{content:"\e106"}.bootstrap-scope .glyphicon-warning-sign:before{content:"\e107"}.bootstrap-scope .glyphicon-plane:before{content:"\e108"}.bootstrap-scope .glyphicon-calendar:before{content:"\e109"}.bootstrap-scope .glyphicon-random:before{content:"\e110"}.bootstrap-scope .glyphicon-comment:before{content:"\e111"}.bootstrap-scope .glyphicon-magnet:before{content:"\e112"}.bootstrap-scope .glyphicon-chevron-up:before{content:"\e113"}.bootstrap-scope .glyphicon-chevron-down:before{content:"\e114"}.bootstrap-scope .glyphicon-retweet:before{content:"\e115"}.bootstrap-scope .glyphicon-shopping-cart:before{content:"\e116"}.bootstrap-scope .glyphicon-folder-close:before{content:"\e117"}.bootstrap-scope .glyphicon-folder-open:before{content:"\e118"}.bootstrap-scope .glyphicon-resize-vertical:before{content:"\e119"}.bootstrap-scope .glyphicon-resize-horizontal:before{content:"\e120"}.bootstrap-scope .glyphicon-hdd:before{content:"\e121"}.bootstrap-scope .glyphicon-bullhorn:before{content:"\e122"}.bootstrap-scope .glyphicon-bell:before{content:"\e123"}.bootstrap-scope .glyphicon-certificate:before{content:"\e124"}.bootstrap-scope .glyphicon-thumbs-up:before{content:"\e125"}.bootstrap-scope .glyphicon-thumbs-down:before{content:"\e126"}.bootstrap-scope .glyphicon-hand-right:before{content:"\e127"}.bootstrap-scope .glyphicon-hand-left:before{content:"\e128"}.bootstrap-scope .glyphicon-hand-up:before{content:"\e129"}.bootstrap-scope .glyphicon-hand-down:before{content:"\e130"}.bootstrap-scope .glyphicon-circle-arrow-right:before{content:"\e131"}.bootstrap-scope .glyphicon-circle-arrow-left:before{content:"\e132"}.bootstrap-scope .glyphicon-circle-arrow-up:before{content:"\e133"}.bootstrap-scope .glyphicon-circle-arrow-down:before{content:"\e134"}.bootstrap-scope .glyphicon-globe:before{content:"\e135"}.bootstrap-scope .glyphicon-wrench:before{content:"\e136"}.bootstrap-scope .glyphicon-tasks:before{content:"\e137"}.bootstrap-scope .glyphicon-filter:before{content:"\e138"}.bootstrap-scope .glyphicon-briefcase:before{content:"\e139"}.bootstrap-scope .glyphicon-fullscreen:before{content:"\e140"}.bootstrap-scope .glyphicon-dashboard:before{content:"\e141"}.bootstrap-scope .glyphicon-paperclip:before{content:"\e142"}.bootstrap-scope .glyphicon-heart-empty:before{content:"\e143"}.bootstrap-scope .glyphicon-link:before{content:"\e144"}.bootstrap-scope .glyphicon-phone:before{content:"\e145"}.bootstrap-scope .glyphicon-pushpin:before{content:"\e146"}.bootstrap-scope .glyphicon-usd:before{content:"\e148"}.bootstrap-scope .glyphicon-gbp:before{content:"\e149"}.bootstrap-scope .glyphicon-sort:before{content:"\e150"}.bootstrap-scope .glyphicon-sort-by-alphabet:before{content:"\e151"}.bootstrap-scope .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.bootstrap-scope .glyphicon-sort-by-order:before{content:"\e153"}.bootstrap-scope .glyphicon-sort-by-order-alt:before{content:"\e154"}.bootstrap-scope .glyphicon-sort-by-attributes:before{content:"\e155"}.bootstrap-scope .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.bootstrap-scope .glyphicon-unchecked:before{content:"\e157"}.bootstrap-scope .glyphicon-expand:before{content:"\e158"}.bootstrap-scope .glyphicon-collapse-down:before{content:"\e159"}.bootstrap-scope .glyphicon-collapse-up:before{content:"\e160"}.bootstrap-scope .glyphicon-log-in:before{content:"\e161"}.bootstrap-scope .glyphicon-flash:before{content:"\e162"}.bootstrap-scope .glyphicon-log-out:before{content:"\e163"}.bootstrap-scope .glyphicon-new-window:before{content:"\e164"}.bootstrap-scope .glyphicon-record:before{content:"\e165"}.bootstrap-scope .glyphicon-save:before{content:"\e166"}.bootstrap-scope .glyphicon-open:before{content:"\e167"}.bootstrap-scope .glyphicon-saved:before{content:"\e168"}.bootstrap-scope .glyphicon-import:before{content:"\e169"}.bootstrap-scope .glyphicon-export:before{content:"\e170"}.bootstrap-scope .glyphicon-send:before{content:"\e171"}.bootstrap-scope .glyphicon-floppy-disk:before{content:"\e172"}.bootstrap-scope .glyphicon-floppy-saved:before{content:"\e173"}.bootstrap-scope .glyphicon-floppy-remove:before{content:"\e174"}.bootstrap-scope .glyphicon-floppy-save:before{content:"\e175"}.bootstrap-scope .glyphicon-floppy-open:before{content:"\e176"}.bootstrap-scope .glyphicon-credit-card:before{content:"\e177"}.bootstrap-scope .glyphicon-transfer:before{content:"\e178"}.bootstrap-scope .glyphicon-cutlery:before{content:"\e179"}.bootstrap-scope .glyphicon-header:before{content:"\e180"}.bootstrap-scope .glyphicon-compressed:before{content:"\e181"}.bootstrap-scope .glyphicon-earphone:before{content:"\e182"}.bootstrap-scope .glyphicon-phone-alt:before{content:"\e183"}.bootstrap-scope .glyphicon-tower:before{content:"\e184"}.bootstrap-scope .glyphicon-stats:before{content:"\e185"}.bootstrap-scope .glyphicon-sd-video:before{content:"\e186"}.bootstrap-scope .glyphicon-hd-video:before{content:"\e187"}.bootstrap-scope .glyphicon-subtitles:before{content:"\e188"}.bootstrap-scope .glyphicon-sound-stereo:before{content:"\e189"}.bootstrap-scope .glyphicon-sound-dolby:before{content:"\e190"}.bootstrap-scope .glyphicon-sound-5-1:before{content:"\e191"}.bootstrap-scope .glyphicon-sound-6-1:before{content:"\e192"}.bootstrap-scope .glyphicon-sound-7-1:before{content:"\e193"}.bootstrap-scope .glyphicon-copyright-mark:before{content:"\e194"}.bootstrap-scope .glyphicon-registration-mark:before{content:"\e195"}.bootstrap-scope .glyphicon-cloud-download:before{content:"\e197"}.bootstrap-scope .glyphicon-cloud-upload:before{content:"\e198"}.bootstrap-scope .glyphicon-tree-conifer:before{content:"\e199"}.bootstrap-scope .glyphicon-tree-deciduous:before{content:"\e200"}.bootstrap-scope .glyphicon-cd:before{content:"\e201"}.bootstrap-scope .glyphicon-save-file:before{content:"\e202"}.bootstrap-scope .glyphicon-open-file:before{content:"\e203"}.bootstrap-scope .glyphicon-level-up:before{content:"\e204"}.bootstrap-scope .glyphicon-copy:before{content:"\e205"}.bootstrap-scope .glyphicon-paste:before{content:"\e206"}.bootstrap-scope .glyphicon-alert:before{content:"\e209"}.bootstrap-scope .glyphicon-equalizer:before{content:"\e210"}.bootstrap-scope .glyphicon-king:before{content:"\e211"}.bootstrap-scope .glyphicon-queen:before{content:"\e212"}.bootstrap-scope .glyphicon-pawn:before{content:"\e213"}.bootstrap-scope .glyphicon-bishop:before{content:"\e214"}.bootstrap-scope .glyphicon-knight:before{content:"\e215"}.bootstrap-scope .glyphicon-baby-formula:before{content:"\e216"}.bootstrap-scope .glyphicon-tent:before{content:"\26fa"}.bootstrap-scope .glyphicon-blackboard:before{content:"\e218"}.bootstrap-scope .glyphicon-bed:before{content:"\e219"}.bootstrap-scope .glyphicon-apple:before{content:"\f8ff"}.bootstrap-scope .glyphicon-erase:before{content:"\e221"}.bootstrap-scope .glyphicon-hourglass:before{content:"\231b"}.bootstrap-scope .glyphicon-lamp:before{content:"\e223"}.bootstrap-scope .glyphicon-duplicate:before{content:"\e224"}.bootstrap-scope .glyphicon-piggy-bank:before{content:"\e225"}.bootstrap-scope .glyphicon-scissors:before{content:"\e226"}.bootstrap-scope .glyphicon-bitcoin:before{content:"\e227"}.bootstrap-scope .glyphicon-btc:before{content:"\e227"}.bootstrap-scope .glyphicon-xbt:before{content:"\e227"}.bootstrap-scope .glyphicon-yen:before{content:"\00a5"}.bootstrap-scope .glyphicon-jpy:before{content:"\00a5"}.bootstrap-scope .glyphicon-ruble:before{content:"\20bd"}.bootstrap-scope .glyphicon-rub:before{content:"\20bd"}.bootstrap-scope .glyphicon-scale:before{content:"\e230"}.bootstrap-scope .glyphicon-ice-lolly:before{content:"\e231"}.bootstrap-scope .glyphicon-ice-lolly-tasted:before{content:"\e232"}.bootstrap-scope .glyphicon-education:before{content:"\e233"}.bootstrap-scope .glyphicon-option-horizontal:before{content:"\e234"}.bootstrap-scope .glyphicon-option-vertical:before{content:"\e235"}.bootstrap-scope .glyphicon-menu-hamburger:before{content:"\e236"}.bootstrap-scope .glyphicon-modal-window:before{content:"\e237"}.bootstrap-scope .glyphicon-oil:before{content:"\e238"}.bootstrap-scope .glyphicon-grain:before{content:"\e239"}.bootstrap-scope .glyphicon-sunglasses:before{content:"\e240"}.bootstrap-scope .glyphicon-text-size:before{content:"\e241"}.bootstrap-scope .glyphicon-text-color:before{content:"\e242"}.bootstrap-scope .glyphicon-text-background:before{content:"\e243"}.bootstrap-scope .glyphicon-object-align-top:before{content:"\e244"}.bootstrap-scope .glyphicon-object-align-bottom:before{content:"\e245"}.bootstrap-scope .glyphicon-object-align-horizontal:before{content:"\e246"}.bootstrap-scope .glyphicon-object-align-left:before{content:"\e247"}.bootstrap-scope .glyphicon-object-align-vertical:before{content:"\e248"}.bootstrap-scope .glyphicon-object-align-right:before{content:"\e249"}.bootstrap-scope .glyphicon-triangle-right:before{content:"\e250"}.bootstrap-scope .glyphicon-triangle-left:before{content:"\e251"}.bootstrap-scope .glyphicon-triangle-bottom:before{content:"\e252"}.bootstrap-scope .glyphicon-triangle-top:before{content:"\e253"}.bootstrap-scope .glyphicon-console:before{content:"\e254"}.bootstrap-scope .glyphicon-superscript:before{content:"\e255"}.bootstrap-scope .glyphicon-subscript:before{content:"\e256"}.bootstrap-scope .glyphicon-menu-left:before{content:"\e257"}.bootstrap-scope .glyphicon-menu-right:before{content:"\e258"}.bootstrap-scope .glyphicon-menu-down:before{content:"\e259"}.bootstrap-scope .glyphicon-menu-up:before{content:"\e260"}.bootstrap-scope *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-scope :after,.bootstrap-scope :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-scope html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.bootstrap-scope body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}.bootstrap-scope button,.bootstrap-scope input,.bootstrap-scope select,.bootstrap-scope textarea{font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap-scope a{color:#337ab7;text-decoration:none}.bootstrap-scope a:focus,.bootstrap-scope a:hover{color:#23527c;text-decoration:underline}.bootstrap-scope a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-scope figure{margin:0}.bootstrap-scope img{vertical-align:middle}.bootstrap-scope .img-responsive{display:block;max-width:100%;height:auto}.bootstrap-scope .img-rounded{border-radius:6px}.bootstrap-scope .img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bootstrap-scope .img-circle{border-radius:50%}.bootstrap-scope hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.bootstrap-scope .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.bootstrap-scope .sr-only-focusable:active,.bootstrap-scope .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.bootstrap-scope [role=button]{cursor:pointer}.bootstrap-scope .h1,.bootstrap-scope .h2,.bootstrap-scope .h3,.bootstrap-scope .h4,.bootstrap-scope .h5,.bootstrap-scope .h6,.bootstrap-scope h1,.bootstrap-scope h2,.bootstrap-scope h3,.bootstrap-scope h4,.bootstrap-scope h5,.bootstrap-scope h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bootstrap-scope .h1 .small,.bootstrap-scope .h1 small,.bootstrap-scope .h2 .small,.bootstrap-scope .h2 small,.bootstrap-scope .h3 .small,.bootstrap-scope .h3 small,.bootstrap-scope .h4 .small,.bootstrap-scope .h4 small,.bootstrap-scope .h5 .small,.bootstrap-scope .h5 small,.bootstrap-scope .h6 .small,.bootstrap-scope .h6 small,.bootstrap-scope h1 .small,.bootstrap-scope h1 small,.bootstrap-scope h2 .small,.bootstrap-scope h2 small,.bootstrap-scope h3 .small,.bootstrap-scope h3 small,.bootstrap-scope h4 .small,.bootstrap-scope h4 small,.bootstrap-scope h5 .small,.bootstrap-scope h5 small,.bootstrap-scope h6 .small,.bootstrap-scope h6 small{font-weight:400;line-height:1;color:#777}.bootstrap-scope .h1,.bootstrap-scope .h2,.bootstrap-scope .h3,.bootstrap-scope h1,.bootstrap-scope h2,.bootstrap-scope h3{margin-top:20px;margin-bottom:10px}.bootstrap-scope .h1 .small,.bootstrap-scope .h1 small,.bootstrap-scope .h2 .small,.bootstrap-scope .h2 small,.bootstrap-scope .h3 .small,.bootstrap-scope .h3 small,.bootstrap-scope h1 .small,.bootstrap-scope h1 small,.bootstrap-scope h2 .small,.bootstrap-scope h2 small,.bootstrap-scope h3 .small,.bootstrap-scope h3 small{font-size:65%}.bootstrap-scope .h4,.bootstrap-scope .h5,.bootstrap-scope .h6,.bootstrap-scope h4,.bootstrap-scope h5,.bootstrap-scope h6{margin-top:10px;margin-bottom:10px}.bootstrap-scope .h4 .small,.bootstrap-scope .h4 small,.bootstrap-scope .h5 .small,.bootstrap-scope .h5 small,.bootstrap-scope .h6 .small,.bootstrap-scope .h6 small,.bootstrap-scope h4 .small,.bootstrap-scope h4 small,.bootstrap-scope h5 .small,.bootstrap-scope h5 small,.bootstrap-scope h6 .small,.bootstrap-scope h6 small{font-size:75%}.bootstrap-scope .h1,.bootstrap-scope h1{font-size:36px}.bootstrap-scope .h2,.bootstrap-scope h2{font-size:30px}.bootstrap-scope .h3,.bootstrap-scope h3{font-size:24px}.bootstrap-scope .h4,.bootstrap-scope h4{font-size:18px}.bootstrap-scope .h5,.bootstrap-scope h5{font-size:14px}.bootstrap-scope .h6,.bootstrap-scope h6{font-size:12px}.bootstrap-scope p{margin:0 0 10px}.bootstrap-scope .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.bootstrap-scope .lead{font-size:21px}}.bootstrap-scope .small,.bootstrap-scope small{font-size:85%}.bootstrap-scope .mark,.bootstrap-scope mark{padding:.2em;background-color:#fcf8e3}.bootstrap-scope .text-left{text-align:left}.bootstrap-scope .text-right{text-align:right}.bootstrap-scope .text-center{text-align:center}.bootstrap-scope .text-justify{text-align:justify}.bootstrap-scope .text-nowrap{white-space:nowrap}.bootstrap-scope .text-lowercase{text-transform:lowercase}.bootstrap-scope .text-uppercase{text-transform:uppercase}.bootstrap-scope .text-capitalize{text-transform:capitalize}.bootstrap-scope .text-muted{color:#777}.bootstrap-scope .text-primary{color:#337ab7}a.bootstrap-scope .text-primary:focus,a.bootstrap-scope .text-primary:hover{color:#286090}.bootstrap-scope .text-success{color:#3c763d}a.bootstrap-scope .text-success:focus,a.bootstrap-scope .text-success:hover{color:#2b542c}.bootstrap-scope .text-info{color:#31708f}a.bootstrap-scope .text-info:focus,a.bootstrap-scope .text-info:hover{color:#245269}.bootstrap-scope .text-warning{color:#8a6d3b}a.bootstrap-scope .text-warning:focus,a.bootstrap-scope .text-warning:hover{color:#66512c}.bootstrap-scope .text-danger{color:#a94442}a.bootstrap-scope .text-danger:focus,a.bootstrap-scope .text-danger:hover{color:#843534}.bootstrap-scope .bg-primary{color:#fff;background-color:#337ab7}a.bootstrap-scope .bg-primary:focus,a.bootstrap-scope .bg-primary:hover{background-color:#286090}.bootstrap-scope .bg-success{background-color:#dff0d8}a.bootstrap-scope .bg-success:focus,a.bootstrap-scope .bg-success:hover{background-color:#c1e2b3}.bootstrap-scope .bg-info{background-color:#d9edf7}a.bootstrap-scope .bg-info:focus,a.bootstrap-scope .bg-info:hover{background-color:#afd9ee}.bootstrap-scope .bg-warning{background-color:#fcf8e3}a.bootstrap-scope .bg-warning:focus,a.bootstrap-scope .bg-warning:hover{background-color:#f7ecb5}.bootstrap-scope .bg-danger{background-color:#f2dede}a.bootstrap-scope .bg-danger:focus,a.bootstrap-scope .bg-danger:hover{background-color:#e4b9b9}.bootstrap-scope .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.bootstrap-scope ol,.bootstrap-scope ul{margin-top:0;margin-bottom:10px}.bootstrap-scope ol ol,.bootstrap-scope ol ul,.bootstrap-scope ul ol,.bootstrap-scope ul ul{margin-bottom:0}.bootstrap-scope .list-unstyled{padding-left:0;list-style:none}.bootstrap-scope .list-inline{padding-left:0;margin-left:-5px;list-style:none}.bootstrap-scope .list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.bootstrap-scope dl{margin-top:0;margin-bottom:20px}.bootstrap-scope dd,.bootstrap-scope dt{line-height:1.42857143}.bootstrap-scope dt{font-weight:700}.bootstrap-scope dd{margin-left:0}@media (min-width:768px){.bootstrap-scope .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.bootstrap-scope .dl-horizontal dd{margin-left:180px}}.bootstrap-scope abbr[data-original-title],.bootstrap-scope abbr[title]{cursor:help;border-bottom:1px dotted #777}.bootstrap-scope .initialism{font-size:90%;text-transform:uppercase}.bootstrap-scope blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.bootstrap-scope blockquote ol:last-child,.bootstrap-scope blockquote p:last-child,.bootstrap-scope blockquote ul:last-child{margin-bottom:0}.bootstrap-scope blockquote .small,.bootstrap-scope blockquote footer,.bootstrap-scope blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}.bootstrap-scope blockquote .small:before,.bootstrap-scope blockquote footer:before,.bootstrap-scope blockquote small:before{content:'\2014 \00A0'}.bootstrap-scope .blockquote-reverse,.bootstrap-scope blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.bootstrap-scope .blockquote-reverse .small:before,.bootstrap-scope .blockquote-reverse footer:before,.bootstrap-scope .blockquote-reverse small:before,.bootstrap-scope blockquote.pull-right .small:before,.bootstrap-scope blockquote.pull-right footer:before,.bootstrap-scope blockquote.pull-right small:before{content:''}.bootstrap-scope .blockquote-reverse .small:after,.bootstrap-scope .blockquote-reverse footer:after,.bootstrap-scope .blockquote-reverse small:after,.bootstrap-scope blockquote.pull-right .small:after,.bootstrap-scope blockquote.pull-right footer:after,.bootstrap-scope blockquote.pull-right small:after{content:'\00A0 \2014'}.bootstrap-scope address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.bootstrap-scope code,.bootstrap-scope kbd,.bootstrap-scope pre,.bootstrap-scope samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.bootstrap-scope code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.bootstrap-scope kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}.bootstrap-scope kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.bootstrap-scope pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.bootstrap-scope pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.bootstrap-scope .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap-scope .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.bootstrap-scope .container{width:750px}}@media (min-width:992px){.bootstrap-scope .container{width:970px}}@media (min-width:1200px){.bootstrap-scope .container{width:1170px}}.bootstrap-scope .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.bootstrap-scope .row{margin-right:-15px;margin-left:-15px}.bootstrap-scope .col-xs-1,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.bootstrap-scope .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.bootstrap-scope .col-xs-12{width:100%}.bootstrap-scope .col-xs-11{width:91.66666667%}.bootstrap-scope .col-xs-10{width:83.33333333%}.bootstrap-scope .col-xs-9{width:75%}.bootstrap-scope .col-xs-8{width:66.66666667%}.bootstrap-scope .col-xs-7{width:58.33333333%}.bootstrap-scope .col-xs-6{width:50%}.bootstrap-scope .col-xs-5{width:41.66666667%}.bootstrap-scope .col-xs-4{width:33.33333333%}.bootstrap-scope .col-xs-3{width:25%}.bootstrap-scope .col-xs-2{width:16.66666667%}.bootstrap-scope .col-xs-1{width:8.33333333%}.bootstrap-scope .col-xs-pull-12{right:100%}.bootstrap-scope .col-xs-pull-11{right:91.66666667%}.bootstrap-scope .col-xs-pull-10{right:83.33333333%}.bootstrap-scope .col-xs-pull-9{right:75%}.bootstrap-scope .col-xs-pull-8{right:66.66666667%}.bootstrap-scope .col-xs-pull-7{right:58.33333333%}.bootstrap-scope .col-xs-pull-6{right:50%}.bootstrap-scope .col-xs-pull-5{right:41.66666667%}.bootstrap-scope .col-xs-pull-4{right:33.33333333%}.bootstrap-scope .col-xs-pull-3{right:25%}.bootstrap-scope .col-xs-pull-2{right:16.66666667%}.bootstrap-scope .col-xs-pull-1{right:8.33333333%}.bootstrap-scope .col-xs-pull-0{right:auto}.bootstrap-scope .col-xs-push-12{left:100%}.bootstrap-scope .col-xs-push-11{left:91.66666667%}.bootstrap-scope .col-xs-push-10{left:83.33333333%}.bootstrap-scope .col-xs-push-9{left:75%}.bootstrap-scope .col-xs-push-8{left:66.66666667%}.bootstrap-scope .col-xs-push-7{left:58.33333333%}.bootstrap-scope .col-xs-push-6{left:50%}.bootstrap-scope .col-xs-push-5{left:41.66666667%}.bootstrap-scope .col-xs-push-4{left:33.33333333%}.bootstrap-scope .col-xs-push-3{left:25%}.bootstrap-scope .col-xs-push-2{left:16.66666667%}.bootstrap-scope .col-xs-push-1{left:8.33333333%}.bootstrap-scope .col-xs-push-0{left:auto}.bootstrap-scope .col-xs-offset-12{margin-left:100%}.bootstrap-scope .col-xs-offset-11{margin-left:91.66666667%}.bootstrap-scope .col-xs-offset-10{margin-left:83.33333333%}.bootstrap-scope .col-xs-offset-9{margin-left:75%}.bootstrap-scope .col-xs-offset-8{margin-left:66.66666667%}.bootstrap-scope .col-xs-offset-7{margin-left:58.33333333%}.bootstrap-scope .col-xs-offset-6{margin-left:50%}.bootstrap-scope .col-xs-offset-5{margin-left:41.66666667%}.bootstrap-scope .col-xs-offset-4{margin-left:33.33333333%}.bootstrap-scope .col-xs-offset-3{margin-left:25%}.bootstrap-scope .col-xs-offset-2{margin-left:16.66666667%}.bootstrap-scope .col-xs-offset-1{margin-left:8.33333333%}.bootstrap-scope .col-xs-offset-0{margin-left:0}@media (min-width:768px){.bootstrap-scope .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.bootstrap-scope .col-sm-12{width:100%}.bootstrap-scope .col-sm-11{width:91.66666667%}.bootstrap-scope .col-sm-10{width:83.33333333%}.bootstrap-scope .col-sm-9{width:75%}.bootstrap-scope .col-sm-8{width:66.66666667%}.bootstrap-scope .col-sm-7{width:58.33333333%}.bootstrap-scope .col-sm-6{width:50%}.bootstrap-scope .col-sm-5{width:41.66666667%}.bootstrap-scope .col-sm-4{width:33.33333333%}.bootstrap-scope .col-sm-3{width:25%}.bootstrap-scope .col-sm-2{width:16.66666667%}.bootstrap-scope .col-sm-1{width:8.33333333%}.bootstrap-scope .col-sm-pull-12{right:100%}.bootstrap-scope .col-sm-pull-11{right:91.66666667%}.bootstrap-scope .col-sm-pull-10{right:83.33333333%}.bootstrap-scope .col-sm-pull-9{right:75%}.bootstrap-scope .col-sm-pull-8{right:66.66666667%}.bootstrap-scope .col-sm-pull-7{right:58.33333333%}.bootstrap-scope .col-sm-pull-6{right:50%}.bootstrap-scope .col-sm-pull-5{right:41.66666667%}.bootstrap-scope .col-sm-pull-4{right:33.33333333%}.bootstrap-scope .col-sm-pull-3{right:25%}.bootstrap-scope .col-sm-pull-2{right:16.66666667%}.bootstrap-scope .col-sm-pull-1{right:8.33333333%}.bootstrap-scope .col-sm-pull-0{right:auto}.bootstrap-scope .col-sm-push-12{left:100%}.bootstrap-scope .col-sm-push-11{left:91.66666667%}.bootstrap-scope .col-sm-push-10{left:83.33333333%}.bootstrap-scope .col-sm-push-9{left:75%}.bootstrap-scope .col-sm-push-8{left:66.66666667%}.bootstrap-scope .col-sm-push-7{left:58.33333333%}.bootstrap-scope .col-sm-push-6{left:50%}.bootstrap-scope .col-sm-push-5{left:41.66666667%}.bootstrap-scope .col-sm-push-4{left:33.33333333%}.bootstrap-scope .col-sm-push-3{left:25%}.bootstrap-scope .col-sm-push-2{left:16.66666667%}.bootstrap-scope .col-sm-push-1{left:8.33333333%}.bootstrap-scope .col-sm-push-0{left:auto}.bootstrap-scope .col-sm-offset-12{margin-left:100%}.bootstrap-scope .col-sm-offset-11{margin-left:91.66666667%}.bootstrap-scope .col-sm-offset-10{margin-left:83.33333333%}.bootstrap-scope .col-sm-offset-9{margin-left:75%}.bootstrap-scope .col-sm-offset-8{margin-left:66.66666667%}.bootstrap-scope .col-sm-offset-7{margin-left:58.33333333%}.bootstrap-scope .col-sm-offset-6{margin-left:50%}.bootstrap-scope .col-sm-offset-5{margin-left:41.66666667%}.bootstrap-scope .col-sm-offset-4{margin-left:33.33333333%}.bootstrap-scope .col-sm-offset-3{margin-left:25%}.bootstrap-scope .col-sm-offset-2{margin-left:16.66666667%}.bootstrap-scope .col-sm-offset-1{margin-left:8.33333333%}.bootstrap-scope .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.bootstrap-scope .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.bootstrap-scope .col-md-12{width:100%}.bootstrap-scope .col-md-11{width:91.66666667%}.bootstrap-scope .col-md-10{width:83.33333333%}.bootstrap-scope .col-md-9{width:75%}.bootstrap-scope .col-md-8{width:66.66666667%}.bootstrap-scope .col-md-7{width:58.33333333%}.bootstrap-scope .col-md-6{width:50%}.bootstrap-scope .col-md-5{width:41.66666667%}.bootstrap-scope .col-md-4{width:33.33333333%}.bootstrap-scope .col-md-3{width:25%}.bootstrap-scope .col-md-2{width:16.66666667%}.bootstrap-scope .col-md-1{width:8.33333333%}.bootstrap-scope .col-md-pull-12{right:100%}.bootstrap-scope .col-md-pull-11{right:91.66666667%}.bootstrap-scope .col-md-pull-10{right:83.33333333%}.bootstrap-scope .col-md-pull-9{right:75%}.bootstrap-scope .col-md-pull-8{right:66.66666667%}.bootstrap-scope .col-md-pull-7{right:58.33333333%}.bootstrap-scope .col-md-pull-6{right:50%}.bootstrap-scope .col-md-pull-5{right:41.66666667%}.bootstrap-scope .col-md-pull-4{right:33.33333333%}.bootstrap-scope .col-md-pull-3{right:25%}.bootstrap-scope .col-md-pull-2{right:16.66666667%}.bootstrap-scope .col-md-pull-1{right:8.33333333%}.bootstrap-scope .col-md-pull-0{right:auto}.bootstrap-scope .col-md-push-12{left:100%}.bootstrap-scope .col-md-push-11{left:91.66666667%}.bootstrap-scope .col-md-push-10{left:83.33333333%}.bootstrap-scope .col-md-push-9{left:75%}.bootstrap-scope .col-md-push-8{left:66.66666667%}.bootstrap-scope .col-md-push-7{left:58.33333333%}.bootstrap-scope .col-md-push-6{left:50%}.bootstrap-scope .col-md-push-5{left:41.66666667%}.bootstrap-scope .col-md-push-4{left:33.33333333%}.bootstrap-scope .col-md-push-3{left:25%}.bootstrap-scope .col-md-push-2{left:16.66666667%}.bootstrap-scope .col-md-push-1{left:8.33333333%}.bootstrap-scope .col-md-push-0{left:auto}.bootstrap-scope .col-md-offset-12{margin-left:100%}.bootstrap-scope .col-md-offset-11{margin-left:91.66666667%}.bootstrap-scope .col-md-offset-10{margin-left:83.33333333%}.bootstrap-scope .col-md-offset-9{margin-left:75%}.bootstrap-scope .col-md-offset-8{margin-left:66.66666667%}.bootstrap-scope .col-md-offset-7{margin-left:58.33333333%}.bootstrap-scope .col-md-offset-6{margin-left:50%}.bootstrap-scope .col-md-offset-5{margin-left:41.66666667%}.bootstrap-scope .col-md-offset-4{margin-left:33.33333333%}.bootstrap-scope .col-md-offset-3{margin-left:25%}.bootstrap-scope .col-md-offset-2{margin-left:16.66666667%}.bootstrap-scope .col-md-offset-1{margin-left:8.33333333%}.bootstrap-scope .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.bootstrap-scope .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.bootstrap-scope .col-lg-12{width:100%}.bootstrap-scope .col-lg-11{width:91.66666667%}.bootstrap-scope .col-lg-10{width:83.33333333%}.bootstrap-scope .col-lg-9{width:75%}.bootstrap-scope .col-lg-8{width:66.66666667%}.bootstrap-scope .col-lg-7{width:58.33333333%}.bootstrap-scope .col-lg-6{width:50%}.bootstrap-scope .col-lg-5{width:41.66666667%}.bootstrap-scope .col-lg-4{width:33.33333333%}.bootstrap-scope .col-lg-3{width:25%}.bootstrap-scope .col-lg-2{width:16.66666667%}.bootstrap-scope .col-lg-1{width:8.33333333%}.bootstrap-scope .col-lg-pull-12{right:100%}.bootstrap-scope .col-lg-pull-11{right:91.66666667%}.bootstrap-scope .col-lg-pull-10{right:83.33333333%}.bootstrap-scope .col-lg-pull-9{right:75%}.bootstrap-scope .col-lg-pull-8{right:66.66666667%}.bootstrap-scope .col-lg-pull-7{right:58.33333333%}.bootstrap-scope .col-lg-pull-6{right:50%}.bootstrap-scope .col-lg-pull-5{right:41.66666667%}.bootstrap-scope .col-lg-pull-4{right:33.33333333%}.bootstrap-scope .col-lg-pull-3{right:25%}.bootstrap-scope .col-lg-pull-2{right:16.66666667%}.bootstrap-scope .col-lg-pull-1{right:8.33333333%}.bootstrap-scope .col-lg-pull-0{right:auto}.bootstrap-scope .col-lg-push-12{left:100%}.bootstrap-scope .col-lg-push-11{left:91.66666667%}.bootstrap-scope .col-lg-push-10{left:83.33333333%}.bootstrap-scope .col-lg-push-9{left:75%}.bootstrap-scope .col-lg-push-8{left:66.66666667%}.bootstrap-scope .col-lg-push-7{left:58.33333333%}.bootstrap-scope .col-lg-push-6{left:50%}.bootstrap-scope .col-lg-push-5{left:41.66666667%}.bootstrap-scope .col-lg-push-4{left:33.33333333%}.bootstrap-scope .col-lg-push-3{left:25%}.bootstrap-scope .col-lg-push-2{left:16.66666667%}.bootstrap-scope .col-lg-push-1{left:8.33333333%}.bootstrap-scope .col-lg-push-0{left:auto}.bootstrap-scope .col-lg-offset-12{margin-left:100%}.bootstrap-scope .col-lg-offset-11{margin-left:91.66666667%}.bootstrap-scope .col-lg-offset-10{margin-left:83.33333333%}.bootstrap-scope .col-lg-offset-9{margin-left:75%}.bootstrap-scope .col-lg-offset-8{margin-left:66.66666667%}.bootstrap-scope .col-lg-offset-7{margin-left:58.33333333%}.bootstrap-scope .col-lg-offset-6{margin-left:50%}.bootstrap-scope .col-lg-offset-5{margin-left:41.66666667%}.bootstrap-scope .col-lg-offset-4{margin-left:33.33333333%}.bootstrap-scope .col-lg-offset-3{margin-left:25%}.bootstrap-scope .col-lg-offset-2{margin-left:16.66666667%}.bootstrap-scope .col-lg-offset-1{margin-left:8.33333333%}.bootstrap-scope .col-lg-offset-0{margin-left:0}}.bootstrap-scope table{background-color:transparent}.bootstrap-scope caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.bootstrap-scope th{text-align:left}.bootstrap-scope .table{width:100%;max-width:100%;margin-bottom:20px}.bootstrap-scope .table>tbody>tr>td,.bootstrap-scope .table>tbody>tr>th,.bootstrap-scope .table>tfoot>tr>td,.bootstrap-scope .table>tfoot>tr>th,.bootstrap-scope .table>thead>tr>td,.bootstrap-scope .table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.bootstrap-scope .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.bootstrap-scope .table>caption+thead>tr:first-child>td,.bootstrap-scope .table>caption+thead>tr:first-child>th,.bootstrap-scope .table>colgroup+thead>tr:first-child>td,.bootstrap-scope .table>colgroup+thead>tr:first-child>th,.bootstrap-scope .table>thead:first-child>tr:first-child>td,.bootstrap-scope .table>thead:first-child>tr:first-child>th{border-top:0}.bootstrap-scope .table>tbody+tbody{border-top:2px solid #ddd}.bootstrap-scope .table .table{background-color:#fff}.bootstrap-scope .table-condensed>tbody>tr>td,.bootstrap-scope .table-condensed>tbody>tr>th,.bootstrap-scope .table-condensed>tfoot>tr>td,.bootstrap-scope .table-condensed>tfoot>tr>th,.bootstrap-scope .table-condensed>thead>tr>td,.bootstrap-scope .table-condensed>thead>tr>th{padding:5px}.bootstrap-scope .table-bordered{border:1px solid #ddd}.bootstrap-scope .table-bordered>tbody>tr>td,.bootstrap-scope .table-bordered>tbody>tr>th,.bootstrap-scope .table-bordered>tfoot>tr>td,.bootstrap-scope .table-bordered>tfoot>tr>th,.bootstrap-scope .table-bordered>thead>tr>td,.bootstrap-scope .table-bordered>thead>tr>th{border:1px solid #ddd}.bootstrap-scope .table-bordered>thead>tr>td,.bootstrap-scope .table-bordered>thead>tr>th{border-bottom-width:2px}.bootstrap-scope .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.bootstrap-scope .table-hover>tbody>tr:hover{background-color:#f5f5f5}.bootstrap-scope table col[class*=col-]{position:static;display:table-column;float:none}.bootstrap-scope table td[class*=col-],.bootstrap-scope table th[class*=col-]{position:static;display:table-cell;float:none}.bootstrap-scope .table>tbody>tr.active>td,.bootstrap-scope .table>tbody>tr.active>th,.bootstrap-scope .table>tbody>tr>td.active,.bootstrap-scope .table>tbody>tr>th.active,.bootstrap-scope .table>tfoot>tr.active>td,.bootstrap-scope .table>tfoot>tr.active>th,.bootstrap-scope .table>tfoot>tr>td.active,.bootstrap-scope .table>tfoot>tr>th.active,.bootstrap-scope .table>thead>tr.active>td,.bootstrap-scope .table>thead>tr.active>th,.bootstrap-scope .table>thead>tr>td.active,.bootstrap-scope .table>thead>tr>th.active{background-color:#f5f5f5}.bootstrap-scope .table-hover>tbody>tr.active:hover>td,.bootstrap-scope .table-hover>tbody>tr.active:hover>th,.bootstrap-scope .table-hover>tbody>tr:hover>.active,.bootstrap-scope .table-hover>tbody>tr>td.active:hover,.bootstrap-scope .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.bootstrap-scope .table>tbody>tr.success>td,.bootstrap-scope .table>tbody>tr.success>th,.bootstrap-scope .table>tbody>tr>td.success,.bootstrap-scope .table>tbody>tr>th.success,.bootstrap-scope .table>tfoot>tr.success>td,.bootstrap-scope .table>tfoot>tr.success>th,.bootstrap-scope .table>tfoot>tr>td.success,.bootstrap-scope .table>tfoot>tr>th.success,.bootstrap-scope .table>thead>tr.success>td,.bootstrap-scope .table>thead>tr.success>th,.bootstrap-scope .table>thead>tr>td.success,.bootstrap-scope .table>thead>tr>th.success{background-color:#dff0d8}.bootstrap-scope .table-hover>tbody>tr.success:hover>td,.bootstrap-scope .table-hover>tbody>tr.success:hover>th,.bootstrap-scope .table-hover>tbody>tr:hover>.success,.bootstrap-scope .table-hover>tbody>tr>td.success:hover,.bootstrap-scope .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.bootstrap-scope .table>tbody>tr.info>td,.bootstrap-scope .table>tbody>tr.info>th,.bootstrap-scope .table>tbody>tr>td.info,.bootstrap-scope .table>tbody>tr>th.info,.bootstrap-scope .table>tfoot>tr.info>td,.bootstrap-scope .table>tfoot>tr.info>th,.bootstrap-scope .table>tfoot>tr>td.info,.bootstrap-scope .table>tfoot>tr>th.info,.bootstrap-scope .table>thead>tr.info>td,.bootstrap-scope .table>thead>tr.info>th,.bootstrap-scope .table>thead>tr>td.info,.bootstrap-scope .table>thead>tr>th.info{background-color:#d9edf7}.bootstrap-scope .table-hover>tbody>tr.info:hover>td,.bootstrap-scope .table-hover>tbody>tr.info:hover>th,.bootstrap-scope .table-hover>tbody>tr:hover>.info,.bootstrap-scope .table-hover>tbody>tr>td.info:hover,.bootstrap-scope .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.bootstrap-scope .table>tbody>tr.warning>td,.bootstrap-scope .table>tbody>tr.warning>th,.bootstrap-scope .table>tbody>tr>td.warning,.bootstrap-scope .table>tbody>tr>th.warning,.bootstrap-scope .table>tfoot>tr.warning>td,.bootstrap-scope .table>tfoot>tr.warning>th,.bootstrap-scope .table>tfoot>tr>td.warning,.bootstrap-scope .table>tfoot>tr>th.warning,.bootstrap-scope .table>thead>tr.warning>td,.bootstrap-scope .table>thead>tr.warning>th,.bootstrap-scope .table>thead>tr>td.warning,.bootstrap-scope .table>thead>tr>th.warning{background-color:#fcf8e3}.bootstrap-scope .table-hover>tbody>tr.warning:hover>td,.bootstrap-scope .table-hover>tbody>tr.warning:hover>th,.bootstrap-scope .table-hover>tbody>tr:hover>.warning,.bootstrap-scope .table-hover>tbody>tr>td.warning:hover,.bootstrap-scope .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.bootstrap-scope .table>tbody>tr.danger>td,.bootstrap-scope .table>tbody>tr.danger>th,.bootstrap-scope .table>tbody>tr>td.danger,.bootstrap-scope .table>tbody>tr>th.danger,.bootstrap-scope .table>tfoot>tr.danger>td,.bootstrap-scope .table>tfoot>tr.danger>th,.bootstrap-scope .table>tfoot>tr>td.danger,.bootstrap-scope .table>tfoot>tr>th.danger,.bootstrap-scope .table>thead>tr.danger>td,.bootstrap-scope .table>thead>tr.danger>th,.bootstrap-scope .table>thead>tr>td.danger,.bootstrap-scope .table>thead>tr>th.danger{background-color:#f2dede}.bootstrap-scope .table-hover>tbody>tr.danger:hover>td,.bootstrap-scope .table-hover>tbody>tr.danger:hover>th,.bootstrap-scope .table-hover>tbody>tr:hover>.danger,.bootstrap-scope .table-hover>tbody>tr>td.danger:hover,.bootstrap-scope .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.bootstrap-scope .table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.bootstrap-scope .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.bootstrap-scope .table-responsive>.table{margin-bottom:0}.bootstrap-scope .table-responsive>.table>tbody>tr>td,.bootstrap-scope .table-responsive>.table>tbody>tr>th,.bootstrap-scope .table-responsive>.table>tfoot>tr>td,.bootstrap-scope .table-responsive>.table>tfoot>tr>th,.bootstrap-scope .table-responsive>.table>thead>tr>td,.bootstrap-scope .table-responsive>.table>thead>tr>th{white-space:nowrap}.bootstrap-scope .table-responsive>.table-bordered{border:0}.bootstrap-scope .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-scope .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-scope .table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-scope .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-scope .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-scope .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bootstrap-scope .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-scope .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-scope .table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-scope .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-scope .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-scope .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bootstrap-scope .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-scope .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-scope .table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-scope .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.bootstrap-scope fieldset{min-width:0;padding:0;margin:0;border:0}.bootstrap-scope legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.bootstrap-scope label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.bootstrap-scope input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-scope input[type=checkbox],.bootstrap-scope input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}.bootstrap-scope input[type=file]{display:block}.bootstrap-scope input[type=range]{display:block;width:100%}.bootstrap-scope select[multiple],.bootstrap-scope select[size]{height:auto}.bootstrap-scope input[type=file]:focus,.bootstrap-scope input[type=checkbox]:focus,.bootstrap-scope input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-scope output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.bootstrap-scope .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-scope .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-scope .form-control::-moz-placeholder{color:#999;opacity:1}.bootstrap-scope .form-control:-ms-input-placeholder{color:#999}.bootstrap-scope .form-control::-webkit-input-placeholder{color:#999}.bootstrap-scope .form-control::-ms-expand{background-color:transparent;border:0}.bootstrap-scope .form-control[disabled],.bootstrap-scope .form-control[readonly],fieldset[disabled] .bootstrap-scope .form-control{background-color:#eee;opacity:1}.bootstrap-scope .form-control[disabled],fieldset[disabled] .bootstrap-scope .form-control{cursor:not-allowed}textarea.bootstrap-scope .form-control{height:auto}.bootstrap-scope input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.bootstrap-scope input[type=date].form-control,.bootstrap-scope input[type=time].form-control,.bootstrap-scope input[type=datetime-local].form-control,.bootstrap-scope input[type=month].form-control{line-height:34px}.bootstrap-scope input[type=date].input-sm,.bootstrap-scope input[type=time].input-sm,.bootstrap-scope input[type=datetime-local].input-sm,.bootstrap-scope input[type=month].input-sm,.input-group-sm .bootstrap-scope input[type=date],.input-group-sm .bootstrap-scope input[type=time],.input-group-sm .bootstrap-scope input[type=datetime-local],.input-group-sm .bootstrap-scope input[type=month]{line-height:30px}.bootstrap-scope input[type=date].input-lg,.bootstrap-scope input[type=time].input-lg,.bootstrap-scope input[type=datetime-local].input-lg,.bootstrap-scope input[type=month].input-lg,.input-group-lg .bootstrap-scope input[type=date],.input-group-lg .bootstrap-scope input[type=time],.input-group-lg .bootstrap-scope input[type=datetime-local],.input-group-lg .bootstrap-scope input[type=month]{line-height:46px}}.bootstrap-scope .form-group{margin-bottom:15px}.bootstrap-scope .checkbox,.bootstrap-scope .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.bootstrap-scope .checkbox label,.bootstrap-scope .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.bootstrap-scope .checkbox input[type=checkbox],.bootstrap-scope .checkbox-inline input[type=checkbox],.bootstrap-scope .radio input[type=radio],.bootstrap-scope .radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.bootstrap-scope .checkbox+.checkbox,.bootstrap-scope .radio+.radio{margin-top:-5px}.bootstrap-scope .checkbox-inline,.bootstrap-scope .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.bootstrap-scope .checkbox-inline+.checkbox-inline,.bootstrap-scope .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.bootstrap-scope input[type=checkbox].disabled,.bootstrap-scope input[type=checkbox][disabled],.bootstrap-scope input[type=radio].disabled,.bootstrap-scope input[type=radio][disabled],fieldset[disabled] .bootstrap-scope input[type=checkbox],fieldset[disabled] .bootstrap-scope input[type=radio]{cursor:not-allowed}.bootstrap-scope .checkbox-inline.disabled,.bootstrap-scope .radio-inline.disabled,fieldset[disabled] .bootstrap-scope .checkbox-inline,fieldset[disabled] .bootstrap-scope .radio-inline{cursor:not-allowed}.bootstrap-scope .checkbox.disabled label,.bootstrap-scope .radio.disabled label,fieldset[disabled] .bootstrap-scope .checkbox label,fieldset[disabled] .bootstrap-scope .radio label{cursor:not-allowed}.bootstrap-scope .form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.bootstrap-scope .form-control-static.input-lg,.bootstrap-scope .form-control-static.input-sm{padding-right:0;padding-left:0}.bootstrap-scope .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.bootstrap-scope .input-sm{height:30px;line-height:30px}select[multiple].bootstrap-scope .input-sm,textarea.bootstrap-scope .input-sm{height:auto}.bootstrap-scope .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-scope .form-group-sm select.form-control{height:30px;line-height:30px}.bootstrap-scope .form-group-sm select[multiple].form-control,.bootstrap-scope .form-group-sm textarea.form-control{height:auto}.bootstrap-scope .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.bootstrap-scope .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.bootstrap-scope .input-lg{height:46px;line-height:46px}select[multiple].bootstrap-scope .input-lg,textarea.bootstrap-scope .input-lg{height:auto}.bootstrap-scope .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-scope .form-group-lg select.form-control{height:46px;line-height:46px}.bootstrap-scope .form-group-lg select[multiple].form-control,.bootstrap-scope .form-group-lg textarea.form-control{height:auto}.bootstrap-scope .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.bootstrap-scope .has-feedback{position:relative}.bootstrap-scope .has-feedback .form-control{padding-right:42.5px}.bootstrap-scope .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.bootstrap-scope .form-group-lg .form-control+.form-control-feedback,.bootstrap-scope .input-group-lg+.form-control-feedback,.bootstrap-scope .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.bootstrap-scope .form-group-sm .form-control+.form-control-feedback,.bootstrap-scope .input-group-sm+.form-control-feedback,.bootstrap-scope .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.bootstrap-scope .has-success .checkbox,.bootstrap-scope .has-success .checkbox-inline,.bootstrap-scope .has-success .control-label,.bootstrap-scope .has-success .help-block,.bootstrap-scope .has-success .radio,.bootstrap-scope .has-success .radio-inline,.bootstrap-scope .has-success.checkbox label,.bootstrap-scope .has-success.checkbox-inline label,.bootstrap-scope .has-success.radio label,.bootstrap-scope .has-success.radio-inline label{color:#3c763d}.bootstrap-scope .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-scope .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.bootstrap-scope .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.bootstrap-scope .has-success .form-control-feedback{color:#3c763d}.bootstrap-scope .has-warning .checkbox,.bootstrap-scope .has-warning .checkbox-inline,.bootstrap-scope .has-warning .control-label,.bootstrap-scope .has-warning .help-block,.bootstrap-scope .has-warning .radio,.bootstrap-scope .has-warning .radio-inline,.bootstrap-scope .has-warning.checkbox label,.bootstrap-scope .has-warning.checkbox-inline label,.bootstrap-scope .has-warning.radio label,.bootstrap-scope .has-warning.radio-inline label{color:#8a6d3b}.bootstrap-scope .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-scope .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.bootstrap-scope .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.bootstrap-scope .has-warning .form-control-feedback{color:#8a6d3b}.bootstrap-scope .has-error .checkbox,.bootstrap-scope .has-error .checkbox-inline,.bootstrap-scope .has-error .control-label,.bootstrap-scope .has-error .help-block,.bootstrap-scope .has-error .radio,.bootstrap-scope .has-error .radio-inline,.bootstrap-scope .has-error.checkbox label,.bootstrap-scope .has-error.checkbox-inline label,.bootstrap-scope .has-error.radio label,.bootstrap-scope .has-error.radio-inline label{color:#a94442}.bootstrap-scope .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-scope .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.bootstrap-scope .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.bootstrap-scope .has-error .form-control-feedback{color:#a94442}.bootstrap-scope .has-feedback label~.form-control-feedback{top:25px}.bootstrap-scope .has-feedback label.sr-only~.form-control-feedback{top:0}.bootstrap-scope .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.bootstrap-scope .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-scope .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-scope .form-inline .form-control-static{display:inline-block}.bootstrap-scope .form-inline .input-group{display:inline-table;vertical-align:middle}.bootstrap-scope .form-inline .input-group .form-control,.bootstrap-scope .form-inline .input-group .input-group-addon,.bootstrap-scope .form-inline .input-group .input-group-btn{width:auto}.bootstrap-scope .form-inline .input-group>.form-control{width:100%}.bootstrap-scope .form-inline .control-label{margin-bottom:0;vertical-align:middle}.bootstrap-scope .form-inline .checkbox,.bootstrap-scope .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-scope .form-inline .checkbox label,.bootstrap-scope .form-inline .radio label{padding-left:0}.bootstrap-scope .form-inline .checkbox input[type=checkbox],.bootstrap-scope .form-inline .radio input[type=radio]{position:relative;margin-left:0}.bootstrap-scope .form-inline .has-feedback .form-control-feedback{top:0}}.bootstrap-scope .form-horizontal .checkbox,.bootstrap-scope .form-horizontal .checkbox-inline,.bootstrap-scope .form-horizontal .radio,.bootstrap-scope .form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.bootstrap-scope .form-horizontal .checkbox,.bootstrap-scope .form-horizontal .radio{min-height:27px}.bootstrap-scope .form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.bootstrap-scope .form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.bootstrap-scope .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.bootstrap-scope .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.bootstrap-scope .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.bootstrap-scope .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap-scope .btn.active.focus,.bootstrap-scope .btn.active:focus,.bootstrap-scope .btn.focus,.bootstrap-scope .btn:active.focus,.bootstrap-scope .btn:active:focus,.bootstrap-scope .btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-scope .btn.focus,.bootstrap-scope .btn:focus,.bootstrap-scope .btn:hover{color:#333;text-decoration:none}.bootstrap-scope .btn.active,.bootstrap-scope .btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-scope .btn.disabled,.bootstrap-scope .btn[disabled],fieldset[disabled] .bootstrap-scope .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.bootstrap-scope .btn.disabled,fieldset[disabled] a.bootstrap-scope .btn{pointer-events:none}.bootstrap-scope .btn-default{color:#333;background-color:#fff;border-color:#ccc}.bootstrap-scope .btn-default.focus,.bootstrap-scope .btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.bootstrap-scope .btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.bootstrap-scope .btn-default.active,.bootstrap-scope .btn-default:active,.open>.dropdown-toggle.bootstrap-scope .btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.bootstrap-scope .btn-default.active.focus,.bootstrap-scope .btn-default.active:focus,.bootstrap-scope .btn-default.active:hover,.bootstrap-scope .btn-default:active.focus,.bootstrap-scope .btn-default:active:focus,.bootstrap-scope .btn-default:active:hover,.open>.dropdown-toggle.bootstrap-scope .btn-default.focus,.open>.dropdown-toggle.bootstrap-scope .btn-default:focus,.open>.dropdown-toggle.bootstrap-scope .btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.bootstrap-scope .btn-default.active,.bootstrap-scope .btn-default:active,.open>.dropdown-toggle.bootstrap-scope .btn-default{background-image:none}.bootstrap-scope .btn-default.disabled.focus,.bootstrap-scope .btn-default.disabled:focus,.bootstrap-scope .btn-default.disabled:hover,.bootstrap-scope .btn-default[disabled].focus,.bootstrap-scope .btn-default[disabled]:focus,.bootstrap-scope .btn-default[disabled]:hover,fieldset[disabled] .bootstrap-scope .btn-default.focus,fieldset[disabled] .bootstrap-scope .btn-default:focus,fieldset[disabled] .bootstrap-scope .btn-default:hover{background-color:#fff;border-color:#ccc}.bootstrap-scope .btn-default .badge{color:#fff;background-color:#333}.bootstrap-scope .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.bootstrap-scope .btn-primary.focus,.bootstrap-scope .btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.bootstrap-scope .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.bootstrap-scope .btn-primary.active,.bootstrap-scope .btn-primary:active,.open>.dropdown-toggle.bootstrap-scope .btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.bootstrap-scope .btn-primary.active.focus,.bootstrap-scope .btn-primary.active:focus,.bootstrap-scope .btn-primary.active:hover,.bootstrap-scope .btn-primary:active.focus,.bootstrap-scope .btn-primary:active:focus,.bootstrap-scope .btn-primary:active:hover,.open>.dropdown-toggle.bootstrap-scope .btn-primary.focus,.open>.dropdown-toggle.bootstrap-scope .btn-primary:focus,.open>.dropdown-toggle.bootstrap-scope .btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.bootstrap-scope .btn-primary.active,.bootstrap-scope .btn-primary:active,.open>.dropdown-toggle.bootstrap-scope .btn-primary{background-image:none}.bootstrap-scope .btn-primary.disabled.focus,.bootstrap-scope .btn-primary.disabled:focus,.bootstrap-scope .btn-primary.disabled:hover,.bootstrap-scope .btn-primary[disabled].focus,.bootstrap-scope .btn-primary[disabled]:focus,.bootstrap-scope .btn-primary[disabled]:hover,fieldset[disabled] .bootstrap-scope .btn-primary.focus,fieldset[disabled] .bootstrap-scope .btn-primary:focus,fieldset[disabled] .bootstrap-scope .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.bootstrap-scope .btn-primary .badge{color:#337ab7;background-color:#fff}.bootstrap-scope .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap-scope .btn-success.focus,.bootstrap-scope .btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.bootstrap-scope .btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.bootstrap-scope .btn-success.active,.bootstrap-scope .btn-success:active,.open>.dropdown-toggle.bootstrap-scope .btn-success{color:#fff;background-color:#449d44;border-color:#398439}.bootstrap-scope .btn-success.active.focus,.bootstrap-scope .btn-success.active:focus,.bootstrap-scope .btn-success.active:hover,.bootstrap-scope .btn-success:active.focus,.bootstrap-scope .btn-success:active:focus,.bootstrap-scope .btn-success:active:hover,.open>.dropdown-toggle.bootstrap-scope .btn-success.focus,.open>.dropdown-toggle.bootstrap-scope .btn-success:focus,.open>.dropdown-toggle.bootstrap-scope .btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.bootstrap-scope .btn-success.active,.bootstrap-scope .btn-success:active,.open>.dropdown-toggle.bootstrap-scope .btn-success{background-image:none}.bootstrap-scope .btn-success.disabled.focus,.bootstrap-scope .btn-success.disabled:focus,.bootstrap-scope .btn-success.disabled:hover,.bootstrap-scope .btn-success[disabled].focus,.bootstrap-scope .btn-success[disabled]:focus,.bootstrap-scope .btn-success[disabled]:hover,fieldset[disabled] .bootstrap-scope .btn-success.focus,fieldset[disabled] .bootstrap-scope .btn-success:focus,fieldset[disabled] .bootstrap-scope .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.bootstrap-scope .btn-success .badge{color:#5cb85c;background-color:#fff}.bootstrap-scope .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.bootstrap-scope .btn-info.focus,.bootstrap-scope .btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.bootstrap-scope .btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.bootstrap-scope .btn-info.active,.bootstrap-scope .btn-info:active,.open>.dropdown-toggle.bootstrap-scope .btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.bootstrap-scope .btn-info.active.focus,.bootstrap-scope .btn-info.active:focus,.bootstrap-scope .btn-info.active:hover,.bootstrap-scope .btn-info:active.focus,.bootstrap-scope .btn-info:active:focus,.bootstrap-scope .btn-info:active:hover,.open>.dropdown-toggle.bootstrap-scope .btn-info.focus,.open>.dropdown-toggle.bootstrap-scope .btn-info:focus,.open>.dropdown-toggle.bootstrap-scope .btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.bootstrap-scope .btn-info.active,.bootstrap-scope .btn-info:active,.open>.dropdown-toggle.bootstrap-scope .btn-info{background-image:none}.bootstrap-scope .btn-info.disabled.focus,.bootstrap-scope .btn-info.disabled:focus,.bootstrap-scope .btn-info.disabled:hover,.bootstrap-scope .btn-info[disabled].focus,.bootstrap-scope .btn-info[disabled]:focus,.bootstrap-scope .btn-info[disabled]:hover,fieldset[disabled] .bootstrap-scope .btn-info.focus,fieldset[disabled] .bootstrap-scope .btn-info:focus,fieldset[disabled] .bootstrap-scope .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.bootstrap-scope .btn-info .badge{color:#5bc0de;background-color:#fff}.bootstrap-scope .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.bootstrap-scope .btn-warning.focus,.bootstrap-scope .btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.bootstrap-scope .btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.bootstrap-scope .btn-warning.active,.bootstrap-scope .btn-warning:active,.open>.dropdown-toggle.bootstrap-scope .btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.bootstrap-scope .btn-warning.active.focus,.bootstrap-scope .btn-warning.active:focus,.bootstrap-scope .btn-warning.active:hover,.bootstrap-scope .btn-warning:active.focus,.bootstrap-scope .btn-warning:active:focus,.bootstrap-scope .btn-warning:active:hover,.open>.dropdown-toggle.bootstrap-scope .btn-warning.focus,.open>.dropdown-toggle.bootstrap-scope .btn-warning:focus,.open>.dropdown-toggle.bootstrap-scope .btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.bootstrap-scope .btn-warning.active,.bootstrap-scope .btn-warning:active,.open>.dropdown-toggle.bootstrap-scope .btn-warning{background-image:none}.bootstrap-scope .btn-warning.disabled.focus,.bootstrap-scope .btn-warning.disabled:focus,.bootstrap-scope .btn-warning.disabled:hover,.bootstrap-scope .btn-warning[disabled].focus,.bootstrap-scope .btn-warning[disabled]:focus,.bootstrap-scope .btn-warning[disabled]:hover,fieldset[disabled] .bootstrap-scope .btn-warning.focus,fieldset[disabled] .bootstrap-scope .btn-warning:focus,fieldset[disabled] .bootstrap-scope .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.bootstrap-scope .btn-warning .badge{color:#f0ad4e;background-color:#fff}.bootstrap-scope .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.bootstrap-scope .btn-danger.focus,.bootstrap-scope .btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.bootstrap-scope .btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.bootstrap-scope .btn-danger.active,.bootstrap-scope .btn-danger:active,.open>.dropdown-toggle.bootstrap-scope .btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.bootstrap-scope .btn-danger.active.focus,.bootstrap-scope .btn-danger.active:focus,.bootstrap-scope .btn-danger.active:hover,.bootstrap-scope .btn-danger:active.focus,.bootstrap-scope .btn-danger:active:focus,.bootstrap-scope .btn-danger:active:hover,.open>.dropdown-toggle.bootstrap-scope .btn-danger.focus,.open>.dropdown-toggle.bootstrap-scope .btn-danger:focus,.open>.dropdown-toggle.bootstrap-scope .btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.bootstrap-scope .btn-danger.active,.bootstrap-scope .btn-danger:active,.open>.dropdown-toggle.bootstrap-scope .btn-danger{background-image:none}.bootstrap-scope .btn-danger.disabled.focus,.bootstrap-scope .btn-danger.disabled:focus,.bootstrap-scope .btn-danger.disabled:hover,.bootstrap-scope .btn-danger[disabled].focus,.bootstrap-scope .btn-danger[disabled]:focus,.bootstrap-scope .btn-danger[disabled]:hover,fieldset[disabled] .bootstrap-scope .btn-danger.focus,fieldset[disabled] .bootstrap-scope .btn-danger:focus,fieldset[disabled] .bootstrap-scope .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.bootstrap-scope .btn-danger .badge{color:#d9534f;background-color:#fff}.bootstrap-scope .btn-link{font-weight:400;color:#337ab7;border-radius:0}.bootstrap-scope .btn-link,.bootstrap-scope .btn-link.active,.bootstrap-scope .btn-link:active,.bootstrap-scope .btn-link[disabled],fieldset[disabled] .bootstrap-scope .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.bootstrap-scope .btn-link,.bootstrap-scope .btn-link:active,.bootstrap-scope .btn-link:focus,.bootstrap-scope .btn-link:hover{border-color:transparent}.bootstrap-scope .btn-link:focus,.bootstrap-scope .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.bootstrap-scope .btn-link[disabled]:focus,.bootstrap-scope .btn-link[disabled]:hover,fieldset[disabled] .bootstrap-scope .btn-link:focus,fieldset[disabled] .bootstrap-scope .btn-link:hover{color:#777;text-decoration:none}.bootstrap-scope .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-scope .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-scope .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-scope .btn-block{display:block;width:100%}.bootstrap-scope .btn-block+.btn-block{margin-top:5px}.bootstrap-scope input[type=button].btn-block,.bootstrap-scope input[type=reset].btn-block,.bootstrap-scope input[type=submit].btn-block{width:100%}.bootstrap-scope .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.bootstrap-scope .fade.in{opacity:1}.bootstrap-scope .collapse{display:none}.bootstrap-scope .collapse.in{display:block}tr.bootstrap-scope .collapse.in{display:table-row}tbody.bootstrap-scope .collapse.in{display:table-row-group}.bootstrap-scope .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.bootstrap-scope .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.bootstrap-scope .dropdown,.bootstrap-scope .dropup{position:relative}.bootstrap-scope .dropdown-toggle:focus{outline:0}.bootstrap-scope .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.bootstrap-scope .dropdown-menu.pull-right{right:0;left:auto}.bootstrap-scope .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-scope .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.bootstrap-scope .dropdown-menu>li>a:focus,.bootstrap-scope .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.bootstrap-scope .dropdown-menu>.active>a,.bootstrap-scope .dropdown-menu>.active>a:focus,.bootstrap-scope .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.bootstrap-scope .dropdown-menu>.disabled>a,.bootstrap-scope .dropdown-menu>.disabled>a:focus,.bootstrap-scope .dropdown-menu>.disabled>a:hover{color:#777}.bootstrap-scope .dropdown-menu>.disabled>a:focus,.bootstrap-scope .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.bootstrap-scope .open>.dropdown-menu{display:block}.bootstrap-scope .open>a{outline:0}.bootstrap-scope .dropdown-menu-right{right:0;left:auto}.bootstrap-scope .dropdown-menu-left{right:auto;left:0}.bootstrap-scope .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.bootstrap-scope .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.bootstrap-scope .pull-right>.dropdown-menu{right:0;left:auto}.bootstrap-scope .dropup .caret,.bootstrap-scope .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.bootstrap-scope .dropup .dropdown-menu,.bootstrap-scope .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.bootstrap-scope .navbar-right .dropdown-menu{right:0;left:auto}.bootstrap-scope .navbar-right .dropdown-menu-left{right:auto;left:0}}.bootstrap-scope .btn-group,.bootstrap-scope .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bootstrap-scope .btn-group-vertical>.btn,.bootstrap-scope .btn-group>.btn{position:relative;float:left}.bootstrap-scope .btn-group-vertical>.btn.active,.bootstrap-scope .btn-group-vertical>.btn:active,.bootstrap-scope .btn-group-vertical>.btn:focus,.bootstrap-scope .btn-group-vertical>.btn:hover,.bootstrap-scope .btn-group>.btn.active,.bootstrap-scope .btn-group>.btn:active,.bootstrap-scope .btn-group>.btn:focus,.bootstrap-scope .btn-group>.btn:hover{z-index:2}.bootstrap-scope .btn-group .btn+.btn,.bootstrap-scope .btn-group .btn+.btn-group,.bootstrap-scope .btn-group .btn-group+.btn,.bootstrap-scope .btn-group .btn-group+.btn-group{margin-left:-1px}.bootstrap-scope .btn-toolbar{margin-left:-5px}.bootstrap-scope .btn-toolbar .btn,.bootstrap-scope .btn-toolbar .btn-group,.bootstrap-scope .btn-toolbar .input-group{float:left}.bootstrap-scope .btn-toolbar>.btn,.bootstrap-scope .btn-toolbar>.btn-group,.bootstrap-scope .btn-toolbar>.input-group{margin-left:5px}.bootstrap-scope .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap-scope .btn-group>.btn:first-child{margin-left:0}.bootstrap-scope .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-scope .btn-group>.btn:last-child:not(:first-child),.bootstrap-scope .btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-scope .btn-group>.btn-group{float:left}.bootstrap-scope .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-scope .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-scope .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-scope .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-scope .btn-group .dropdown-toggle:active,.bootstrap-scope .btn-group.open .dropdown-toggle{outline:0}.bootstrap-scope .btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.bootstrap-scope .btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.bootstrap-scope .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-scope .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.bootstrap-scope .btn .caret{margin-left:0}.bootstrap-scope .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.bootstrap-scope .dropup .btn-lg .caret{border-width:0 5px 5px}.bootstrap-scope .btn-group-vertical>.btn,.bootstrap-scope .btn-group-vertical>.btn-group,.bootstrap-scope .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.bootstrap-scope .btn-group-vertical>.btn-group>.btn{float:none}.bootstrap-scope .btn-group-vertical>.btn+.btn,.bootstrap-scope .btn-group-vertical>.btn+.btn-group,.bootstrap-scope .btn-group-vertical>.btn-group+.btn,.bootstrap-scope .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bootstrap-scope .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap-scope .btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-scope .btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap-scope .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-scope .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-scope .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-scope .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.bootstrap-scope .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.bootstrap-scope .btn-group-justified>.btn,.bootstrap-scope .btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.bootstrap-scope .btn-group-justified>.btn-group .btn{width:100%}.bootstrap-scope .btn-group-justified>.btn-group .dropdown-menu{left:auto}.bootstrap-scope [data-toggle=buttons]>.btn input[type=checkbox],.bootstrap-scope [data-toggle=buttons]>.btn input[type=radio],.bootstrap-scope [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.bootstrap-scope [data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap-scope .input-group{position:relative;display:table;border-collapse:separate}.bootstrap-scope .input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.bootstrap-scope .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.bootstrap-scope .input-group .form-control:focus{z-index:3}.bootstrap-scope .input-group-lg>.form-control,.bootstrap-scope .input-group-lg>.input-group-addon,.bootstrap-scope .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.bootstrap-scope .input-group-lg>.form-control,select.bootstrap-scope .input-group-lg>.input-group-addon,select.bootstrap-scope .input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].bootstrap-scope .input-group-lg>.form-control,select[multiple].bootstrap-scope .input-group-lg>.input-group-addon,select[multiple].bootstrap-scope .input-group-lg>.input-group-btn>.btn,textarea.bootstrap-scope .input-group-lg>.form-control,textarea.bootstrap-scope .input-group-lg>.input-group-addon,textarea.bootstrap-scope .input-group-lg>.input-group-btn>.btn{height:auto}.bootstrap-scope .input-group-sm>.form-control,.bootstrap-scope .input-group-sm>.input-group-addon,.bootstrap-scope .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.bootstrap-scope .input-group-sm>.form-control,select.bootstrap-scope .input-group-sm>.input-group-addon,select.bootstrap-scope .input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].bootstrap-scope .input-group-sm>.form-control,select[multiple].bootstrap-scope .input-group-sm>.input-group-addon,select[multiple].bootstrap-scope .input-group-sm>.input-group-btn>.btn,textarea.bootstrap-scope .input-group-sm>.form-control,textarea.bootstrap-scope .input-group-sm>.input-group-addon,textarea.bootstrap-scope .input-group-sm>.input-group-btn>.btn{height:auto}.bootstrap-scope .input-group .form-control,.bootstrap-scope .input-group-addon,.bootstrap-scope .input-group-btn{display:table-cell}.bootstrap-scope .input-group .form-control:not(:first-child):not(:last-child),.bootstrap-scope .input-group-addon:not(:first-child):not(:last-child),.bootstrap-scope .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap-scope .input-group-addon,.bootstrap-scope .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap-scope .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.bootstrap-scope .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.bootstrap-scope .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.bootstrap-scope .input-group-addon input[type=checkbox],.bootstrap-scope .input-group-addon input[type=radio]{margin-top:0}.bootstrap-scope .input-group .form-control:first-child,.bootstrap-scope .input-group-addon:first-child,.bootstrap-scope .input-group-btn:first-child>.btn,.bootstrap-scope .input-group-btn:first-child>.btn-group>.btn,.bootstrap-scope .input-group-btn:first-child>.dropdown-toggle,.bootstrap-scope .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.bootstrap-scope .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-scope .input-group-addon:first-child{border-right:0}.bootstrap-scope .input-group .form-control:last-child,.bootstrap-scope .input-group-addon:last-child,.bootstrap-scope .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.bootstrap-scope .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-scope .input-group-btn:last-child>.btn,.bootstrap-scope .input-group-btn:last-child>.btn-group>.btn,.bootstrap-scope .input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-scope .input-group-addon:last-child{border-left:0}.bootstrap-scope .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bootstrap-scope .input-group-btn>.btn{position:relative}.bootstrap-scope .input-group-btn>.btn+.btn{margin-left:-1px}.bootstrap-scope .input-group-btn>.btn:active,.bootstrap-scope .input-group-btn>.btn:focus,.bootstrap-scope .input-group-btn>.btn:hover{z-index:2}.bootstrap-scope .input-group-btn:first-child>.btn,.bootstrap-scope .input-group-btn:first-child>.btn-group{margin-right:-1px}.bootstrap-scope .input-group-btn:last-child>.btn,.bootstrap-scope .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.bootstrap-scope .nav{padding-left:0;margin-bottom:0;list-style:none}.bootstrap-scope .nav>li{position:relative;display:block}.bootstrap-scope .nav>li>a{position:relative;display:block;padding:10px 15px}.bootstrap-scope .nav>li>a:focus,.bootstrap-scope .nav>li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-scope .nav>li.disabled>a{color:#777}.bootstrap-scope .nav>li.disabled>a:focus,.bootstrap-scope .nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.bootstrap-scope .nav .open>a,.bootstrap-scope .nav .open>a:focus,.bootstrap-scope .nav .open>a:hover{background-color:#eee;border-color:#337ab7}.bootstrap-scope .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-scope .nav>li>a>img{max-width:none}.bootstrap-scope .nav-tabs{border-bottom:1px solid #ddd}.bootstrap-scope .nav-tabs>li{float:left;margin-bottom:-1px}.bootstrap-scope .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.bootstrap-scope .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.bootstrap-scope .nav-tabs>li.active>a,.bootstrap-scope .nav-tabs>li.active>a:focus,.bootstrap-scope .nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.bootstrap-scope .nav-tabs.nav-justified{width:100%;border-bottom:0}.bootstrap-scope .nav-tabs.nav-justified>li{float:none}.bootstrap-scope .nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.bootstrap-scope .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.bootstrap-scope .nav-tabs.nav-justified>li{display:table-cell;width:1%}.bootstrap-scope .nav-tabs.nav-justified>li>a{margin-bottom:0}}.bootstrap-scope .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-scope .nav-tabs.nav-justified>.active>a,.bootstrap-scope .nav-tabs.nav-justified>.active>a:focus,.bootstrap-scope .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.bootstrap-scope .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bootstrap-scope .nav-tabs.nav-justified>.active>a,.bootstrap-scope .nav-tabs.nav-justified>.active>a:focus,.bootstrap-scope .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-scope .nav-pills>li{float:left}.bootstrap-scope .nav-pills>li>a{border-radius:4px}.bootstrap-scope .nav-pills>li+li{margin-left:2px}.bootstrap-scope .nav-pills>li.active>a,.bootstrap-scope .nav-pills>li.active>a:focus,.bootstrap-scope .nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.bootstrap-scope .nav-stacked>li{float:none}.bootstrap-scope .nav-stacked>li+li{margin-top:2px;margin-left:0}.bootstrap-scope .nav-justified{width:100%}.bootstrap-scope .nav-justified>li{float:none}.bootstrap-scope .nav-justified>li>a{margin-bottom:5px;text-align:center}.bootstrap-scope .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.bootstrap-scope .nav-justified>li{display:table-cell;width:1%}.bootstrap-scope .nav-justified>li>a{margin-bottom:0}}.bootstrap-scope .nav-tabs-justified{border-bottom:0}.bootstrap-scope .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-scope .nav-tabs-justified>.active>a,.bootstrap-scope .nav-tabs-justified>.active>a:focus,.bootstrap-scope .nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.bootstrap-scope .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bootstrap-scope .nav-tabs-justified>.active>a,.bootstrap-scope .nav-tabs-justified>.active>a:focus,.bootstrap-scope .nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-scope .tab-content>.tab-pane{display:none}.bootstrap-scope .tab-content>.active{display:block}.bootstrap-scope .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.bootstrap-scope .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.bootstrap-scope .navbar{border-radius:4px}}@media (min-width:768px){.bootstrap-scope .navbar-header{float:left}}.bootstrap-scope .navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.bootstrap-scope .navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.bootstrap-scope .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-scope .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.bootstrap-scope .navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .bootstrap-scope .navbar-collapse,.navbar-fixed-top .bootstrap-scope .navbar-collapse,.navbar-static-top .bootstrap-scope .navbar-collapse{padding-right:0;padding-left:0}}.bootstrap-scope .navbar-fixed-bottom .navbar-collapse,.bootstrap-scope .navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.bootstrap-scope .navbar-fixed-bottom .navbar-collapse,.bootstrap-scope .navbar-fixed-top .navbar-collapse{max-height:200px}}.bootstrap-scope .container-fluid>.navbar-collapse,.bootstrap-scope .container-fluid>.navbar-header,.bootstrap-scope .container>.navbar-collapse,.bootstrap-scope .container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.bootstrap-scope .container-fluid>.navbar-collapse,.bootstrap-scope .container-fluid>.navbar-header,.bootstrap-scope .container>.navbar-collapse,.bootstrap-scope .container>.navbar-header{margin-right:0;margin-left:0}}.bootstrap-scope .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.bootstrap-scope .navbar-static-top{border-radius:0}}.bootstrap-scope .navbar-fixed-bottom,.bootstrap-scope .navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.bootstrap-scope .navbar-fixed-bottom,.bootstrap-scope .navbar-fixed-top{border-radius:0}}.bootstrap-scope .navbar-fixed-top{top:0;border-width:0 0 1px}.bootstrap-scope .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.bootstrap-scope .navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.bootstrap-scope .navbar-brand:focus,.bootstrap-scope .navbar-brand:hover{text-decoration:none}.bootstrap-scope .navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .bootstrap-scope .navbar-brand,.navbar>.container-fluid .bootstrap-scope .navbar-brand{margin-left:-15px}}.bootstrap-scope .navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap-scope .navbar-toggle:focus{outline:0}.bootstrap-scope .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.bootstrap-scope .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.bootstrap-scope .navbar-toggle{display:none}}.bootstrap-scope .navbar-nav{margin:7.5px -15px}.bootstrap-scope .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.bootstrap-scope .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-scope .navbar-nav .open .dropdown-menu .dropdown-header,.bootstrap-scope .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.bootstrap-scope .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.bootstrap-scope .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-scope .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.bootstrap-scope .navbar-nav{float:left;margin:0}.bootstrap-scope .navbar-nav>li{float:left}.bootstrap-scope .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.bootstrap-scope .navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.bootstrap-scope .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-scope .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-scope .navbar-form .form-control-static{display:inline-block}.bootstrap-scope .navbar-form .input-group{display:inline-table;vertical-align:middle}.bootstrap-scope .navbar-form .input-group .form-control,.bootstrap-scope .navbar-form .input-group .input-group-addon,.bootstrap-scope .navbar-form .input-group .input-group-btn{width:auto}.bootstrap-scope .navbar-form .input-group>.form-control{width:100%}.bootstrap-scope .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.bootstrap-scope .navbar-form .checkbox,.bootstrap-scope .navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-scope .navbar-form .checkbox label,.bootstrap-scope .navbar-form .radio label{padding-left:0}.bootstrap-scope .navbar-form .checkbox input[type=checkbox],.bootstrap-scope .navbar-form .radio input[type=radio]{position:relative;margin-left:0}.bootstrap-scope .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.bootstrap-scope .navbar-form .form-group{margin-bottom:5px}.bootstrap-scope .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.bootstrap-scope .navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.bootstrap-scope .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.bootstrap-scope .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-scope .navbar-btn{margin-top:8px;margin-bottom:8px}.bootstrap-scope .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.bootstrap-scope .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.bootstrap-scope .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.bootstrap-scope .navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.bootstrap-scope .navbar-left{float:left!important}.bootstrap-scope .navbar-right{float:right!important;margin-right:-15px}.bootstrap-scope .navbar-right~.navbar-right{margin-right:0}}.bootstrap-scope .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.bootstrap-scope .navbar-default .navbar-brand{color:#777}.bootstrap-scope .navbar-default .navbar-brand:focus,.bootstrap-scope .navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.bootstrap-scope .navbar-default .navbar-text{color:#777}.bootstrap-scope .navbar-default .navbar-nav>li>a{color:#777}.bootstrap-scope .navbar-default .navbar-nav>li>a:focus,.bootstrap-scope .navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.bootstrap-scope .navbar-default .navbar-nav>.active>a,.bootstrap-scope .navbar-default .navbar-nav>.active>a:focus,.bootstrap-scope .navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-scope .navbar-default .navbar-nav>.disabled>a,.bootstrap-scope .navbar-default .navbar-nav>.disabled>a:focus,.bootstrap-scope .navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.bootstrap-scope .navbar-default .navbar-toggle{border-color:#ddd}.bootstrap-scope .navbar-default .navbar-toggle:focus,.bootstrap-scope .navbar-default .navbar-toggle:hover{background-color:#ddd}.bootstrap-scope .navbar-default .navbar-toggle .icon-bar{background-color:#888}.bootstrap-scope .navbar-default .navbar-collapse,.bootstrap-scope .navbar-default .navbar-form{border-color:#e7e7e7}.bootstrap-scope .navbar-default .navbar-nav>.open>a,.bootstrap-scope .navbar-default .navbar-nav>.open>a:focus,.bootstrap-scope .navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.bootstrap-scope .navbar-default .navbar-link{color:#777}.bootstrap-scope .navbar-default .navbar-link:hover{color:#333}.bootstrap-scope .navbar-default .btn-link{color:#777}.bootstrap-scope .navbar-default .btn-link:focus,.bootstrap-scope .navbar-default .btn-link:hover{color:#333}.bootstrap-scope .navbar-default .btn-link[disabled]:focus,.bootstrap-scope .navbar-default .btn-link[disabled]:hover,fieldset[disabled] .bootstrap-scope .navbar-default .btn-link:focus,fieldset[disabled] .bootstrap-scope .navbar-default .btn-link:hover{color:#ccc}.bootstrap-scope .navbar-inverse{background-color:#222;border-color:#080808}.bootstrap-scope .navbar-inverse .navbar-brand{color:#9d9d9d}.bootstrap-scope .navbar-inverse .navbar-brand:focus,.bootstrap-scope .navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.bootstrap-scope .navbar-inverse .navbar-text{color:#9d9d9d}.bootstrap-scope .navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.bootstrap-scope .navbar-inverse .navbar-nav>li>a:focus,.bootstrap-scope .navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.bootstrap-scope .navbar-inverse .navbar-nav>.active>a,.bootstrap-scope .navbar-inverse .navbar-nav>.active>a:focus,.bootstrap-scope .navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.bootstrap-scope .navbar-inverse .navbar-nav>.disabled>a,.bootstrap-scope .navbar-inverse .navbar-nav>.disabled>a:focus,.bootstrap-scope .navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.bootstrap-scope .navbar-inverse .navbar-toggle{border-color:#333}.bootstrap-scope .navbar-inverse .navbar-toggle:focus,.bootstrap-scope .navbar-inverse .navbar-toggle:hover{background-color:#333}.bootstrap-scope .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.bootstrap-scope .navbar-inverse .navbar-collapse,.bootstrap-scope .navbar-inverse .navbar-form{border-color:#101010}.bootstrap-scope .navbar-inverse .navbar-nav>.open>a,.bootstrap-scope .navbar-inverse .navbar-nav>.open>a:focus,.bootstrap-scope .navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.bootstrap-scope .navbar-inverse .navbar-link{color:#9d9d9d}.bootstrap-scope .navbar-inverse .navbar-link:hover{color:#fff}.bootstrap-scope .navbar-inverse .btn-link{color:#9d9d9d}.bootstrap-scope .navbar-inverse .btn-link:focus,.bootstrap-scope .navbar-inverse .btn-link:hover{color:#fff}.bootstrap-scope .navbar-inverse .btn-link[disabled]:focus,.bootstrap-scope .navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .bootstrap-scope .navbar-inverse .btn-link:focus,fieldset[disabled] .bootstrap-scope .navbar-inverse .btn-link:hover{color:#444}.bootstrap-scope .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.bootstrap-scope .breadcrumb>li{display:inline-block}.bootstrap-scope .breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.bootstrap-scope .breadcrumb>.active{color:#777}.bootstrap-scope .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.bootstrap-scope .pagination>li{display:inline}.bootstrap-scope .pagination>li>a,.bootstrap-scope .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.bootstrap-scope .pagination>li:first-child>a,.bootstrap-scope .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.bootstrap-scope .pagination>li:last-child>a,.bootstrap-scope .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.bootstrap-scope .pagination>li>a:focus,.bootstrap-scope .pagination>li>a:hover,.bootstrap-scope .pagination>li>span:focus,.bootstrap-scope .pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.bootstrap-scope .pagination>.active>a,.bootstrap-scope .pagination>.active>a:focus,.bootstrap-scope .pagination>.active>a:hover,.bootstrap-scope .pagination>.active>span,.bootstrap-scope .pagination>.active>span:focus,.bootstrap-scope .pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.bootstrap-scope .pagination>.disabled>a,.bootstrap-scope .pagination>.disabled>a:focus,.bootstrap-scope .pagination>.disabled>a:hover,.bootstrap-scope .pagination>.disabled>span,.bootstrap-scope .pagination>.disabled>span:focus,.bootstrap-scope .pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.bootstrap-scope .pagination-lg>li>a,.bootstrap-scope .pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.bootstrap-scope .pagination-lg>li:first-child>a,.bootstrap-scope .pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.bootstrap-scope .pagination-lg>li:last-child>a,.bootstrap-scope .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.bootstrap-scope .pagination-sm>li>a,.bootstrap-scope .pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-scope .pagination-sm>li:first-child>a,.bootstrap-scope .pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.bootstrap-scope .pagination-sm>li:last-child>a,.bootstrap-scope .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.bootstrap-scope .pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.bootstrap-scope .pager li{display:inline}.bootstrap-scope .pager li>a,.bootstrap-scope .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.bootstrap-scope .pager li>a:focus,.bootstrap-scope .pager li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-scope .pager .next>a,.bootstrap-scope .pager .next>span{float:right}.bootstrap-scope .pager .previous>a,.bootstrap-scope .pager .previous>span{float:left}.bootstrap-scope .pager .disabled>a,.bootstrap-scope .pager .disabled>a:focus,.bootstrap-scope .pager .disabled>a:hover,.bootstrap-scope .pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.bootstrap-scope .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.bootstrap-scope .label:focus,a.bootstrap-scope .label:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-scope .label:empty{display:none}.btn .bootstrap-scope .label{position:relative;top:-1px}.bootstrap-scope .label-default{background-color:#777}.bootstrap-scope .label-default[href]:focus,.bootstrap-scope .label-default[href]:hover{background-color:#5e5e5e}.bootstrap-scope .label-primary{background-color:#337ab7}.bootstrap-scope .label-primary[href]:focus,.bootstrap-scope .label-primary[href]:hover{background-color:#286090}.bootstrap-scope .label-success{background-color:#5cb85c}.bootstrap-scope .label-success[href]:focus,.bootstrap-scope .label-success[href]:hover{background-color:#449d44}.bootstrap-scope .label-info{background-color:#5bc0de}.bootstrap-scope .label-info[href]:focus,.bootstrap-scope .label-info[href]:hover{background-color:#31b0d5}.bootstrap-scope .label-warning{background-color:#f0ad4e}.bootstrap-scope .label-warning[href]:focus,.bootstrap-scope .label-warning[href]:hover{background-color:#ec971f}.bootstrap-scope .label-danger{background-color:#d9534f}.bootstrap-scope .label-danger[href]:focus,.bootstrap-scope .label-danger[href]:hover{background-color:#c9302c}.bootstrap-scope .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.bootstrap-scope .badge:empty{display:none}.btn .bootstrap-scope .badge{position:relative;top:-1px}.btn-group-xs>.btn .bootstrap-scope .badge,.btn-xs .bootstrap-scope .badge{top:0;padding:1px 5px}a.bootstrap-scope .badge:focus,a.bootstrap-scope .badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.bootstrap-scope .badge,.nav-pills>.active>a>.bootstrap-scope .badge{color:#337ab7;background-color:#fff}.list-group-item>.bootstrap-scope .badge{float:right}.list-group-item>.bootstrap-scope .badge+.bootstrap-scope .badge{margin-right:5px}.nav-pills>li>a>.bootstrap-scope .badge{margin-left:3px}.bootstrap-scope .jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.bootstrap-scope .jumbotron .h1,.bootstrap-scope .jumbotron h1{color:inherit}.bootstrap-scope .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.bootstrap-scope .jumbotron>hr{border-top-color:#d5d5d5}.container .bootstrap-scope .jumbotron,.container-fluid .bootstrap-scope .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.bootstrap-scope .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.bootstrap-scope .jumbotron{padding-top:48px;padding-bottom:48px}.container .bootstrap-scope .jumbotron,.container-fluid .bootstrap-scope .jumbotron{padding-right:60px;padding-left:60px}.bootstrap-scope .jumbotron .h1,.bootstrap-scope .jumbotron h1{font-size:63px}}.bootstrap-scope .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.bootstrap-scope .thumbnail a>img,.bootstrap-scope .thumbnail>img{margin-right:auto;margin-left:auto}a.bootstrap-scope .thumbnail.active,a.bootstrap-scope .thumbnail:focus,a.bootstrap-scope .thumbnail:hover{border-color:#337ab7}.bootstrap-scope .thumbnail .caption{padding:9px;color:#333}.bootstrap-scope .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bootstrap-scope .alert h4{margin-top:0;color:inherit}.bootstrap-scope .alert .alert-link{font-weight:700}.bootstrap-scope .alert>p,.bootstrap-scope .alert>ul{margin-bottom:0}.bootstrap-scope .alert>p+p{margin-top:5px}.bootstrap-scope .alert-dismissable,.bootstrap-scope .alert-dismissible{padding-right:35px}.bootstrap-scope .alert-dismissable .close,.bootstrap-scope .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.bootstrap-scope .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-scope .alert-success hr{border-top-color:#c9e2b3}.bootstrap-scope .alert-success .alert-link{color:#2b542c}.bootstrap-scope .alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-scope .alert-info hr{border-top-color:#a6e1ec}.bootstrap-scope .alert-info .alert-link{color:#245269}.bootstrap-scope .alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-scope .alert-warning hr{border-top-color:#f7e1b5}.bootstrap-scope .alert-warning .alert-link{color:#66512c}.bootstrap-scope .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-scope .alert-danger hr{border-top-color:#e4b9c0}.bootstrap-scope .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.bootstrap-scope .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bootstrap-scope .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.bootstrap-scope .progress-bar-striped,.bootstrap-scope .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.bootstrap-scope .progress-bar.active,.bootstrap-scope .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.bootstrap-scope .progress-bar-success{background-color:#5cb85c}.progress-striped .bootstrap-scope .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-scope .progress-bar-info{background-color:#5bc0de}.progress-striped .bootstrap-scope .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-scope .progress-bar-warning{background-color:#f0ad4e}.progress-striped .bootstrap-scope .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-scope .progress-bar-danger{background-color:#d9534f}.progress-striped .bootstrap-scope .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-scope .media{margin-top:15px}.bootstrap-scope .media:first-child{margin-top:0}.bootstrap-scope .media,.bootstrap-scope .media-body{overflow:hidden;zoom:1}.bootstrap-scope .media-body{width:10000px}.bootstrap-scope .media-object{display:block}.bootstrap-scope .media-object.img-thumbnail{max-width:none}.bootstrap-scope .media-right,.bootstrap-scope .media>.pull-right{padding-left:10px}.bootstrap-scope .media-left,.bootstrap-scope .media>.pull-left{padding-right:10px}.bootstrap-scope .media-body,.bootstrap-scope .media-left,.bootstrap-scope .media-right{display:table-cell;vertical-align:top}.bootstrap-scope .media-middle{vertical-align:middle}.bootstrap-scope .media-bottom{vertical-align:bottom}.bootstrap-scope .media-heading{margin-top:0;margin-bottom:5px}.bootstrap-scope .media-list{padding-left:0;list-style:none}.bootstrap-scope .list-group{padding-left:0;margin-bottom:20px}.bootstrap-scope .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.bootstrap-scope .list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.bootstrap-scope .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap-scope a.list-group-item,.bootstrap-scope button.list-group-item{color:#555}.bootstrap-scope a.list-group-item .list-group-item-heading,.bootstrap-scope button.list-group-item .list-group-item-heading{color:#333}.bootstrap-scope a.list-group-item:focus,.bootstrap-scope a.list-group-item:hover,.bootstrap-scope button.list-group-item:focus,.bootstrap-scope button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.bootstrap-scope button.list-group-item{width:100%;text-align:left}.bootstrap-scope .list-group-item.disabled,.bootstrap-scope .list-group-item.disabled:focus,.bootstrap-scope .list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.bootstrap-scope .list-group-item.disabled .list-group-item-heading,.bootstrap-scope .list-group-item.disabled:focus .list-group-item-heading,.bootstrap-scope .list-group-item.disabled:hover .list-group-item-heading{color:inherit}.bootstrap-scope .list-group-item.disabled .list-group-item-text,.bootstrap-scope .list-group-item.disabled:focus .list-group-item-text,.bootstrap-scope .list-group-item.disabled:hover .list-group-item-text{color:#777}.bootstrap-scope .list-group-item.active,.bootstrap-scope .list-group-item.active:focus,.bootstrap-scope .list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.bootstrap-scope .list-group-item.active .list-group-item-heading,.bootstrap-scope .list-group-item.active .list-group-item-heading>.small,.bootstrap-scope .list-group-item.active .list-group-item-heading>small,.bootstrap-scope .list-group-item.active:focus .list-group-item-heading,.bootstrap-scope .list-group-item.active:focus .list-group-item-heading>.small,.bootstrap-scope .list-group-item.active:focus .list-group-item-heading>small,.bootstrap-scope .list-group-item.active:hover .list-group-item-heading,.bootstrap-scope .list-group-item.active:hover .list-group-item-heading>.small,.bootstrap-scope .list-group-item.active:hover .list-group-item-heading>small{color:inherit}.bootstrap-scope .list-group-item.active .list-group-item-text,.bootstrap-scope .list-group-item.active:focus .list-group-item-text,.bootstrap-scope .list-group-item.active:hover .list-group-item-text{color:#c7ddef}.bootstrap-scope .list-group-item-success{color:#3c763d;background-color:#dff0d8}a.bootstrap-scope .list-group-item-success,button.bootstrap-scope .list-group-item-success{color:#3c763d}a.bootstrap-scope .list-group-item-success .list-group-item-heading,button.bootstrap-scope .list-group-item-success .list-group-item-heading{color:inherit}a.bootstrap-scope .list-group-item-success:focus,a.bootstrap-scope .list-group-item-success:hover,button.bootstrap-scope .list-group-item-success:focus,button.bootstrap-scope .list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.bootstrap-scope .list-group-item-success.active,a.bootstrap-scope .list-group-item-success.active:focus,a.bootstrap-scope .list-group-item-success.active:hover,button.bootstrap-scope .list-group-item-success.active,button.bootstrap-scope .list-group-item-success.active:focus,button.bootstrap-scope .list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.bootstrap-scope .list-group-item-info{color:#31708f;background-color:#d9edf7}a.bootstrap-scope .list-group-item-info,button.bootstrap-scope .list-group-item-info{color:#31708f}a.bootstrap-scope .list-group-item-info .list-group-item-heading,button.bootstrap-scope .list-group-item-info .list-group-item-heading{color:inherit}a.bootstrap-scope .list-group-item-info:focus,a.bootstrap-scope .list-group-item-info:hover,button.bootstrap-scope .list-group-item-info:focus,button.bootstrap-scope .list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.bootstrap-scope .list-group-item-info.active,a.bootstrap-scope .list-group-item-info.active:focus,a.bootstrap-scope .list-group-item-info.active:hover,button.bootstrap-scope .list-group-item-info.active,button.bootstrap-scope .list-group-item-info.active:focus,button.bootstrap-scope .list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.bootstrap-scope .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.bootstrap-scope .list-group-item-warning,button.bootstrap-scope .list-group-item-warning{color:#8a6d3b}a.bootstrap-scope .list-group-item-warning .list-group-item-heading,button.bootstrap-scope .list-group-item-warning .list-group-item-heading{color:inherit}a.bootstrap-scope .list-group-item-warning:focus,a.bootstrap-scope .list-group-item-warning:hover,button.bootstrap-scope .list-group-item-warning:focus,button.bootstrap-scope .list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.bootstrap-scope .list-group-item-warning.active,a.bootstrap-scope .list-group-item-warning.active:focus,a.bootstrap-scope .list-group-item-warning.active:hover,button.bootstrap-scope .list-group-item-warning.active,button.bootstrap-scope .list-group-item-warning.active:focus,button.bootstrap-scope .list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.bootstrap-scope .list-group-item-danger{color:#a94442;background-color:#f2dede}a.bootstrap-scope .list-group-item-danger,button.bootstrap-scope .list-group-item-danger{color:#a94442}a.bootstrap-scope .list-group-item-danger .list-group-item-heading,button.bootstrap-scope .list-group-item-danger .list-group-item-heading{color:inherit}a.bootstrap-scope .list-group-item-danger:focus,a.bootstrap-scope .list-group-item-danger:hover,button.bootstrap-scope .list-group-item-danger:focus,button.bootstrap-scope .list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.bootstrap-scope .list-group-item-danger.active,a.bootstrap-scope .list-group-item-danger.active:focus,a.bootstrap-scope .list-group-item-danger.active:hover,button.bootstrap-scope .list-group-item-danger.active,button.bootstrap-scope .list-group-item-danger.active:focus,button.bootstrap-scope .list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.bootstrap-scope .list-group-item-heading{margin-top:0;margin-bottom:5px}.bootstrap-scope .list-group-item-text{margin-bottom:0;line-height:1.3}.bootstrap-scope .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.bootstrap-scope .panel-body{padding:15px}.bootstrap-scope .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-scope .panel-heading>.dropdown .dropdown-toggle{color:inherit}.bootstrap-scope .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.bootstrap-scope .panel-title>.small,.bootstrap-scope .panel-title>.small>a,.bootstrap-scope .panel-title>a,.bootstrap-scope .panel-title>small,.bootstrap-scope .panel-title>small>a{color:inherit}.bootstrap-scope .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-scope .panel>.list-group,.bootstrap-scope .panel>.panel-collapse>.list-group{margin-bottom:0}.bootstrap-scope .panel>.list-group .list-group-item,.bootstrap-scope .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.bootstrap-scope .panel>.list-group:first-child .list-group-item:first-child,.bootstrap-scope .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-scope .panel>.list-group:last-child .list-group-item:last-child,.bootstrap-scope .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-scope .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.bootstrap-scope .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.bootstrap-scope .list-group+.panel-footer{border-top-width:0}.bootstrap-scope .panel>.panel-collapse>.table,.bootstrap-scope .panel>.table,.bootstrap-scope .panel>.table-responsive>.table{margin-bottom:0}.bootstrap-scope .panel>.panel-collapse>.table caption,.bootstrap-scope .panel>.table caption,.bootstrap-scope .panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child,.bootstrap-scope .panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.bootstrap-scope .panel>.table:first-child>tbody:first-child>tr:first-child,.bootstrap-scope .panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-scope .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-scope .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-scope .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-scope .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-scope .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-scope .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-scope .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-scope .panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child,.bootstrap-scope .panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.bootstrap-scope .panel>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-scope .panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bootstrap-scope .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-scope .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-scope .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-scope .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bootstrap-scope .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-scope .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-scope .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-scope .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.bootstrap-scope .panel>.panel-body+.table,.bootstrap-scope .panel>.panel-body+.table-responsive,.bootstrap-scope .panel>.table+.panel-body,.bootstrap-scope .panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.bootstrap-scope .panel>.table>tbody:first-child>tr:first-child td,.bootstrap-scope .panel>.table>tbody:first-child>tr:first-child th{border-top:0}.bootstrap-scope .panel>.table-bordered,.bootstrap-scope .panel>.table-responsive>.table-bordered{border:0}.bootstrap-scope .panel>.table-bordered>tbody>tr>td:first-child,.bootstrap-scope .panel>.table-bordered>tbody>tr>th:first-child,.bootstrap-scope .panel>.table-bordered>tfoot>tr>td:first-child,.bootstrap-scope .panel>.table-bordered>tfoot>tr>th:first-child,.bootstrap-scope .panel>.table-bordered>thead>tr>td:first-child,.bootstrap-scope .panel>.table-bordered>thead>tr>th:first-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bootstrap-scope .panel>.table-bordered>tbody>tr>td:last-child,.bootstrap-scope .panel>.table-bordered>tbody>tr>th:last-child,.bootstrap-scope .panel>.table-bordered>tfoot>tr>td:last-child,.bootstrap-scope .panel>.table-bordered>tfoot>tr>th:last-child,.bootstrap-scope .panel>.table-bordered>thead>tr>td:last-child,.bootstrap-scope .panel>.table-bordered>thead>tr>th:last-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-scope .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bootstrap-scope .panel>.table-bordered>tbody>tr:first-child>td,.bootstrap-scope .panel>.table-bordered>tbody>tr:first-child>th,.bootstrap-scope .panel>.table-bordered>thead>tr:first-child>td,.bootstrap-scope .panel>.table-bordered>thead>tr:first-child>th,.bootstrap-scope .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.bootstrap-scope .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.bootstrap-scope .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.bootstrap-scope .panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.bootstrap-scope .panel>.table-bordered>tbody>tr:last-child>td,.bootstrap-scope .panel>.table-bordered>tbody>tr:last-child>th,.bootstrap-scope .panel>.table-bordered>tfoot>tr:last-child>td,.bootstrap-scope .panel>.table-bordered>tfoot>tr:last-child>th,.bootstrap-scope .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-scope .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-scope .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-scope .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.bootstrap-scope .panel>.table-responsive{margin-bottom:0;border:0}.bootstrap-scope .panel-group{margin-bottom:20px}.bootstrap-scope .panel-group .panel{margin-bottom:0;border-radius:4px}.bootstrap-scope .panel-group .panel+.panel{margin-top:5px}.bootstrap-scope .panel-group .panel-heading{border-bottom:0}.bootstrap-scope .panel-group .panel-heading+.panel-collapse>.list-group,.bootstrap-scope .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.bootstrap-scope .panel-group .panel-footer{border-top:0}.bootstrap-scope .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.bootstrap-scope .panel-default{border-color:#ddd}.bootstrap-scope .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.bootstrap-scope .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.bootstrap-scope .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.bootstrap-scope .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.bootstrap-scope .panel-primary{border-color:#337ab7}.bootstrap-scope .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.bootstrap-scope .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.bootstrap-scope .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.bootstrap-scope .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.bootstrap-scope .panel-success{border-color:#d6e9c6}.bootstrap-scope .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-scope .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.bootstrap-scope .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.bootstrap-scope .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.bootstrap-scope .panel-info{border-color:#bce8f1}.bootstrap-scope .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-scope .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.bootstrap-scope .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.bootstrap-scope .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.bootstrap-scope .panel-warning{border-color:#faebcc}.bootstrap-scope .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-scope .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.bootstrap-scope .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.bootstrap-scope .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.bootstrap-scope .panel-danger{border-color:#ebccd1}.bootstrap-scope .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-scope .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.bootstrap-scope .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.bootstrap-scope .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.bootstrap-scope .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.bootstrap-scope .embed-responsive .embed-responsive-item,.bootstrap-scope .embed-responsive embed,.bootstrap-scope .embed-responsive iframe,.bootstrap-scope .embed-responsive object,.bootstrap-scope .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bootstrap-scope .embed-responsive-16by9{padding-bottom:56.25%}.bootstrap-scope .embed-responsive-4by3{padding-bottom:75%}.bootstrap-scope .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.bootstrap-scope .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.bootstrap-scope .well-lg{padding:24px;border-radius:6px}.bootstrap-scope .well-sm{padding:9px;border-radius:3px}.bootstrap-scope .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.bootstrap-scope .close:focus,.bootstrap-scope .close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.bootstrap-scope .close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.bootstrap-scope .modal-open{overflow:hidden}.bootstrap-scope .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.bootstrap-scope .modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.bootstrap-scope .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.bootstrap-scope .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap-scope .modal-dialog{position:relative;width:auto;margin:10px}.bootstrap-scope .modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.bootstrap-scope .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.bootstrap-scope .modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.bootstrap-scope .modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.bootstrap-scope .modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.bootstrap-scope .modal-header .close{margin-top:-2px}.bootstrap-scope .modal-title{margin:0;line-height:1.42857143}.bootstrap-scope .modal-body{position:relative;padding:15px}.bootstrap-scope .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.bootstrap-scope .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.bootstrap-scope .modal-footer .btn-group .btn+.btn{margin-left:-1px}.bootstrap-scope .modal-footer .btn-block+.btn-block{margin-left:0}.bootstrap-scope .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.bootstrap-scope .modal-dialog{width:600px;margin:30px auto}.bootstrap-scope .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.bootstrap-scope .modal-sm{width:300px}}@media (min-width:992px){.bootstrap-scope .modal-lg{width:900px}}.bootstrap-scope .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.bootstrap-scope .tooltip.in{filter:alpha(opacity=90);opacity:.9}.bootstrap-scope .tooltip.top{padding:5px 0;margin-top:-3px}.bootstrap-scope .tooltip.right{padding:0 5px;margin-left:3px}.bootstrap-scope .tooltip.bottom{padding:5px 0;margin-top:3px}.bootstrap-scope .tooltip.left{padding:0 5px;margin-left:-3px}.bootstrap-scope .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.bootstrap-scope .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-scope .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-scope .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-scope .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-scope .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.bootstrap-scope .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.bootstrap-scope .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-scope .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-scope .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-scope .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.bootstrap-scope .popover.top{margin-top:-10px}.bootstrap-scope .popover.right{margin-left:10px}.bootstrap-scope .popover.bottom{margin-top:10px}.bootstrap-scope .popover.left{margin-left:-10px}.bootstrap-scope .popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.bootstrap-scope .popover-content{padding:9px 14px}.bootstrap-scope .popover>.arrow,.bootstrap-scope .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-scope .popover>.arrow{border-width:11px}.bootstrap-scope .popover>.arrow:after{content:"";border-width:10px}.bootstrap-scope .popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.bootstrap-scope .popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.bootstrap-scope .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.bootstrap-scope .popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.bootstrap-scope .popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.bootstrap-scope .popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.bootstrap-scope .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.bootstrap-scope .popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.bootstrap-scope .carousel{position:relative}.bootstrap-scope .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap-scope .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.bootstrap-scope .carousel-inner>.item>a>img,.bootstrap-scope .carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.bootstrap-scope .carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.bootstrap-scope .carousel-inner>.item.active.right,.bootstrap-scope .carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.bootstrap-scope .carousel-inner>.item.active.left,.bootstrap-scope .carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.bootstrap-scope .carousel-inner>.item.active,.bootstrap-scope .carousel-inner>.item.next.left,.bootstrap-scope .carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bootstrap-scope .carousel-inner>.active,.bootstrap-scope .carousel-inner>.next,.bootstrap-scope .carousel-inner>.prev{display:block}.bootstrap-scope .carousel-inner>.active{left:0}.bootstrap-scope .carousel-inner>.next,.bootstrap-scope .carousel-inner>.prev{position:absolute;top:0;width:100%}.bootstrap-scope .carousel-inner>.next{left:100%}.bootstrap-scope .carousel-inner>.prev{left:-100%}.bootstrap-scope .carousel-inner>.next.left,.bootstrap-scope .carousel-inner>.prev.right{left:0}.bootstrap-scope .carousel-inner>.active.left{left:-100%}.bootstrap-scope .carousel-inner>.active.right{left:100%}.bootstrap-scope .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.bootstrap-scope .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.bootstrap-scope .carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.bootstrap-scope .carousel-control:focus,.bootstrap-scope .carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.bootstrap-scope .carousel-control .glyphicon-chevron-left,.bootstrap-scope .carousel-control .glyphicon-chevron-right,.bootstrap-scope .carousel-control .icon-next,.bootstrap-scope .carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.bootstrap-scope .carousel-control .glyphicon-chevron-left,.bootstrap-scope .carousel-control .icon-prev{left:50%;margin-left:-10px}.bootstrap-scope .carousel-control .glyphicon-chevron-right,.bootstrap-scope .carousel-control .icon-next{right:50%;margin-right:-10px}.bootstrap-scope .carousel-control .icon-next,.bootstrap-scope .carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.bootstrap-scope .carousel-control .icon-prev:before{content:'\2039'}.bootstrap-scope .carousel-control .icon-next:before{content:'\203a'}.bootstrap-scope .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.bootstrap-scope .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.bootstrap-scope .carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.bootstrap-scope .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bootstrap-scope .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.bootstrap-scope .carousel-control .glyphicon-chevron-left,.bootstrap-scope .carousel-control .glyphicon-chevron-right,.bootstrap-scope .carousel-control .icon-next,.bootstrap-scope .carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.bootstrap-scope .carousel-control .glyphicon-chevron-left,.bootstrap-scope .carousel-control .icon-prev{margin-left:-10px}.bootstrap-scope .carousel-control .glyphicon-chevron-right,.bootstrap-scope .carousel-control .icon-next{margin-right:-10px}.bootstrap-scope .carousel-caption{right:20%;left:20%;padding-bottom:30px}.bootstrap-scope .carousel-indicators{bottom:20px}}.bootstrap-scope .bootstrap-scope .btn-group-vertical>.btn-group:after,.bootstrap-scope .bootstrap-scope .btn-group-vertical>.btn-group:before,.bootstrap-scope .bootstrap-scope .btn-toolbar:after,.bootstrap-scope .bootstrap-scope .btn-toolbar:before,.bootstrap-scope .bootstrap-scope .container-fluid:after,.bootstrap-scope .bootstrap-scope .container-fluid:before,.bootstrap-scope .bootstrap-scope .container:after,.bootstrap-scope .bootstrap-scope .container:before,.bootstrap-scope .bootstrap-scope .dl-horizontal dd:after,.bootstrap-scope .bootstrap-scope .dl-horizontal dd:before,.bootstrap-scope .bootstrap-scope .form-horizontal .form-group:after,.bootstrap-scope .bootstrap-scope .form-horizontal .form-group:before,.bootstrap-scope .bootstrap-scope .modal-footer:after,.bootstrap-scope .bootstrap-scope .modal-footer:before,.bootstrap-scope .bootstrap-scope .modal-header:after,.bootstrap-scope .bootstrap-scope .modal-header:before,.bootstrap-scope .bootstrap-scope .nav:after,.bootstrap-scope .bootstrap-scope .nav:before,.bootstrap-scope .bootstrap-scope .navbar-collapse:after,.bootstrap-scope .bootstrap-scope .navbar-collapse:before,.bootstrap-scope .bootstrap-scope .navbar-header:after,.bootstrap-scope .bootstrap-scope .navbar-header:before,.bootstrap-scope .bootstrap-scope .navbar:after,.bootstrap-scope .bootstrap-scope .navbar:before,.bootstrap-scope .bootstrap-scope .pager:after,.bootstrap-scope .bootstrap-scope .pager:before,.bootstrap-scope .bootstrap-scope .panel-body:after,.bootstrap-scope .bootstrap-scope .panel-body:before,.bootstrap-scope .bootstrap-scope .row:after,.bootstrap-scope .bootstrap-scope .row:before,.bootstrap-scope .clearfix:after,.bootstrap-scope .clearfix:before{display:table;content:" "}.bootstrap-scope .bootstrap-scope .btn-group-vertical>.btn-group:after,.bootstrap-scope .bootstrap-scope .btn-toolbar:after,.bootstrap-scope .bootstrap-scope .container-fluid:after,.bootstrap-scope .bootstrap-scope .container:after,.bootstrap-scope .bootstrap-scope .dl-horizontal dd:after,.bootstrap-scope .bootstrap-scope .form-horizontal .form-group:after,.bootstrap-scope .bootstrap-scope .modal-footer:after,.bootstrap-scope .bootstrap-scope .modal-header:after,.bootstrap-scope .bootstrap-scope .nav:after,.bootstrap-scope .bootstrap-scope .navbar-collapse:after,.bootstrap-scope .bootstrap-scope .navbar-header:after,.bootstrap-scope .bootstrap-scope .navbar:after,.bootstrap-scope .bootstrap-scope .pager:after,.bootstrap-scope .bootstrap-scope .panel-body:after,.bootstrap-scope .bootstrap-scope .row:after,.bootstrap-scope .clearfix:after{clear:both}.bootstrap-scope .center-block{display:block;margin-right:auto;margin-left:auto}.bootstrap-scope .pull-right{float:right!important}.bootstrap-scope .pull-left{float:left!important}.bootstrap-scope .hide{display:none!important}.bootstrap-scope .show{display:block!important}.bootstrap-scope .invisible{visibility:hidden}.bootstrap-scope .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-scope .hidden{display:none!important}.bootstrap-scope .affix{position:fixed}@-ms-viewport{width:device-width}.bootstrap-scope .visible-lg,.bootstrap-scope .visible-md,.bootstrap-scope .visible-sm,.bootstrap-scope .visible-xs{display:none!important}.bootstrap-scope .visible-lg-block,.bootstrap-scope .visible-lg-inline,.bootstrap-scope .visible-lg-inline-block,.bootstrap-scope .visible-md-block,.bootstrap-scope .visible-md-inline,.bootstrap-scope .visible-md-inline-block,.bootstrap-scope .visible-sm-block,.bootstrap-scope .visible-sm-inline,.bootstrap-scope .visible-sm-inline-block,.bootstrap-scope .visible-xs-block,.bootstrap-scope .visible-xs-inline,.bootstrap-scope .visible-xs-inline-block{display:none!important}@media (max-width:767px){.bootstrap-scope .visible-xs{display:block!important}table.bootstrap-scope .visible-xs{display:table!important}tr.bootstrap-scope .visible-xs{display:table-row!important}td.bootstrap-scope .visible-xs,th.bootstrap-scope .visible-xs{display:table-cell!important}}@media (max-width:767px){.bootstrap-scope .visible-xs-block{display:block!important}}@media (max-width:767px){.bootstrap-scope .visible-xs-inline{display:inline!important}}@media (max-width:767px){.bootstrap-scope .visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-scope .visible-sm{display:block!important}table.bootstrap-scope .visible-sm{display:table!important}tr.bootstrap-scope .visible-sm{display:table-row!important}td.bootstrap-scope .visible-sm,th.bootstrap-scope .visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-scope .visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-scope .visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-scope .visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-scope .visible-md{display:block!important}table.bootstrap-scope .visible-md{display:table!important}tr.bootstrap-scope .visible-md{display:table-row!important}td.bootstrap-scope .visible-md,th.bootstrap-scope .visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-scope .visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-scope .visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-scope .visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.bootstrap-scope .visible-lg{display:block!important}table.bootstrap-scope .visible-lg{display:table!important}tr.bootstrap-scope .visible-lg{display:table-row!important}td.bootstrap-scope .visible-lg,th.bootstrap-scope .visible-lg{display:table-cell!important}}@media (min-width:1200px){.bootstrap-scope .visible-lg-block{display:block!important}}@media (min-width:1200px){.bootstrap-scope .visible-lg-inline{display:inline!important}}@media (min-width:1200px){.bootstrap-scope .visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.bootstrap-scope .hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-scope .hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-scope .hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-scope .hidden-lg{display:none!important}}.bootstrap-scope .visible-print{display:none!important}@media print{.bootstrap-scope .visible-print{display:block!important}table.bootstrap-scope .visible-print{display:table!important}tr.bootstrap-scope .visible-print{display:table-row!important}td.bootstrap-scope .visible-print,th.bootstrap-scope .visible-print{display:table-cell!important}}.bootstrap-scope .visible-print-block{display:none!important}@media print{.bootstrap-scope .visible-print-block{display:block!important}}.bootstrap-scope .visible-print-inline{display:none!important}@media print{.bootstrap-scope .visible-print-inline{display:inline!important}}.bootstrap-scope .visible-print-inline-block{display:none!important}@media print{.bootstrap-scope .visible-print-inline-block{display:inline-block!important}}@media print{.bootstrap-scope .hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
#global-navigation {
  background-color: #152456;
  border: 0;
  border-radius: 0;
  min-height: 60px;
  border-bottom: 6px solid #57b6dd;
  font-family: 'Lato', 'Trebuchet MS', sans-serif;
  box-sizing: content-box; /* for bottom border spacing */
  margin-bottom: 0px;
}

#global-navigation .container {
  position: relative;
}

@media only screen and (max-width : 991px) {
  /* mobile menu height */
  #global-navigation.navbar-fixed-top .navbar-collapse {
    max-height: 80vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
}

#global-navigation .navbar-nav > li > a,
#global-navigation .navbar-nav > li > a:visited {
  color: #ffffff;
}

#global-navigation .navbar-nav > li > a:hover {
  color: #57b6dd;
}

#global-navigation .navbar-brand {
  position: absolute;
  top: 15px;
  left: 0px;
  padding: 0;
  margin: 0;
  height: auto;
}
@media only screen and (max-width : 1200px) {
  #global-navigation .navbar-brand {
    top: 7px;
    left: 15px;
    font-size: 18px;
    margin: 0 !important;
  }
}

#global-navigation .navbar-brand img {
  width: 170px;
}

#global-navigation .brand-skcc {
  position: absolute;
  top: 25px;
  left: 180px;
  color: #ffffff;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width : 1200px) {
  #global-navigation .brand-skcc {
    top: 44px;
    left: 15px;
    font-size: 8px;
  }
}

#global-navigation .navbar-phone-1 {
  height: 60px;
  font-weight: bold;
  line-height: 30px;
  background-color: #57b6dd;
  color: #152456;
  padding: 15px 15px;
  border: 0;
  box-shadow: none;
  margin: 0;
}

#global-navigation .navbar-phone-2 {
  border: 2px solid #57b6dd;
  padding: 15px 25px;
  color: #ffffff;
  display: inline-block;
  margin: 0 auto;
}

#global-navigation a.nav-heading:link,
#global-navigation a.nav-heading:visited {
  display: block;
  padding: 20px 15px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
#global-navigation a.nav-heading:hover {
  color: #57b6dd;
}
#global-navigation a.nav-heading span.caret {
  margin-left: 5px;
}
@media only screen and (max-width : 991px) {
  #global-navigation a.nav-heading:link,
  #global-navigation a.nav-heading:visited {
    position: relative;
    color: #57b6dd !important;
    border-bottom: 2px solid #57b6dd;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #global-navigation a.nav-heading:hover {
    color: #ffffff;
  }
  #global-navigation a.nav-heading span.caret {
    position: absolute;
    right: 20px;
    top: 30px;
    margin: 0;
  }
}

#global-navigation li.dropdown.open > a,
#global-navigation li.dropdown.open > a:focus,
#global-navigation li.dropdown.open > a:hover {
  background-color: #ffffff !important;
  color: #152456;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width : 991px) {
  #global-navigation li.dropdown.open > a,
  #global-navigation li.dropdown.open > a:focus,
  #global-navigation li.dropdown.open > a:hover {
    background-color: transparent!important;
    color: #ffffff !important;
    font-weight: bold;
    border: 0;
    border-bottom: 2px solid #ffffff;
  }
}

#global-navigation li.dropdown.open .caret {
  -webkit-transform: translateY(-3px) rotateX(180deg);
  transform: translateY(-3px) rotateX(180deg);
}

#global-navigation .dropdown-menu {
  background-color: #ffffff;
  border: 0;
  border-radius: 0px;
  margin: 0;
}
@media only screen and (max-width : 991px) {
  #global-navigation .dropdown-menu {
    position: inherit;
    width: 100%;
    background-color: transparent;
    text-align: left;
    border-bottom: 2px solid #57b6dd !important;
    padding-bottom: 40px;
  }
}

#global-navigation .dropdown-menu li > a:link,
#global-navigation .dropdown-menu li > a:visited {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #152456;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
}
#global-navigation .dropdown-menu li > a:hover {
  background-color: #f2f4f8;
}
@media only screen and (max-width : 991px) {
  #global-navigation .dropdown-menu li > a:link,
  #global-navigation .dropdown-menu li > a:visited {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    color: #ffffff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: normal;
  }
  #global-navigation .dropdown-menu li > a:hover {
    color: #57b6dd;
  }
  #global-navigation .dropdown-menu li:last-child > a {
    border: 0;
  }
}

#global-navigation .navbar-collapse {

}
@media only screen and (max-width : 991px) {
  #global-navigation .navbar-collapse {
    border: 0;
    box-shadow: 0;
  }
}

#global-navigation .navbar-collapse .nav {

}
@media only screen and (max-width : 991px) {
  #global-navigation .navbar-collapse .nav {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 80%;
    max-width: 300px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 auto;
  }
}

#global-navigation .navbar-toggle {
  padding: 5px;
  margin-top: 15px;
  margin-right: 15px;
  background-color: #57b6dd;
  border-radius: 12px;
  border-width: 0px;
}

#global-navigation .navbar-toggle {
  padding: 7px 5px 5px 5px;
  margin-top: 15px;
  margin-right: 15px;
  background-color: transparent;
  border-radius: 12px;
  border-width: 0px;
}

#global-navigation .navbar-toggle:hover,
#global-navigation .navbar-toggle:focus {
  background-color: #57b6dd;  
}

#global-navigation .navbar-toggle:hover,
#global-navigation .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.2);  
}

#global-navigation .navbar-toggle .icon-bar {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 2px;
  background-color: #ffffff;
}

#global-navigation .navbar-toggle .icon-bar {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 2px;
  background-color: #57b6dd;
}

@media (max-width: 991px) {
  #global-navigation .navbar-header {
    float: none;
  }
  #global-navigation .navbar-left,
  #global-navigation .navbar-right {
    float: none;
  }
  #global-navigation .navbar-toggle {
    display: block;
  }
  #global-navigation .navbar-collapse {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  #global-navigation .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  #global-navigation .navbar-collapse.collapse {
    display: none !important;
  }
  #global-navigation .navbar-nav {
    float: none !important;
  }
  #global-navigation .navbar-nav > li {
    float: none;
  }
  #global-navigation .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #global-navigation .collapse.in{
    display: block !important;
  }
  #global-navigation .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
@media all {
	div.google-search p.summary span {
		font-weight: 700;
	}
	div.google-search ol.results {
		max-width: 700px;
	}
	div.google-search ol.results li a {
		font-size: 16px;
		font-weight: 700;
	}
	div.google-search ol.results li {
		clear: left;
		margin-top: 23px;
	}
	div.google-search ol.results li:first-child {
		margin-top: 0;
	}
	div.google-search ol.results:after,
	div.google-search ol.results li:after {
		content: "";
		display: table;
		clear: both;
	}
	div.google-search ol.results .description br {
		display: none;
	}
	div.google-search ol.results b {
		font-weight: inherit;
	}
}
@media all {
	div.google-maps {
        position: relative;
        height: 160px;
    }
    div.google-maps iframe {
		position: absolute;
        height: 100%;
        width: 100%;
    }
    div.google-maps.h200 {
        height: 200px;
    }
    div.google-maps.h250 {
		height: 250px;
    }
    div.google-maps.h300 {
		height: 300px;
    }
    div.google-maps.h350 {
		height: 350px;
    }
    div.google-maps.h400 {
		height: 400px;
    }
}
@media all {

	.global-header {
		font-family: 'Lato', sans-serif;
		font-size: 10px;
		position: relative;
		background-color: #152456;
		text-transform: uppercase;
		overflow: hidden;
	}

        .global-header li.global-give span {
		background-color: #4E65B8;
        color: white;
        padding: 5px;
        font-size: 12px;
        border: 1px solid white;         
	}
        .global-header li.global-give span a {
        color: white;         
	}
        .global-header li.global-give span a:hover {
        color: white;         
	}

	.global-header ul {
		display: table;
		border-spacing: 0 7px;
	}
	.global-header ul>li {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		white-space: nowrap;
		padding: 0 12px;
	}
	.global-header ul>li.branding:hover {
		cursor: inherit;
		background-color: inherit;
	}
	.global-header ul>li>* {
		text-decoration: none;
	}
	.global-header ul>li:first-child {
		margin-left: 0;
	}
	.global-header ul>li.active {	
		cursor: auto;
	}
	.global-header ul>li:last-child,
	.global-header ul>li.last-child {
		padding-right: 0;
	}
	.global-header ul>li a {
		color: #809cce;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 17px;
		display: inline-block;
	}
	.global-header ul>li.active a {
		color: white;
	}
	.global-header ul>li a:hover,
	.global-header ul>li a:focus {
		color: #d3d7e7;
	}
	.global-header .branding {
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.global-header .branding>span {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
		color: white;
	}
}

@media only screen and (max-width:770px) {
	.global-header ul li.branding~li {
		display: none;
	}
    .fixed .global-header ul li.branding~li {
		display: table-cell;
    }
	.global-header ul li.global-give {
		position: absolute;
		top: 0;
		right: 0;
    	margin-top: 20px !important;
    	margin-right: 5px !important;
        display: table-cell !important;

	}
}
@media all {
	footer {
		clear: both;
		background-color: #fafafa;
		margin-top: 20px;
	}

	footer>.wrapper {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	footer,
	footer .disclaimer {
		border-top: 1px solid #dadada;
		-webkit-box-shadow: inset 0 1px 0 0 #efefef;
		box-shadow: inset 0 1px 0 0 #efefef;
		margin-top: 45px;
		padding-top: 25px;
		font-size: 12px;
		color: #666666;
	}

	footer .copyright {
		margin-top: 5px;
		font-size: 12px;
		color: #666666;
	}
	footer .copyright ul li {
		display: inline-block;
	}
	footer .copyright ul li:before {
		content: '|';
		color: #000222;
		margin: 0 0.2em;
	}

	footer .copyright ul li:first-child:before {
		display: none;
		content: '';
	}
	footer .copyright *+* {
		margin-top: 5px;
	}

	footer .sitemap>* {
	}

	footer .sitemap .logo {
		float: left;
		width: 66.66%;
	}
	footer .sitemap .logo+.highlighted-links {
		float: left;
		width: 33.33%;
	}
	footer .sitemap .enterprise-links,
	footer .sitemap .main-links,
	footer .sitemap .organization-links {
		width: 33.33%;
		float: left;
		margin-top: 40px;
		padding: 0 10px;
		font-weight: 900;
		font-size: 14px;
	}

	footer .sitemap .organization-links,
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	footer .sitemap ul li {
		margin-top: 15px;
	}
	footer .sitemap ul:first-child,
	footer .sitemap ul li:first-child {
		margin-top: 0;
	}

	footer .sitemap .organization-links a {	
		color: #809cce;
	}
    footer .sitemap .organization-links a:hover {	
		color: #569BCA;
	}

	footer .sitemap .highlighted-links {
		padding-top: 45px;
	}
	footer .sitemap .highlighted-links ul li {
		float: left;
		width: 50%;
		margin: 0;
		padding-right: 9px;
	}
	footer .sitemap .highlighted-links ul li+li {
		padding-left: 9px;
		padding-right: 0;
	}
	footer .sitemap .highlighted-links ul li a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
		padding: 10px 2px;
		color: white;
		background-color: #4e65b8;
		border: 1px solid #d3d7e7;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 14px;
		line-height: 14px;
	}
	footer .sitemap .highlighted-links ul li a:hover {
    	background-color: #546fcf;
	}
	footer .sitemap .highlighted-links ul li:nth-of-type(n+3) {
		display: none;
	}

	/* MID BREAKPOINT */
	footer .sitemap.mid>br {
		display: none;
	}
	footer .sitemap.mid .logo {
		clear: left;
		width: auto;
		margin-top: 60px;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 10px;
		width: auto;
	}
	footer .sitemap.mid .enterprise-links li {
		display: inline-block;
		margin-right: 30px;
	}
	footer .sitemap.mid .main-links,
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		width: 50%;
		float: left;
		padding-top: 0;
		margin-top: 0;
	}

	footer .sitemap.mid .main-links {
		padding-right: 25px;
	}
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding-left: 25px;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 50px;
	}


	/* DEBUGGING */

	/*footer .sitemap .highlighted-links {
		background-color: red;
	}
	footer .sitemap .organization-links {
		background-color: green;
	}
	footer .sitemap .enterprise-links {
		background-color: yellow;
	}
	footer .sitemap .main-links {
		background-color: blue;
	}
	footer .sitemap .logo {
		background-color: orange;
	}*/
}
@media all and (max-width: 480px) {

	footer {
		padding-top: 30px;
	}

	footer>.wrapper {
		padding-top: 0;
	}
	footer .sitemap.mid {
		position: relative;
		padding-top: 65px;
	}
	footer .sitemap.mid .logo {
		float: none;
		margin-top: 30px;
	}
	footer .sitemap.mid .logo img {
		max-width: 75%;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 30px;
		width: auto;
		padding-left: 0;
	}
	footer .sitemap.mid .main-links br+br {
		display: none;
	}
	footer .sitemap.mid .enterprise-links li {
		margin-right: 0;
		display: block;
	}
	footer .sitemap.mid .highlighted-links {
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 0;
		width: 100%;
	}
	footer .sitemap.mid .main-links,
	body.northeast.microsite footer .sitemap.mid .external-links {
		width: 100%;
		padding: 0;
		float: none;
	}
	footer .sitemap.mid .organization-links {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding: 0;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 0;
	}
}
@media all {

}
@media all {
    .featured-article:after {
        display: table;
        content: '';
        clear: both;
    }
    .featured-article > .image {
        width: 180px;
        height: auto;
    }

    .featured-article > div.image.left .image-buffer {
        max-width: 160px !important;
    }
    .featured-article > div.image.left .image-buffer img {
        width: 100%;
    }

    .columns-66-33-c0 .featured-article > .image {
        width: 40.8%;
    }
    .featured-article .featured-article-content {
        margin-left: 180px;
        font-size: 14px;
        margin-top: 0;
    }
    .columns-66-33-c0 .featured-article-content {
        margin-left: 40.8%;
    }
    .featured-article *+* {
        margin-top: 0.5em;
    }
    .featured-article h4 {
        text-transform: uppercase;
        font-size: 12px;
    }
    .featured-article .text {
    }
    .featured-article .learn-more {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width:660px) {
	.columns-66-33-c0 .featured-article > .image,
	.featured-article > .image {
    	width: 28%;
        float: left;
	}
    .featured-article .featured-article-content {
    	margin-left: 28%;
    }

}
@media all {
	.heading.expandable {
		border: 1px solid #d3d7e7;
		background-color: #e9ebef;
		text-transform: uppercase;
	}
	.heading.expandable>* {
		font-size: 16px;
		line-height: 18px;
		font-weight: 500;
	}

	.heading.expandable a {
		display: block;
		position: relative;
		padding: 15px 15px 15px 40px;
	}

	
	.heading.expandable a:before {
		content: '\f0da';
		font-family: FontAwesome;
		font-size: 30px;
		position: absolute;
		left:12px;
		top: 50%;
		margin-top: -9px;
	}
	.heading.expandable h3 {
		margin-bottom: 0em;
	}
	
	.heading.expandable.open a:before {
		content: '\f0d7';
	}
}
@media all {
	.degrees-and-programs-filter {
		min-height: 500px;
	}
	.degrees-and-programs-filter .filters {
		font-size: 14px;
	}
	.degrees-and-programs-filter .filters .filters {
		display: none;
	}
	.js .degrees-and-programs-filter .filters {
		display: block;
	}
	.degrees-and-programs-filter .filters .formats:after {
		content: '';
		display: table;
		clear: both;
	}
	.degrees-and-programs-filter .filters .formats.closed ul {
		display: block !important;
	}
	.degrees-and-programs-filter .filters .formats > p {
		display: none;
	}
	.degrees-and-programs-filter .filters .formats li {
		float: left;
		margin: 0;
		width: 33.3%;
		font-weight: 700;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 0.5px;
	}
	.degrees-and-programs-filter .filters .formats li a {
		display: block;
		padding: 5px;
		border: 1px solid #d3d7e7;
		background-color: #f2f3f8;
	}

	.degrees-and-programs-filter .filters .formats li.selected a,
	.degrees-and-programs-filter .filters .formats li a:hover,
	.degrees-and-programs-filter .filters .formats li a:focus {
		background-color: #9b9b9b;
		color: white;
	}

	.degrees-and-programs-filter .filters .degree-type-select {
		position: relative;
		display: table;
		min-width: 50%;
		max-width: 100%;
		line-height: 16px;
	}
	.degrees-and-programs-filter .filters .degree-type-select > p:first-child {
		display: table-row;
		height: 62px;
	}
	.degrees-and-programs-filter .filters .degree-type-select > p:first-child a {
		position: relative;
		color: black;
		display: table-cell;
		padding: 10px;
		padding-right: 60px;
		background-color: #f2f3f8;
		border: 1px solid #d3d7e7;
		letter-spacing: 0.5px;
		vertical-align: middle;
	}
	.degrees-and-programs-filter .filters .degree-type-select > p:first-child a:after {
		content: '\f107';
		font-family: FontAwesome;
		position: absolute;
		right: 25px;
		top: 50%;
		margin-top: -10px;
		font-size: 20px;
		line-height: 20px;
		color: #3163b4;
	}
	.degrees-and-programs-filter .filters .degree-type-select > p:first-child a>span {
		font-size: 12px;
	}
	.degrees-and-programs-filter .filters .degree-type-select.open > p:first-child a,
	.degrees-and-programs-filter .filters .degree-type-select > p:first-child a:hover {
		background-color: #4264b1;
		color: white;
	}
	.degrees-and-programs-filter .filters .degree-type-select.open > p:first-child a:after,
	.degrees-and-programs-filter .filters .degree-type-select > p:first-child a:hover:after {
		color: #d1d9ec;
	}
	.degrees-and-programs-filter .filters .degree-type-select.open > p:first-child a:after {
		content: '\f106';
	}
	.degrees-and-programs-filter .filters .degree-type-select > ul {
		display: none;
		position: absolute;
		width: 100%;
		padding: 0px 15px 7.5px;
		margin: 0;
		background-color: #f2f3f8;
		border: 1px solid #d3d7e7;
		border-top-width: 0;
		z-index: 5;
	}
	.degrees-and-programs-filter .filters .degree-type-select > ul li a {
		display: block;
		position: relative;
		padding: 7.5px 10px 7.5px 39px;
		color: black;
	}
	.degrees-and-programs-filter .filters .degree-type-select > ul li a:before {
		position: absolute;
		content: '';
		display: block;
		border: 1px solid #bbbbbb;
		width: 18px;
		height: 18px;
		left: 10px;
		border-radius: 2px;
		font-family: FontAwesome;
		font-size: smaller;
		text-align: center;
		background-color: white;
	}
	.degrees-and-programs-filter .filters .degree-type-select > ul li.selected a:before {
		content: '\f00c';
		background-color: #4264b1;
		color: white;
	}
	.degrees-and-programs-filter .filters .degree-type-select > ul li:first-child {
		border-bottom: 1px solid #d3d7e7;
	}
	.degrees-and-programs-filter .filters .degree-type-select > ul li:first-child a {
		display: block;
		position: relative;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.degrees-and-programs-filter .filters .selected-degree-types {
		margin-left: 25px;
	}
	.degrees-and-programs-filter .filters .selected-degree-types li a {
		display: block;
		padding-left: 19px;
		position: relative;
		z-index: 1;
	}
	.degrees-and-programs-filter .filters .selected-degree-types li a:before {
		display: block;
		font-family: FontAwesome;
		content: '\f00d';
		font-size: 12px;
		line-height: 12px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -6px;
	}
	.degrees-and-programs-filter .program {
		margin-top: 40px;
	}
	.degrees-and-programs-filter .program.degree {
		margin-top: 16px;
	}
	.degrees-and-programs-filter .program p,
	.degrees-and-programs-filter .program ul {
		font-size: 14px;
	}
	.degrees-and-programs-filter .program.degree p,
	.degrees-and-programs-filter .program.degree ul {
    	line-height: 20px;
    	margin-top: 4px;
	}
	.degrees-and-programs-filter .program .more {
		text-transform: uppercase;
		font-weight: 600;
	}
	.degrees-and-programs-filter .program .degree,
	.degrees-and-programs-filter .program.degree {
		border: 1px solid #d3d7e7;
		padding: 30px 20px;
	}
	.degrees-and-programs-filter .program.degree {
		padding: 12px 20px;
    }
	.degrees-and-programs-filter .program .degree ul.subs li,
	.degrees-and-programs-filter .program.degree ul.subs li {
		display: inline-block;
		margin: 0;
		margin-left: 7.5px;
	}
	.degrees-and-programs-filter .program .degree ul.subs li:first-child,
	.degrees-and-programs-filter .program.degree ul.subs li:first-child {
		margin-left: 0;
	}
	.degrees-and-programs-filter .program .degree ul.subs li:after,
	.degrees-and-programs-filter .program.degree ul.subs li:after {
		content: '|';
        margin-left: 7.5px;
	}
	.degrees-and-programs-filter .program .degree ul.subs li.last:after,
	.degrees-and-programs-filter .program.degree ul.subs li.last:after {
		display: none;
	}

	.degrees-and-programs-filter .program.degree a h2,
	.degrees-and-programs-filter .program.degree a h3 {
		color: inherit;
	}
	.degrees-and-programs-filter .program.degree h2+h3 {
		margin-top: 0;
	}
}
@media only screen and (max-width: 480px) {

	.degrees-and-programs-filter .filters .formats,
	.degrees-and-programs-filter .filters .degree-type-select {
		width: 100%;
		max-width: 100%;
	}

	.degrees-and-programs-filter .filters .formats {
		position: relative;
		display: table;
		min-width: 50%;
		max-width: 100%;
		line-height: 16px;
	}
	.degrees-and-programs-filter .filters .formats > p {
		display: table-row;
		height: 62px;
	}
	.degrees-and-programs-filter .filters .formats > p a {
		position: relative;
		display: table-cell;
		padding: 10px;
		padding-right: 60px;
		vertical-align: middle;
		background-color: #f2f3f8;
		border: 1px solid #d3d7e7;
		letter-spacing: 0.5px;
		color: black;
	}
	.degrees-and-programs-filter .filters .formats > p a:after {
		content: '\f107';
		font-family: FontAwesome;
		position: absolute;
		right: 25px;
		top: 50%;
		margin-top: -10px;
		font-size: 20px;
		line-height: 20px;
		color: #3163b4;
	}
	.degrees-and-programs-filter .filters .formats > p a:hover {
		background-color: #4264b1;
		color: white;
	}
	.degrees-and-programs-filter .filters .formats > p a:hover:after,
	.degrees-and-programs-filter .filters .formats.open > p a:after {
		color: #d1d9ec;
	}
	.degrees-and-programs-filter .filters .formats.open > p a {
		background-color: #4264b1;
		color: white;
	}
	.degrees-and-programs-filter .filters .formats.open > p a:after {
		content: '\f106';
	}
	.degrees-and-programs-filter .filters .formats.closed ul {
		display: none !important;
	}
	.degrees-and-programs-filter .filters .formats ul {
		display: none;
		position: absolute;
		width: 100%;
		padding: 0px;
		padding-bottom: 1em;
		margin: 0;
		background-color: #f2f3f8;
		border: 1px solid #d3d7e7;
		border-top-width: 0;
		z-index: 10;
	}
	.degrees-and-programs-filter .filters .formats li {
		display: block;
		float: none;
		width: auto;
		position: relative;
		padding: 0;
		color: black;
		text-transform: none;
		font-weight: 500;
		text-align: left;
	}
	.degrees-and-programs-filter .filters .formats > ul li {
		margin-top: 1em;
	}
	.degrees-and-programs-filter .filters .formats > ul li a {
		display: block;
		position: relative;
		padding: 7.5px 10px 7.5px 54px;
		color: black;
		border-width: 0;
	}
	.degrees-and-programs-filter .filters .formats > ul li a:hover,
	.degrees-and-programs-filter .filters .formats > ul li.selected a {
		background-color: inherit;
		color: inherit;
	}
	.degrees-and-programs-filter .filters .formats > ul li a:before {
		position: absolute;
		content: '';
		display: block;
		border: 1px solid #bbbbbb;
		width: 18px;
		height: 18px;
		left: 25px;
		border-radius: 2px;
		font-family: FontAwesome;
		font-size: smaller;
		text-align: center;
		background-color: white;
	}
	.degrees-and-programs-filter .filters .formats > ul li.selected a:before {
		content: '\f00c';
		background-color: #4264b1;
		color: white;
	}
}
@media all {
	.application-process-timeline {
		position: relative;
	}
	.application-process-timeline .box {
		position: absolute;
		border: 1px solid #d6d9e8;
		right: 0;
		left: 88px;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.application-process-timeline:before {
		content: '';
		position: absolute;
		left: 65px;
		top: 0;
		height: 100%;
		width: 2px;
		background-color: #d3d7e7;
		margin: 0;
		padding: 0;
	}
	.application-process-timeline:after {
		content: '';
		display: table;
		clear: both;
	}
	.application-process-timeline > ul.dates {
		display: none;
	}
	.js .application-process-timeline > .item {
		margin: 0;
		font-size: 14px;
		line-height: 18px;
		margin-left: 88px;
		padding: 26px 29px;
		display: none;
		position: relative;
	}
	.js .application-process-timeline > .item * {
		margin-top: 0.75em;
	}
	.js .application-process-timeline > .item *:first-child {
		margin-top: 0;
	}
	.application-process-timeline > .item ul,
	.application-process-timeline > .item ol {
		margin-left: 0;
	}
	.application-process-timeline > .item ul>li {
		position: relative;
		padding-left: 0.7em;
		margin-top: 0;
	}
	.application-process-timeline > .item ul li+*,
	.js .application-process-timeline > .item ul li+* {
		margin-top: 0;
	}
	.application-process-timeline > .item ul>li:before {
		position: absolute;
		font-family: FontAwesome;
		content: '\f111';
		display: inline-block;
		font-size: 50%;
		left: 0;
		top: 0;
		margin-top: 0.2em;

	}
	.js .application-process-timeline > .item h4,
	.js .application-process-timeline > .item h5,
	.js .application-process-timeline > .item h6
	 {
		font-weight: 900;
		margin-top: 1.5em;
	}
	.js .application-process-timeline {
		position: relative;
	}
	.js .application-process-timeline > ul.dates {
		display: block;
		width: 65px;
		float: left;
	}
	.js .application-process-timeline > ul.dates li {
		padding: 15px 0;
		text-align: center;
		margin: 0;
		position: relative;
	}
	.js .application-process-timeline > ul.dates li:after {
		position: absolute;
		right: -6px;
		top: 50%;
		margin-top: -6px;
		font-family: FontAwesome;
		line-height: 12px;
		font-size: 12px;
		content: '\f10c';
		color: #d3d7e7;
		height: 11px;
		background-color: white;
	}
	.js .application-process-timeline > ul.dates li.active:before {
		position: absolute;
		content: '';
		right: -24px;
		top: 50%;
		margin-top: -10.5px;
		height: 21px;
		width: 13px;
		background: transparent url('../../../designs/tju/university/images/application-process-timeline-active-item.png') no-repeat scroll center center;
	}
	.js .application-process-timeline > ul.dates li.active:after {
		content: '\f111';
	}
	.js .application-process-timeline > ul.dates li .day {
		display: block;
		font-size: 30px;
		font-weight: 100;
	}
	.js .application-process-timeline > ul.dates li .month {
		display: block;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 12px;
		margin-top: 7px;
	}
	.js .application-process-timeline > ul.dates + .item {
		display: none;
	} 

	.js .application-process-timeline .item h3:first-child {
		display: none;
	}

	.js .application-process-timeline .item h3:first-child+* {
		margin-top: 0;
	}
	.application-process-timeline .more-info {
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1px;

	}
}
@media all {
    .quick-links .heading.quick-links-title>* {
        font-size: 30px;
        font-weight: 300;
        line-height: 33px
    }
    .quick-links .heading.quick-links-title {
        margin-top: 1em;
    }
}
@media all {

    .jump-menu {
        font-size: 14px;
        border: 2px dashed #eeeeee;
        position: relative;
        min-height: 2em;
    }
    .jump-menu.visible {
        border: 1px solid #d3d7e7;
        padding: 7px 12px;
    }
    .jump-menu p {
        float: left;
    }
    .jump-menu ul {
        margin-left: 70px;
        margin-top: 0;
    }
    .jump-menu ul li {
        display: inline-block;
        margin: 0;
        margin-right: 30px;
    }
    .jump-menu ul li:last-child {
        margin-right: 0;
    }
    .jump-menu ul li>a {
        font-weight: normal;
        white-space: nowrap;
    }
    .jump-menu:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #dddddd;
        background-color: rgba(255, 255, 255, 0.9);
        content: "Jump Menu Disabled";
        text-align: center;
        font-weight: bold;
        color: #999999;

    }
    .jump-menu.visible {
        position: static;
    }
    .jump-menu.visible:after {
        display: none;
    }

    /* Tabbed content */
    .js .jump-menu.visible.tabbed {
        border-style: none;
        padding: 0;
    }
    .js .jump-menu.visible.tabbed~.parsys>div.heading.h2,
    .js .jump-menu.visible.tabbed~.parsys>div.heading.h2~div.heading.h2,
    .js .jump-menu.visible.tabbed~.parsys>div.heading.h2~div.heading.h2~* {
        display: none;
    }
    .js .cq-wcm-edit .js .jump-menu.visible.tabbed~.parsys>div.heading.h2,
    .js .cq-wcm-edit .js .jump-menu.visible.tabbed~.parsys>div.heading.h2~div.heading.h2,
    .js .cq-wcm-edit .js .jump-menu.visible.tabbed~.parsys>div.heading.h2~div.heading.h2~* {
        display: block;
    }
    .js .jump-menu.visible.tabbed>p {
        display: none;
    }
    .js .jump-menu.visible.tabbed>ul {
        margin-left: 0;
        border-bottom: 1px solid #d3d7e7;
    }
    .js .jump-menu.visible.tabbed>ul>li {
        position: relative;
        display: inline-block;
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        margin-right: 4px;
        top: 1px;
    }
    .js .jump-menu.visible.tabbed>ul>li>a {
        display: block;
        padding: 11px 9px;
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 10px;
    }
    .js .jump-menu.visible.tabbed>ul>li.active {
        background-color: white;
        border: 1px solid #d3d7e7;
        border-bottom-color: white;
    }
    .js .jump-menu.visible.tabbed>ul>li.active>a {
        color: black;
        padding: 11px 8px;
    }

    .js .cq-wcm-edit .jump-menu.visible~.parsys>div.heading.tab {
        position: relative;
    }
    .js .cq-wcm-edit .jump-menu.visible~.parsys>div.heading.tab:after {
        content: "tabbed";
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        color: red;
        font-weight: 900;
        font-size: 7px;
        line-height: 7px;
        padding: 5px;
        text-transform: uppercase;
        background: rgba(255,0,0,0.05);
    }
}
@media only screen and (max-width:660px) {
	.js .jump-menu {
		display: none;
	}
	.js .jump-menu.visible~.parsys>div.heading.h2,
    .js .jump-menu.visible~.parsys>div.heading.h2~div.heading.h2,
    .js .jump-menu.visible~.parsys>div.heading.h2~div.heading.h2~* {
        display: block;
    }

    .js .jump-menu.visible~.parsys>.collapse-group {
    	border: 1px solid #d3d7e7;
    	padding: 10px;
    }

    .js .jump-menu.visible~.parsys>.collapse-group>div.heading:first-child a {
    	display: block;
    	position: relative;
    	font-size: 12px;
    	font-weight: 900;
    	text-transform: uppercase;
    	line-height: 15px;
    	padding: 5px 75px 5px 0;
    	letter-spacing: 0.5px;
    }
	
	.js .jump-menu.visible~.parsys>.collapse-group>div.heading:first-child a:after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -15px;
		height: 30px;
		width: 30px;
		background: transparent url('../../../designs/tju/university/images/jump-menu-mobile-toggle-states.png') no-repeat scroll left top;
	}
	.js .jump-menu.visible~.parsys>.collapse-group>div.heading:first-child a:hover:after {
		background-position: right top;
	}
	.js .jump-menu.visible~.parsys>.collapse-group.active>div.heading:first-child a:after {
		background-position: left bottom;
	}
	.js .jump-menu.visible~.parsys>.collapse-group.active>div.heading:first-child a:hover:after {
		background-position: right bottom;
	}
	.js .jump-menu.visible~.parsys>.collapse-group>div.heading:first-child {
		display: block;
	}
	.js .jump-menu.visible~.parsys>.collapse-group>div.heading:first-child~* {
		display: none;
	}
	.js .jump-menu.visible~.parsys>.collapse-group.active>div.heading:first-child~* {
		display: block;
	}
}

/* 
	Component: hospital-subnav
	Location: /apps/tju/university/components/menus/hospital-subnav/
	File name: hospital-subnav.css 
	Author: Lene Pagsuguiron
*/

	article  .hospital-subnav { 
        background-color: #f2f3f8; 
    	padding-bottom: 15px;
    }

    .hospital-subnav>ul>li.open>a, 
    article #hospital-subnav .subnav>ul>li.open>span, 
    article #hospital-subnav .subnav>p:first-child>span {
        border-left: none;
    }

    article .hospital-subnav>p:first-child a, 
    article .hospital-subnav>p:first-child>span { 
        color: #013fa3; 
        font-weight: 900; 
        text-transform: uppercase; 
        font-size: 1.1em; 
        padding: 10px 5px 5px 6px;
    	line-height: 15pt;
    	letter-spacing: 1.5px;
    	word-wrap: break-word;
    }

    article .hospital-subnav>p:first-child {
        text-transform: uppercase;
        line-height: 14px;
        font-weight: 900;
        padding: 0;
    }

    article .hospital-subnav>ul li>a {
    	font-size: 14px;
    	line-height: 17px;
        font-weight: normal;
    	padding: 9px 5px 9px 12px;
	}

    article .hospital-subnav>ul li>span {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
    	background: #809cce;
		padding: 9px 5px 9px 12px;
        line-height: 17px;

    }

	 article .hospital-subnav>ul ul>li {
        font-size: 14px;
        font-weight: 700;
    	background: #cdd8ea;
		padding: 9px 5px 9px 12px;
        line-height: 17px;

    }

	article .hospital-subnav>ul ul>li a {
		color: #013fa3;
    	text-decoration: none;
    	outline: 0;
    	padding-left: 0;
    	font-size: 100%;
	}


/* Added rest of styling */

@media all {
	.hospital-subnav li a,
	.hospital-subnav li span {
		display: block;
	}

	article .hospital-subnav>ul li>a,
	article .hospital-subnav>ul li>span {
		/*font-size: 15px;*/
		line-height: 17px;
	}
	article .hospital-subnav>ul>li>a,
	article .hospital-subnav>ul>li>span {
		/*font-weight: 600;*/
		padding: 9px 5px 9px 12px;
	}
	article .hospital-subnav>ul ul>li>a,
	article .hospital-subnav>ul ul>li>span {
		padding: 4px 5px 4px 30px;
		font-size: 12px;
		letter-spacing: 0;
	}
	article .hospital-subnav>ul ul>li>.header {
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 600;
	}
	article .hospital-subnav>ul ul>li>a+ul a,
	article .hospital-subnav>ul ul>li>a+ul span,
	article .hospital-subnav>ul ul>li>span+ul a {
		padding-left: 45px;
	}
	article .hospital-subnav>ul ul>li>a+ul a+ul a,
	article .hospital-subnav>ul ul>li>a+ul a+ul span,
	article .hospital-subnav>ul ul>li>a+ul span+ul a,
	article .hospital-subnav>ul ul>li>a+ul span+ul a,
	article .hospital-subnav>ul ul>li>span+ul a+ul a,
	article .hospital-subnav>ul ul>li>span+ul a+ul span,
	article .hospital-subnav>ul ul>li>span+ul span+ul a,
	article .hospital-subnav>ul ul>li>span+ul span+ul a{
		padding-left: 60px;
	}
	article .hospital-subnav>ul>li.open>ul {
		padding: 5px 0 10px;
	}
	article .hospital-subnav>p:first-child span {
		display: block;
	}
	/*article .hospital-subnav>ul>li.open>a,
	article .hospital-subnav>ul>li.open>span,
	article .hospital-subnav>p:first-child>span {
    	border-left: 3px solid #4278bc;
    	padding-left: 9px;
	}*/
	article .hospital-subnav>ul li.active>a {
    	cursor: default;
	}
	article .hospital-subnav>ul li.active>a,
	article .hospital-subnav>ul li.active>span,
	article .hospital-subnav>p:first-child span.active {
		color: black;
		font-weight: 600;
	}
	article .hospital-subnav>ul>li.open,
	article .hospital-subnav>p:first-child>span {
		background-color: #f2f3f8;
	}
	article .hospital-subnav>p:first-child a {
		display: block;
	}
	article .hospital-subnav>p:first-child {
		text-transform: uppercase;
		font-size: 12px;
		line-height: 14px;
		font-weight: 900;
		letter-spacing: 1.5px;
		/*padding: 18px 0 0 0;*/ /* right padding was 15px */
	}
	article .hospital-subnav>p:first-child .subtitle {
		display: inline-block;
		text-transform: none;
		font-size: 12px;
		margin-top: 5px;
		letter-spacing: 0;
	}

	article .left-sidebar .quick-link-button.small {
		margin-top: 10px;
	}
	article .left-sidebar .quick-link-button.small+nav>.subnav>p {
		padding-top: 10px;
	}
}
@media all {
	nav.breadcrumb {
		clear: both;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 600;
		margin-top: 20px;
		margin-bottom: 28px;
		line-height: 8px;
        letter-spacing: 0.8px;
        max-height: 46px;
	}
	nav.breadcrumb>p>a {
		color: #013fa3;
	}
	nav.breadcrumb>p>span {

	}
	nav.breadcrumb>p>*:before {
		content: ">";
		margin-left: 3px;
		margin-right: 6px;
	}
	nav.breadcrumb>p>*:first-child:before {
		display: none;
	}

	body>header nav.breadcrumb {
		margin-top: 0;
		margin-bottom: 12px;
		border-top: 2px solid white;
		background-color: rgba(255,255,255,0.6);
		padding: 18px;
	}
	.ie8 body>header nav.breadcrumb 
	{
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#96ffffff,endColorstr=#96ffffff);
	}
}

	article .also-see { 
        background-color: #FFFFFF; 
    	padding-top: 50px;
    }

	article .also-see h5 {
		background-color: #FFFFFF;
    	color: #000000;
    	text-transform: uppercase;
    	letter-spacing: 1.5px;
    	font-weight: 900;
    	font-size: 0.9em;
    	margin-left: 13px;
	}

	article .also-see ul li>span {
    	font-size: 0.9em;
	}

	article .subnav .also-see >ul li>a {
        font-size: 14px;
        line-height: 17px;
        font-weight: normal;
        padding: 9px 5px 9px 12px;
    }

	/*

    article .also-see>p:first-child a, 
    article .also-see>p:first-child>span { 
        color: #000; 
        font-weight: 900; 
        text-transform: uppercase; 
        font-size: 1em; 
    	margin-left: 13px;
        padding: 10px 5px 5px 0;
    	line-height: 15pt;
    	background-color: #FFFFFF;
    	letter-spacing: 1.5px;
    }*/


	article .also-see { 
        background-color: #FFFFFF; 
    	padding-top: 50px;
    }

	article .also-see h5 {
		background-color: #FFFFFF;
    	color: #000000;
    	text-transform: uppercase;
    	letter-spacing: 1.5px;
    	font-weight: 900;
    	margin-left: 13px;
	}

	article .also-see ul li>span,
	article .also-see >ul li>a {
    	font-weight: normal;
    	font-size: 14px;
    	line-height: 17px;
        font-weight: normal;
        padding: 9px 5px 9px 12px;
	}

@media all {
	div.list ul.news .news-title {
		font-size: 22px;
		font-weight: 700;
	}
	div.list ul.news li {
		clear: left;
	}
	div.list ul.news:after,
	div.list ul.news li:after {
		content: "";
		display: table;
		clear: both;
	}
	div.list ul.news img {
		float: left;
		width: 140px;
		height: auto;
		float: left;
	}
	div.list ul.news img+p {
		margin-left: 160px;
	}
}
@media all {
	div.list ul.news .news-title {
		font-size: 22px;
		font-weight: 700;
	}
	div.list ul.news li {
		clear: left;
	}
	div.list ul.news:after,
	div.list ul.news li:after {
		content: "";
		display: table;
		clear: both;
	}
	div.list ul.news img {
		float: left;
		width: 140px;
		height: auto;
		float: left;
	}
	div.list ul.news img+p {
		margin-left: 160px;
	}
}
.layout-section {
	padding: 40px 0;
	background-size: cover;
    background-repeat: no-repeat;
}

#json-group span {
    font-weight: bold;
}
#json-group img {
    margin-top: 0;
}
@media all {
	.left-sidebar .iparsys {
		margin-top: 1em;
    }

    .left-sidebar .related-links ~ .iparsys,
    .left-sidebar .related-links ~ .iparsys>*+* {
    	margin-top: 10px;
    }

    .iparsys .iparsys_inherited,
    .iparsys .iparsys_inherited>.iparsys {
    	margin-top: 0;
    }
}
@media all {
	div.image {
		float: none;
	}
	div.image.hide-on-mobile {
		display: block;
	}
	div.image.float.left,
    div.image.float {
		float: left;
	}
	div.image.float.right {
	    float: right;
	}
	div.image.center {
		float: none;
		text-align: center;
	}
	div.image.right.clear .image-buffer {
		float: right;
	}
	div.image.left.clear .image-buffer {
		float: left;
	}
	div.image.center .image-buffer {
		display: inline-block;
	}

	div.image.float.left .image-buffer,
    div.image.float .image-buffer {
		margin: 0 20px 10px 0;
	}

	div.image.float.right .image-buffer {
		margin: 0 0 10px 20px;
	}
	div.image.center .image-buffer {
		margin: 0;
	}
	div.image img {
	    display: block;
	}
}
@media only screen and (max-width:660px) {
    /* Took out #main-content from all selectors */
	article  div.image {
		float: none;
	}
	article  div.image .image-buffer {
		margin-left: auto;
		margin-right: auto;
		margin-top: 1em;
	}

    article .image-module div.image .image-buffer {
    	margin-top: 0;
	}

	div.image.hide-on-mobile {
		display: none;
	}

     div.image.float.right {
        float: none !important;
    }

    div.image.float.right .image-buffer {
		margin-left: 0;
        margin-top: 1em;
    }
}
@media all {
	div.list ul.news .news-title {
		font-size: 22px;
		font-weight: 700;
	}
	div.list ul.news li {
		clear: left;
	}
	div.list ul.news:after,
	div.list ul.news li:after {
		content: "";
		display: table;
		clear: both;
	}
	div.list ul.news img {
		float: left;
		width: 140px;
		height: auto;
		float: left;
	}
	div.list ul.news img+p {
		margin-left: 160px;
	}
}
/* conditions */

#list-condition li p a { 
    font-size: 1.2em; 
    font-weight: 700; 
}

#list-condition,
#list-doctor { 
    border-bottom: 1px solid #dddddd; 
}

#list-condition:last-child,
#list-doctor:last-child {
    border-bottom: none;
}

#list-condition li { 
    margin: 20px 0 20px 0; 
}


/* teaser */

#list-condition span.teaser-title { 
    font-size: 1em; 
    font-weight: 700; 
    letter-spacing: 1px; 
}

#teaser-img { 
    display: inline-block; 
    float: left; 
    width: 10%; 
    padding-right: 15px; 
}

#teaser-copy, 
.teaser-copy {
    display: inline-block; 
    float: right; 
    width: 90%; 
    margin-top: -5px; 

}

/* doctors */

.list-doctor {
    border-bottom: 1px solid #f2f2f2;
}

.list-doctor .doctor-img { 
    margin: 0 30px 30px 0;
    width: 100px;
    float: left;
    display: inline-block;
}

.list-doctor .doctor-img img {
	margin: 0;
}

.list-doctor .doctor-title { 
    letter-spacing: 1px; 
}

.list-doctor .doctor-copy {
	float: left;
    margin-top: 0;
    display: inline-block;
}

.list-doctor .doctor-copy .jefferson-provider {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    cursor: pointer;
    background: transparent url(base/images/jefferson-provider-icon.svg) no-repeat scroll left center;
  }
  .list-doctor .doctor-copy .jefferson-provider .tooltiptext {
    visibility: hidden;
    font: bold 12px Lato, sans-serif;
    color: black;
    line-height: initial;
    padding: 6px;
    background-color: #fff4c3;
    border: 1px solid #013fa3;
    border-radius: 3px;
    position: absolute;
    z-index: 1000;
    top: -20px;
  }
  .list-doctor .doctor-copy .jefferson-provider:hover .tooltiptext {
    visibility: visible;
  }

a.doctor-viewprof {
    margin-top: 0;
    background-color: #4e65b8;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 99;
}

a.doctor-viewprof:hover{
    background-color: #6485ff;
    color: #fff;
    cursor: pointer;
}

a.doctor-quickschedule {
    margin-top: 5px;
 	background-color: #f24230;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
 	padding: 5px;
    display: inline-block;
    width: 100%;
    positon: relative;
    z-index: 99;
}

a.doctor-quickschedule:hover{
    background-color: #f46759;
    color: #fff;
    cursor: pointer;
}

.hospital-list #list-condition .teaser-custom-description p {
    margin: 0;
}


@media all {
	.home-page .parsys_column.news div.heading.h3 h3 {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
	}
	.home-page div.heading.right {
		text-align: right;
	}
}
@media all {
	.parsys_column.divisions .heading h3 {
		text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }
}
@media all {

    .download .layout-1.with-thumbnail:after {
        content: '';
        display: table;
        clear: both;
    }
	.download .layout-1.with-thumbnail img {
        width: 77px;
        height: auto;
        float: left;
        border: 1px solid #d6dae9;
    }
    .download .layout-1.with-thumbnail img~* {
        margin-left: 88px;
    }
    .download .layout-1 .title {
        font-size: 14px;
    }
    .download .layout-1 .action-text {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 12px;
    }
}
@media all {
	.divider hr {
		border-style: none;
		border-top: 1px solid #d3d7e7;
	}
	.home-page .divider {
		margin: 40px 0;
    }
}
@media all {
	.divider hr {
		border-style: none;
		border-top: 1px solid #d3d7e7;
	}
	.home-page .divider {
		margin: 40px 0;
    }
}
.custom-title-list::after {
    content: '';
    display: table;
    clear: both;
}
.custom-title-list #custom-list-dropdown,
.custom-title-list #custom-list-dropdown option {
	padding: 10px;
    font-size: 16px;
    font-weight: bold;
    height:40px;
    line-height:40px;
}
.custom-title-list #custom-list-dropdown {
	max-width:350px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    transition: ease .4s;
    border: 0;
}
.custom-title-list #custom-list-dropdown.search-selected {
	max-width: 100px;
    transition: ease .4s;
}
.custom-title-list .dropdown-go i {
	color: #ffffff;
    font-size:23px;
    text-align:center;
    padding:5px;
}
.custom-title-list .dropdown-circle {
	background-color: #57b6dd;
    border-radius: 20px;
    height:35px;
    width:35px;
}
.custom-title-list .dropdown-go {
	background: none;
    border: none;
    cursor: pointer;
    border-style: none;
    padding: 0;
    position: relative;
    top:2px;
}
.custom-title-list #search-input {
	float: left;
    width: 0;
    overflow: hidden;
    transition: ease .4s;
}
.custom-title-list #search-input.active {
    width: 200px;
    transition: ease .4s;
    margin: 0 10px 0 0;
}
.custom-title-list #search-input input {
	height: 40px;
    line-height:40px;
    margin: 0;
    font-size: 16px;
    padding-left: 10px;
    border: 0;
    display: none;
}
.custom-title-list #search-input input {
	display: block;
}
@media screen and (max-width:770px) {
	.custom-title-list #dropdown {
        min-width:auto;
    }
}
div.blue-grey div div.countdown-top {
    background: #152465;
}
div.blue-grey div div.countdown-bottom {
    background: #9c9c9c;
}

div.blue-blue div div.countdown-top {
    background: #152465;
}
div.blue-blue div div.countdown-bottom {
    background: #569bca;
}

div.purple-grey div div.countdown-top {
    background: #700052;
}
div.purple-grey div div.countdown-bottom {
    background: #9c9c9c;
}

div.olive-grey div div.countdown-top {
    background: #6e6b23;
}
div.olive-grey div div.countdown-bottom {
    background: #9c9c9c;
}


.countdown-container {
    color: #fff;
    margin: 0px;
    padding: 10px 30px 10px 20px;
    width: 100%;

    }
.countdown-top {
    height: 70px;
    padding: 10px !important;



        }
.countdown-bottom {
    height: 70px;
    margin-top: -15px;
    padding: 10px !important;


        }
.countdown-section {
    display: block;
    float: left;
    text-align: center;
    width: 23%;
    margin-top: 0 !important;
	margin-left:3px;
}
.countdown-timeframe {
    font-size: 12px;

    }
@media all {
  .callout-box {
    border: 1px solid #d3d7e7;
  }
  .callout-box > h3 {
    padding: 10px 10px 0;
    text-align: center;
    margin-top: 0;
  }
  .callout-box > .content {
    padding: 10px;
    font-size: 14px;
    margin-top: 0;
    line-height: 16px;
  }
  .callout-box > .content .small-caps {
    font-size: 12px;
  }
  .callout-box > .content a[href*="mailto:"] {
    font-size: 12px;
    font-weight: 600;
  }
  .callout-box .button {
    text-align: center;
    margin-top: 5px;
  }
  .callout-box .button a {
    display: inline-block;
    background-color: #4278bc;
    padding: 6px 10px;
    margin: 0 10px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
  }
}

@media all {
	.calendarnavigator table {
		width: 100%;
	}
	.calendarnavigator table *+* {
		margin: 0;
	}
	.calendarnavigator table th,
	.calendarnavigator table td {
		padding: 5px;
		text-align: center;
	}
	.calendarnavigator caption {
		position: relative;
        color: #6b6c76;
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
	}
	.calendarnavigator caption a {
		text-indent: -9999px;
    	position: absolute;
    }

    .calendarnavigator caption a.prev {
        left: 0;
    }
    .calendarnavigator caption a.next {
        right: 0;
    }
    .calendarnavigator caption a.prev::before,
    .calendarnavigator caption a.next::after {
        font-size: 17px;
        position: absolute;
        text-indent: 0;
        top: 2px;
    }
    .calendarnavigator caption a.prev::before {
        content: "\f104";
        left: 0;
    }
    .calendarnavigator caption a.next::after {
        content: "\f105";
        right: 0;
    }
}
@media all {
	.quick-link-button>a {
		display: block;
		position: relative;
		background: #f2f3f8 none no-repeat scroll 15px center;
		padding: 20px;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 16px;
	}
	.quick-link-button>a.with-icon {
		padding-left: 55px;
	}


	.quick-link-button.gray-border a {
		border: 1px solid #d3d7e7;
    	font-size: 12px;
    	font-weight: 900;
    	text-align: center;
	}

	.quick-link-button.inline {
		display: inline-block;
	}

	[class*="cq-wcm"] .quick-link-button.inline {
		float: left;
	}
	.quick-link-button.inline+.quick-link-button.inline,
	[class*="cq-wcm"] .quick-link-button.inline+[class*="cq-placeholder"]+.quick-link-button.inline {
		
		margin-left: 20px;
	}
	.quick-link-button.inline+[class*="cq-placeholder"]+.new {
		clear: left;
	}

	.quick-link-button.small a {

		padding: 8px 12px;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.5px;

	}

	.quick-link-button.blue a {

		background-color: #4278bc;
		color: white;
		border: 1px solid #d3d7e7;

	}
}
@media all {

	.home-page .video-and-quick-links .quick-link-button+.quick-link-button,
	.home-page .video-and-quick-links .quick-link-button+[class*="cq-placeholder"]+.quick-link-button {
		margin-top: 0.55em;
	}

	.home-page .quick-link-button a.with-icon {
		background-color: transparent;
		display: inline-block;
		background-position: left center;
		padding: 8px 0;
	}

	.home-page .quick-link-button a.with-icon {
		padding-left: 37px;
	}

	.home-page .quick-link-button.gray-border a {
		background-color: white;
	}

	.home-page .quick-link-button.gray-border a:hover {
		background-color: #d3d7e7;
        color: #013FA3;
	}
	.home-page .partners-and-stay-connected .quick-link-button {
    	float: left;
    	padding-right: 20px;
    	width: 50%;
	}
	.home-page .partners-and-stay-connected .quick-link-button.inline + .quick-link-button.inline {
	    margin-left: 0;
	}
}
@media only screen and (max-width:480px) {
	.home-page .partners-and-stay-connected .quick-link-button {
    	width: 100%;
        padding-right: 0;
	}
}
@media all {

	.call-to-action a {
		display: inline-block;
		position: relative;
		padding: 30px 40px;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 14px;
		font-weight: 700;
		border: 1px solid #d3d7e7;
		letter-spacing: 1px;
	}

    .call-to-action a:hover {
		background-color: #d3d7e7;
		color: #013fa3;
	}

	.left-sidebar .call-to-action a {
		display: block;
		padding: 20px 5px;
		text-align: center;
		text-transform: uppercase;
		color: #4278bc;
		font-weight: 500;
		letter-spacing: 0;
	}

	.parsys_column .call-to-action a {
		display: block;
	}

    .call-to-action.float-left {
    	float: left;
    	margin-right: 10px;
    	margin-bottom: 5px;
    	max-width: 50%;
    }
    .call-to-action.float-right {
    	float: right;
    	margin-left: 10px;
    	margin-bottom: 5px;
    	max-width: 50%;
    }

    .call-to-action.yellow-and-white a {
		background-color: #fcaf17;
        border-style: none;
        color: white;
        padding: 14px 30px;
        text-align: center;
        font-weight: 500;
        display: inline-block;
        line-height: 14px;
    }
    .call-to-action.no-decoration a {
    	border-style: none;
    	padding: 0;
    	line-height: 18px;
    	background-color: transparent;
    }
    .call-to-action.arrow-right a:after {
    	content: '\00a0\f061';
    	font-family: FontAwesome;
    	font-size: 10px;
    	font-weight: 400;
    	position: relative;
    	top: -2px;
    }
    .call-to-action.arrow-left a:before {
    	content: '\f060\00a0';
    	font-family: FontAwesome;
    	font-size: 10px;
    	font-weight: 400;
    	position: relative;
    	top: -2px;
    }
}
@media all {
	.school-landing-page .main-parsys .call-to-action a {
		padding: 10px;
		border: 1px solid #d3d7e7;
		background-color: #4278bc;
		color: white;
		font-weight: 500;
		line-height: 18px;
		text-align: center;
		background-image: none !important;
	}
	/*.school-landing-page .main-parsys .call-to-action a:after {
		content: '\0000a0>';
	}*/
    .school-landing-page .main-parsys .call-to-action a:hover {
		background-color: #d3d7e7;
		color: #013fa3;
	}
}
@media all {
	.dashboard-page .right-sidebar-parsys .call-to-action.solid a {
		width: 100%;
		padding: 10px 0;
		font-size: 12px;
	}
	.dashboard .call-to-action.no-decoration a {
    	text-align: center;
    	font-size: 12px;
    	color: #4e65b8;
    }
}
@media all {
  .call-to-action.solid a,
  .call-to-action.apply a {
    background-color: #4278bc;
    color: white;
    font-weight: 500;
    padding: 10px;
    text-align: center;
  }
  .call-to-action.solid a.with-icon {
    text-align: left;
  }
  .call-to-action.apply a {
    background-color: #ef4238;
    padding: 15px 10px;
    min-width: 208px;
  }
  .call-to-action.apply a:hover {
    background-color: #ed342a;
    color: white;
  }
  .call-to-action.medium a {
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
    padding: 17px 23px;
  }
}

@media all {
  .call-to-action.dark-blue-on-light-blue a {
    background-color: #d3d7e7;
    color: #013fa3;
  }
  .call-to-action.dark-blue-on-light-blue a:hover {
    background-color: #eef0fb;
  }
}

@media only screen and (max-width: 770px) {

	.school-home-page header nav .call-to-action a {
		display: block;
        padding: 20px 5px;
        text-align: center;
        text-transform: uppercase;
        color: #4278bc;
        font-weight: 500;
        background-color: white;
       	float: none;
        margin: 0;
	}
	.school-home-page header nav .call-to-action a:hover {
        background-color: #d3d7e7;
		color: #013fa3;
    }

}
@media only screen and (max-width: 660px) {

    .call-to-action.float-left,
    .call-to-action.float-right {
    	max-width: 100%;
    }

}
@media only screen and (max-width: 480px) {

	.call-to-action a {
		display: block;
	}
	.call-to-action,
    .call-to-action.float-left,
    .call-to-action.float-right {
    	width: 100%;
    	margin-left: 0;
    	margin-right: 0;
    	margin-bottom: 0;
    	float: none;
    }

}
.rss-reader .title {
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    padding: 0;
}

/* alphabet list */

/*#alphabetSection { */
#alphabetList {
   /*border-top: 1px solid #dedede; 
   border-bottom: 1px solid #dedede;*/
   padding: 3%;
}

/* conditions */

#list-condition li p a { 
    font-size: 1.2em; 
    font-weight: 700; 
}

#list-condition,
#list-doctor { 
    border-bottom: 1px solid #dddddd; 
}

#list-condition:last-child,
#list-doctor:last-child {
    border-bottom: none;
}

#list-condition li p { 
    margin: 20px 0 20px 0; 
}



/* 
    Alphabet List Result CSS
    Location: /apps/tju/university/components/alphabet-list-results/alphabet-list-results/clientlibs/public/alphabet-result.css
    File: alphabet-result.css
    Author: Lene Pagsuguiron, Nick Zhuang

	Updates: 
	08-26-2016 - LXP - Added padding for .doctor-copy p
	12-06-2016 - LXP - Removed styling for pagination
	12-08-2016 - LXP - Removed padding for .doctor-copy p
	01-27-2017 - LXP - Removed line height
*/

/* conditions */

#list-condition li p a { 
    font-size: 1.2em; 
    font-weight: 700;  
}

#list-condition,
#alpha-results div.list-doctor { 
    border-bottom: 1px solid #dddddd; 
}

#list-condition:last-child,
#alpha-results div.list-doctor:last-child {
    border-bottom: none;
}

#list-condition li p { 
    margin: 20px 0 20px 0; 
}


/* teaser */

#list-condition span.teaser-title { 
    font-size: 1em; 
    font-weight: 700; 
    letter-spacing: 1px; 
}

#teaser-img { 
    display: inline-block; 
    float: left; 
    width: 10%; 
    padding-right: 15px; 
}

#teaser-copy {
    display: inline-block; 
    float: right; 
    width: 90%; 
    margin-top: 0; 
    margin-bottom: 20px;
}

/* doctors */

.list-doctor .doctor-img { 
    margin: 0 30px 30px 0;
    width: 100px;
}

.list-doctor .doctor-img {
	margin: 0;
}

.list-doctor .doctor-title { 
    letter-spacing: 1px; 
}

/*.list-doctor .doctor-copy {
	float: left;
    margin-top: 0;
    display: block;
}*/

.list-doctor .doctor-copy {
	float: none;
  margin-top: 0;
  margin-left: 120px;
  display: block;
  position: relative;
}

.list-doctor .doctor-copy .jefferson-provider {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  cursor: pointer;
  background: transparent url(base/images/jefferson-provider-icon.svg) no-repeat scroll left center;
}
.list-doctor .doctor-copy .jefferson-provider .tooltiptext {
  visibility: hidden;
  font: bold 12px Lato, sans-serif;
  color: black;
  line-height: initial;
  padding: 6px;
  background-color: #fff4c3;
  border: 1px solid #013fa3;
  border-radius: 3px;
  position: absolute;
  z-index: 1000;
  top: -20px;
}
.list-doctor .doctor-copy .jefferson-provider:hover .tooltiptext {
  visibility: visible;
}

a.doctor-viewprof {
    margin-top: 0;
    background-color: #4e65b8;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 99;
}

a.doctor-viewprof:hover{
    background-color: #6485ff;
    color: #fff;
    cursor: pointer;
}

a.doctor-quickschedule {
    margin-top: 5px;
 	background-color: #f24230;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
 	padding: 5px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 99;
}

a.doctor-quickschedule:hover{
    background-color: #f46759;
    color: #fff;
    cursor: pointer;
}

#results-paging {
    margin: 20px 0;
}

.pagination {
  /*display: inline-block;*/
  padding-left: 0;
  /*margin: 20px 0;*/
  border-radius: 4px;
  float: right;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  /*padding: 6px 12px;*/
  padding: 0 5px;
  margin-left: -1px;
  line-height: 1.42857143;
  /*color: #337ab7;*/
  text-decoration: none;
  /*background-color: #fff;
  border: 1px solid #ddd;*/
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  /*background-color: #eee;
  border-color: #ddd;*/
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  /*color: #fff;*/
  cursor: default;
  /*background-color: #337ab7;
  border-color: #337ab7;*/
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


@media all {
	.call-to-action.search a {
		background-color: #fcaf17;
		padding: 15px 10px;
		min-width: 208px;
        text-align: center;
        color: white;
        border: 0 none;
	}
   .call-to-action.search a:hover {
		background-color: #ffc028;
	}
}
@media all {

    div[class*="columns-"] {
        margin-left: -10px;
        margin-right: -10px;
    }
    div[class*="columns-"] *[class*="parsys_column"] {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }

    div.columns-50-50 [class*="parsys_column"] {
        width: 50%;
    }

    div.columns-66-33 [class*="parsys_column"] {
        width: 66.66%;
    }
    div.columns-66-33 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 33.33%;
    }

    div.columns-33-66 [class*="parsys_column"] {
        width: 33.33%;
    }
    div.columns-33-66 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 66.66%;
    }

    div.columns-33-33-33 [class*="parsys_column"] {
        width: 33.33%;
    }
    div.columns-30-20-50 [class*="parsys_column"] {
        width: 30%;
    }
    div.columns-30-20-50 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 20%;
    }
    div.columns-30-20-50 [class*="parsys_column"]~[class*="parsys_column"]~[class*="parsys_column"] {
        width: 50%;
    }
    div.columns-45-10-45 [class*="parsys_column"] {
        width: 45%;
    }

    div.columns-45-10-45 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 10%;
    }
    div.columns-45-10-45 [class*="parsys_column"]~[class*="parsys_column"]~[class*="parsys_column"] {
        width: 45%;
    }

    div.columns-75-25 [class*="parsys_column"] {
        width: 75%;
    }
    div.columns-75-25 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 25%;
    }

    div.columns-25-75 [class*="parsys_column"] {
        width: 25%;
    }
    div.columns-25-75 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 75%;
    }

    div.columns-25-25-25-25 [class*="parsys_column"] {
        width: 25%;
    }

    div.columns-33-16-16-16-16 [class*="parsys_column"] {
        width: 33.33%;
    }
    div.columns-33-16-16-16-16 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 16.65%;
    }

}
@media only screen and (max-width:660px) {

	[class*="school-"] div[class*="columns-"] [class*="parsys_column"],
    [class*="school-"] div[class*="columns-"] [class*="parsys_column"] ~ [class*="parsys_column"] {
		float: none;
        width: 100%;
    }
    div.columns-33-16-16-16-16 [class*="parsys_column"],
    div.columns-33-16-16-16-16 [class*="parsys_column"] ~ [class*="parsys_column"] {
        width: 100%;
        float: none;
    }
    .columns-33-16-16-16-16 .text > p {
	    text-align: left !important;
	}
    
}

@media only screen and (max-width:480px) {
    .audience-page div.columns-50-50 [class*="parsys_column"] {
    	width: 100%;
	}

    /* Styles for Divisions on Department pages */
	div.columns-50-50.divisions [class*="parsys_column"] {
	    width: 100%;
	}
	.divisions [class*="columns-50-50-"] + [class*="columns-50-50-"] {
	    margin-top: 1em;
	}
}
@media only screen and (max-width:770px) {
    .home-page div.columns-33-33-33.featured>.parsys_column+.parsys_column+.parsys_column {
        clear: left;
    }
}
@media all {
	.parsys_column.divisions {
		font-size: 14px;
	}
	.parsys_column.divisions *+* {
		margin-top: 0.1em;
	}
	.parsys_column.divisions *+.heading {
		margin-top: 1.5em;
	}
}
@media all {

    div[class*="columns-"] {
        margin-left: -10px;
        margin-right: -10px;
    }
    div[class*="columns-"] *[class*="parsys_column"] {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }

    div.columns-50-50 [class*="parsys_column"] {
        width: 50%;
    }

    div.columns-66-33 [class*="parsys_column"] {
        width: 66.66%;
    }
    div.columns-66-33 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 33.33%;
    }

    div.columns-33-66 [class*="parsys_column"] {
        width: 33.33%;
    }
    div.columns-33-66 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 66.66%;
    }

    div.columns-33-33-33 [class*="parsys_column"] {
        width: 33.33%;
    }
    div.columns-30-20-50 [class*="parsys_column"] {
        width: 30%;
    }
    div.columns-30-20-50 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 20%;
    }
    div.columns-30-20-50 [class*="parsys_column"]~[class*="parsys_column"]~[class*="parsys_column"] {
        width: 50%;
    }
    div.columns-45-10-45 [class*="parsys_column"] {
        width: 45%;
    }

    div.columns-45-10-45 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 10%;
    }
    div.columns-45-10-45 [class*="parsys_column"]~[class*="parsys_column"]~[class*="parsys_column"] {
        width: 45%;
    }

    div.columns-75-25 [class*="parsys_column"] {
        width: 75%;
    }
    div.columns-75-25 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 25%;
    }

    div.columns-25-75 [class*="parsys_column"] {
        width: 25%;
    }
    div.columns-25-75 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 75%;
    }

    div.columns-25-25-25-25 [class*="parsys_column"] {
        width: 25%;
    }

    div.columns-33-16-16-16-16 [class*="parsys_column"] {
        width: 33.33%;
    }
    div.columns-33-16-16-16-16 [class*="parsys_column"]~[class*="parsys_column"] {
        width: 16.65%;
    }

}
@media only screen and (max-width:660px) {

	[class*="school-"] div[class*="columns-"] [class*="parsys_column"],
    [class*="school-"] div[class*="columns-"] [class*="parsys_column"] ~ [class*="parsys_column"] {
		float: none;
        width: 100%;
    }
    div.columns-33-16-16-16-16 [class*="parsys_column"],
    div.columns-33-16-16-16-16 [class*="parsys_column"] ~ [class*="parsys_column"] {
        width: 100%;
        float: none;
    }
    .columns-33-16-16-16-16 .text > p {
	    text-align: left !important;
	}
    
}

@media only screen and (max-width:480px) {
    .audience-page div.columns-50-50 [class*="parsys_column"] {
    	width: 100%;
	}

    /* Styles for Divisions on Department pages */
	div.columns-50-50.divisions [class*="parsys_column"] {
	    width: 100%;
	}
	.divisions [class*="columns-50-50-"] + [class*="columns-50-50-"] {
	    margin-top: 1em;
	}
}
@media only screen and (max-width:770px) {
    .home-page div.columns-33-33-33.featured>.parsys_column+.parsys_column+.parsys_column {
        clear: left;
    }
}
@media all {
	.parsys_column.divisions {
		font-size: 14px;
	}
	.parsys_column.divisions *+* {
		margin-top: 0.1em;
	}
	.parsys_column.divisions *+.heading {
		margin-top: 1.5em;
	}
}
@media all {
	footer {
		clear: both;
		background-color: #fafafa;
		margin-top: 20px;
	}

	footer>.wrapper {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	footer,
	footer .disclaimer {
		border-top: 1px solid #dadada;
		-webkit-box-shadow: inset 0 1px 0 0 #efefef;
		box-shadow: inset 0 1px 0 0 #efefef;
		margin-top: 45px;
		padding-top: 25px;
		font-size: 12px;
		color: #666666;
	}

	footer .copyright {
		margin-top: 5px;
		font-size: 12px;
		color: #666666;
	}
	footer .copyright ul li {
		display: inline-block;
	}
	footer .copyright ul li:before {
		content: '|';
		color: #000222;
		margin: 0 0.2em;
	}

	footer .copyright ul li:first-child:before {
		display: none;
		content: '';
	}
	footer .copyright *+* {
		margin-top: 5px;
	}

	footer .sitemap>* {
	}

	footer .sitemap .logo {
		float: left;
		width: 66.66%;
	}
	footer .sitemap .logo+.highlighted-links {
		float: left;
		width: 33.33%;
	}
	footer .sitemap .enterprise-links,
	footer .sitemap .main-links,
	footer .sitemap .organization-links {
		width: 33.33%;
		float: left;
		margin-top: 40px;
		padding: 0 10px;
		font-weight: 900;
		font-size: 14px;
	}

	footer .sitemap .organization-links,
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	footer .sitemap ul li {
		margin-top: 15px;
	}
	footer .sitemap ul:first-child,
	footer .sitemap ul li:first-child {
		margin-top: 0;
	}

	footer .sitemap .organization-links a {	
		color: #809cce;
	}
    footer .sitemap .organization-links a:hover {	
		color: #569BCA;
	}

	footer .sitemap .highlighted-links {
		padding-top: 45px;
	}
	footer .sitemap .highlighted-links ul li {
		float: left;
		width: 50%;
		margin: 0;
		padding-right: 9px;
	}
	footer .sitemap .highlighted-links ul li+li {
		padding-left: 9px;
		padding-right: 0;
	}
	footer .sitemap .highlighted-links ul li a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
		padding: 10px 2px;
		color: white;
		background-color: #4e65b8;
		border: 1px solid #d3d7e7;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 14px;
		line-height: 14px;
	}
	footer .sitemap .highlighted-links ul li a:hover {
    	background-color: #546fcf;
	}
	footer .sitemap .highlighted-links ul li:nth-of-type(n+3) {
		display: none;
	}

	/* MID BREAKPOINT */
	footer .sitemap.mid>br {
		display: none;
	}
	footer .sitemap.mid .logo {
		clear: left;
		width: auto;
		margin-top: 60px;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 10px;
		width: auto;
	}
	footer .sitemap.mid .enterprise-links li {
		display: inline-block;
		margin-right: 30px;
	}
	footer .sitemap.mid .main-links,
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		width: 50%;
		float: left;
		padding-top: 0;
		margin-top: 0;
	}

	footer .sitemap.mid .main-links {
		padding-right: 25px;
	}
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding-left: 25px;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 50px;
	}


	/* DEBUGGING */

	/*footer .sitemap .highlighted-links {
		background-color: red;
	}
	footer .sitemap .organization-links {
		background-color: green;
	}
	footer .sitemap .enterprise-links {
		background-color: yellow;
	}
	footer .sitemap .main-links {
		background-color: blue;
	}
	footer .sitemap .logo {
		background-color: orange;
	}*/
}
@media all and (max-width: 480px) {

	footer {
		padding-top: 30px;
	}

	footer>.wrapper {
		padding-top: 0;
	}
	footer .sitemap.mid {
		position: relative;
		padding-top: 65px;
	}
	footer .sitemap.mid .logo {
		float: none;
		margin-top: 30px;
	}
	footer .sitemap.mid .logo img {
		max-width: 75%;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 30px;
		width: auto;
		padding-left: 0;
	}
	footer .sitemap.mid .main-links br+br {
		display: none;
	}
	footer .sitemap.mid .enterprise-links li {
		margin-right: 0;
		display: block;
	}
	footer .sitemap.mid .highlighted-links {
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 0;
		width: 100%;
	}
	footer .sitemap.mid .main-links {
		width: 100%;
		padding: 0;
		float: none;
	}
	footer .sitemap.mid .organization-links {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding: 0;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 0;
	}
}
@media all {

	.global-header {
		font-family: 'Lato', sans-serif;
		font-size: 10px;
		position: relative;
		background-color: #152456;
		text-transform: uppercase;
		overflow: hidden;
	}

        .global-header li.global-give span {
		background-color: #4E65B8;
        color: white;
        padding: 5px;
        font-size: 12px;
        border: 1px solid white;         
	}
        .global-header li.global-give span a {
        color: white;         
	}
        .global-header li.global-give span a:hover {
        color: white;         
	}

	.global-header ul {
		display: table;
		border-spacing: 0 7px;
	}
	.global-header ul>li {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		white-space: nowrap;
		padding: 0 12px;
	}
	.global-header ul>li.branding:hover {
		cursor: inherit;
		background-color: inherit;
	}
	.global-header ul>li>* {
		text-decoration: none;
	}
	.global-header ul>li:first-child {
		margin-left: 0;
	}
	.global-header ul>li.active {	
		cursor: auto;
	}
	.global-header ul>li:last-child,
	.global-header ul>li.last-child {
		padding-right: 0;
	}
	.global-header ul>li a {
		color: #809cce;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 17px;
		display: inline-block;
	}
	.global-header ul>li.active a {
		color: white;
	}
	.global-header ul>li a:hover,
	.global-header ul>li a:focus {
		color: #d3d7e7;
	}
	.global-header .branding {
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.global-header .branding>span {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
		color: white;
	}
}

@media only screen and (max-width:770px) {
	.global-header ul li.branding~li {
		display: none;
	}
    .fixed .global-header ul li.branding~li {
		display: table-cell;
    }
	.global-header ul li.global-give {
		position: absolute;
		top: 0;
		right: 0;
    	margin-top: 20px !important;
    	margin-right: 5px !important;
        display: table-cell !important;

	}
}
@media all {
	footer {
		clear: both;
		background-color: #fafafa;
		margin-top: 20px;
	}

	footer>.wrapper {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	footer,
	footer .disclaimer {
		border-top: 1px solid #dadada;
		-webkit-box-shadow: inset 0 1px 0 0 #efefef;
		box-shadow: inset 0 1px 0 0 #efefef;
		margin-top: 45px;
		padding-top: 25px;
		font-size: 12px;
		color: #666666;
	}

	footer .copyright {
		margin-top: 5px;
		font-size: 12px;
		color: #666666;
	}
	footer .copyright ul li {
		display: inline-block;
	}
	footer .copyright ul li:before {
		content: '|';
		color: #000222;
		margin: 0 0.2em;
	}

	footer .copyright ul li:first-child:before {
		display: none;
		content: '';
	}
	footer .copyright *+* {
		margin-top: 5px;
	}

	footer .sitemap>* {
	}

	footer .sitemap .logo {
		float: left;
		width: 66.66%;
	}
	footer .sitemap .logo+.highlighted-links {
		float: left;
		width: 33.33%;
	}
	footer .sitemap .enterprise-links,
	footer .sitemap .main-links,
	footer .sitemap .organization-links {
		width: 33.33%;
		float: left;
		margin-top: 40px;
		padding: 0 10px;
		font-weight: 900;
		font-size: 14px;
	}

	footer .sitemap .organization-links,
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	footer .sitemap ul li {
		margin-top: 15px;
	}
	footer .sitemap ul:first-child,
	footer .sitemap ul li:first-child {
		margin-top: 0;
	}

	footer .sitemap .organization-links a {	
		color: #809cce;
	}
    footer .sitemap .organization-links a:hover {	
		color: #569BCA;
	}

	footer .sitemap .highlighted-links {
		padding-top: 45px;
	}
	footer .sitemap .highlighted-links ul li {
		float: left;
		width: 50%;
		margin: 0;
		padding-right: 9px;
	}
	footer .sitemap .highlighted-links ul li+li {
		padding-left: 9px;
		padding-right: 0;
	}
	footer .sitemap .highlighted-links ul li a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
		padding: 10px 2px;
		color: white;
		background-color: #4e65b8;
		border: 1px solid #d3d7e7;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 14px;
		line-height: 14px;
	}
	footer .sitemap .highlighted-links ul li a:hover {
    	background-color: #546fcf;
	}
	footer .sitemap .highlighted-links ul li:nth-of-type(n+3) {
		display: none;
	}

	/* MID BREAKPOINT */
	footer .sitemap.mid>br {
		display: none;
	}
	footer .sitemap.mid .logo {
		clear: left;
		width: auto;
		margin-top: 60px;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 10px;
		width: auto;
	}
	footer .sitemap.mid .enterprise-links li {
		display: inline-block;
		margin-right: 30px;
	}
	footer .sitemap.mid .main-links,
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		width: 50%;
		float: left;
		padding-top: 0;
		margin-top: 0;
	}

	footer .sitemap.mid .main-links {
		padding-right: 25px;
	}
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding-left: 25px;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 50px;
	}


	/* DEBUGGING */

	/*footer .sitemap .highlighted-links {
		background-color: red;
	}
	footer .sitemap .organization-links {
		background-color: green;
	}
	footer .sitemap .enterprise-links {
		background-color: yellow;
	}
	footer .sitemap .main-links {
		background-color: blue;
	}
	footer .sitemap .logo {
		background-color: orange;
	}*/
}
@media all and (max-width: 480px) {

	footer {
		padding-top: 30px;
	}

	footer>.wrapper {
		padding-top: 0;
	}
	footer .sitemap.mid {
		position: relative;
		padding-top: 65px;
	}
	footer .sitemap.mid .logo {
		float: none;
		margin-top: 30px;
	}
	footer .sitemap.mid .logo img {
		max-width: 75%;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 30px;
		width: auto;
		padding-left: 0;
	}
	footer .sitemap.mid .main-links br+br {
		display: none;
	}
	footer .sitemap.mid .enterprise-links li {
		margin-right: 0;
		display: block;
	}
	footer .sitemap.mid .highlighted-links {
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 0;
		width: 100%;
	}
	footer .sitemap.mid .main-links {
		width: 100%;
		padding: 0;
		float: none;
	}
	footer .sitemap.mid .organization-links {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding: 0;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 0;
	}
}
@media all {

    .small-caps {
		text-transform: uppercase;
        font-size: 0.8em;
    }

}
@media all {

    .small-caps {
		text-transform: uppercase;
        font-size: 0.8em;
    }

}
@media all {
	.published-date {
		font-size: 14px;
    }
}
@media all {

    .small-caps {
		text-transform: uppercase;
        font-size: 0.8em;
    }

}
@media all {

    .small-caps {
		text-transform: uppercase;
        font-size: 0.8em;
    }

}
.form-header {
            border-radius: 0 0 15px 15px; color: white; text-align: center; font-size: 1.75em; margin-top: -20px; padding-top: 755px; height: 85px; background: #1e5799;
        background: -moz-linear-gradient(left,  #1e5799 0%, #6490c4 50%, #1e5799 100%);
        background: -webkit-linear-gradient(left,  #1e5799 0%,#6490c4 50%,#1e5799 100%);
        background: linear-gradient(to right,  #1e5799 0%,#6490c4 50%,#1e5799 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=1 );
    }

 form {
        margin-left: 0;
    }


    p .form-error { margin-top: 10px; }


    /* form styling */
    div .form_leftcollabel {
        display: inline;
    }


    div .form_leftcolmark {
        display: inline; /* required */
        color: red;
    }


	.form_rightcol {
    	margin-top: 0;

    }

 form input, form select {

        padding: 8px;
        border: 1px solid #aaaaaa;
        clear:both;
    	float:left;
        height: 40px;
    	font-size:16px;
    	position: center;

    }

form input[type=checkbox] {
width:12px;
height:12px;
font-size:14px;


}


form input[type=radio] {
width:14px;
height:14px;
font-size:14px;
margin-top:5px;

}
.radio input[type="radio"] {


position: relative;
margin-left:5px;


    }
    form input[type=submit] {
    background: #4e65b8;
    color: #fff;
    height:32px;
    padding: .6906em .5688em;  
    font-weight: 700;
    text-transform: uppercase;
    font-size: .7313em;
    letter-spacing: 1px;
    text-align: center;
    min-width: .73125em;
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    

    }

form input[type=submit]:hover { 
    background-color: #6485FF;
}

   p .form_error {
        font-weight: bold;
        color: red;
    }

    div .form_error {
        font-weight: bold;
        color: red;
        margin: 0;
    }
form checkbutton-height {
  display      : inline-block;
  margin-left  : -500px;
  padding-left : 28px;
  background   : url('../../../../apps/marcus/components/form/clientlibs/public/stylesheets/checks.png') no-repeat 0 0;
  line-height  : 24px;
}


/* mobile styles */
@media screen and (max-width: 767px) {
	.form-header {
        border-radius: 0;
        margin-top: 10px;
        padding-top: 25px;
	}
    section#content .parsys {
    	padding: 0;
    }
}



@media all {
	footer {
		clear: both;
		background-color: #fafafa;
		margin-top: 20px;
	}

	footer>.wrapper {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	footer,
	footer .disclaimer {
		border-top: 1px solid #dadada;
		-webkit-box-shadow: inset 0 1px 0 0 #efefef;
		box-shadow: inset 0 1px 0 0 #efefef;
		margin-top: 45px;
		padding-top: 25px;
		font-size: 12px;
		color: #666666;
	}

	footer .copyright {
		margin-top: 5px;
		font-size: 12px;
		color: #666666;
	}
	footer .copyright ul li {
		display: inline-block;
	}
	footer .copyright ul li:before {
		content: '|';
		color: #000222;
		margin: 0 0.2em;
	}

	footer .copyright ul li:first-child:before {
		display: none;
		content: '';
	}
	footer .copyright *+* {
		margin-top: 5px;
	}

	footer .sitemap>* {
	}

	footer .sitemap .logo {
		float: left;
		width: 66.66%;
	}
	footer .sitemap .logo+.highlighted-links {
		float: left;
		width: 33.33%;
	}
	footer .sitemap .enterprise-links,
	footer .sitemap .main-links,
	footer .sitemap .organization-links {
		width: 33.33%;
		float: left;
		margin-top: 40px;
		padding: 0 10px;
		font-weight: 900;
		font-size: 14px;
	}

	footer .sitemap .organization-links,
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	footer .sitemap ul li {
		margin-top: 15px;
	}
	footer .sitemap ul:first-child,
	footer .sitemap ul li:first-child {
		margin-top: 0;
	}

	footer .sitemap .organization-links a {	
		color: #809cce;
	}
    footer .sitemap .organization-links a:hover {	
		color: #569BCA;
	}

	footer .sitemap .highlighted-links {
		padding-top: 45px;
	}
	footer .sitemap .highlighted-links ul li {
		float: left;
		width: 50%;
		margin: 0;
		padding-right: 9px;
	}
	footer .sitemap .highlighted-links ul li+li {
		padding-left: 9px;
		padding-right: 0;
	}
	footer .sitemap .highlighted-links ul li a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
		padding: 10px 2px;
		color: white;
		background-color: #4e65b8;
		border: 1px solid #d3d7e7;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 14px;
		line-height: 14px;
	}
	footer .sitemap .highlighted-links ul li a:hover {
    	background-color: #546fcf;
	}
	footer .sitemap .highlighted-links ul li:nth-of-type(n+3) {
		display: none;
	}

	/* MID BREAKPOINT */
	footer .sitemap.mid>br {
		display: none;
	}
	footer .sitemap.mid .logo {
		clear: left;
		width: auto;
		margin-top: 60px;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 10px;
		width: auto;
	}
	footer .sitemap.mid .enterprise-links li {
		display: inline-block;
		margin-right: 30px;
	}
	footer .sitemap.mid .main-links,
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		width: 50%;
		float: left;
		padding-top: 0;
		margin-top: 0;
	}

	footer .sitemap.mid .main-links {
		padding-right: 25px;
	}
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding-left: 25px;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 50px;
	}


	/* DEBUGGING */

	/*footer .sitemap .highlighted-links {
		background-color: red;
	}
	footer .sitemap .organization-links {
		background-color: green;
	}
	footer .sitemap .enterprise-links {
		background-color: yellow;
	}
	footer .sitemap .main-links {
		background-color: blue;
	}
	footer .sitemap .logo {
		background-color: orange;
	}*/
}
@media all and (max-width: 480px) {

	footer {
		padding-top: 30px;
	}

	footer>.wrapper {
		padding-top: 0;
	}
	footer .sitemap.mid {
		position: relative;
		padding-top: 65px;
	}
	footer .sitemap.mid .logo {
		float: none;
		margin-top: 30px;
	}
	footer .sitemap.mid .logo img {
		max-width: 75%;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 30px;
		width: auto;
		padding-left: 0;
	}
	footer .sitemap.mid .main-links br+br {
		display: none;
	}
	footer .sitemap.mid .enterprise-links li {
		margin-right: 0;
		display: block;
	}
	footer .sitemap.mid .highlighted-links {
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 0;
		width: 100%;
	}
	footer .sitemap.mid .main-links {
		width: 100%;
		padding: 0;
		float: none;
	}
	footer .sitemap.mid .organization-links {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding: 0;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 0;
	}
}
.form-header {
            border-radius: 0 0 15px 15px; color: white; text-align: center; font-size: 1.75em; margin-top: -20px; padding-top: 755px; height: 85px; background: #1e5799;
        background: -moz-linear-gradient(left,  #1e5799 0%, #6490c4 50%, #1e5799 100%);
        background: -webkit-linear-gradient(left,  #1e5799 0%,#6490c4 50%,#1e5799 100%);
        background: linear-gradient(to right,  #1e5799 0%,#6490c4 50%,#1e5799 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=1 );
    }

 form {
        margin-left: 0;
    }


    p .form-error { margin-top: 10px; }


    /* form styling */
    div .form_leftcollabel {
        display: inline;
    }


    div .form_leftcolmark {
        display: inline; /* required */
        color: red;
    }


	.form_rightcol {
    	margin-top: 0;

    }

 form input, form select {

        padding: 8px;
        border: 1px solid #aaaaaa;
        clear:both;
    	/* float:left; */
        height: 40px;
    	font-size:16px;
    	position: center;

    }

form input[type=checkbox] {
width:12px;
height:12px;
font-size:14px;


}


form input[type=radio] {
width:14px;
height:14px;
font-size:14px;
margin-top:5px;

}
.radio input[type="radio"] {


position: relative;
margin-left:5px;


    }
    form input[type=submit] {
    background: #4e65b8;
    color: #fff;
    height:32px;
    padding: .6906em .5688em;  
    font-weight: 700;
    text-transform: uppercase;
    font-size: .7313em;
    letter-spacing: 1px;
    text-align: center;
    min-width: .73125em;
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    

    }

form input[type=submit]:hover { 
    background-color: #6485FF;
}

   p .form_error {
        font-weight: bold;
        color: red;
    }

    div .form_error {
        font-weight: bold;
        color: red;
        margin: 0;
    }
form checkbutton-height {
  display      : inline-block;
  margin-left  : -500px;
  padding-left : 28px;
  background   : url('../../../../apps/jeffersonprize/components/form/clientlibs/public/stylesheets/checks.png') no-repeat 0 0;
  line-height  : 24px;
}


/* mobile styles */
@media screen and (max-width: 767px) {
	.form-header {
        border-radius: 0;
        margin-top: 10px;
        padding-top: 25px;
	}
    section#content .parsys {
    	padding: 0;
    }
}



@media all {
	footer {
		clear: both;
		background-color: #fafafa;
		margin-top: 20px;
	}

	footer>.wrapper {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	footer,
	footer .disclaimer {
		border-top: 1px solid #dadada;
		-webkit-box-shadow: inset 0 1px 0 0 #efefef;
		box-shadow: inset 0 1px 0 0 #efefef;
		margin-top: 45px;
		padding-top: 25px;
		font-size: 12px;
		color: #666666;
	}

	footer .copyright {
		margin-top: 5px;
		font-size: 12px;
		color: #666666;
	}
	footer .copyright ul li {
		display: inline-block;
	}
	footer .copyright ul li:before {
		content: '|';
		color: #000222;
		margin: 0 0.2em;
	}

	footer .copyright ul li:first-child:before {
		display: none;
		content: '';
	}
	footer .copyright *+* {
		margin-top: 5px;
	}

	footer .sitemap>* {
	}

	footer .sitemap .logo {
		float: left;
		width: 66.66%;
	}
	footer .sitemap .logo+.highlighted-links {
		float: left;
		width: 33.33%;
	}
	footer .sitemap .enterprise-links,
	footer .sitemap .main-links,
	footer .sitemap .organization-links {
		width: 33.33%;
		float: left;
		margin-top: 40px;
		padding: 0 10px;
		font-weight: 900;
		font-size: 14px;
	}

	footer .sitemap .organization-links,
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	footer .sitemap ul li {
		margin-top: 15px;
	}
	footer .sitemap ul:first-child,
	footer .sitemap ul li:first-child {
		margin-top: 0;
	}

	footer .sitemap .organization-links a {	
		color: #809cce;
	}
    footer .sitemap .organization-links a:hover {	
		color: #569BCA;
	}

	footer .sitemap .highlighted-links {
		padding-top: 45px;
	}
	footer .sitemap .highlighted-links ul li {
		float: left;
		width: 50%;
		margin: 0;
		padding-right: 9px;
	}
	footer .sitemap .highlighted-links ul li+li {
		padding-left: 9px;
		padding-right: 0;
	}
	footer .sitemap .highlighted-links ul li a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
		padding: 10px 2px;
		color: white;
		background-color: #4e65b8;
		border: 1px solid #d3d7e7;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 14px;
		line-height: 14px;
	}
	footer .sitemap .highlighted-links ul li a:hover {
    	background-color: #546fcf;
	}
	footer .sitemap .highlighted-links ul li:nth-of-type(n+3) {
		display: none;
	}

	/* MID BREAKPOINT */
	footer .sitemap.mid>br {
		display: none;
	}
	footer .sitemap.mid .logo {
		clear: left;
		width: auto;
		margin-top: 60px;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 10px;
		width: auto;
	}
	footer .sitemap.mid .enterprise-links li {
		display: inline-block;
		margin-right: 30px;
	}
	footer .sitemap.mid .main-links,
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		width: 50%;
		float: left;
		padding-top: 0;
		margin-top: 0;
	}

	footer .sitemap.mid .main-links {
		padding-right: 25px;
	}
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding-left: 25px;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 50px;
	}


	/* DEBUGGING */

	/*footer .sitemap .highlighted-links {
		background-color: red;
	}
	footer .sitemap .organization-links {
		background-color: green;
	}
	footer .sitemap .enterprise-links {
		background-color: yellow;
	}
	footer .sitemap .main-links {
		background-color: blue;
	}
	footer .sitemap .logo {
		background-color: orange;
	}*/
}
@media all and (max-width: 480px) {

	footer {
		padding-top: 30px;
	}

	footer>.wrapper {
		padding-top: 0;
	}
	footer .sitemap.mid {
		position: relative;
		padding-top: 65px;
	}
	footer .sitemap.mid .logo {
		float: none;
		margin-top: 30px;
	}
	footer .sitemap.mid .logo img {
		max-width: 75%;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 30px;
		width: auto;
		padding-left: 0;
	}
	footer .sitemap.mid .main-links br+br {
		display: none;
	}
	footer .sitemap.mid .enterprise-links li {
		margin-right: 0;
		display: block;
	}
	footer .sitemap.mid .highlighted-links {
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 0;
		width: 100%;
	}
	footer .sitemap.mid .main-links {
		width: 100%;
		padding: 0;
		float: none;
	}
	footer .sitemap.mid .organization-links {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding: 0;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 0;
	}
}
@media all {

	.global-header {
		font-family: 'Lato', sans-serif;
		font-size: 10px;
		position: relative;
		background-color: #152456;
		text-transform: uppercase;
		overflow: hidden;
	}

        .global-header li.global-give span {
		background-color: #4E65B8;
        color: white;
        padding: 5px;
        font-size: 12px;
        border: 1px solid white;         
	}
        .global-header li.global-give span a {
        color: white;         
	}
        .global-header li.global-give span a:hover {
        color: white;         
	}

	.global-header ul {
		display: table;
		border-spacing: 0 7px;
	}
	.global-header ul>li {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		white-space: nowrap;
		padding: 0 12px;
	}
	.global-header ul>li.branding:hover {
		cursor: inherit;
		background-color: inherit;
	}
	.global-header ul>li>* {
		text-decoration: none;
	}
	.global-header ul>li:first-child {
		margin-left: 0;
	}
	.global-header ul>li.active {	
		cursor: auto;
	}
	.global-header ul>li:last-child,
	.global-header ul>li.last-child {
		padding-right: 0;
	}
	.global-header ul>li a {
		color: #809cce;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 17px;
		display: inline-block;
	}
	.global-header ul>li.active a {
		color: white;
	}
	.global-header ul>li a:hover,
	.global-header ul>li a:focus {
		color: #d3d7e7;
	}
	.global-header .branding {
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.global-header .branding>span {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
		color: white;
	}
}

@media only screen and (max-width:770px) {
	.global-header ul li.branding~li {
		display: none;
	}
    .fixed .global-header ul li.branding~li {
		display: table-cell;
    }
	.global-header ul li.global-give {
		position: absolute;
		top: 0;
		right: 0;
    	margin-top: 20px !important;
    	margin-right: 5px !important;
        display: table-cell !important;

	}
}
@media all {
	footer {
		clear: both;
		background-color: #fafafa;
		margin-top: 20px;
	}

	footer>.wrapper {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	footer,
	footer .disclaimer {
		border-top: 1px solid #dadada;
		-webkit-box-shadow: inset 0 1px 0 0 #efefef;
		box-shadow: inset 0 1px 0 0 #efefef;
		margin-top: 45px;
		padding-top: 25px;
		font-size: 12px;
		color: #666666;
	}

	footer .copyright {
		margin-top: 5px;
		font-size: 12px;
		color: #666666;
	}
	footer .copyright ul li {
		display: inline-block;
	}
	footer .copyright ul li:before {
		content: '|';
		color: #000222;
		margin: 0 0.2em;
	}

	footer .copyright ul li:first-child:before {
		display: none;
		content: '';
	}
	footer .copyright *+* {
		margin-top: 5px;
	}

	footer .sitemap>* {
	}

	footer .sitemap .logo {
		float: left;
		width: 66.66%;
	}
	footer .sitemap .logo+.highlighted-links {
		float: left;
		width: 33.33%;
	}
	footer .sitemap .enterprise-links,
	footer .sitemap .main-links,
	footer .sitemap .organization-links {
		width: 33.33%;
		float: left;
		margin-top: 40px;
		padding: 0 10px;
		font-weight: 900;
		font-size: 14px;
	}

	footer .sitemap .organization-links,
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	footer .sitemap ul li {
		margin-top: 15px;
	}
	footer .sitemap ul:first-child,
	footer .sitemap ul li:first-child {
		margin-top: 0;
	}

	footer .sitemap .organization-links a {	
		color: #809cce;
	}
    footer .sitemap .organization-links a:hover {	
		color: #569BCA;
	}

	footer .sitemap .highlighted-links {
		padding-top: 45px;
	}
	footer .sitemap .highlighted-links ul li {
		float: left;
		width: 50%;
		margin: 0;
		padding-right: 9px;
	}
	footer .sitemap .highlighted-links ul li+li {
		padding-left: 9px;
		padding-right: 0;
	}
	footer .sitemap .highlighted-links ul li a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
		padding: 10px 2px;
		color: white;
		background-color: #4e65b8;
		border: 1px solid #d3d7e7;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 14px;
		line-height: 14px;
	}
	footer .sitemap .highlighted-links ul li a:hover {
    	background-color: #546fcf;
	}
	footer .sitemap .highlighted-links ul li:nth-of-type(n+3) {
		display: none;
	}

	/* MID BREAKPOINT */
	footer .sitemap.mid>br {
		display: none;
	}
	footer .sitemap.mid .logo {
		clear: left;
		width: auto;
		margin-top: 60px;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 10px;
		width: auto;
	}
	footer .sitemap.mid .enterprise-links li {
		display: inline-block;
		margin-right: 30px;
	}
	footer .sitemap.mid .main-links,
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		width: 50%;
		float: left;
		padding-top: 0;
		margin-top: 0;
	}

	footer .sitemap.mid .main-links {
		padding-right: 25px;
	}
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding-left: 25px;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 50px;
	}


	/* DEBUGGING */

	/*footer .sitemap .highlighted-links {
		background-color: red;
	}
	footer .sitemap .organization-links {
		background-color: green;
	}
	footer .sitemap .enterprise-links {
		background-color: yellow;
	}
	footer .sitemap .main-links {
		background-color: blue;
	}
	footer .sitemap .logo {
		background-color: orange;
	}*/
}
@media all and (max-width: 480px) {

	footer {
		padding-top: 30px;
	}

	footer>.wrapper {
		padding-top: 0;
	}
	footer .sitemap.mid {
		position: relative;
		padding-top: 65px;
	}
	footer .sitemap.mid .logo {
		float: none;
		margin-top: 30px;
	}
	footer .sitemap.mid .logo img {
		max-width: 75%;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 30px;
		width: auto;
		padding-left: 0;
	}
	footer .sitemap.mid .main-links br+br {
		display: none;
	}
	footer .sitemap.mid .enterprise-links li {
		margin-right: 0;
		display: block;
	}
	footer .sitemap.mid .highlighted-links {
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 0;
		width: 100%;
	}
	footer .sitemap.mid .main-links {
		width: 100%;
		padding: 0;
		float: none;
	}
	footer .sitemap.mid .organization-links {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding: 0;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 0;
	}
}
@media all {
	nav.breadcrumb {
		clear: both;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 600;
		margin-top: 20px;
		margin-bottom: 28px;
		line-height: 8px;
        letter-spacing: 0.8px;
        max-height: 46px;
	}
	nav.breadcrumb>p>a {
		color: #013fa3;
	}
	nav.breadcrumb>p>span {

	}
	nav.breadcrumb>p>*:before {
		content: ">";
		margin-left: 3px;
		margin-right: 6px;
	}
	nav.breadcrumb>p>*:first-child:before {
		display: none;
	}

	body>header nav.breadcrumb {
		margin-top: 0;
		margin-bottom: 12px;
		border-top: 2px solid white;
		background-color: rgba(255,255,255,0.6);
		padding: 18px;
	}
	.ie8 body>header nav.breadcrumb 
	{
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#96ffffff,endColorstr=#96ffffff);
	}
}
@media all {
	.home-page .parsys_column.news div.heading.h3 h3 {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
	}
	.home-page div.heading.right {
		text-align: right;
	}
}
@media all {
	.parsys_column.divisions .heading h3 {
		text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }
}
@media all {

    .small-caps {
		text-transform: uppercase;
        font-size: 0.8em;
    }

}
@media all {
	.social-media-buttons ul li {
		float: left;
		padding-right: 20px;
		margin-top: 0;
		margin-bottom: 1em;
	}
	.social-media-buttons ul li img {
		display: block;
	}

	.social-media-buttons ul li a:hover>img {
		opacity: 0.8;
	}
	.social-media-buttons ul li a.external:after {
		display: none;
	}
}
@media all {
	.home-page .parsys_column.news div.heading.h3 h3 {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
	}
	.home-page div.heading.right {
		text-align: right;
	}
}
@media all {
	.parsys_column.divisions .heading h3 {
		text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }
}
@media all {
	footer {
		clear: both;
		background-color: #fafafa;
		margin-top: 20px;
	}

	footer>.wrapper {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	footer,
	footer .disclaimer {
		border-top: 1px solid #dadada;
		-webkit-box-shadow: inset 0 1px 0 0 #efefef;
		box-shadow: inset 0 1px 0 0 #efefef;
		margin-top: 45px;
		padding-top: 25px;
		font-size: 12px;
		color: #666666;
	}

	footer .copyright {
		margin-top: 5px;
		font-size: 12px;
		color: #666666;
	}
	footer .copyright ul li {
		display: inline-block;
	}
	footer .copyright ul li:before {
		content: '|';
		color: #000222;
		margin: 0 0.2em;
	}

	footer .copyright ul li:first-child:before {
		display: none;
		content: '';
	}
	footer .copyright *+* {
		margin-top: 5px;
	}

	footer .sitemap>* {
	}

	footer .sitemap .logo {
		float: left;
		width: 66.66%;
	}
	footer .sitemap .logo+.highlighted-links {
		float: left;
		width: 33.33%;
	}
	footer .sitemap .enterprise-links,
	footer .sitemap .main-links,
	footer .sitemap .organization-links {
		width: 33.33%;
		float: left;
		margin-top: 40px;
		padding: 0 10px;
		font-weight: 900;
		font-size: 14px;
	}

	footer .sitemap .organization-links,
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	footer .sitemap h2,
	footer .sitemap h3,
	footer .sitemap h4 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	footer .sitemap ul li {
		margin-top: 15px;
	}
	footer .sitemap ul:first-child,
	footer .sitemap ul li:first-child {
		margin-top: 0;
	}

	footer .sitemap .organization-links a {	
		color: #809cce;
	}
    footer .sitemap .organization-links a:hover {	
		color: #569BCA;
	}

	footer .sitemap .highlighted-links {
		padding-top: 45px;
	}
	footer .sitemap .highlighted-links ul li {
		float: left;
		width: 50%;
		margin: 0;
		padding-right: 9px;
	}
	footer .sitemap .highlighted-links ul li+li {
		padding-left: 9px;
		padding-right: 0;
	}
	footer .sitemap .highlighted-links ul li a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
		padding: 10px 2px;
		color: white;
		background-color: #4e65b8;
		border: 1px solid #d3d7e7;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 14px;
		line-height: 14px;
	}
	footer .sitemap .highlighted-links ul li a:hover {
    	background-color: #546fcf;
	}
	footer .sitemap .highlighted-links ul li:nth-of-type(n+3) {
		display: none;
	}

	/* MID BREAKPOINT */
	footer .sitemap.mid>br {
		display: none;
	}
	footer .sitemap.mid .logo {
		clear: left;
		width: auto;
		margin-top: 60px;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 10px;
		width: auto;
	}
	footer .sitemap.mid .enterprise-links li {
		display: inline-block;
		margin-right: 30px;
	}
	footer .sitemap.mid .main-links,
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		width: 50%;
		float: left;
		padding-top: 0;
		margin-top: 0;
	}

	footer .sitemap.mid .main-links {
		padding-right: 25px;
	}
	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding-left: 25px;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 50px;
	}


	/* DEBUGGING */

	/*footer .sitemap .highlighted-links {
		background-color: red;
	}
	footer .sitemap .organization-links {
		background-color: green;
	}
	footer .sitemap .enterprise-links {
		background-color: yellow;
	}
	footer .sitemap .main-links {
		background-color: blue;
	}
	footer .sitemap .logo {
		background-color: orange;
	}*/
}
@media all and (max-width: 480px) {

	footer {
		padding-top: 30px;
	}

	footer>.wrapper {
		padding-top: 0;
	}
	footer .sitemap.mid {
		position: relative;
		padding-top: 65px;
	}
	footer .sitemap.mid .logo {
		float: none;
		margin-top: 30px;
	}
	footer .sitemap.mid .logo img {
		max-width: 75%;
	}
	footer .sitemap.mid .enterprise-links {
		clear: left;
		margin-top: 30px;
		width: auto;
		padding-left: 0;
	}
	footer .sitemap.mid .main-links br+br {
		display: none;
	}
	footer .sitemap.mid .enterprise-links li {
		margin-right: 0;
		display: block;
	}
	footer .sitemap.mid .highlighted-links {
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 0;
		width: 100%;
	}
	footer .sitemap.mid .main-links {
		width: 100%;
		padding: 0;
		float: none;
	}
	footer .sitemap.mid .organization-links {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	footer .sitemap.mid .highlighted-links,
	footer .sitemap.mid .organization-links {
		padding: 0;
	}
	footer .sitemap.mid .highlighted-links {
		margin-bottom: 0;
	}
}
