body {
	width: 100%;
	font-family: Lora,"Helvetica Neue",Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif;
	background-color: white;
	color: #5a5a5a;
	padding-bottom: 0px;
}

a:visited {
    color: #306090;
}

.btn-xlarge {
    padding: 12px 20px;
    font-size: 24px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


/* Red asterisk after label for required input fields in a form */
.required-input:after {
    content:"*";
    color:red;
}


@media print {
  a[href].hidden-link-print:after {
    content: '';
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    width: 100%;
  }
  .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11 {
    width: 91.66666667%;
  }
  .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10 {
    width: 83.33333333%;
  }
  .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9 {
    width: 75%;
  }
  .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8 {
    width: 66.66666667%;
  }
  .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7 {
    width: 58.33333333%;
  }
  .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
    width: 50%;
  }
  .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5 {
    width: 41.66666667%;
  }
  .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
    width: 33.33333333%;
  }
  .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3 {
    width: 25%;
  }
  .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2 {
    width: 16.66666667%;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12, .col-sm-pull-12, .col-md-pull-12, .col-lg-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11, .col-sm-pull-11, .col-md-pull-11, .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10, .col-sm-pull-10, .col-md-pull-10, .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9, .col-sm-pull-9, .col-md-pull-9, .col-lg-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8, .col-sm-pull-8, .col-md-pull-8, .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7, .col-sm-pull-7, .col-md-pull-7, .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6, .col-sm-pull-6, .col-md-pull-6, .col-lg-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5, .col-sm-pull-5, .col-md-pull-5, .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4, .col-sm-pull-4, .col-md-pull-4, .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3, .col-sm-pull-3, .col-md-pull-3, .col-lg-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2, .col-sm-pull-2, .col-md-pull-2, .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1, .col-sm-pull-1, .col-md-pull-1, .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0, .col-sm-pull-0, .col-md-pull-0, .col-lg-pull-0 {
    right: auto;
  }
  .col-xs-push-12, .col-sm-push-12, .col-md-push-12, .col-lg-push-12 {
    left: 100%;
  }
  .col-xs-push-11, .col-sm-push-11, .col-md-push-11, .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10, .col-sm-push-10, .col-md-push-10, .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9, .col-sm-push-9, .col-md-push-9, .col-lg-push-9 {
    left: 75%;
  }
  .col-xs-push-8, .col-sm-push-8, .col-md-push-8, .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7, .col-sm-push-7, .col-md-push-7, .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6, .col-sm-push-6, .col-md-push-6, .col-lg-push-6 {
    left: 50%;
  }
  .col-xs-push-5, .col-sm-push-5, .col-md-push-5, .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4, .col-sm-push-4, .col-md-push-4, .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3, .col-sm-push-3, .col-md-push-3, .col-lg-push-3 {
    left: 25%;
  }
  .col-xs-push-2, .col-sm-push-2, .col-md-push-2, .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1, .col-sm-push-1, .col-md-push-1, .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0, .col-sm-push-0, .col-md-push-0, .col-lg-push-0 {
    left: auto;
  }
  .col-xs-offset-12, .col-sm-offset-12, .col-md-offset-12, .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11, .col-sm-offset-11, .col-md-offset-11, .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10, .col-sm-offset-10, .col-md-offset-10, .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9, .col-sm-offset-9, .col-md-offset-9, .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8, .col-sm-offset-8, .col-md-offset-8, .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7, .col-sm-offset-7, .col-md-offset-7, .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6, .col-sm-offset-6, .col-md-offset-6, .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5, .col-sm-offset-5, .col-md-offset-5, .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4, .col-sm-offset-4, .col-md-offset-4, .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3, .col-sm-offset-3, .col-md-offset-3, .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2, .col-sm-offset-2, .col-md-offset-2, .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1, .col-sm-offset-1, .col-md-offset-1, .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0, .col-sm-offset-0, .col-md-offset-0, .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.bodycopy {
	margin-left: 20px;
	margin-right: 20px;
}
.bodycopy .lead {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
}
.bodycopy p {
	font-weight: 400;
	line-height: 1.4;
	font-size: 16px;
}
.bodycopy dl {
	font-weight: 400;
	line-height: 1.4;
	font-size: 16px;
}
.bodycopy dt, .bodycopy dd {
	margin-bottom: 8px;
}
.bodycopy li {
	font-weight: 400;
	line-height: 1.4;
	font-size: 16px;
	margin-bottom: 0.3em;
}
.bodycopy ul li {
	list-style-type: none;
	list-style-position: inside;
}
.bodycopy ul li:before {
	font-family: "FontAwesome";
	content: "\f144";
	color: #337ab7;
	margin-left: -20px;
	margin-right: 5px;
	margin-top: 0;
}
.bodycopy .nav li:before, .bodycopy .applylink li:before {
	content: '';
	margin: inherit;
}

.bodycopy h1, .bodycopy h2, .bodycopy h3, .bodycopy h4, .bodycopy h5 {
	color: #789;
}
.bodycopy h2 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 24px;
	font-weight: 500;
}
.bodycopy h3 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 24px;
}
.bodycopy h4 {
	margin-top: 16px;
}
.bodycopy .subcat {
	width: 100%;
	border-bottom: solid 1px #eee;
}
.bodycopy .officename {
	margin-top: 36px;
	margin-bottom: -12px;
}
.bodycopy .bibentry {
	margin-bottom: 20px;
	font-size: 14px;
}

.bodycopy .fig-left {
	float: left;
	padding: 0.3em 1em 0.8em 0px;
}
.bodycopy .fig-right {
	float: right;
	padding: 0.3em 0px 0.8em 1em;
}
.bodycopy .fig-full {
	margin-top:30px;
	margin-bottom:30px
}

.bodycopy .disclaimer {
    margin-top: 50px;
    font-size: 80%;
    line-height: 1.1;
}


/* Tweaks for Bootstrap jumbotrons */

.jumbotron {
    margin-top: 40px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.bodycopy .jumbotron h2 {
    font-size: 30px;
    font-weight: 500;
}
.bodycopy .jumbotron h3 {
    font-size: 24px;
    font-weight: 500;
}

/* Tweaks for Bootstrap thumbnails */

a.thumbnail:hover {
    text-decoration: none;
}
.thumbnail .fig-left {
    padding-left: 0.3em;
    padding-bottom: 0.3em;
}
.thumbnail .fig-right {
    padding-right: 0.3em;
    padding-bottom: 0.3em;
}


/* Support for blog-style article pages */
.blog-article {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
}
.blog-article p, .blog-article li {
  margin: 0 0 1.5rem;
  font-weight: 400;
}


/* Menu for section pages */

.sectmenu {
	margin-top: 23px;
	margin-bottom: 40px;
	padding: 15px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}
@media (max-width: 767px) {
	.sectmenu {
		margin-top: 0;
	}
}


/* Header customization */

header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	text-shadow: 0 1px 2px rgba(16, 16, 16, .6);
}
@media print {
    header {
	position: static;
	background-color: #111;
    }
}
.titlesection, .titlesection_short {
	width: 100%;
	margin-bottom: 40px;
	height: 280px;
	background-size: cover;
	position: relative;
}
.titlesection > .container {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%,0);
	text-shadow: 0 1px 2px rgba(16, 16, 16, .6);
	color: white;
}
.titlesection h1 {
	font-weight: 300;
}
@media (max-width: 767px) {
	.titlesection {
		height: 200px;
	}
	.titlesection > .container {
		bottom: 15px;
		left: 15px;
		transform: none;
	}
	.titlesection h1 {
		font-size: 22px;
	}
}
.titlesection_short {
    height: 200px;
    margin-bottom: 0px;
}
.titlesection_short > .gradient {
    position: absolute;
    bottom:0;
    height:70px;
    width:100%;
    background: rgba(255,255,255,0); /* for browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9) 80%, rgba(255,255,255,1));
    background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9) 80%, rgba(255,255,255,1));
    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9) 80%, rgba(255,255,255,1));
    background: -ms-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9) 80%, rgba(255,255,255,1));
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9) 80%, rgba(255,255,255,1));
}
h1.productlogo {
    margin: 0 10% 1em 10%;
}
h1.productlogo a {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
h1.productlogo img {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header img#logo {
	height: 60px;
	float: left;
	margin-left: 20px;
}
header nav {
	display: block;
	float: right;
}
header nav ul {
	list-style-type: none;
	margin: -12px;
	padding: 0;
	background-color: #111;
}
header nav li {
	float: left;
}

header nav a {
	display: block;
	text-align: center;
	padding: 14px 14px;
	color: #eee;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
header nav a:link {
	color: #eee;
}
header nav a:visited {
	color: #eee;
}
header nav a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}
header nav a:active {
	text-decoration: none;
	color: #bbb;
	background-color: #333;
}

/* The dropdown menu used on small screens. */
.dropdown-menu-item {
	padding: 14px 16px;
	float: none;
	text-shadow: none;
}
.dropdown-menu-item a:link {
	color: #111;
}
.dropdown-menu-item a:visited {
	color: #111;
}


/* Search button/bar */

.popover {
    background-color: rgba(222,222,222,0.95);
    border: none;
    color: black;
    width: 500px;
    max-width: 80%;
}
.popover.left>.arrow:after, .popover.right>.arrow:after {
    border-left-color: rgba(222,222,222,0.95);
}
.popover-content {
    padding: 3px 3px 3px 3px;
    width: 100%;
}
.popover input {
    background-color: rgba(222,222,222,0);
    border: none;
    padding: 5px 5px 5px 5px;
    margin-right: 15px;
    font-size: 125%;
    box-sizing: border-box;
    width: 100%;
}


/* Footer customization */

footer {
	margin-top: 60px;
}

footer a {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
footer a:link {
	color: #5a5a5a;
}
footer a:visited {
	color: #5a5a5a;
}
footer a:hover {
	color: #333;
	text-decoration: none;
}
footer #fb:hover {
	color: #3b5998;
}
footer #twitter:hover {
	color: #55acee;
}
footer #linkedin:hover {
	color: #007bb5;
}
footer #youtube:hover {
	color: #bb0000;
}
footer #googleplus:hover {
	color: #dd4b39;
}

footer a:active {
	color: black;
	text-decoration: none;
}

footer .container-fluid {
	background-color: #eee;
	padding: 0px;
}

footer .social {
	background-color: #bbb;
	padding: 0.5em 50px 0.5em 50px;
	font-size: 125%;
}

footer .menu {
	padding: 0.5em 50px 0.5em 50px;
}

footer .logo {
	padding: 1em 50px 0 50px;
}

footer .copyright {
	color: #5a5a5a;
	margin-top: 10px;
	text-align: center;
	font-size: 75%;
}

@media (max-width: 660px) {
	footer .social, footer .menu, footer .logo {
		padding-left: 20px;
		padding-right: 20px;
	}
}

footer nav h3 {
	font-size: 110%;
}

footer .row {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

footer nav ul {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 80%;
}


/* Multi-column lists */

.twocol, .twocol-responsive {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-gap: 3em;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
}
.threecol, .threecol-responsive {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-gap: 3em;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
}
@media (max-width: 767px) {
	.twocol-responsive {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	.threecol-responsive {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
}


/* Support for modal images */

.modal {
    display: none;
    position: fixed;
    z-index: 150;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0,0,0,0.9);
}
.modal-popover {
    cursor: pointer;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1500px;
}

.fig-full .caption, .fig-left .caption, .fig-right .caption {
    text-align: center;
}

.modal .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, .modal .caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.3s;
    animation-name: zoom;
    animation-duration: 0.3s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
