/* FONTS ARE IMPORTED VIA fonts.css */

/* Fixed Footer Bar for Launch
------------------------------- */
.new-site-fixed-bar {
	position:fixed;
	bottom:0;
	left:0;
	width: 100%;
	background-color: rgba(86, 97, 104, 0.95);
	z-index: 1037;
}


.new-site-fixed-bar ul.list-inline {
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-family: proxima-nova, sans-serif;
	margin:0;
	padding: 10px 0;
}

.new-site-fixed-bar ul.list-inline li {
	line-height: 100%;
	margin:0 10px;
	padding:0;
}

.new-site-fixed-bar ul.list-inline li a {
	color: #fff;
}

.new-site-fixed-bar ul.list-inline li a:hover {
	color: #c4c3c3;
}

@media screen and (max-width: 768px) {
	
	.new-site-fixed-bar ul.list-inline li:first-child {
		display:none;
	}
}

@media screen and (max-width: 480px) {
	.new-site-fixed-bar ul.list-inline li {
		display:block;
		padding: 8px 0;
	}
	
}

/* Web Help Form Fix - Temporary */

#onlineFormcollapse0.panel-collapse .row.form-group .row.form-group {
	margin-left:0;
	margin-right:0;
}

/* Fix for icon moon from OMNI CMS setting font on anything with ou-icon... classes  particularly for Icon Floating with Text snippet */
#cms-inline-editor-id .ou-icon-font-awesome-float > * {
	font-family: 'Helvetica Neue', Helvetica, sans-serif !important;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a[href^="mailto"] {
	word-break: break-word;
}
.gold {
    color: #ffcf0c;   
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  color: #192026;
}
small,
ou-small{
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
/* WP GF Fix for Checkbox/ Radio */
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top:0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.color-swatch {
    display:block;
    width: 100%;
    height: 40px;
    margin-bottom:8px;
}
.white-text {
    color: #fff;   
}
.white-text a {
    color: #fff;   
}
.white-text a:hover, a.white-text:hover {
    color: #fff;
    text-decoration:underline;
}
.ou-justedit-active .white-text,
.ou-justedit-active .white-text a,
.ou-justedit-active .white-text a:hover, 
.ou-justedit-active a.white-text:hover{
	color: #ccc;
}
.black-text {
    color: #000;   
}
.fa.fa-5x {
	font-size: 5vw;
}
.fa.fa-4x {
	font-size: 4vw;
}
.fa.fa-3x {
	font-size: 3vw;
}

.fa.pull-left.fa-fw {
	line-height: 170%;
}
.ou-justedit-active body * {
	opacity: 1 !important;
	transform: none !important;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

/* Special Print Declarations for Firefox*/
	.col-sm-push-4 {left:0 !important;}
	.col-sm-8 {width: 100% !important;}
	.hidden-print {display:none !important;}
	#header-announcement { display:none !important;}
	body {font-size: 16px !important;}
	
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  font-weight:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #be1e2d;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #7c141d;
  text-decoration: underline;
  /*make the a's fade */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
a:focus {
  outline: thin dotted;
  outline-offset: 4px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

.container img.img-responsive {
	/*width: auto; removed because it was forcing floated images full width*/
	max-width: 100%;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 6px;
  line-height: 1.7;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.pull-right.img-responsive.img-thumbnail {
    margin-right: -15px;   
}
.pull-left.img-responsive.img-thumbnail {
    margin-left: -15px;   
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 0;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #e1e1e1;
}
i.fa-small,
span.fa-small{
	font-size: 70%;
    margin-top: -15%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}

/*-------------------------------------------------
Typography
------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
	display:block;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #566168;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4
h5,
.h5 {
  margin-top: 0;
  margin-bottom: 14px;
  font-weight:800;
  color: #192026;
}
.h6 {
  color: #192026;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 14px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
@media only screen and (min-width: 600px) {
	h1,
	.h1 {
	  font-size: 42px;
	}
	h2,
	.h2 {
	  font-size: 30px;
	}
	h3,
	.h3 {
	  font-size: 28px;
	}
	h4,
	.h4 {
	  font-size: 24px;
	}
	h5,
	.h5 {
	  font-size: 21px;
	}
	h6,
	.h6 {
	  font-size: 19px;
	}
}
span.proxima-light,
.proxima-light {
    font-family:proxima-nova, sans-serif;
    font-weight:400;
	margin-bottom: 10px;
}
span.proxima-light strong,
.proxima-light strong {
	font-family:proxima-nova, Helvetica Neue, sans-serif;
	font-weight:500;
}
span.proxima-bold,
.proxima-bold {
    font-family:proxima-nova, sans-serif;
    font-weight:800;
	margin-bottom: 10px;
}
span.font-extra-large,
.font-extra-large,
p.font-extra-large {
	font-size: 42px;
	margin-top: 0;
  	margin-bottom: 14px;
  	color: #192026;
	line-height: 1.2;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 600;
}
span.font-extra-large strong,
.font-extra-large strong,
p.font-extra-large strong {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 900;
}
span.font-large,
.font-large,
p.font-large {
	font-size: 30px;
	margin-top: 0;
  	margin-bottom: 14px;
  	color: #192026;
	line-height: 1.2;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 600;
}
span.font-large strong,
.font-large strong,
p.font-large strong {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 800;
}
span.font-medium,
.font-medium,
p.font-medium {
	font-size: 28px;
	margin-top: 0;
  	margin-bottom: 14px;
  	color: #192026;
	line-height: 1.2;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 600;
}
span.font-medium strong,
.font-medium strong,
p.font-medium strong {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 800;
}
span.font-small,
.font-small,
p.font-small {
	font-size: 24px;
	margin-top: 0;
  	margin-bottom: 14px;
  	color: #192026;
	line-height: 1.2;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 600;
}
span.font-small strong,
.font-small strong,
p.font-small strong {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 800;
}
span.font-xs,
.font-xs {
	font-size: 21px;
	margin-top: 0;
  	margin-bottom: 14px;
	line-height: 1.2;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	/* font-weight: 600; */
}
span.font-xs strong,
.font-xs strong {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 800;
}
span.text-dark,
.text-dark {
	color: #192026;
}
p {
  margin: 0 0 28px;
}  
.lead {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  font-family: 'HelveticaNeueLight', Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  letter-spacing:.5px;
  color: #192016;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
.horzmarg {
  margin-left: 10%;
  margin-right: 10%;
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  border-bottom:2px solid #ffcf0c;
  padding-bottom: .1em;
  background:transparent;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #929191;
}
.text-primary {
  color: #be1e2d;
}
a.text-primary:hover {
  color: #921723;
}
.text-success {
  color: #5d9f38;
}
a.text-success:hover {
  color: #47792b;
}
.text-info {
  color: #999999;
}
a.text-info:hover {
  color: #808080;
}
.text-warning {
  color: #ef4923;
}
a.text-warning:hover {
  color: #d0330f;
}
.text-danger {
  color: #ff0000;
}
a.text-danger:hover {
  color: #cc0000;
}
.bg-primary {
  color: #fff;
  background-color: #be1e2d;
}
a.bg-primary:hover {
  background-color: #921723;
}
.bg-success {
  background-color: #ffffff;
}
a.bg-success:hover {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #ffffff;
}
a.bg-info:hover {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #ffffff;
}
a.bg-warning:hover {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #ffffff;
}
a.bg-danger:hover {
  background-color: #e6e6e6;
}

.pcc-box-shadow {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

/*----------------------------------
Section and Page Headers
----------------------------------*/
.page-header {
  margin: 0 0 15px;
  border-bottom: 1px solid #e1e1e1;
}
body.two-nav-section-page .titlerow.page-header {
    border:0;
    margin-bottom:0;
}
.page-header h1,
.page-header h2 {
    letter-spacing:1px;   
}

h1.section-title-landing,
span.h1.section-title-landing {
    text-transform:uppercase;
    font-weight:bold;
}
h1.section-title-landing small,
span.h1.section-title-landing small {
    text-transform:none;
    color: #566168;
    font-size: 50%;
    position:relative;
    top:-5px;
    font-family: proxima-nova, 'Helvetica Neue', sans-serif;
    font-weight:normal;
}

.col-sm-4 nav h1,
.col-sm-4 nav h1.group-section-title {	
	font-family: proxima-nova, sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
	font-size: 30px;
}

h3.sub-section-group-title,
span.h3.sub-section-group-title {
    color: #566168;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0px;
	text-transform: uppercase;
}

.landing-image h1.section-title-landing {
    color: #fff;
    text-shadow: 0px 0px 3px #000000; /*in case image is not dark enough*/
}

h2.section-title,
span.h2.section-title {
    text-transform:uppercase;
    font-size: 18px;
    color: #929191;
    font-weight:300;
    font-family: proxima-nova, 'Helvetica Neue', sans-serif;
	margin-top: 5px;
}

@media (min-width: 768px) {
	h2.section-title
	span.h2.section-title {
		max-width: 34%;
	}
}

h1.section-title,
span.h1.section-title {
	margin-top: 12px;
}

h2.section-title a,
span.h2.section-title a {
    color: #929191;
}
h2.section-title a:hover,
span.h2.section-title a:hover {
    color: #566168;
    text-decoration:none;
}

h1.section-title-page,
span.h1.section-title-page {
    font-size:36px;   
	padding: 0px;
}
.col-sm-8 h1.section-title-page,
.col-sm-8 span.h1.section-title-page {
	padding-left:0;
	padding-right:0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.7;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
  color: #566168;
}

/*Steps List*/

.well ol.list-steps,
.panel ol.list-steps{
	margin-left: 20px;
}

ol.list-steps {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}

ol.list-steps > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -3px;
    left: -2em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    padding: 4px;
    border-top: none;
    background-color: #566168;
    color: #fff;
    font-weight: bold;
    font-family: proxima-nova, 'Helvetica Neue', sans-serif;
    text-align: center;
    font-size: 25px;
	border-radius: 50%;
    width: 50px;
    height: 50px;
}

ol.list-steps-alpha > li:before {
    content: counter(li, upper-alpha);
    counter-increment: li;
}
ol.list-steps {
    
}
ol.list-steps > li {
    position: relative;
    margin: 0 0 20px 2em;
    padding: 6px 8px 10px 18px;
    list-style: none;
    border-top: none;
    font-family: proxima-nova, 'Helvetica Neue', sans-serif;
    color: #566168;
}

ol.list-steps-alpha {
	list-style-type: upper-alpha;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c4c3c3;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 21.25px;
  line-height: 150%;
  border-left: 5px solid #ffcf0c;
  color: #566168;
  font-family: proxima-nova, 'Helvetica Neue', sans-serif;
	font-weight:300;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.7;
  color: #929191;
  font-family: 'HelveticaNeueLight','helvetica neue', helvetica, sans-serif;
  padding:0;
  background:transparent;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ffcf0c;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote.center-block {
    padding: 0;
    margin: 0;
    line-height: 130%;
    font-size: 24px;
    border:0 !important;
    color: #192026;
    font-size: 24px;
    max-width: 500px;
    margin:20px auto 32px auto;
}
.blockquote-yellow {
    padding: 0;
    margin: 0;
    line-height: 130%;
    font-size: 24px;
    border:0 !important;
    color: #192026;
    font-size: 24px;
}
.blockquote-yellow p {
    line-height:150%;
    background: #fee578;
    display:inline;
    padding: 2px 8px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.blockquote-yellow h1, .blockquote-yellow h2, .blockquote-yellow h3, .blockquote-yellow h4, .blockquote-yellow h5, .blockquote-yellow h6 {
    line-height:150%;
    background: #fee578;
    display:inline;
    padding: 2px 8px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.center-block.blockquote-yellow {
    max-width: 500px;
    margin:20px auto 32px auto;
}

blockquote.pull-right {
    position:relative;
    right: -20px;
}
blockquote.pull-left {
    position:relative;
    left: -20px;
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.7;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code /*modified to display as block so it would appear with one constant background */ {
    padding: 10px;
    font-size: 80%;
    color: #566168;
    background-color: #f7f7f9;
    border-radius: 0;
    word-break: break-word;
    display: inline-block;
    margin-bottom: 18px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #566168;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* -------------------------------------------------
Main Content Text Styles — Specifically for font usage
------------------------------------------------- */

b, 
strong {
    font-weight:800;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: proxima-nova, sans-serif;
	font-weight:bold;
}

.optima {
    font-family: "optima std", serif;   
}

hr.red-bar {
    margin: -5px 0 32px 0;
    background: #be1e2d;
    height: 4px;
    width: 60px;
    border:none;
}
hr.red-bar.center-block {
    margin-left: auto;
    margin-right: auto;
}
hr.gray-bar {
    margin: -5px 0 32px 0;
    background: #c4c3c3;
    height: 4px;
    width: 60px;
    border:none;   
}
hr.gray-bar.center-block {
    margin-left: auto;
    margin-right: auto;
}
hr.dark-line {
    border-bottom: 1px solid #192026;   
}
hr.large-line {
    background: #566168;
    height: 5px;
    width: 100%;
    display:block;
    margin-bottom: 32px;
	margin-top:0;
}
hr.transparent-line {
    border: none;
    background-color: transparent;
    display:block;
    margin-bottom: 32px;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 97%;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 98%;
	max-width: 1440px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* Cushion */
.padding-top-sm {
    padding-top: 18px;
}
.padding-top-md {
    padding-top: 32px;
}
.padding-top-lg {
    padding-top: 48px;
}
.padding-bottom-sm {
    padding-bottom: 18px;
}
.padding-bottom-md {
    padding-bottom: 32px;
}
.padding-bottom-lg {
    padding-bottom: 48px;   
}
/*Remove Padding*/
.no-padding-top {
    padding-top: 0 !important;   
}
.no-padding-bottom {
    padding-bottom: 0 !important;   
}
.no-padding-right {
    padding-right: 0 !important;   
}
.no-padding-left {
    padding-left: 0 !important;   
}
/* Remove Margins */
.no-margin-top {
    margin-top:0 !important;   
}
.no-margin-bottom {
    margin-bottom:0 !important;   
}
.no-margin-right {
    margin-right:0 !important;   
}
.no-margin-left {
    margin-left:0 !important;   
}
/* Add Margins */
.margin-top-sm {
    margin-top: 18px;
}
.margin-top-md {
    margin-top: 32px;
}
.margin-top-lg {
    margin-top: 48px;
}
.margin-bottom-sm {
    margin-bottom: 18px;
}
.margin-bottom-md {
    margin-bottom: 32px;
}
.margin-bottom-lg {
    margin-bottom: 48px;   
}

/* Removes border */
.no-border {border: 0 !important;}

/* Removes gutter for columns on container-fluid */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.col-xss-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xss-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xss-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xss-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xss-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xss-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xss-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xss-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xss-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xss-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xss-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xss-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xss-1, .col-xss-2, .col-xss-3, .col-xss-4, .col-xss-5, .col-xss-6, .col-xss-7, .col-xss-8, .col-xss-9, .col-xss-10, .col-xss-11, .col-xss-12 {
  float: left;
}
.col-xss-12 {
  width: 100%;
}
.col-xss-11 {
  width: 91.66666667%;
}
.col-xss-10 {
  width: 83.33333333%;
}
.col-xss-9 {
  width: 75%;
}
.col-xss-8 {
  width: 66.66666667%;
}
.col-xss-7 {
  width: 58.33333333%;
}
.col-xss-6 {
  width: 50%;
}
.col-xss-5 {
  width: 41.66666667%;
}
.col-xss-4 {
  width: 33.33333333%;
}
.col-xss-3 {
  width: 25%;
}
.col-xss-2 {
  width: 16.66666667%;
}
.col-xss-1 {
  width: 8.33333333%;
}
.col-xss-pull-12 {
  right: 100%;
}
.col-xss-pull-11 {
  right: 91.66666667%;
}
.col-xss-pull-10 {
  right: 83.33333333%;
}
.col-xss-pull-9 {
  right: 75%;
}
.col-xss-pull-8 {
  right: 66.66666667%;
}
.col-xss-pull-7 {
  right: 58.33333333%;
}
.col-xss-pull-6 {
  right: 50%;
}
.col-xss-pull-5 {
  right: 41.66666667%;
}
.col-xss-pull-4 {
  right: 33.33333333%;
}
.col-xss-pull-3 {
  right: 25%;
}
.col-xss-pull-2 {
  right: 16.66666667%;
}
.col-xss-pull-1 {
  right: 8.33333333%;
}
.col-xss-pull-0 {
  right: auto;
}
.col-xss-push-12 {
  left: 100%;
}
.col-xss-push-11 {
  left: 91.66666667%;
}
.col-xss-push-10 {
  left: 83.33333333%;
}
.col-xss-push-9 {
  left: 75%;
}
.col-xss-push-8 {
  left: 66.66666667%;
}
.col-xss-push-7 {
  left: 58.33333333%;
}
.col-xss-push-6 {
  left: 50%;
}
.col-xss-push-5 {
  left: 41.66666667%;
}
.col-xss-push-4 {
  left: 33.33333333%;
}
.col-xss-push-3 {
  left: 25%;
}
.col-xss-push-2 {
  left: 16.66666667%;
}
.col-xss-push-1 {
  left: 8.33333333%;
}
.col-xss-push-0 {
  left: auto;
}
.col-xss-offset-12 {
  margin-left: 100%;
}
.col-xss-offset-11 {
  margin-left: 91.66666667%;
}
.col-xss-offset-10 {
  margin-left: 83.33333333%;
}
.col-xss-offset-9 {
  margin-left: 75%;
}
.col-xss-offset-8 {
  margin-left: 66.66666667%;
}
.col-xss-offset-7 {
  margin-left: 58.33333333%;
}
.col-xss-offset-6 {
  margin-left: 50%;
}
.col-xss-offset-5 {
  margin-left: 41.66666667%;
}
.col-xss-offset-4 {
  margin-left: 33.33333333%;
}
.col-xss-offset-3 {
  margin-left: 25%;
}
.col-xss-offset-2 {
  margin-left: 16.66666667%;
}
.col-xss-offset-1 {
  margin-left: 8.33333333%;
}
.col-xss-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .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 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #929191;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #c4c3c3;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #c4c3c3;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #c4c3c3;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 4px;
}
.table-bordered {
  border: 1px solid #c4c3c3;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #c4c3c3;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

/* Staff Directory Data Table Styles */

table.sd-table {
	border:0;
	font-size: 14px;
}

table.sd-table thead th {
	border:0;
	font-size: 16px;
	padding-right: 30px;
	color: #929191;
}

table.sd-table thead th.sorting_asc,
table.sd-table thead th.sorting_desc {
	color: #566168;
}

table.sd-table tbody tr td:first-child {
	font-weight:bold;
	color: #192026;
}

table.sd-table tbody > tr > td {
	border:0;
	padding: 12px 16px;
	white-space: nowrap;
}

table.sd-table tbody > tr {
	border-top: 1px solid #e8e8e8;
}

table.dataTable > tbody > tr.child {
	border-top:0;
}

#staffDirectory_wrapper .dataTables_paginate ul.pagination {
	font-size: 12px;
}

div.dataTables_paginate ul.pagination {
	white-space:normal !important;
}

table.sd-table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.sd-table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	top: 13px;
    left: 7px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: white;
    border: none;
    border-radius: 16px;
    text-align: center;
    line-height: 16px;
    box-shadow: none;
    box-sizing: content-box;
    content: '+';
    background-color: #c4c3c3;
}

table.sd-table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.sd-table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	background-color: #be1e2d;
}

table.sd-table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
	display:none;
}

/* Google Charts Table Styling */  
tr.pccTableHeader th,
tr.pccTableRow td {
  padding: 12px 6px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #c4c3c3;
}
tr.pccTableHeader th {
  vertical-align: bottom;
  border-bottom: 2px solid #c4c3c3;
}
table > caption + thead > tr.pccTableRow:first-child > th,
table > colgroup + thead > tr.pccTableRow:first-child > th,
table > thead:first-child > tr.pccTableRow:first-child > th,
table > caption + thead > tr.pccTableRow:first-child > td,
table > colgroup + thead > tr.pccTableRow:first-child > td,
table > thead:first-child > tr.pccTableRow:first-child > td {
  border-top: 0;
}
tr.pccHoverTableRow:hover {
  background-color: #f5f5f5;
  color: #333;
}
.pccSelectedTableRow {
	background-color: #929191;
	color: #fff;
}
/* End Google Charts Table Styling */ 

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #c4c3c3;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 25.5px;
  line-height: inherit;
  color: #566168;
  border: 0;
  border-bottom: 1px solid #c4c3c3;
}
#retrieval-form legend {
  font-size: 18.5px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 80%;
  color: #566168;
}
label.control-label {
	color: #192026;
	font-weight:bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c4c3c3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 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;
}
.form-control:focus {
  border-color: #929191;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(146, 145, 145, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(146, 145, 145, 0.6);
}
.form-control::-moz-placeholder {
  color: #929191;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #929191;
}
.form-control::-webkit-input-placeholder {
  color: #929191;
}
a[disabled],
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e1e1e1;
  opacity: 1;
}
a[disabled],
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 42px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 52px;
  }
}
form.panel-default {
	background: #f8f8f8;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 75%;
  margin-left: 20px;
}
}
.radio label,
.checkbox label {
  min-height: 28px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  font-size: 80%;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
a[disabled],
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 45px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 34px;
  line-height: 34px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 43px;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 52px;
  line-height: 52px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  min-height: 50px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5d9f38;
}
.has-success .form-control {
  border-color: #5d9f38;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #47792b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #91cd70;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #91cd70;
}
.has-success .input-group-addon {
  color: #5d9f38;
  border-color: #5d9f38;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #5d9f38;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ef4923;
}
.has-warning .form-control {
  border-color: #ef4923;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #d0330f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f69882;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f69882;
}
.has-warning .input-group-addon {
  color: #ef4923;
  border-color: #ef4923;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #ef4923;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ff0000;
}
.has-error .form-control {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #ffffff;
}
.has-error .form-control-feedback {
  color: #ff0000;
}
.has-feedback label ~ .form-control-feedback {
  top: 33px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size:80%;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: normal;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing:0;
  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family:proxima-nova, Helvetica Neue, sans-serif;
    
  /*make the buttons fade */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {

}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #192026;
  background-color: transparent;
  border-color: #192026;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #be1e2d;
  border-color: #be1e2d;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #333333;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #be1e2d;
  border-color: #be1e2d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #921723;
  border-color: #891620;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #be1e2d;
  border-color: #be1e2d;
}
.btn-primary .badge {
  color: #be1e2d;
  background-color: #ffffff;
}
.btn-dark {
  color: #ffffff;
  background-color: #192026;
  border-color: #192026;
}
form button[type="submit"] {
	color: #ffffff;
    background-color: #be1e2d;
    border-color: #be1e2d;
}
form button[type="submit"]:hover {
	color: #ffffff;
    background-color: #921723;
    border-color: #891620;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #566168;
  border-color: #566168;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #192026;
  border-color: #192026;
}
.btn-dark .badge {
  color: #192026;
  background-color: #ffffff;
}
/*btn white*/
.btn-light {
  color: #ffffff;
  background-color: transparent;
  border-color: #fff;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  color: #fff;
  background-color: #192026;
  border-color: #192026;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: #192026;
  border-color: #192026;
}
.btn-light .badge {
  color: #fff;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5d9f38;
  border-color: #5d9f38;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47792b;
  border-color: #437228;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5d9f38;
  border-color: #5d9f38;
}
.btn-success .badge {
  color: #5d9f38;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #808080;
  border-color: #7a7a7a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #999999;
  border-color: #999999;
}
.btn-info .badge {
  color: #999999;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ef4923;
  border-color: #ef4923;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d0330f;
  border-color: #c6310e;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ef4923;
  border-color: #ef4923;
}
.btn-warning .badge {
  color: #ef4923;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #c20000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger .badge {
  color: #ff0000;
  background-color: #ffffff;
}
.btn-link {
  color: #be1e2d;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #7c141d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #929191;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 22px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 10px 10px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 5px 5px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.btn-yellow,
.btn.btn-yellow {
	background-color: #FFC629;
	color: #000;
	transition: all .2s ease-in-out;
	font-weight: 800;
	text-shadow:none;
}
.btn-yellow:hover,
.btn.btn-yellow:hover {
	background-color:#FCD771;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.dark-link,
.dark-link a,
a.dark-link {
	color: #333;
}
.strong-dark-link,
.strong-dark-link a,
a.strong-dark-link {
	color: #333;
	font-weight: bold;
}
.btn-controls {
	line-height: 12px;
	padding: 3px 10px;
	font-size: 12px;
	margin-top: 6px;
	outline: none;
	border: none;
}
.btn-overlay {
	margin: 0;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #c4c3c3;
  border-top:4px solid #192026;
  border-radius: 0;
/*
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
*/
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #c4c3c3;
}
.dropdown-menu > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
  white-space: nowrap;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #404040;
  background-color: #e1e1e1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #404040;
  text-decoration: none;
  outline: 0;
  background-color: #d4d4d4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #929191;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
ul.dropdown-menu span.fa {
    color: #999;
    margin-top: 6px;
	margin-left: 6px;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #192026;
  white-space: nowrap;
}
.navbar-nav li.dropdown-header	{
	display: block;
    padding: 3px 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    white-space: nowrap;
    font-weight: bold;
    background: #f1efee;
    font-size: 12px !important;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
  margin-bottom: 0;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  line-height: 34px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #e1e1e1;
  border: 1px solid #c4c3c3;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 22px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #c4c3c3;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 10px;
}

.nav > li > a i.fa.fa-chevron-down,
.nav > li > a span.fa.fa-chevron-down{
    font-size: 12px;
    position:relative;
    top: -2px;
}

.nav > li > a i.fa.fa-chevron-up,
.nav > li > a span.fa.fa-chevron-up{
    font-size: 12px;
    position:relative;
    top: -2px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #c4c3c3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #c4c3c3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #fff;
}
.nav .nav-divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e1e1e1;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -2px;
  margin-top: 7px;
  border-bottom:none;
  border: 1px solid #e1e1e1;
}
.nav-tabs > li.active {
    margin-bottom: 0px;   
    margin-top: 0;
}

.nav-tabs > li > a {
	color: #192026;
}

.nav-tabs > li#events-tab.active span.fa,
.nav-tabs > li#dates-tab.active span.fa{
    display:none;
}

.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  font-family: proxima-nova, Helvetica, sans-serif;
  margin-bottom: -4px;
}
.nav-tabs > li > a:hover {
  background-color: #f1f1f1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #566168;
  background-color: #ffffff;
  border: none;
  cursor: default;
  border-top:none;
/*   margin-bottom: -4px; */
  font-size: 21px;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.navbar-nav i {
	/*line-height: 170%;*/
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
	border-top: 2px solid #e1e1e1;
  }
  .nav-tabs > li {
	 border-top: 3px solid #e1e1e1;
	 border-right: none;
	 background-color: #f1f1f1;
  }
  .nav-tabs > li:last-child {
	border-right: 1px solid #e1e1e1;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
	
  .nav-tabs > li > a:hover {
		background-color: transparent;
  }
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
	#new-tabs .nav-tabs > li.active > a, #new-tabs .nav-tabs > li.active > a:hover, #new-tabs .nav-tabs > li.active > a:focus {
		font-size: 16px;
	}
	
	.nav-tabs > li > a {
		font-size: 14px;
	}
}

.nav-tabs li.active {
    border-top: 6px solid #ffcf0c;
	background-color: #fff;
}

.nav-tabs > li:hover {
    background-color: #f1f1f1;
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #e1e1e1;
  border-top: 3px solid #ffcf0c;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 0;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
@media (max-width: 768px) {
    .nav-tabs > li {
        display:block;
        width: 100%;
        margin-bottom:0;
        margin-top:0;
		border-top: 1px solid #e1e1e1;
		border-bottom: none;
    }
    
    .nav > li > a {
        border-bottom: 0;      
    }
    
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-left: 0;
        border-right: 0;
        border-bottom: none;        
    }
	
	.nav-tabs > li:last-child {
		border-bottom: 1px solid #e1e1e1;
	}
	
	.nav-tabs.nav-justified > li {
		border-top: 1px solid #e1e1e1;
	}
	
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0px;
	}
	
	.nav-tabs > li.active > a, 
	.nav-tabs > li.active > a:hover, 
	.nav-tabs > li.active > a:focus {
		margin-bottom: 0px;
	}
	
	.nav-tabs > li > a {
		margin-bottom: 0px;
	}
    
    .nav-tabs {
        border-bottom:0;   
    }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #333333;
  background-color: #e1e1e1;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  padding: 20px 10px;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* Rounded Tabs */
.rounded-tabs .nav-tabs {
	border-bottom:none;
}
.rounded-tabs .nav-tabs > li {
	border:none !important;
	background: transparent;
	margin-bottom: 8px;
}
.rounded-tabs .nav-tabs li.active {
	border:none;
	background: transparent;
}
.rounded-tabs .nav-tabs > li > a {
	margin-bottom:0;
	border: 2px solid #000;
    border-radius: 100px;
    font-size: 16px;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
	transition: all .2s ease-in-out;
}
.rounded-tabs .nav-tabs > li > a:hover {
	border-color: #FFC629;
}
.rounded-tabs .nav-tabs > li.active > a, 
.rounded-tabs .nav-tabs > li.active > a:hover, 
.rounded-tabs .nav-tabs > li.active > a:focus {
	background-color:#C10230;
	color: #ffffff;
	border: 2px solid #C10230;
	font-size: 16px;
	font-weight:bold;
	border-radius: 100px;
	margin-bottom:0;
	
}
@media (min-width: 768px) {
	.rounded-tabs .nav-tabs > li {
		margin-right: 10px;
		margin-top:0;
	}
}
.navbar {
  position: relative;
  min-height: 44px;
  margin-bottom: 28px;
  /*border: 1px solid transparent;*/
  border:none;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 42px;
  height: 50px;
}
/* Added for magnifying glass icon */
.navbar-search {
  padding: 10px 10px;
  font-size: 22px;
  line-height: 28px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 2px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.sidebar-nav-header .navbar-toggle {
	background-color: #f1f1f1;
	margin-top: -10px;
	margin-bottom:0;
}

.sidebar-nav-header .navbar-toggle small {
	font-size: 70%;
}

.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0 -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
}
@media (max-width: 992px) {
  .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;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 28px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
	border-bottom:none;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    /*border-right: 1px solid #fff;*/
  }
    
  ul.navbar-right li a {
        border-right:0;
        
    }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
/*
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
*/
  margin-top: 4px;	
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav li {
	font-size: 14px;
}
@media (max-width: 1200px) {
	.navbar-nav li {
		font-size: 14px;
	}
	.navbar-nav li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 991px) {
	.navbar-nav li {
		font-size: 16px;
	}
	.navbar-nav li a {
		padding-left: 18px;
		padding-right: 18px;
	}
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #e1e1e1;
  border-color: #c4c3c3;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: #9c1521;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #192026;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #192026;
  background-color: #c4c3c3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #566168;
}

/*Right button CTA */
.navbar-default .navbar-nav.navbar-right > li > a {
	color: #fff;
	font-weight:bold;
	background-color: #be1e2d;
}
/* Second-to-Right dark default button */
.navbar-default .navbar-nav.navbar-right > li > a.btn-dark {
    background-color: #192026;
}

.navbar-default .navbar-nav.navbar-right > li > a:hover {
	background-color: #9c1521;
}
/*For the home icon on the drop down on mobile*/
@media (max-width: 992px) {
	.nav.navbar-nav a i.fa-home,
	.nav.navbar-nav a span.fa-home{
		margin-right:5px;
	}
}
/* For the home icon not getting proper line-height */
.nav.navbar-nav span.fa.fa-home {
    line-height: 28px !important;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #e1e1e1;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border:none;
  background-color: #566168;
  color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #192026;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #c4c3c3;
}

.navbar-default .navbar-nav > .dropdown > a,
.navbar-default .navbar-nav > .dropdown > a:hover,
.navbar-default .navbar-nav > .dropdown > a:focus {
	background-color: #e1e1e1;
	color: #192026;
}

.navbar-default .navbar-nav > .dropdown.active > a {
	background-color: #c4c3c3;
}

.navbar-default .navbar-nav > .dropdown.open > a,
.navbar-default .navbar-nav > .dropdown.open > a:hover,
.navbar-default .navbar-nav > .dropdown.open > a:focus {
  background-color: #c4c3c3;
  color: #192026;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #192026;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #192026;
    background-color: #c4c3c3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #192026;
    background-color: #c4c3c3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #e1e1e1;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #e1e1e1;
}
.navbar-inverse {
  background-color: #c4c3c3;
  border-color: #c4c3c3;
}
.navbar-inverse .navbar-brand {
  color: #333333;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #333333;
  background-color: #929191;
}
.navbar-inverse .navbar-text {
  color: #333333;
}
.navbar-inverse .navbar-nav > li > a {
  color: #333333;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #929191;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: #929191;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #929191;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #929191;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #333333;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #b2b1b1;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #929191;
  color: #333333;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #c4c3c3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #c4c3c3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: #929191;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: #929191;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #929191;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #333333;
}
.navbar-inverse .navbar-link:hover {
  color: #333333;
}
.navbar-inverse .btn-link {
  color: #333333;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #333333;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #929191;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 70%;
  z-index:99; 
  display:block;
  position:relative;
}
@media (min-width: 768px) {
	.breadcrumb {
		max-width: 65%;
	}
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #566168;
}
.breadcrumb > .active {
  color: #566168;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 28px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.7;
  text-decoration: none;
  color: #be1e2d;
  background-color: #ffffff;
  border: 1px solid #c4c3c3;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #7c141d;
  background-color: #e1e1e1;
  border-color: #c4c3c3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #be1e2d;
  border-color: #be1e2d;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #c4c3c3;
  background-color: #ffffff;
  border-color: #c4c3c3;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 15px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 28px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #c4c3c3;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e1e1e1;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #c4c3c3;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .4em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  position:relative;
  top: -3px;
}
h1 span.label,
h2 span.label,
h3 span.label,
h4 span.label,
h5 span.label,
h6 span.label {
    padding: .2em .6em .2em;
    position:relative;
    top: -3px;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #333333;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #1a1a1a;
}
.label-primary {
  background-color: #be1e2d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #921723;
}
.label-success {
  background-color: #5d9f38;
}
.label-gold {
    background-color: #ffcf0c; 
    color: #192026;
}
.label-gold[href]:hover,
.label-gold[href]:focus {
  background-color: #e4af15;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #47792b;
}
.label-info {
  background-color: #999999;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #808080;
}
.label-warning {
  background-color: #ef4923;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d0330f;
}
.label-danger {
  background-color: #ff0000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #cc0000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 60%;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #c4c3c3;
  border-radius: 0;
  margin-top: -3px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: #929191;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/* -----------------------
NEWS and EVENTS and MEDIA
-------------------------- */

/* HIDE TAGS  - Temporary */

ul.event-component.news-topic-component li.event-item .event-item-content p.post-info {
	display:none;	
}

.news-meta ul.list-inline.list-inner-separators li:nth-child(2) {
	display:none;
}

/*news slider */

.news-slider a {
    display:block;   
}

.news-slider a:hover .rsSlideBlock {
    color: #ffcf0c;
}

.news-slider a img {
    opacity:.8;   
}

.news-slider a:hover img {
    opacity:.7;   
}

.news-slider .rsSlide {
    background: #333;   
}

.news-slider .page-slider-caption h4.rsSlideTitle, .news-slider .page-slider h4.rsSlideTitle,
.news-slider .page-slider-caption span.h4.rsSlideTitle, .news-slider .page-slider span.h4.rsSlideTitle {
    font-size: 24px;
    font-family: proxima-nova, helvetica, sans-serif; 
	font-weight:900;
	line-height: 1.1;
	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.news-featured-image {
    position:relative;
	background: #212121;
}

.news-featured-image img {
	opacity: .7;
}

.news-featured-image-caption {
    max-width: 66%;
    /*background-image: url('/img/bg-slider-caption.svg');
    background-repeat: repeat;
    background-position: left top;
    background-size: cover;*/
    left: 20px;
    bottom: 20px;
    height: auto;
    top: auto;
    padding: 20px;
    position:absolute;
}

.news-featured-image-caption h1 {
    font-size: 42px;
    font-family: proxima-nova, helvetica, sans-serif;
    color: #fff;
	font-weight:400;
    margin:0;
    padding:0;
}

.news-meta .list-inner-separators li {
	border:none;
	padding-left:0;
	line-height: 1;
}

.news-meta .list-inline > li {
	display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.news-meta small {
	font-size: 14px;
}

ul.event-component li.event-item h3 span.event-item-date {
	text-transform: uppercase;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    clear: both;
    width: auto;
    position: relative;
    text-align: left;
    font-size: 18px;
    color: #566168;
}

@media (max-width: 600px) {
    .news-slider .page-slider-caption h4.rsSlideTitle, .news-slider .page-slider h4.rsSlideTitle {
        font-size: 24px;
    }
	
	.news-featured-image .news-featured-image-caption h1 {
		font-size: 24px;
	}
	
	.news-featured-image .news-featured-image-caption {
		padding:0;
		max-width: 85%;
	}
	
	.news-meta .text-right {
		text-align: left;
	}
}

@media (max-width: 480px) {
    .news-slider .page-slider-caption h4.rsSlideTitle, .news-slider .page-slider h4.rsSlideTitle {
        font-size: 18px;
    }
	
	.news-featured-image .news-featured-image-caption h1 {
		font-size: 18px;
	}
}

ul.news-more-links {
    margin-top: 5px;
}

ul.news-more-links li.news-more-links-no-border {
    border-right:0;   
}

.news-icon {
    position:absolute;
    top: 0;
    right: 10px;
    padding: 0 5px;
    background-color: #192026;
    color: #fff;
    opacity:.8;
}

/* ----------------------
COMPONENTS
------------------------*/


/* Hide empty for components */
[data-ouc-test=""],
[data-ouc-test="hide-element"] {
	display: none; 
}

.homepage-notification-emergency {
  color: #ffffff;
  background-color: #ff0000;
}

.homepage-notification-emergency a.btn.ou-cpt-optional {
    color: #fff;
    border: 1px solid #fff;
}

/******************************
Homepage Hero Component
*******************************/
#homepage-hero-component {
	margin:0 -15px;
}
#homepage-hero-component #homepage-hero-component-accolade-slider,
#homepage-hero-component #homepage-hero-component-image-slider {
	visibility: hidden;
}
#homepage-hero-component #homepage-hero-component-accolade-slider {
	position: absolute;
	right: 30px;
	top:0;
	z-index: 2;
	width: 100px;
}
#homepage-hero-component #homepage-hero-component-accolade-slider img {
	width: 100px;
	height: auto;
}

#homepage-hero-component #homepage-hero-component-image-slider {
	z-index: 1;
	width: 120%;
	left: -10%;
	position:absolute;
}

#homepage-hero-component #homepage-hero-component-image-slider .item {
	width: 100%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#homepage-hero-component-main-content {
	text-align:center;
	margin-top: 300px;
	padding: 30px;
	color: #fff;
}

#homepage-hero-component-main-content a:not(.btn) {
	color: #fff;
	text-decoration:underline;
}

#homepage-hero-component-main-content h2, 
#homepage-hero-component-main-content h3 {
	font-weight: 900;
	letter-spacing: -1.28px;
	line-height: 1.1;
}

#homepage-hero-component-main-content p {
	line-height: 1.2;
}

#homepage-hero-component-main-content p small {
	line-height: 1.2;
	font-size: 14px;
}

#homepage-hero-component-notification {
	margin: 0 -15px;
	background-color: #FFC629;
	color: #000;
}

.homepage-hero-component-notification-content {
	padding: 30px 10px 12px 10px;
}

.homepage-hero-component-notification-content ul {
	margin:0;
	padding:0;
	text-align: center;
}
.homepage-hero-component-notification-content ul li {
	list-style:none;
	display:inline-block;
	line-height: 1.2;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
}
.homepage-hero-component-notification-content ul li:first-child {
	text-transform:uppercase;
}
.homepage-hero-component-notification-content ul li:first-child,
.homepage-hero-component-notification-content ul li:nth-child(2),
.homepage-hero-component-notification-content ul li:nth-child(3){
	font-size: 24px;
	display:block;
}
.homepage-hero-component-notification-content ul li span.far {
	transform: rotate(90deg);
	color: #BE1E2D;
}
.homepage-hero-component-notification-content ul li:nth-child(3) {
	margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
	.homepage-hero-component-notification-content ul li:first-child,
	.homepage-hero-component-notification-content ul li:nth-child(2),
	.homepage-hero-component-notification-content ul li:nth-child(3) {
		display:inline-block;
	}
	.homepage-hero-component-notification-content ul li.breaker-breaker {
		display:block;
		height: 1px;
	}
	.homepage-hero-component-notification-content ul li span.far {
		transform: rotate(0deg);
	}
	
}

@media only screen and (max-width: 991px) {
	#homepage-hero-component #homepage-hero-component-image-slider .item {
		height: 300px !important;
	}
}

@media only screen and (min-width: 992px) {
	#homepage-hero-component #homepage-hero-component-image-slider {
		width: 100%;
    	left: auto;
    	position: relative;
	}
	#homepage-hero-component-main-content {
		margin-top:0;
	}
	#homepage-hero-component {
		padding-top: 50px;
	}
	#homepage-hero-component-notification {
		background: transparent;
	}
	.homepage-hero-component-notification-content {
		background-color: #FFC629;
		padding: 10px 10px 0 10px;
	}
	.homepage-hero-component-notification-content .btn {
		margin-bottom: 10px;
	}
	.homepage-hero-component-notification-content ul li.breaker-breaker {
		display:inline-block;
		width: 20px;
	}
	.homepage-hero-component-notification-content ul li span.far {
		margin: 0 8px;
	}
	#homepage-hero-component-main-content {
		padding: 50px 30px 50px 0;
		text-align: left;
	}
	#homepage-hero-component-main-content h2.h1 {
		font-size: 52px;
	}
}

/***********************************
Homepage Carousel Highlights
***********************************/

#homepage-highlights-carousel {
	position:relative;
}

#homepage-highlights-carousel.regular-owl-carousel.feat-car.owl-theme .owl-controls {
	border:none;
}

#homepage-highlights-carousel.regular-owl-carousel.owl-theme .owl-controls .owl-dots {
	left:1rem;
	width:auto;
	bottom: 2rem;
}

#homepage-highlights-carousel.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

#homepage-highlights-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #000;	
}

#homepage-highlights-carousel a.item {
	min-height:350px;
	display:block;
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background: #fff;
}

#homepage-highlights-carousel a.item:hover {
	border-color: #e1e1e1;
}

#homepage-highlights-carousel .car-owl-image {
	min-height: 300px;
	width: 50%;
	background-size:cover;
	background-position:center center;
	float: left;
}

#homepage-highlights-carousel .car-owl-content {
	padding: 2rem;
	width: 50%;
	float:left;
	position:relative;
	height: 300px;
}

#homepage-highlights-carousel .car-owl-content h2 {
	font-weight:800;
	font-size: 2.1rem;
}

#homepage-highlights-carousel a.item:hover .car-owl-content h2 {
	color: #be1e2d;
}

#homepage-highlights-carousel .car-wrapper:after {
	content:'';
	display:block;
	clear:both;
}

#homepage-highlights-carousel span.fa-arrow-right {
	position:absolute;
	bottom: 2rem;
	right: 2rem;
}

@media only screen and (max-width: 500px) {
	#homepage-highlights-carousel .car-owl-image {
		width: 100%;
		float:none;
		min-height: 450px;
	}
	#homepage-highlights-carousel .car-owl-content {
		float:none;
		width: 100%;
		height: auto;
	}
	#homepage-highlights-carousel.regular-owl-carousel.owl-theme .owl-controls .owl-dots,
	#homepage-highlights-carousel.regular-owl-carousel.feat-car.owl-theme .owl-controls{
		position:relative;
		left: auto;
		bottom:auto;
	}
}

#homepage-highlights-carousel .car-owl-image {
min-height: 250px;
width: 100%;
}
#homepage-highlights-carousel .car-owl-content {
width: 100%;
height: auto;
padding:2rem;
}

#homepage-highlights-carousel.regular-owl-carousel.owl-theme .owl-controls .owl-dots {
position: absolute;
bottom: -35px;
}
#homepage-highlights-carousel.owl-theme .owl-dots .owl-dot span {
background: #999;
}

/*****************
GRID Call to Action
******************/
.cta-grid {
	display:flex;
	flex-wrap: wrap;
	border-width: 2px  0   0  2px;
	border-style: solid;
}

.cta-grid .cta-grid-col {
	border-width: 0 2px 2px 0;
    border-style: solid;
    padding: 30px 30px 120px 30px;
	position:relative;
	transition: all .2s ease-in-out;
}
.cta-grid .cta-grid-col:hover {
	text-decoration:none;
	opacity: .8;
}

.cta-grid .cta-grid-col span.far {
	position:absolute;
	left: 30px;
	bottom: 30px;
	transition: all .2s ease-in-out;
}

.cta-grid .cta-grid-col:hover span.far {
	margin-left: 5px;
}

.cta-grid-col-title {
	font-size: 2.25rem;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: -.2px;
    line-height: 1.2;
    display: block;
	margin-bottom: 18px;
}

.cta-grid-col-subtext {
	font-size: 1.4rem;
	line-height: 1.2;;
	display:block;
}

/******************
Full Width Background Snippet
********************/

.full-width-background-snippet {
	width: 100vw;
  	position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
  	margin-right: -50vw;
}

/******************
Image + Text Bar Overlay
*******************/

.image-text-bar-overlay {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.image-text-bar-overlay .image-text-bar-overlay-content {
	position: absolute;
	bottom: 22px;
}

.image-text-bar-overlay .image-text-bar-overlay-content .image-text-bar-overlay-row {
	display: table;
	font-family: proxima-nova, Helvetica, sans-serif;
	line-height: 1;
	padding: 10px;
	margin-bottom: 8px;
	font-weight: 900;
	letter-spacing: -1px;
}

/******************
CHATBOT - Blackbelt
******************/
.chatBT:before {
	content: 'Chat with Us';
	background-color: #000;
	color: #fff;
	font-size: 18px;
	display:inline-block;
	border-radius: 100px;
	padding: 14px 20px;
	font-family: proxima-nova, Helvetica, sans-serif;
	font-weight: 800;
	transition: all .2s ease-in-out;
}

.chatBT:hover:before {
	background-color: #333;
}

#bbh-chat-wrapper.bbh-chat-wrapper .chatBT {
	height: 60px !important;
	width: 200px !important;
}
#bbh-chat-wrapper.bbh-chat-wrapper .chatBT img {
	height:0;
	overflow: hidden;
}
/******************
GTranslate
******************/
#google_translate_element {
    vertical-align: middle;
    margin-top: 10px;
    overflow: hidden;
}
#google_translate_element .goog-te-combo {
	padding: 8px;
	border: 1px solid #000;
	border-radius: 3px;
	font-size: 16px;
	width: 100%;
}
#google_translate_element span {
	display:none;
}
#pccTranslate .modal-dialog {
	background-color: #fff;
}

/******************
DROPDOWN / TOGGLE
*******************/
#dd-toggle-component-select {margin-bottom: 30px;}
.dd-toggle-component-well {display:none;}

/******************
QUICKLINKS COMPONENT
******************/
.quicklinks-component.ql-full-width .quicklinks-component-items {
	max-width: 1140px;
	margin: 0 auto;
}
.quicklinks-component ul {
	margin:0;
	padding:0;
	display:flex;
	align-items:start;
	justify-content:center;
	flex-wrap: wrap;
}
.quicklinks-component ul li {
	list-style:none;
	margin:0;
	padding:0;
	max-width: 14%;
	min-width: 160px;
}
.quicklinks-component ul li a {
	display:block;
	padding: 30px; 
	text-align:center;
	transition: all .2s ease-in-out;
}
.quicklinks-component ul li a:hover {
	text-decoration:none;
	filter: brightness(1.2);
}
.quicklinks-component ul li a span {
	display:block;
	transition: all .2s ease-in-out;
}
.quicklinks-component ul li a span.quicklinks-component-item-text {
	line-height: 1.2;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
}
.quicklinks-component ul li a:hover span.ql-icon {
	transform: translateY(-5px);
}

.quicklinks-component-items h2 {
	padding-top: 4rem;
}

@media only screen and (min-width: 1200px) {
	.quicklinks-component.ql-full-width {
		position: relative;
		width: 500%;
		margin-left: -200%;
	}
}

/* Text Color */
.quicklinks-component.ql-text-white a span.quicklinks-component-item-text {
	color: #fff;
}
.quicklinks-component.ql-text-black a span.quicklinks-component-item-text {
	color: #000;
}

/* Icon Color */
.quicklinks-component.ql-white a span.ql-icon {
	color: #fff;
}
.quicklinks-component.ql-lt-gray a span.ql-icon {
	color: #f1f1f1;
}
.quicklinks-component.ql-gray a span.ql-icon {
	color: #566168;
}
.quicklinks-component.ql-black a span.ql-icon {
	color: #000000;
}
.quicklinks-component.ql-red a span.ql-icon {
	color: #C10230;
}
.quicklinks-component.ql-yellow a span.ql-icon {
	color: #FFC629;
}
.quicklinks-component.ql-blue a span.ql-icon {
	color: #0071CE;
}
.quicklinks-component.ql-teal a span.ql-icon {
	color: #1DCAD3;
}
.quicklinks-component.ql-green a span.ql-icon {
	color: #93D500;
}
.quicklinks-component.ql-purple a span.ql-icon {
	color: #672666;
}
.quicklinks-component.ql-pink a span.ql-icon {
	color: #F4436C;
}
.quicklinks-component.ql-orange a span.ql-icon {
	color: #EC7700;
}
/* Icon Size */
.quicklinks-component.ql-icon-small a span.ql-icon {
	font-size: 20px;
}
.quicklinks-component.ql-icon-medium a span.ql-icon {
	font-size: 32px;
}
.quicklinks-component.ql-icon-large a span.ql-icon {
	font-size: 40px;
}
.quicklinks-component.ql-icon-xl a span.ql-icon {
	font-size: 60px;
}

/* SINGLE STEPS */
div .single-step-item:first-child {
	border-top: 1px solid #D9D9D9;
}
.single-step-item {
	padding: 3rem 3rem 3rem 7rem;
	border-bottom: 1px solid #D9D9D9;
	position:relative;
	display:block;
}

.single-step-item .single-step-number {
	font-family:proxima-nova,sans-serif;
	font-weight:900;
	color: #000;
	font-size: 2.8rem;
    line-height: 5.5rem;
    width: 5rem;
    height: 5rem;
	text-align:center;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 3rem;
}

.single-step-item.step-yellow .single-step-number {
	background-color: #FFC629;
}

.single-step-item.step-red .single-step-number {
	background-color: #BE1E2D;
	color: #fff;
}

.single-step-item.step-black .single-step-number {
	background-color: #000;
	color: #fff;
}

.single-step-item.step-gray .single-step-number {
	background-color: #f4f4f4;
}

.single-step-item .single-step-title {
	font-size: 3.2rem;
    font-weight: 900;
    font-family: proxima-nova, sans-serif;
    color: #000;
    line-height: 1.2;
    padding-top: .75rem;
 
}

.single-step-item a.btn {
	margin-top: 2rem;
}

.single-step-item .single-step-helper {
	margin-top: 2rem;
	font-size: 14px;
	color: #666;
	line-height: 1.4;
}

a.single-step-item:after {
	content:'\f054';
	position:absolute;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	right: 1rem;
	top: 50%;
	margin-top: -.75rem;
	font-size: 1.5rem;
	color: #566168;
	transition: all .2s ease-in-out;
}

a.single-step-item,
a.single-step-item .single-step-title {
	transition: all .2s ease-in-out;
}

a.single-step-item:hover:after {
	color: #000;
	transform: translateX(-4px);
}

a.single-step-item:hover .single-step-title {
	text-decoration:underline;
	color: #000;
	transform: translateX(4px);
}

a.single-step-item:hover {
	border-bottom-color: #000;
}

/* Single Step with Toggle */
.single-step-item.single-step-item-toggler .single-step-toggler-button {
	display:block;
	padding: 3rem 3rem 3rem 7rem;
	transition: all .2s ease-in-out;
}
.single-step-item.single-step-item-toggler .single-step-toggler-button:focus,
.single-step-item.single-step-item-toggler .single-step-toggler-button:active {
	outline-offset: -30px;
}
.single-step-item.single-step-item-toggler .single-step-toggler-button:hover .single-step-title {
	text-decoration:underline;
}
.single-step-item.single-step-item-toggler {
	padding: 0;
	transition: all .2s ease-in-out;
	position: relative;
}
.single-step-item.single-step-item-toggler a.single-step-toggler-button:after {
	content: '\f107';
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: 1rem;
	top: 4rem;
	margin-top: 0;
	font-size: 2rem;
	color: #566168;
	transition: all .2s ease-in-out;
}
.single-step-item.single-step-item-toggler a.single-step-toggler-button[aria-expanded="true"]:after {
	transform: rotate(180deg);
}
.single-step-item.single-step-item-toggler:hover {
	border-bottom-color: #000;
}
.single-step-item.single-step-item-toggler .single-step-content-after {
	margin-bottom: 2rem;
}

@media only screen and (max-width: 998px) {
	.single-step-item {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-right: 2rem;
	}
	.single-step-item .single-step-title {
		font-size: 2.4rem;
	}
	.single-step-item .single-step-number {
		font-size: 2.1rem;
		line-height: 4.5rem;
		width: 4rem;
		height: 4rem;
	}
}

/* Just for the styleguide to get them back to index */

a.backtostyleguide {
    display:block;
    position:fixed;
    color: #fff;
    bottom:0;
    left:0;
    padding: 10px;
    background: #192026;
    font-size: 14px;
    width: 100%;
    text-align:center;
}

a.backtostyleguide:hover {
    opacity:.95;   
}

.templates-bottom {
    position:fixed;
    bottom:0;
    width: 100%;
    left:0;
    font-size: 14px;
    color: #fff;
    text-align:center;
    background-color: #192026;
    padding: 10px 0;
}

.templates-bottom ul {
    margin-bottom:0;
    padding-bottom:0;
}

.templates-bottom ul li a {
    color: #fff;   
}
/*Events Component */

ul.event-component {
    margin:0 0 18px 0;
    padding:0;
}
.panel ul.event-component {
    margin-bottom:0;   
}
ul.event-component li.event-item a, ul.event-component li.event-item {
    display:block;
    min-height:47px;
    position:relative;
    list-style:none;
    margin:0 0 15px 0;
    padding:0;
}

ul.event-component-content-wrapper li.event-item .event-item-content div a {
	text-decoration:underline;
}

ul.event-component-content-wrapper li.event-item .event-item-content div a:hover {
	color: #192026;
}

ul.event-component li.event-item:last-child a, ul.event-component li.event-item:last-child {
    margin-bottom:0;   
}
ul.event-component li.event-item .event-item-date {
    width: 55px;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    font-family: proxima-nova, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    color: #c4c3c3;
}
ul.event-component li.event-item .event-item-date .event-item-month {
    font-size: 18px;
    line-height:18px;
    margin:0;
    padding:0;
}
ul.event-component li.event-item .event-item-date .event-item-day {
    font-size:32px;
    line-height:32px;
    margin:0;
    padding:0;
}
ul.event-component li.event-item .event-item-content {
    margin-left: 60px;
    text-align:left;
}
ul.event-component li.event-item a .event-item-content h2,
ul.event-component li.event-item a .event-item-content h3,
ul.event-component li.event-item a .event-item-content h4,
ul.event-component li.event-item a .event-item-content h5,
ul.event-component li.event-item a .event-item-content span.h2,
ul.event-component li.event-item a .event-item-content span.h3,
ul.event-component li.event-item a .event-item-content span.h4,
ul.event-component li.event-item a .event-item-content span.h5 {
    color: #192026;   
    margin-bottom: 5px;
    line-height:100%;
    font-size: 21px;
}
ul.event-component.news-topic-component li.event-item .event-item-content h3,
ul.event-component.news-topic-component li.event-item .event-item-content span.h3 {
    font-size: 32px;
}
ul.event-component.news-topic-component li.event-item .event-item-content h3 a,
ul.event-component.news-topic-component li.event-item .event-item-content span.h3 a{
    min-height:0px;
}
ul.event-component.news-topic-component li.event-item .news-meta a {
    display:inline;
}
ul.event-component.news-topic-component li.event-item .news-meta p {
    font-size: 70%;   
}
ul.event-component li.event-item a .event-item-content p {
    font-size: 13px;
    line-height:150%;
    color: #566168;
}
ul.event-component li.event-item a {
    color: #192026;   
}
ul.event-component li.event-item .event-item-content h2,
ul.event-component li.event-item .event-item-content h3,
ul.event-component li.event-item .event-item-content h4,
ul.event-component li.event-item .event-item-content h5,
ul.event-component li.event-item .event-item-content span.h2,
ul.event-component li.event-item .event-item-content span.h3,
ul.event-component li.event-item .event-item-content span.h4,
ul.event-component li.event-item .event-item-content span.h5{
    color: #192026;
    margin-bottom: 5px;
    line-height:100%;
    font-size: 21px;
}
ul.event-component li.event-item .event-item-content p {
    font-size: 13px;
    line-height:150%;
    color: #566168;
}
ul.event-component li.event-item a:hover {
    text-decoration:underline;
    color: #566168;
}

/* Quadrant Matrix Component */
.quadrant-matrix {
	position: relative;
	width: 100%;
}
.quadrant-matrix:after {
	content: '';
	display:block;
	padding-bottom: 100%;
}

.quadrant-matrix .quadrant-matrix-header {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #C10230;
	text-align: center;
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 1;
	font-weight: 800;
	font-size: 16px;
	font-family: proxima-nova, sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;
	z-index: 2;
}

.quadrant-matrix .quadrant-matrix-vert-border {
	position: absolute;
	left: calc(50% - 1px);
	height: 100%;
	border-left: 2px solid #C10230;
	z-index: 1;
}
.quadrant-matrix .quadrant-matrix-horz-border {
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
	border-top: 2px solid #C10230;
	z-index: 1;
}

.quadrant-matrix ul.quadrant-matrix-ul {
	position: absolute;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

.quadrant-matrix ul.quadrant-matrix-ul li.quadrant-matrix-li {
	list-style:none;
	display: block;
	margin:0;
	padding:0;
}

.quadrant-matrix ul.quadrant-matrix-ul li.quadrant-matrix-li button.quadrant-matrix-button {
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	color: #000;
	border:none;
	background:none;
	text-align: left;
	line-height: 1.1;
	font-size: 20px;
	transition: all .2s ease-in-out;
}
.quadrant-matrix ul.quadrant-matrix-ul li.quadrant-matrix-li button.quadrant-matrix-button:hover {
	color: #C10230;
}

.quadrant-matrix ul.quadrant-matrix-ul li.quadrant-matrix-li button.quadrant-matrix-button:before {
	content: '+';
	font-size: 20px;
	line-height: 1;
	display:flex;
	align-items: center;
	position: absolute;
	background-color: #FFC629;
	border: 2px solid rgba(255,198,40,.4);
	border-radius: 100%;
	height: 33px;
	width: 33px;
	font-weight: 900;
	font-family: proxima-nova, sans-serif;
	color: #000;
	text-align: center;
	justify-content: center;
	transition: all .2s ease-in-out;
}
.quadrant-matrix ul li.quadrant-matrix-li button.quadrant-matrix-button:hover:before {
	background-color: rgba(255,198,40,.5);
}

.quadrant-matrix ul li.quadrant-matrix-li:nth-child(1) button.quadrant-matrix-button:before {
	right:75px;
	bottom:75px;
}
.quadrant-matrix ul li.quadrant-matrix-li:nth-child(2) button.quadrant-matrix-button:before {
	left:75px;
	bottom:75px;
}
.quadrant-matrix ul li.quadrant-matrix-li:nth-child(3) button.quadrant-matrix-button:before {
	right:75px;
	top: 75px;
}
.quadrant-matrix ul li.quadrant-matrix-li:nth-child(4) button.quadrant-matrix-button:before {
	left: 75px;
	top: 75px;
}

.quadrant-matrix ul li.quadrant-matrix-li:nth-child(1) {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 50%;
	padding-right: 115px;
	padding-bottom: 75px;
}
.quadrant-matrix ul li.quadrant-matrix-li:nth-child(2) {
	position: absolute;
	left: 50%;
	bottom:50%;
	width: 50%;
	padding-bottom: 75px;
	padding-left: 115px;
}
.quadrant-matrix ul li.quadrant-matrix-li:nth-child(3) {
	position: absolute;
	left: 0;
	top:50%;
	width: 50%;
	padding-top: 75px;
	padding-right: 115px;
}
.quadrant-matrix ul li.quadrant-matrix-li:nth-child(4) {
	position: absolute;
	left: 50%;
	top:50%;
	width: 50%;
	padding-left: 115px;
	padding-top: 75px;
}

@media only screen and (max-width: 600px) {
	.quadrant-matrix ul li.quadrant-matrix-li button.quadrant-matrix-button {
		font-size: 16px;
	}
	.quadrant-matrix ul li.quadrant-matrix-li button.quadrant-matrix-button:before {
		z-index: 4;
	}
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(1) button.quadrant-matrix-button:before {
		right:35px;
		bottom:35px;
	}
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(2) button.quadrant-matrix-button:before {
		left:35px;
		bottom:35px;
	}
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(3) button.quadrant-matrix-button:before {
		right:35px;
		top: 35px;
	}
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(4) button.quadrant-matrix-button:before {
		left: 35px;
		top: 35px;
	}
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(1) button.quadrant-matrix-button,
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(3) button.quadrant-matrix-button {
		text-align:right;
	}
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(1) {
		padding-right: 20px;
	}
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(2) {
		padding-left: 20px;
	}
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(3) {
		padding-right: 20px;
		padding-top: 85px;
	}
	.quadrant-matrix ul li.quadrant-matrix-li:nth-child(4) {
		padding-left: 20px;
		padding-top: 85px;
	}
}

/* Gantt Timeline Component CSS */
#pcc-matrix {
	display:none;
}
#pcc-matrix .pcc-matrix-key {
	margin:0;
	padding: 1rem;
	border-radius: 3px;
	margin-bottom: 2rem;
	text-align: center;
}
#pcc-matrix .pcc-matrix-key li {
	list-style: none;
	display: inline-block;
	margin:0 1rem 0 0;
	padding:0;
}
#pcc-matrix .pcc-matrix-key li span {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	display: inline-block;
}

#pcc-matrix .pcc-matrix-builder {
	position: relative;
}

/* Columns */
#pcc-matrix .pcc-matrix-columns {
	margin:0;
	padding:0;
	position: relative;
}
#pcc-matrix .pcc-matrix-columns li {
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	display: block;
	float: left;
	border-right: 1px solid #ccc;
}
#pcc-matrix .pcc-matrix-columns li:last-child {
	border-right:0;
}
#pcc-matrix .pcc-matrix-columns:after {
	content: '';
	display: block;
	clear: both;
}


/* Items */
#pcc-matrix .pcc-matrix-items {
	position: absolute;
	left:0;
	right:0;
	top: 0;
	width: 100%;
	margin:0;
	padding:30px 0 0 0;
}

#pcc-matrix .pcc-matrix-items li {
	list-style: none;
	display: block;
	border-radius: 3px;
	padding: 1rem;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
	text-align: center;
	line-height: 1.1;
		-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	hyphens: auto;
}

.matrix-item-label {
	font-size: 1rem;
	margin-top: 8px;
	opacity: .9;
	display: none;
}

@media only screen and (max-width: 720px) {
	#pcc-matrix .pcc-matrix-columns {
		display: none;
	}
	#pcc-matrix .pcc-matrix-items {
		position: relative;
		padding-top:0;
	}
	#pcc-matrix .pcc-matrix-items li {
		width: 100% !important;
		margin-left:0 !important;
	}
	.matrix-item-label {
		display: block;
	}
	
}

/* Notification Snippet CSS */

/* Priority Notification */
#priority-notification-container.alert.alert-warning {
	background-color: #FFEFC8;
	color: #000;
	width: 100%;
	border:none;
	margin:0;
	text-shadow: none;
}

#priority-notification-container.alert.alert-warning .container {
	display:table;
}

#priority-notification-container .priority-notification-icon,
#priority-notification-container .priority-notification-content {
	display:table-cell;
	vertical-align: middle;
}

#priority-notification-container .priority-notification-content {
	padding-left: 1rem;
}

#priority-notification-container .priority-notification-content p {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom:0;
	font-weight:bold;
}

#priority-notification-container .priority-notification-content p strong {
	color: #000;
}

#priority-notification-container .priority-notification-content p a {
	text-decoration:underline;
}

#priority-notification-container .priority-notification-icon img {
	width: 24px;
	height: 24px;
}

.block-notification {
	padding: 1.5rem;
	display:flex;
	width: 100%;
	margin-bottom: 1.8rem;
	line-height: 1.2;
	text-align:left;
}
.block-notification .container {
	display:flex;
	justify-content: center;
    align-items: center;
}
.block-notification.fix-notification-bottom {
	box-shadow:0 -16px 24px 2px rgba(0,0,0,0.03), 0 -6px 30px 5px rgba(0,0,0,0.02), 0 -8px 10px -7px rgba(0,0,0,0.02);
	position:fixed;
	bottom:0;
	left:0;
	width: 100%;
	margin-bottom:0;
	z-index:999;
}

.block-notification.gray {
	background-color: #E1E1E1;
	color: #192026;
}

.block-notification.black {
	background-color: #192026;
	color: #fff;
}

.block-notification.red {
	color:#fff;
	background-color:#C10230;
}

.block-notification.blue {
	color: #fff;
	background-color:#0071CE;
}

.block-notification.yellow {
	background-color: #FFCF0C;
	color: #192026;
}

.block-notification.white {
	background-color: #fff;
	color: #192026;
		-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
}

.block-notification .block-notification-title {
	vertical-align:middle;
	font-size: 1.3rem;
	text-transform:uppercase;
	letter-spacing: .1rem;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 500;
	padding-right: 1rem;
}

.block-notification .block-notification-content {
	vertical-align: middle;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	padding-right: 2rem;
	padding-bottom: 0;
}

.block-notification .block-notification-button {
	vertical-align: middle;
	width: auto;
	text-align:right;
}

.block-notification .block-notification-button a.btn {
	font-size: 1.4rem;
	letter-spacing: 0;
	text-transform: none;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 800;
	margin-bottom:0;
	padding: .5rem 1.4rem;
	    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    	-webkit-transition-property: transform;
    transition-property: transform;
	cursor: pointer;
	white-space:nowrap;
}

.block-notification.gray .block-notification-button a.btn,
.block-notification.yellow .block-notification-button a.btn {
	border: 2px solid #192026;
	color: #192026;
}

.block-notification.gray .block-notification-button a.btn:hover,
.block-notification.yellow .block-notification-button a.btn:hover {
	border-color: #BE1E2D;
	color: #BE1E2D;
	    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.block-notification.black .block-notification-button a.btn,
.block-notification.blue .block-notification-button a.btn,
.block-notification.red .block-notification-button a.btn{
	border: 2px solid #fff;
	color: #fff;
}

.block-notification.black .block-notification-button a.btn:hover,
.block-notification.blue .block-notification-button a.btn:hover,
.block-notification.red .block-notification-button a.btn:hover {
	border-color: #e1e1e1;
	color: #e1e1e1;
	    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.block-notification.white .block-notification-button a.btn {
	border: 2px solid #BE1E2D;
	color: #BE1E2D;
}

.block-notification.white .block-notification-button a.btn:hover {
	border-color: #9C1521;
	color: #9C1521;
	    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

@media (max-width: 768px) {
	.block-notification,
	.block-notification .block-notification-title,
	.block-notification .block-notification-content,
	.block-notification .block-notification-button {
		display:block;
		text-align:left;
		width: inherit;
		padding-right:0;
	}
	
	.block-notification .container {display:block;}
	
	.block-notification .block-notification-content {
		margin-bottom: 1rem;
	}
}

/* Homepage Announcement */
.homepage-announcement-bar .block-notification {
	padding: 0 1rem;
	display:flex;
	align-items:center;
	justify-content:center;
}

.homepage-announcement-bar.hide-announcement {
	display:none;
}

.homepage-announcement-bar .block-notification .block-notification-content,
.homepage-announcement-bar .block-notification .block-notification-button {
	display:block;
	width: auto;
}

.homepage-announcement-bar .block-notification .block-notification-content {
	font-size: 1.8rem;
	font-weight:800;
}

.homepage-announcement-bar.blue {
	background-color: #0071CE;
}
.homepage-announcement-bar.gray {
	background-color: #D9D9D9;
}
.homepage-announcement-bar.red {
	background-color: #C10230;
}
.homepage-announcement-bar.yellow {
	background-color: #FFC629;
}
.homepage-announcement-bar.black {
	background-color: #192026;
}

.homepage-announcement-bar.blue .block-notification,
.homepage-announcement-bar.red .block-notification,
.homepage-announcement-bar.black .block-notification {
	color: #fff;
}

.homepage-announcement-bar.blue .block-notification a.btn,
.homepage-announcement-bar.red .block-notification a.btn,
.homepage-announcement-bar.black .block-notification a.btn {
	color: #fff;
	border-color: #fff;
}
.homepage-announcement-bar.yellow .block-notification a.btn,
.homepage-announcement-bar.gray .block-notification a.btn {
	color: #192026;
	border-color: #192026;
}
.homepage-announcement-bar .block-notification .block-notification-button a.btn {
	display:none;
}
.homepage-announcement-bar .block-notification .block-notification-button.homepage-block-notification-button-yes a.btn {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.homepage-announcement-bar .block-notification .block-notification-button a.btn:hover {
	-webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.container-under-header.homepage-container-under-header p {
	display:none;
}

.block-notification-off {
	display:none;
}

@media (max-width: 600px) {
	.homepage-announcement-bar .block-notification {
		display:block;
	}	
}

/* Chat Contact Snippet */

a.btn.chat-contact-fixed-button {
	position:fixed;
	right: 25px;
	bottom: 25px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	border-radius: 100px;
	z-index:100;
	font-weight: bold;
	margin-bottom: 0;
}

@media (max-width: 600px) {
	a.btn.chat-contact-fixed-button {
		margin-bottom: 0;
    	font-size: 14px;
    	font-weight: bold;
		right: 10px;
		bottom: 10px;
	}
}

/* Quote with Image Snippet */
.qi-well {
	position:relative;
	margin-bottom: 20px;
	margin-left: 50px;
	padding: 30px 30px 30px 70px;
}
.qi-well.qi-text-light,
.qi-well.qi-text-light .qi-quote-author,
.qi-well.qi-text-light p.font-small,
.qi-well.qi-text-light p {
	color: #fff !important;
}
.qi-well:after {
	content:'';
	display:block;
	clear:both;
}
.qi-left.qi-image {
	width: 100px;
	height: 100px;
	position:absolute;
	left:-50px;
	top: 20px;
}
.qi-right.qi-image {
	width: 100px;
	height: 100px;
	position:absolute;
	left:-50px;
	top: 20px;
}
.qi-left.qi-image img,
.qi-right.qi-image img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	border: 2px solid #fff;
}
.qi-quote-author,
.qi-quote-author.font-small {
	margin-bottom:0;
}
.qi-quote-author-lname {
	padding-left:8px;
}
.qi-position {
	margin-bottom:0;
}

@media only screen and (min-width: 768px) {
	.qi-well {
		display:table;
		width:100%;
		margin-left: 0px;
		padding:0;
	}
	.qi-left.qi-image,
	.qi-right.qi-image,
	.qi-left.qi-quote,
	.qi-right.qi-quote {
		float:none;
		position:relative;
		display:table-cell;
		vertical-align:middle;
		width: 50%;
		height: auto;
		top: auto;
		left:auto;
	}
	.qi-left.qi-image img,
	.qi-right.qi-image img {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		box-shadow:none;
		border: none;
	}
	.qi-right img,
	.qi-left img {
		max-width:100%;
		height: auto;
	}
	.qi-quote {
		padding: 30px;
	}
	.qi-image {
		padding:0;
		margin:0;
	}
}


/*Page Image Slider*/
.page-slider-caption {display:none;}

.page-slider-caption.royalSlider, .page-slider.royalSlider {
    width: auto;
    height: auto;
    margin-bottom: 18px;
}
.page-slider-caption h4.rsSlideTitle, .page-slider h4.rsSlideTitle,
.page-slider-caption span.h4.rsSlideTitle, .page-slider span.h4.rsSlideTitle {
    font-size: 24px;
}
.page-slider-caption .rsSlideBlock, .page-slider .rsSlideBlock {
    max-width:66%;
    /*background-image: url('/img/bg-slider-caption.svg');
    background-repeat:repeat;
    background-position:left top;
    background-size:cover;*/
    left: 0px;
    bottom: 0px;
    height: auto;
    top: auto;
    padding: 20px;
	background: #000;
}
/* Jumbotron */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f1f1f1;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c8c8c8;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 76.5px;
  }
}
.thumbnail {
    display: block !important;
    position:relative;
}
.popup-gallery a.image-link.thumbnail {
	margin-bottom: 30px;
}
.popup-gallery a.image-link.thumbnail:hover {
	opacity:.85;
}
a.thumbnail i,
a.thumbnail span {
    position:absolute;
    top:0;
    right:0;
    color: #fff;
    padding: 5px;
    background: -webkit-linear-gradient(left,rgba(25,32,38,0.8),rgba(25,32,38,0.9));
    background: -o-linear-gradient(right,rgba(25,32,38,0.8),rgba(25,32,38,0.9));
    background: -moz-linear-gradient(right,rgba(25,32,38,0.8),rgba(25,32,38,0.9));
    background: linear-gradient(to right, rgba(25,32,38,0.8),rgba(25,32,38,0.9));
    z-index: 1;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #be1e2d;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.caption {
    background: #f1f1f1;
    padding:0;
    margin: 0 0 18px 0;
}
.caption.pull-right {
    padding:0; 
    margin: 0 0 18px 18px;
}
.caption.pull-left {
    padding:0;
    margin: 0 18px 18px 0;
}
.caption p {
    padding: 8px;
    margin:0;
    font-size: 13px;
}
.caption.caption-overlay {
    background: transparent;
    position:relative;
    margin-bottom: 18px;
}
.caption.caption-overlay p, .caption.caption-overlay span.caption-p, .caption.caption-overlay h1, .caption.caption-overlay h2, .caption.caption-overlay h3, .caption.caption-overlay h4, .caption.caption-overlay h5, .caption.caption-overlay h6, .caption.caption-overlay span.h1, .caption.caption-overlay span.h2, .caption.caption-overlay span.h3, .caption.caption-overlay span.h4, .caption.caption-overlay span.h5, .caption.caption-overlay span.h6 {
    color: #fff;   
    margin-bottom: 0px;
    line-height:120%;
    padding:0;
}
.caption.caption-overlay span.caption-p {
	font-size: 70%;
}
.caption.caption-overlay h1, .caption.caption-overlay h2, .caption.caption-overlay h3, .caption.caption-overlay h4, .caption.caption-overlay h5, .caption.caption-overlay h6  {
  
}
a.caption.caption-overlay p {
    display:none;
    margin: 10px;
    font-size: 80%;
}
a.caption.caption-overlay {
    text-decoration:none;
    color: #fff;
    display:block;
}
a.caption.caption-overlay .caption-overlay-content {
    padding: 0px;
}
a.caption.caption-overlay .caption-overlay-content h1, a.caption.caption-overlay .caption-overlay-content h2, a.caption.caption-overlay .caption-overlay-content h3, a.caption.caption-overlay .caption-overlay-content h4, a.caption.caption-overlay .caption-overlay-content h5, a.caption.caption-overlay .caption-overlay-content h6,
a.caption.caption-overlay .caption-overlay-content span.h1, a.caption.caption-overlay .caption-overlay-content span.h2, a.caption.caption-overlay .caption-overlay-content span.h3, a.caption.caption-overlay .caption-overlay-content span.h4, a.caption.caption-overlay .caption-overlay-content span.h5, a.caption.caption-overlay .caption-overlay-content span.h6 {
    font-weight:500;
    margin: 10px;
}
a.caption.caption-overlay:hover img {
    opacity:.9;   
}
.caption-overlay a:hover, .caption-overlay a:hover img {
    opacity:.9;   
}
.caption.caption-overlay .caption-overlay-content {
    position:absolute;
    bottom:0;
    display:block;
    padding: 15px;
    width: 100%;
    background: -webkit-linear-gradient(left,rgba(190,30,45,0.8),rgba(190,30,45,0.9));
    background: -o-linear-gradient(right,rgba(190,30,45,0.8),rgba(190,30,45,0.9));
    background: -moz-linear-gradient(right,rgba(190,30,45,0.8),rgba(190,30,45,0.9));
    background: linear-gradient(to right, rgba(190,30,45,0.8),rgba(190,30,45,0.9));
    border-top: 3px solid #be1e2d;
    z-index:2;
}
.caption.caption-overlay.caption-gray-overlay .caption-overlay-content {
    position:absolute;
    bottom:0;
    display:block;
    padding: 15px;
    width: 100%;
    background: -webkit-linear-gradient(left,rgba(25,32,38,0.8),rgba(25,32,38,0.9));
	background: -o-linear-gradient(right,rgba(25,32,38,0.8),rgba(25,32,38,0.9));
	background: -moz-linear-gradient(right,rgba(25,32,38,0.8),rgba(25,32,38,0.9));
	background: linear-gradient(to right, rgba(25,32,38,0.8),rgba(25,32,38,0.9));
    border-top: 3px solid #192026;
    z-index:2;
}
/* Added for the video thumbnail gallery type in LDP Image Galleries */
.caption.caption-overlay .caption-overlay-content-thumbnail {
	color: #fff;
	font-size: 14px;
    position:absolute;
    bottom:0;
    display:block;
    padding: 4px 8px;
    width: 100%;
    background: -webkit-linear-gradient(left,rgba(190,30,45,0.8),rgba(190,30,45,0.9));
    background: -o-linear-gradient(right,rgba(190,30,45,0.8),rgba(190,30,45,0.9));
    background: -moz-linear-gradient(right,rgba(190,30,45,0.8),rgba(190,30,45,0.9));
    background: linear-gradient(to right, rgba(190,30,45,0.8),rgba(190,30,45,0.9));
    border-top: 3px solid #be1e2d;
    z-index:2;
}

/* Used by the Advanced Lightbox snippet */
.adv-lightbox .caption {
    font-size: 12px;
    background: #f1f1f1;
    padding: 0;
    margin: 0 0 18px 0;
    padding: 8px;
}
/*media queries for captions to modify size on different devices*/

.col-sm-4 a.caption .caption-overlay-content h4 {
	font-size: 18px;
}
a.caption.caption-overlay .caption-overlay-content h1, a.caption.caption-overlay .caption-overlay-content h2, a.caption.caption-overlay .caption-overlay-content h3, a.caption.caption-overlay .caption-overlay-content h4, a.caption.caption-overlay .caption-overlay-content h5, a.caption.caption-overlay .caption-overlay-content h6, a.caption.caption-overlay .caption-overlay-content span.h1, a.caption.caption-overlay .caption-overlay-content span.h2, a.caption.caption-overlay .caption-overlay-content span.h3, a.caption.caption-overlay .caption-overlay-content span.h4, a.caption.caption-overlay .caption-overlay-content span.h5, a.caption.caption-overlay .caption-overlay-content span.h6 {
    font-size: 18px;
}

@media (min-width: 992px) {
	.caption.caption-overlay p,
	.caption.caption-overlay span.caption-p {
		font-size: 16px;
		margin-top: 0px;
	}
}
@media (max-width: 991px) {
	.caption.caption-overlay h1,
	.caption.caption-overlay h2,
	.caption.caption-overlay h3,
	.caption.caption-overlay h4,
	.caption.caption-overlay h5,
	.caption.caption-overlay h6,
	.caption.caption-overlay span.h1,
	.caption.caption-overlay span.h2,
	.caption.caption-overlay span.h3,
	.caption.caption-overlay span.h4,
	.caption.caption-overlay span.h5,
	.caption.caption-overlay span.h6 {
		font-size: smaller;
		margin-bottom: 0px;
	}
}

/*Color Boxes 
---------------------------*/
a.caption-solid img {
    width:1200px;
    height: auto;
}  
a.caption-solid.caption-overlay.caption .caption-overlay-content {
    height: auto;
    border-top:0;
    background: transparent;
}

/*twitter*/
a.caption.caption-overlay.caption-twitter .caption-overlay-content {
    background:#00aced;
    border-top: none;
}
a.caption-solid.caption-overlay.caption.caption-twitter {
    background:#00aced;   
}
/*facebook*/
a.caption.caption-overlay.caption-facebook .caption-overlay-content {
    background:#3b5998;
    border-top: none;
}
a.caption-solid.caption-overlay.caption.caption-facebook {
    background:#3b5998;   
}
/*youtube*/
a.caption.caption-overlay.caption-youtube .caption-overlay-content {
    background:#bb0000;
    border-top: none;
}
a.caption-solid.caption-overlay.caption.caption-youtube {
    background:#bb0000;   
}
/*instagram*/
a.caption.caption-overlay.caption-instagram .caption-overlay-content {
    background:#517fa4;
    border-top: none;
}
a.caption-solid.caption-overlay.caption.caption-instagram {
    background:#517fa4;   
}
/*flickr*/
a.caption.caption-overlay.caption-flickr .caption-overlay-content {
    background:#ff0084;
    border-top: none;
}
a.caption-solid.caption-overlay.caption.caption-flickr {
    background:#ff0084;   
}

/*blue*/
a.caption-solid.caption-overlay.caption.caption-blue {
    background-color: #253d85;   
}
a.caption-solid.caption-overlay.caption.caption-blue:hover  {
    background-color: #1e3171;   
}
/*green*/
a.caption-solid.caption-overlay.caption.caption-green {
    background-color: #73be44;   
}
a.caption-solid.caption-overlay.caption.caption-green:hover  {
    background-color: #5d9f38;   
}
/*orange*/
a.caption-solid.caption-overlay.caption.caption-orange {
    background-color: #ef4923;   
}
a.caption-solid.caption-overlay.caption.caption-orange:hover  {
    background-color: #c53c1b;   
}
/*gray*/
a.caption-solid.caption-overlay.caption.caption-gray {
    background-color: #566168;   
}
a.caption-solid.caption-overlay.caption.caption-graye:hover  {
    background-color: #192026;   
}
/*purple*/
a.caption-solid.caption-overlay.caption.caption-purple {
    background-color: #721d52;   
}
a.caption-solid.caption-overlay.caption.caption-purple:hover  {
    background-color: #5b0f41;   
}
/*red*/
a.caption-solid.caption-overlay.caption.caption-red {
    background-color: #be1e2d;   
}
a.caption-solid.caption-overlay.caption.caption-red:hover  {
    background-color: #9c1521;   
}
/*teal*/
a.caption-solid.caption-overlay.caption.caption-teal {
    background-color: #00a89a;   
}
a.caption-solid.caption-overlay.caption.caption-teal:hover  {
    background-color: #008d81;   
}

/* -----------------
Social Media Mashup
-------------------*/

ul.social-filters-links li a.is-checked {
    border-bottom: 3px solid #ffcf0c;   
}

ul.social-filters-links li a {
    cursor:pointer;
    text-decoration:none;
}

ul.social-filters-links li a:hover {
    border-bottom: 3px solid #ffcf0c;
    text-decoration:none;
}

@media (min-width: 480px) {
    .col-sm-8 a.caption.caption-overlay.caption-solid .caption-overlay-content h4,
	.col-sm-8 a.caption.caption-overlay.caption-solid .caption-overlay-content span.h4 {
        font-size: 32px;}
}
    
/*------------
 Video
------------*/
.video-play-button {
    background-image: url('../img/icons/play-button.svg');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 70px 70px;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    
    /*make the buttons fade */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
/* Used for the video thumbnail gallery type in LDP Image Galleries */
.video-thumbnail-play-button {
    background-image: url(../img/icons/play-button.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	/*make the buttons fade */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.adv-youtube {
    margin-bottom: 24px;
}
a.video-thumb {
    position:relative;
    display:block;
    margin-bottom: 18px;
    
    /*make the buttons fade */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
a.popup-youtube.thumbnail:hover {
	opacity:.85;
}
.adv-youtube a.show-video video {
	display:block;
}

.adv-youtube a.show-video .video-placeholder-alternative {
	display:none;
}

.adv-youtube a.show-placeholder video {
	display:none;
}

.adv-youtube a.show-placeholder .video-placeholder-alternative {
	display:block;
}

#homepage-video a.video-thumb {
    margin-bottom:0;
}
a.video-thumb:hover .video-play-button {
    background-size: 65px 65px;
    opacity:.8;
    z-index:1;
}
a.video-thumb:hover {
    opacity:.9;
}   
.video-caption {
    background: #192026;
    padding:0 0 20px 0;
    border-bottom: 3px solid #c4c3c3;
    margin-bottom: 20px;
}
.video-caption a.video-thumb {
       margin-bottom: 20px;
}
.video-caption p {
    margin: 0 20px;   
}
.video-caption h3 {
    margin-left: 20px;
    margin-right: 20px;
}
ul.event-component.video-topic-component li.event-item .event-item-content h3 {
    font-size: 32px;
    color: #fff;
}
ul.event-component.video-topic-component li.event-item .event-item-content h3 a {
    min-height: 0px;   
    color: #fff;
}
ul.event-component.video-topic-component li.event-item .news-meta a{
    display:inline;
}
ul.event-component.video-topic-component li.event-item .news-meta p {
    font-size: 70%;   
}
ul.event-component.video-topic-component li.event-item .event-item-content p {
       color: #929191;
}
.landing-page-video a.caption.caption-overlay p {
    font-size: 21px;
}
.landing-page-video a.caption.caption-overlay h3 {
    font-size: 36px;   
}

@media screen and (max-width: 480px) {
    .landing-page-video a.caption.caption-overlay p {
        font-size: 16px;
    }
    .landing-page-video a.caption.caption-overlay h3 {
        font-size: 24px;   
    }    
}

.alert {
  padding: 15px;
  margin-bottom: 28px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: normal;
}
.alert > p,
.alert > ul {
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #ffffff;
  border-color: #192026;
  color: #192026;
}
.alert-success hr {
  border-top-color: #192026;
}
.alert-success .alert-link {
  color: #47792b;
}
.alert-info {
  background-color: #f1efee;
  border-color: #999999;
  color: #929191;
}
.alert-info hr {
  border-top-color: #8c8c8c;
}
.alert-info .alert-link {
  color: #808080;
}
/* Alert for Top of Page Announcement
-------------------------------------*/
.alert.alert-yellow-top {
	background-color: #ffdd3e;
	color: #192026;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin:0;
	text-shadow:none;
}

.alert.alert-yellow-top strong {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size: 120%;
}

.alert.alert-yellow-top ul {
	margin:0;
	padding:0;
	text-align: center;
}

.alert.alert-yellow-top ul li {
	list-style:none;
	display:inline-block;
	margin:0 4px;
}

.alert.alert-yellow-top ul li a {
	display: block;
    margin-left: 10px;
    background-color: #be1e2d;
    padding: 4px 8px;
    color: #ffdd3e;
    text-shadow: none;
    font-size: 14px;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:bold;
}

.alert.alert-yellow-top ul li a:hover {
	background-color: #9c1521;
	text-decoration:none;
}

.alert-yellow-top.alert-dismissable .close, .alert-yellow-top.alert-dismissible .close {
	top: 9px;
	right: -20px;
}
@media screen and (max-width: 768px) {
	.alert.alert-yellow-top ul li:nth-child(2) {
		display:none;
	}
}

@media screen and (max-width: 480px) {
	.alert.alert-yellow-top ul li {
		display:block;
	}
	
	.alert.alert-yellow-top ul li {
		display:inline-block;
		margin-top: 6px;
	}
}

.alert-warning {
  background-color: #ffffff;
  border-color: #ef4923;
  color: #ef4923;
}
.alert-warning hr {
  border-top-color: #e83911;
}
.alert-warning .alert-link {
  color: #d0330f;
}
.alert-danger {
  background-color: #ff0000;
  border:0;
  color: #fff;
}
.alert-danger h1, 
.alert-danger h2, 
.alert-danger h3, 
.alert-danger h4, 
.alert-danger h5, 
.alert-danger h6 {
    color: #fff;   
}
.alert-danger hr {
  border-top-color: #d70606;
}
.alert-danger .alert-link {
  color: #fff;
}
@-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;
  }
}
.progress {
  overflow: hidden;
  height: 28px;
  margin-bottom: 28px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  background-color: #be1e2d;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.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;
}
.progress-bar-success {
  background-color: #5d9f38;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #999999;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ef4923;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ff0000;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/*adds a border between inline list elements*/
.list-inner-separators li {
	border-left: 1px solid #333;
	line-height: 0.8;
	/* padding dependent on .list-inline > li = 5px */
	padding-left: 10px;
}
.list-inner-separators li:first-child {
	border-left: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  /*margin-bottom: -1px; removed because we are just doing bottom border*/
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
.list-group-item i.fa.pull-right,
.list-group-item span.fa.pull-right{
	margin-top:.3em;
	display:none; /* Fix for legacy pages templates that include span */
}

.list-group-item.list-group-item-with-custom-icon i.fa.pull-right,
.list-group-item.list-group-item-with-custom-icon span.fa.pull-right {
	display:inline;
}

ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconPDF,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconPDF,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconDoc,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconDoc,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconPowerPoint,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconPowerPoint,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconExcel,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconExcel,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconVideo,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconVideo,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a.linkIconZip,
ul.list-group li.list-group-item.list-group-item-with-custom-icon a[target="_blank"] {
	background-image:none !important;
	padding-right:0;
}

ul.lined-list {
    padding: 0;
}
ul.lined-list li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

ul.lined-list li:first-child {
    border-top: 1px solid #ccc;
}
/* PDF ICON */
.linkIconPDF {
	padding-right: 17px;
	background-image: url('../img/icons/fa-pdf-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
.list-group.list-group-menu ul.list-group li.list-group-item a.linkIconPDF,
.list-group.list-group-menu li.list-group-item a.linkIconPDF,
.list-group.list-group-menu li.list-group-item a.linkIconPDF[target="_blank"],
.list-group.list-group-menu li.list-group-item a.list-group-fa-caret-right.linkIconPDF[target="_blank"] {
	padding-right: 17px;
	background-image: url('../img/icons/fa-pdf-icon.png');
	background-size: 17px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
a.list-group-fa-caret-right.linkIconPDF,
a.list-group-fa-caret-right.linkIconPDF[target="_blank"],
ul.list-group li.list-group-item a.linkIconPDF[target="_blank"]{
	padding-right: 17px;
	background-image: url('../img/icons/fa-pdf-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}

/* ZIP ICON */
.linkIconZip {
	padding-right: 17px;
	background-image: url('../img/icons/fa-zip-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
.list-group.list-group-menu ul.list-group li.list-group-item a.linkIconZip,
.list-group.list-group-menu li.list-group-item a.linkIconZip,
.list-group.list-group-menu li.list-group-item a.linkIconZip[target="_blank"],
.list-group.list-group-menu li.list-group-item a.list-group-fa-caret-right.linkIconZip[target="_blank"] {
	padding-right: 17px;
	background-image: url('../img/icons/fa-zip-icon.png');
	background-size: 17px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
a.list-group-fa-caret-right.linkIconZip,
a.list-group-fa-caret-right.linkIconZip[target="_blank"],
ul.list-group li.list-group-item a.linkIconZip[target="_blank"]{
	padding-right: 17px;
	background-image: url('../img/icons/fa-zip-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}

/* DOC ICON */
.linkIconDoc {
	padding-right: 17px;
	background-image: url('../img/icons/fa-pdf-doc-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
.list-group.list-group-menu ul.list-group li.list-group-item a.linkIconDoc,
.list-group.list-group-menu li.list-group-item a.linkIconDoc {
	padding-right: 17px;
	background-image: url('../img/icons/fa-doc-icon.png');
	background-size: 17px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
a.list-group-fa-caret-right.linkIconDoc,
a.list-group-fa-caret-right.linkIconDoc[target="_blank"],
ul.list-group li.list-group-item a.linkIconDoc[target="_blank"]{
	padding-right: 17px;
	background-image: url('../img/icons/fa-doc-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}

/* POWERPOINT ICON */
.linkIconPowerPoint {
	padding-right: 17px;
	background-image: url('../img/icons/fa-powerpoint-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
.list-group.list-group-menu ul.list-group li.list-group-item a.linkIconPowerPoint,
.list-group.list-group-menu li.list-group-item a.linkIconPowerPoint {
	padding-right: 17px;
	background-image: url('../img/icons/fa-powerpoint-icon.png');
	background-size: 17px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}

a.list-group-fa-caret-right.linkIconPowerPoint,
a.list-group-fa-caret-right.linkIconPowerPoint[target="_blank"],
ul.list-group li.list-group-item a.linkIconPowerPoint[target="_blank"]{
	padding-right: 17px;
	background-image: url('../img/icons/fa-powerpoint-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}

/* EXCEL ICON */
.linkIconExcel {
	padding-right: 17px;
	background-image: url('../img/icons/fa-excel-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}

.list-group.list-group-menu ul.list-group li.list-group-item a.linkIconExcel,
.list-group.list-group-menu li.list-group-item a.linkIconExcel {
	padding-right: 17px;
	background-image: url('../img/icons/fa-excel-icon.png');
	background-size: 17px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
a.list-group-fa-caret-right.linkIconExcel,
a.list-group-fa-caret-right.linkIconExcel[target="_blank"],
ul.list-group li.list-group-item a.linkIconExcel[target="_blank"]{
	padding-right: 17px;
	background-image: url('../img/icons/fa-excel-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}

/* VIDEO ICON */
.linkIconVideo {
	padding-right: 17px;
	background-image: url('../img/icons/fa-video-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
.list-group.list-group-menu ul.list-group li.list-group-item a.linkIconVideo,
.list-group.list-group-menu li.list-group-item a.linkIconVideo {
	padding-right: 17px;
	background-image: url('../img/icons/fa-video-icon.png');
	background-size: 17px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}
a.list-group-fa-caret-right.linkIconVideo,
a.list-group-fa-caret-right.linkIconVideo[target="_blank"],
ul.list-group li.list-group-item a.linkIconVideo[target="_blank"]{
	padding-right: 17px;
	background-image: url('../img/icons/fa-video-icon-primary.png');
	background-size: 12px 14px;
	background-position: right center;
	background-repeat:no-repeat;
}

a.list-group-fa-caret-right {
	background-image: url('../img/icons/list-group-fa-caret-right.png');
	background-size: 8px 10px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
}

a.list-group-fa-caret-right[target="_blank"],
ul.list-group li.list-group-item a[target="_blank"] {
	background-image:url('../img/icons/list-group-fa-external-link-red.png');
	background-repeat:no-repeat;
	background-size: 15px 15px;
	background-position: right center;
}

a.linkIconExternal {
	padding-right: 16px;
	background-image: url('../img/icons/list-group-fa-external-link-red.png');
	background-size: 12px 12px;
	background-position: right center;
	background-repeat:no-repeat;
}

#offcanvas a.list-group-fa-caret-right[target="_blank"],
#offcanvas ul.list-group li.list-group-item a[target="_blank"] {
	background-image:url('../img/icons/list-group-fa-external-link-gray.png');
	background-repeat:no-repeat;
	background-size: 24px 15px;
	background-position: right center;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 1px solid #e1e1e1;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
ul.list-group li.list-group-item a {
	display:block;
	cursor:pointer;
}
a.list-group-item {
  color: #192026;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #192026;
  background-color: #e1e1e1;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e1e1e1;
  color: #c4c3c3;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #c4c3c3;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #333333;
  background-color: #f1f1f1;
  border-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
ul li ul li.list-group-item.active,
ul li ul li.list-group-item.active:hover,
ul li ul li.list-group-item.active:focus {
  z-index: 2;
  color: #333333;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
ul.list-group-menu li.list-group-item.active:hover {
    border-bottom-color: #e1e1e1;   
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #333333;
}
.list-group-item-success {
  color: #5d9f38;
  background-color: #ffffff;
}
a.list-group-item-success {
  color: #5d9f38;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #5d9f38;
  background-color: #f2f2f2;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #5d9f38;
  border-color: #5d9f38;
}
.list-group-item-info {
  color: #999999;
  background-color: #ffffff;
}
a.list-group-item-info {
  color: #999999;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #999999;
  background-color: #f2f2f2;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}
.list-group-item-warning {
  color: #ef4923;
  background-color: #ffffff;
}
a.list-group-item-warning {
  color: #ef4923;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ef4923;
  background-color: #f2f2f2;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ef4923;
  border-color: #ef4923;
}
.list-group-item-danger {
  color: #ff0000;
  background-color: #ffffff;
}
a.list-group-item-danger {
  color: #ff0000;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ff0000;
  background-color: #f2f2f2;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* ---------------------------
List group as UL > LI Menu 
------------------------------ */
.list-group-menu {
    font-family: proxima-nova, 'Helvetica Neue', sans-serif;
    font-weight:normal;
}

ul.list-group-menu li.list-group-item a.list-group-fa-caret-right {
	background-image: url('../img/icons/list-group-fa-caret-right-gray.png');
	background-size: 16px 10px;
	background-repeat:no-repeat;
	background-position: right center;
}



ul.list-group-menu li.list-group-item a {
    color: #566168;
    padding: 15px 17px 15px 15px;
    display: block;
    margin: -10px -15px;
    cursor:pointer;
    background-image: url('../img/icons/list-group-fa-caret-right-gray.png');
	background-repeat:no-repeat;
	background-position: right center;
	background-size: 16px 10px;
    /*make the a's fade */
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      overflow: hidden;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: color, background-color;
      transition-property: color, background-color;
}

ul.list-group-menu li.list-group-item a[target="_blank"] {
	background-image:url('../img/icons/list-group-fa-external-link-gray.png');
	background-size: 18px 13px;
	background-repeat:no-repeat;
}

ul.list-group-menu li.list-group-item a.submenu-heading {
	background-image: url('../img/icons/list-group-fa-angle-down-gray.png');
	background-size: 20px 10px;
}

ul.list-group-menu li.list-group-item a.submenu-heading[aria-expanded="true"] {
	background-image: url('../img/icons/list-group-fa-angle-up-gray.png');
	background-size: 20px 10px;
}

ul.list-group-menu li.list-group-item a.caret-right {
    background-image: url('../img/icons/caret-right.png');
    background-repeat:no-repeat;
    background-position: right center;
    padding-right: 30px;
}

/* Custom link list toggle */

ul.list-group li.list-group-item a.sub-list-group-heading {
	background-image: url('../img/icons/list-group-fa-angle-down.png');
	background-size: 11px 6px;
	background-repeat:no-repeat;
	background-position: right center;
	padding-right: 15px;
}

ul.list-group li.list-group-item a.sub-list-group-heading[aria-expanded="true"] {
	background-image: url('../img/icons/list-group-fa-angle-up.png');
	background-size: 11px 6px;
	background-repeat:no-repeat;
	background-position: right center;
}

ul.list-group li.list-group-item ul.list-group-sub {
	border-left: 5px solid #f1efee;
	margin-top: 10px;
	margin-bottom:0;
}

ul.list-group li.list-group-item ul.list-group-sub li {
	margin-left: 10px;
}

ul.list-group li.list-group-item ul.list-group-sub li:first-child {
	border-top:0px;
}

ul.list-group li.list-group-item ul.list-group-sub li:last-child {
	border-bottom:0px;
}

ul.list-group-menu li.list-group-item a:hover {
    text-decoration:none;
    background-color: #f1f1f1;
    color: #192026;
}

ul.list-group-menu li.list-group-item:hover {
    border-bottom-color: #192026;   
}

ul.list-group-menu li.list-group-item:first-child {
    border-top: 4px solid #ffcf0c;   
}

.panel .panel-body li.list-group-item:first-child {
	border-top: 1px solid #e1e1e1;
}

ul.list-group-menu li.list-group-item i,
ul.list-group-menu li.list-group-item span{
    margin-right: 8px;
	display:none; /* Fix for legacy pages / templates that include span */
}

ul.list-group-menu.social-list-group-menu li.list-group-item i,
ul.list-group-menu.social-list-group-menu li.list-group-item span {
	display:inline-block;
}

ul.list-group-menu li.list-group-item span.fa.fa-home {
	display:inline;
}

ul.list-group-menu li.list-group-item a i.pull-right.fa.fa-caret-right,
ul.list-group-menu li.list-group-item a span.pull-right.fa.fa-caret-right{
    margin-top: 5px;
}

ul.list-group-menu li.list-group-item a i.fa.fa-angle-down
ul.list-group-menu li.list-group-item a span.fa.fa-angle-down{
    margin-top: 7px;
}

ul.list-group-menu li.list-group-item a i.fa.fa-angle-up,
ul.list-group-menu li.list-group-item a span.fa.fa-angle-up {
    margin-top: 7px;
}

/* List Group Menu Toggle */

ul.list-group-menu li.list-group-item ul.list-group-submenu {
    border-left: 5px solid #f1f1f1;  
    margin: 20px 0px 10px -5px;
}

ul.list-group-menu li.list-group-item ul.list-group-submenu li.list-group-item:first-child {
    border-top:0;
}

ul.list-group-menu li.list-group-item ul.list-group-submenu li.list-group-item {
    border-bottom:0;   
    font-size:15px;
}

ul.list-group p {
    font-family: 'Helvetica Neue', Helvetica Neue, Helvetica, sans-serif;
    font-size: 17px;
}

/* social media horizontal icon list */

ul.list-inline.sm-social-media-icons li a {
	height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 42px;
    border-radius: 20px;
    color: #fff;
}
/* Added June 2022 due to update in FA imported styles overriding line height to 1 */
ul.sm-social-media-icons span.fa {
    line-height: 40px;
}
ul.list-inline.sm-social-media-icons li.gray a {
	background: #566168;
}

ul.list-inline.sm-social-media-icons li.red a {
	background: #be1e2d;
}

ul.list-inline.sm-social-media-icons li a:hover {
	opacity:.8;
}

ul.inline-list.sm-social-media-icons li a

/*social media list group menu*/

ul.list-group-menu li.list-group-fb a i.fa.fa-facebook
ul.list-group-menu li.list-group-fb a span.fa.fa-facebook{
    color: #3b5998;
}


ul.list-group-menu li.list-group-twitter a i.fa.fa-twitter,
ul.list-group-menu li.list-group-twitter a span.fa.fa-twitter{
    color: #00aced;
}


ul.list-group-menu li.list-group-instagram a i.fa.fa-instagram,
ul.list-group-menu li.list-group-instagram a span.fa.fa-instagram{
    color: #517fa4;
}

ul.list-group-menu li.list-group-google-plus a i.fa.fa-google-plus,
ul.list-group-menu li.list-group-google-plus a span.fa.fa-google-plus{
    color: #dd4b39;
}

ul.list-group-menu li.list-group-youtube a i.fa.fa-youtube,
ul.list-group-menu li.list-group-youtube a span.fa.fa-youtube{
    color: #bb0000;
}

ul.list-group-menu li.list-group-vimeo a i.fa.fa-vimeo-square,
ul.list-group-menu li.list-group-vimeo a span.fa.fa-vimeo-square{
    color: #aad450;
}

ul.list-group-menu li.list-group-flickr a i.fa.fa-flickr,
ul.list-group-menu li.list-group-flickr a span.fa.fa-flickr{
    color: #ff0084;
}

span.social-share-label {
    position:relative;
    top: -10px;
}

.panel {
  margin-bottom: 28px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
/*
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
*/
}
.panel .btn {
    margin-bottom:0;   
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
  font-weight:800;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f1f1f1;
  border-top: 1px solid #e1e1e1;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-footer .btn {
    margin-bottom:0;   
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #c4c3c3;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 28px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group.accordion .panel + .panel {
	margin-top:0;
}
.panel-group.accordion .panel.panel-black + .panel.panel-black,
.panel-group.accordion .panel.panel-primary + .panel.panel-primary{
	margin-top: .5rem;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  
}
.panel-group.accordion .panel-title,
.panel-group.accordion .panel-title.h4 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
}
.panel-default {
  border: 1px solid #e1e1e1;
  position:relative;
}
.panel-group.accordion .panel-default:first-child {
	border-top:1px solid #e1e1e1;
}
.panel-group.accordion .panel-default {
	border:none;
	border-bottom: 1px solid #e1e1e1;
}
.panel.panel-icon {
    border-top: 4px solid #ffcf0c;   
}
.panel.panel-icon .panel-heading {
    border: transparent;
    background: transparent;
	padding-right: 30px;
}
.panel.panel-icon i.panel-icon-fa,
.panel.panel-icon span.panel-icon-fa{
    position:absolute;
    right: -1px;
    top: -1px;
    background: #ffcf0c;
    padding: 8px 10px;
    color: #fff;
}
.accordion .panel-heading a span.pull-right {
	float: none !important;
    position: absolute;
    right: 2rem;
    top: 50%;
    margin-top: -10.5px;
}

.panel-default > .panel-heading {
  color: #192026;
  background-color: #f1f1f1;
  border-color: #e1e1e1;
}

.accordion .panel-default .panel-heading {
    padding:0; 
    background-color: transparent;
}

.accordion .panel-heading a,
.accordion .panel-default .panel-heading a,
.accordion .panel-black .panel-heading a,
.accordion .panel-primary .panel-heading a{
	position:relative;
	padding: 2rem 5rem 2rem 1rem;
	text-decoration:none;
	display:block;
	line-height: 1.4;
}

.accordion .panel-heading a span.fa {
	transition: all .2s ease-in-out;
}

.accordion .panel-default .panel-heading a:hover,
.accordion .panel-default .panel-heading a[aria-expanded="true"] {
    text-decoration:none;   
    background: #e1e1e1;
}

.accordion .panel-primary .panel-heading {
    padding:0;   
}

.accordion .panel-primary .panel-heading a:hover,
.accordion .panel-primary .panel-heading a[aria-expanded="true"]
{
    text-decoration:none;   
    background: #192026;
}

/* Accordion Panel with Pre-Title (A,B,etc or 1,2,3) */
.panel-group.accordion.accordion-with-pre-title .panel-heading a span.accordion-pre-title {
	position: absolute;
	left: 1rem;
	top: 50%;
	margin-top: -1.5rem;
	height: 3rem;
	width: 3rem;
	background: #C10230;
	border-radius: 100%;
	text-align: center;
	line-height: 3rem;
	display: flex;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	font-weight: bold; 
	align-items:center;
	justify-content:center;
	border:1px solid #C10230;
}

.panel-group.accordion.accordion-with-pre-title .panel-heading a span.accordion-pre-title:before {
	content: '';
	display:block;
	height: .5rem;
}
.panel-group.accordion.accordion-with-pre-title .panel-black .panel-heading a span.accordion-pre-title,
.panel-group.accordion.accordion-with-pre-title .panel-primary .panel-heading a span.accordion-pre-title{
	border: 1px solid #fff;
	background:transparent;
}

.panel-group.accordion.accordion-with-pre-title .panel-heading a, .panel-group.accordion.accordion-with-pre-title .panel-default .panel-heading a, .panel-group.accordion.accordion-with-pre-title .panel-black .panel-heading a, .panel-group.accordion.accordion-with-pre-title .panel-primary .panel-heading a {
	padding-left: 5.5rem;
	font-weight:bold;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e1e1e1;
}
.panel-default > .panel-heading .badge {
  color: #e1e1e1;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e1e1e1;
}
.panel-default .panel-body {
    border: none;
}
.panel-primary {
  border-color: transparent;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #566168;
  border-color: transparent;
}
.panel-primary > .panel-body {
    background-color: #f1f1f1;
}   
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
  color: #be1e2d;
  background-color: #ffeff1;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #be1e2d;
}
/*Black Panel */
.accordion .panel-black .panel-heading {
    padding:0;   
}

.accordion .panel-black .panel-heading a:hover,
.accordion .panel-black .panel-heading a[aria-expanded="true"]{
    text-decoration:none;   
    background: #566168;
}
.panel-black {
  border-color: #192026;
}
.panel-black > .panel-heading {
  color: #ffffff;
  background-color: #192026;
  border-color: #192026;
}
.panel-black > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #192026;
}
.panel-black > .panel-heading .badge {
  color: #192026;
  background-color: #ffffff;
}
.panel-black > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #192026;
}

.panel-success {
  border-color:transparent;
}
.panel-success > .panel-heading {
  background-color: #73be44;
  color: #ffffff;
  border-color: #73be44;
}
.panel-success > .panel-body {
    background-color: #e9ffdb;   
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  background-color: #e9ffdb;
  color: #5d9f38;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5d9f38;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  background-color: #999999;
  color: #ffffff;
  border-color: transparent;
}
.panel-info > .panel-body {
    background: #f1f1f1;   
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  background-color: #ffffff;
  color: #999999;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #999999;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  background-color: #ef4923;
  color: #ffffff;
  border-color: transparent;
}
.panel-warning > .panel-body {
    background-color: #fbf0ed;   
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  background-color: #fbf0ed;
  color: #ef4923;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ef4923;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  background-color: #ff0000;
  color: #ffffff;
  border-color: transparent;
}
.panel-danger > .panel-body {
    background-color: #fdf0f0;   
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  background-color: #fdf0f0;
  color: #ff0000;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff0000;
}
/* Panel Blue */
.panel-blue {
  border-color: transparent;
	background: transparent;
}
.panel-blue > .panel-heading {
  background-color: #0071CE;
  color: #ffffff;
  border-color: transparent;
}
.panel-blue > .panel-heading span.h3.panel-title {
	font-weight: 900;
	font-size: 2rem;
	margin-top:.5rem;
}
.panel-blue > .panel-body {
    background-color: #fff;  
	padding: 2rem;
	border: 4px solid #0071CE;
}
.panel-blue > .panel-body p:last-child {
	margin-bottom:0;
}
.panel-blue > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-blue > .panel-heading .badge {
  background-color: #0071CE;
  color: #fff;
}
.panel-blue > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0071CE;
}

.panel-blue .btn {
	font-weight: 800;
}

.panel.panel-icon.panel-blue {
	border-color: #0071CE;
	border: 4px solid #0071CE;
	position:relative;
}

.panel.panel-icon.panel-blue i.panel-icon-fa, .panel.panel-icon.panel-blue span.panel-icon-fa {
	background-color:#0071CE;
}

.panel.panel-icon.panel-blue .panel-heading {
	margin-right: 40px;
	color: #0071CE;
}

.panel.panel-icon.panel-blue .panel-heading span.h3 {
	margin-top:0;
}

.panel.panel-icon.panel-blue .panel-body {
	border:none;
}
/* Panel Boxed */
.panel-group.accordion .panel-boxed {
	border: 1px solid #D9D9D9;
	background: #fff;
	margin-bottom: 0.5rem;
}
.panel-group.accordion .panel-boxed .panel-heading {
	padding:0;
}
.panel-group.accordion .panel-boxed .panel-heading .panel-title {
	font-size: 20px;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	transition: all .05s ease-in;
	font-weight: 600;
}
.panel-group.accordion.accordion-with-pre-title .panel-boxed .panel-heading a span.accordion-pre-title {
	color: #000;
	background-color: #FFC529;
	border-color: #FFC529;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.panel-group.accordion .panel-boxed .panel-heading .panel-title a {
	transition: all .2s ease-in;
}
.panel-group.accordion .panel-boxed .panel-heading .panel-title a:hover {
	background-color: #FDE869;
}
.panel-boxed .panel-body {
	padding-right: 24px;
	padding-left: 24px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-9by16 {
	padding-bottom: 177.77777778%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-general {
  padding-bottom: 100%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}
.well p:last-child {
	margin-bottom:0;
}
.well blockquote {
    
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.well-form {
  padding: 12px;
  border: 1px solid #e1e1e1;
}
.well-form label {
  font-weight: bold;
}

/* Cards */
a.card {
	transition: all .2s ease-in-out;
}
a.card:hover {
	filter:brightness(1.15);
}
.card.card-shadow {
	box-shadow:0 16px 24px 2px rgba(0,0,0,0.03),0 6px 30px 5px rgba(0,0,0,0.02),0 8px 10px -7px rgba(0,0,0,0.02);
}
.card.card-white {
	background-color: #fff;
}
.card.card-gray {
	background-color:#f1f1f1;
}
.card.card-dark {
	background-color: #566168;
}
.card.card-black {
	background-color: #000;
}
.card.card-red {
	background-color: #BE1E2D;
}
.card.card-dark-red {
	background-color: #9c1521;
}
.card.card-yellow {
	background-color: #ffcf0c;
}
.card.card-dark-yellow {
	background-color: #e4af15;
}
.card.card-blue {
	background-color: #0071CE;
}
.card.card-light-blue {
	background-color: #1DCAD3
}
.card.card-green {
	background-color: #3F873F;
}
.card.card-lime-green {
	background-color: #93D500;
}
.card.card-orange {
	background-color: #EC7700;
}
.card.card-pink {
	background-color: #F4436C;
}
.card.card-purple {
	background-color: #672666;
}
.card.card-red,
.card.card-dark,
.card.card-white,
.card.card-gray,
.card.card-yellow {
	background-image: none !important;
}

.card.bb-gradient-1 {
	background-image: url(/_resources/images/bb_gradient-1.jpg) !important;
}
.card.bb-gradient-2 {
	background-image: url(/_resources/images/bb_gradient-2.jpg) !important;
}
.card.bb-gradient-3 {
	background-image: url(/_resources/images/bb_gradient-3.jpg) !important;
}
.card.bb-gradient-4 {
	background-image: url(/_resources/images/bb_gradient-4.jpg) !important;
}
.card.bb-gradient-5 {
	background-image: url(/_resources/images/bb_gradient-5.jpg) !important;
}
.card.bb-gradient-6 {
	background-image: url(/_resources/images/bb_gradient-6.jpg) !important;
}
.card.bb-gradient-1,
.card.bb-gradient-2,
.card.bb-gradient-3,
.card.bb-gradient-4,
.card.bb-gradient-5,
.card.bb-gradient-6,
.card.bg-image-dark-overlay,
.card.bg-image-no-overlay,
.card.bg-image-light-overlay {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	display: block;
}
.card.bb-gradient-1 .card-body,
.card.bb-gradient-2 .card-body,
.card.bb-gradient-3 .card-body,
.card.bb-gradient-4 .card-body,
.card.bb-gradient-5 .card-body,
.card.bb-gradient-6 .card-body,
.card.bg-image-dark-overlay .card-body,
.card.bg-image-no-overlay .card-body,
.card.bg-image-light-overlay .card-body {
	z-index: 2;
	position: relative;
}
.card.bb-gradient-1 .card-bg-overlay,
.card.bb-gradient-2 .card-bg-overlay,
.card.bb-gradient-3 .card-bg-overlay,
.card.bb-gradient-4 .card-bg-overlay,
.card.bb-gradient-5 .card-bg-overlay,
.card.bb-gradient-6 .card-bg-overlay {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0, .15);
	display: block;
	z-index: 1;
}
.card.bg-image-dark-overlay .card-bg-overlay {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0, .5);
	display: block;
	z-index: 1;
}
.card.bg-image-light-overlay .card-bg-overlay {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: rgba(255,255,255, .4);
	display: block;
	z-index: 1;
}
.card.bb-gradient-1,
.card.bb-gradient-2,
.card.bb-gradient-3,
.card.bb-gradient-4,
.card.bb-gradient-5,
.card.bb-gradient-6,
.card.bg-image-dark-overlay,
.card.bg-image-no-overlay,
.card.card-dark,
.card.card-black,
.card.card-red,
.card.card-dark-red,
.card.card-blue,
.card.card-green,
.card.card-purple,
.card.card-dark .card-body span.h2,
.card.card-black .card-body span.h2,
.card.card-red .card-body span.h2,
.card.card-dark-red .card-body span.h2,
.card.card-blue .card-body span.h2,
.card.card-green .card-body span.h2,
.card.card-purple .card-body span.h2,
.card.bb-gradient-1 .card-body span.h2,
.card.bb-gradient-2 .card-body span.h2,
.card.bb-gradient-3 .card-body span.h2,
.card.bb-gradient-4 .card-body span.h2,
.card.bb-gradient-5 .card-body span.h2,
.card.bb-gradient-6 .card-body span.h2,
.card.bg-image-dark-overlay .card-body span.h2,
.card.bg-image-no-overlay .card-body span.h2 {
	color: #fff;
}
.card.bb-gradient-1 a,
.card.bb-gradient-2 a,
.card.bb-gradient-3 a,
.card.bb-gradient-4,
.card.bb-gradient-5 a,
.card.bb-gradient-6 a,
.card.bg-image-dark-overlay a,
.card.bg-image-no-overlay a,
.card.card-dark a,
.card.card-black a,
.card.card-red a,
.card.card-dark-red a,
.card.card-blue a,
.card.card-green a,
.card.card-purple a,
.card.card-dark .card-body span.h2 a,
.card.card-black .card-body span.h2 a,
.card.card-red .card-body span.h2 a,
.card.card-dark-red .card-body span.h2 a,
.card.card-blue .card-body span.h2 a,
.card.card-green .card-body span.h2 a,
.card.card-purple .card-body span.h2 a,
.card.bb-gradient-1 .card-body span.h2 a,
.card.bb-gradient-2 .card-body span.h2 a,
.card.bb-gradient-3 .card-body span.h2 a,
.card.bb-gradient-4 .card-body span.h2 a,
.card.bb-gradient-5 .card-body span.h2 a,
.card.bb-gradient-6 .card-body span.h a2,
.card.bg-image-dark-overlay .card-body span.h2 a,
.card.bg-image-no-overlay .card-body span.h2 a {
	color: #fff;
}

.card.card-white,
.card.card-gray,
.card.card-yellow,
.card.card-dark-yellow,
.card.card-light-blue,
.card.card-lime-green,
.card.card-orange,
.card.card-pink,
.card.bg-image-light-overlay {
	color: #000;
}
.card.card-text-left {
	text-align:left;
}
.card.card-text-right {
	text-align:right;
}
.card.card-text-center {
	text-align:center;
}
.card.card-valign-center {
	display:flex !important;
	align-items: center;
	justify-content:center;
}
.card.card-valign-center .card-body span.h2 {
	margin-bottom:0;
}
.card .card-image {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.card .card-body {
	padding: 3.6rem;
	font-size: 1.6rem;
	line-height: 1.4;
}
.card .card-body p {
	font-size: 1.6rem;
	line-height: 1.4;
}
.card .card-body span.h2 {
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 1.2;
	display:block;
	margin-bottom: 1.4rem;
}
.card .card-body span.h2.card-title-hide {
	display:none;
}
.card .card-button {
	margin-top: 2.1rem;
}

.card .card-button .card-button-pre {
	font-weight: 800;
    margin-bottom: 1.8rem;
    font-family: proxima-nova;
    font-size: 1.8rem;
}
.card .card-button .popup-modal-content {
	display:none;
}
.card .card-button.show-card-modal .no-popup-modal-content {
	display:none;
}
.card .card-button.show-card-modal .popup-modal-content {
	display:inline-block;
}
.card.card-red .card-button a.btn.btn-default,
.card.card-dark .card-button a.btn.btn-default {
	color: #fff;
	border-color: #fff;
}
.card.card-red .card-button a.btn.btn-default:hover,
.card.card-dark .card-button a.btn.btn-default:hover {
	background-color:rgba(0, 0, 0, 0.3);
	border-color:#fff;
	color: #fff;
}
.card .card-button.hide-button {
	display:none;
}

.card blockquote.bq-alt,
.card blockquote.bq-alt p {
  border-left: none !important;
}

.card blockquote.bq-alt.bq-sans,
.card blockquote.bq-alt.bq-sans p {
	font-family: 'HelveticaNeueLight','helvetica neue', helvetica, sans-serif;
}

.card blockquote.bq-alt.bq-serif,
.card blockquote.bq-alt.bq-serif p {
	font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.card blockquote.bq-alt.bq-proxima-light,
.card blockquote.bq-alt.bq-proxima-light p {
	font-family:proxima-nova, sans-serif;
	font-weight:400;
}

.card blockquote.bq-alt.bq-proxima-bold,
.card blockquote.bq-alt.bq-proxima-bold p {
	font-family:proxima-nova, Helvetica Neue, sans-serif;
	font-weight:800; 
}

.card blockquote.bq-alt.bq-optima,
.card blockquote.bq-alt.bq-optima p {
	font-family: "optima std", serif; 
}

.card blockquote.bq-alt.bq-xl,.card blockquote.bq-alt.bq-xl p {
  font-size: 4rem;
}

.card blockquote.bq-alt.bq-lg,.card blockquote.bq-alt.bq-lg p {
  font-size: 3rem;
}

.card blockquote.bq-alt.bq-md,.card blockquote.bq-alt.bq-md p {
  font-size: 2rem;
}

.card blockquote.bq-alt.bq-sm,.card blockquote.bq-alt.bq-sm p {
  font-size: 1.5rem;
}

/* Full Width Divider and Hero Divider */
html, body {overflow-x:hidden;}
.full-width-image-divider {
	width: 500%;
	margin-left: -200%;
	height: 325px;
	padding-top: 50px;
}
.full-width-image-divider.hero-full-width-image-divider {
	height: 425px;
	width: calc(100% + 40px);
	margin-left: -20px;
}
.full-width-image-divider-bg,
.full-width-image-divider-bg-slider {
	height: 350px;
	width: 100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}
.hero-full-width-image-divider-content .full-width-image-divider-bg,
.hero-full-width-image-divider-content .full-width-image-divider-bg-slider {
	height: 450px;
	overflow:hidden;
}
.full-width-image-divider-content {
	margin-top: -275px;
	padding:0;
}
.full-width-image-divider-content.hero-full-width-image-divider-content {
	margin-top: -375px;
	padding-left: 0;
	padding-right: 0;
}

/* Video Full Width Divider */
.full-width-image-divider-video {
	position: absolute;
	top:0;
	left:15px;
	bottom:0;
	right:15px;
	overflow: hidden;
	height: 450px;
}

.full-width-image-divider-video video {
	position: absolute;
	top:0;
}

@media only screen and (max-width: 600px) {
	.full-width-image-divider-video video {
		height: 100%;
		width: auto;
	}	
	.full-width-image-divider-video,
	.full-width-video-divider-video video {
		height: auto;
	}
}

@media only screen and (min-width: 1200px) {
	.full-width-image-divider {
		height: 425px;
	}
	.full-width-image-divider-content {
		margin-top: -375px;
	}
	.full-width-image-divider-bg {
		height: 450px;
	}
}

/**********************************
HERO DIVIDER SPECIFIC
***********************************/

.hero-full-width-image-divider-content h1 {
	font-weight: 900;
}

.hero-full-width-image-divider-content h1 span.hero-full-width-image-preheader {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	margin-top: -10px;
}
@media only screen and (min-width: 1440px) {
	.full-width-image-divider-content.hero-full-width-image-divider-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.full-width-image-divider-title {
	font-family: proxima-nova, Helvetica, sans-serif;
	display:block;
	max-width: 50%;
	position:relative;
	z-index:2;
	margin-top: -75px;
	padding: 30px 30px 20px 0;
	background-color: #fff;
	float: left;
}
.full-width-image-divider-title.full-width-image-divider-title-centered {
	margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding: 30px;
}
.full-width-image-divider-title h2 {
	font-weight: 900;
	line-height: 1.2;
	color: #000;
	margin-bottom:0;
	font-size: 32px;
}
.full-width-image-divider-title span {
	display:inline-block;
}
.full-width-image-divider-title:after {
	clear:both;
	content:'';
	display:block;
}
.hero-full-width-image-divider-content h1 {
	font-weight: 900;
}

.hero-full-width-image-divider-content h1 span.hero-full-width-image-preheader {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	margin-top: -10px;
}

.full-width-image-divider-bg-slider .item {
	width: 100%;
	position: relative;
	height: 450px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index:1;
}

@media only screen and (min-width: 1200px) {
	.hero-full-width-image-divider-content .full-width-image-divider-bg, .hero-full-width-image-divider-content .full-width-image-divider-bg-slider {
		height: 550px;
	}
	.full-width-image-divider-bg-slider .item {
		height: 550px;
	}
	.full-width-image-divider-content.hero-full-width-image-divider-content {
		margin-top: -475px;
	}
	.full-width-image-divider.hero-full-width-image-divider {
		height: 525px;
	}
	.full-width-image-divider-video {
		height: 550px;	
	}
}

@media only screen and (max-width: 1200px) {
	.full-width-image-divider {
		margin-left: -50px;
		width: calc(100% + 100px);
	}
	.full-width-image-divider-title {
		margin-left: -30px;
	}
	.hero-full-width-image-divider-content .full-width-image-divider-title {
		margin-left:0;
	}
	.hero-full-width-image-divider-content .full-width-image-divider-title.full-width-image-divider-title-centered {
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 768px) {
	.full-width-image-divider {
		display:none;
	}	
	
	.full-width-image-divider-content {
		margin-top:0;
		width: 100%;
		padding:0;
	}
	.full-width-image-divider-bg {
		height: 250px;
	}
	.full-width-image-divider-title {
		max-width: 90% !important;
		margin-top: -50px;
		margin-bottom:0;
		padding: 20px 20px 20px 0;
		margin-left: auto;
	}
	.full-width-image-divider-content.hero-full-width-image-divider-content {
		margin:0;
		width: 100%;
		padding:0 15px;
	}
	.hero-full-width-image-divider-content .full-width-image-divider-bg {
		height: 300px;
	}
	.full-width-image-divider.hero-full-width-image-divider {
		display:none;
	}
	.full-width-image-divider-bg-slider .item {
		height: 300px;
	}
	.hero-full-width-image-divider-content .full-width-image-divider-bg-slider {
		height: 300px;
	}
}

@media only screen and (max-width: 600px) {
	.full-width-image-divider-bg-slider .item {
		height: 300px;
	}
	.hero-full-width-image-divider-content .full-width-image-divider-bg,
	.hero-full-width-image-divider-content .full-width-image-divider-bg-slider {
		height: 300px;
		background-size: contain;
	}
	.full-width-image-divider-bg-slider .item {
		height: 200px;
	}
	.hero-full-width-image-divider-content .full-width-image-divider-bg-slider {
		height: 200px;
	}
}

/*Callout - Call to Action */
.callout {
    margin-bottom: 18px;   
    border-left: 5px solid #ffcf0c;
    display:block;
    padding: 5px 30px 5px 10px;
}
.callout p {
    margin-bottom:0; 
    font-size: 15px;
}
.callout h1, .callout h2, .callout h3, .callout h4, .callout h5,
.callout .h1, .callout .h2, .callout .h3, .callout .h4, .callout .h5,
.callout .font-extra-large, .callout .font-large, .callout .font-medium, .callout .font-small, .callout .font-extra-small {
    margin-bottom:5px;   
}

.callout h1, .callout h2, .callout h3, .callout h4, .callout h5,
.callout .h1, .callout .h2, .callout .h3, .callout .h4, .callout .h5,
.callout .font-extra-large, .callout .font-large, .callout .font-medium, .callout .font-small, .callout .font-extra-small {
	color: #192026;
}
a.callout {
    color: #192026;
    background-image: url('../img/icons/callout-arrow.svg');
    background-repeat:no-repeat;
    background-position:98% center;
    display: block;
	padding: 25px 55px 25px 25px;
    background-size: 50px 30px;
}
a.callout.pull-right {
	margin-left: 20px;
}
a.callout.pull-left {
	margin-right: 20px;
}
@media (max-width:480px) {
	a.callout.pull-right {
		margin-left: 0px;
		float:none !important;
		width: 100%;
		max-width: 100% !important;
	}
	a.callout.pull-left {
		margin-right: 0px;
		float:none !important;
		width: 100%;
		max-width: 100% !important;
	}
}
.callout-primary {
    color: #fff;   
    background-color: #be1e2d;
    padding: 10px 10px 10px 10px
}

.callout p.font-extra-large,
.callout p.h1 {
	font-size: 42px;
}

.callout p.font-large,
.callout p.h2 {
	font-size: 30px;
}

.callout p.font-medium,
.callout p.h3 {
	font-size: 28px;
}

.callout p.font-small,
.callout p.h4 {
	font-size: 24px;
}

.callout p.font-extra-small,
.callout p.h5 {
	font-size: 21px;
}

.callout-primary h2,
.callout-primary h3,
.callout-primary h4,
.callout-primary h5,
.callout-primary .h2,
.callout-primary .h3,
.callout-primary .h4,
.callout-primary .h5,
.callout-primary .font-extra-large,
.callout-primary .font-large,
.callout-primary .font-medium,
.callout-primary .font-small,
.callout-primary .font-extra-small {
	color: #fff;
}

.callout-primary a {
    color: #fff;   
}
.callout-primary a:hover {
    color: #fff;   
}
.callout-primary p {
    color:#fff;
}
a.callout.callout-primary {
    background-image: url('../img/icons/callout-arrow-white.svg');
    background-color:#be1e2d;
    color: #fff;
    padding: 25px 55px 25px 25px;
    background-size: 50px 30px;
}
a.callout.callout-primary p {
    color: #fff;   
}
a.callout.callout-primary:hover,
a.callout.callout-primary:active,
a.callout.callout-primary:focus {
    background-color: #9c1521;   
}
a.callout.callout-toggle {
    background-image: url('../img/icons/callout-toggle-down-arrow.svg');
    background-size: 25px 25px;
}
a.callout:hover, a.callout:focus, a.callout:active {
    text-decoration:none;
    background-color: #f1f1f1;
	border-color:#dbb20c;
}
a.callout p {
    color: #929191;
}
.callout.pull-left {
    margin-right: 10px;   
}
.callout.pull-left {
    margin-left: 10px;   
}
.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #212121;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.close:hover,
.close:focus {
  color: #212121;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/*Maginific Modal*/
.white-popup-block {
    background:#fff;
    margin:0 auto;
    width: 600px;
    max-width:90%;
    padding: 30px;
	position:relative;
}

.mfp-close-btn-in .white-popup-block .mfp-close {
	color: #192026;
	text-shadow:none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.9; /* was .5 */
  filter: alpha(opacity=90);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  min-height: 16.7px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.7;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e1e1e1;
}
.modal-footer .btn {
  margin-left: 5px;
  margin-bottom: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (max-width: 480px) {
	.modal-footer .btn {
	  width: 100%;
	  margin-bottom: 5px;
	}
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    /*
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
*/
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
	  max-width:900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333333;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333333;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
/*
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
*/
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 17px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* Testimonials Carousel */
.tc-wrapper {}
.tc-owl-content {
	padding: 0px 30px 25px 30px; 
	background-image: url('/_resources/img/testimonial-bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.tc-owl-content p {
	margin-bottom:0;
	font-family: proxima-nova, sans-serif;
	font-weight:300;
	font-size: 21px;
	line-height: 150%;
	color: #192026;
}

.tc-owl-name {
	color: #666; 
	font-size: 90%; 
	text-align: center; 
	font-weight: bold;
	margin-top: 10px;
}
.tc-owl-title {
	color: #999;
	font-size: 13px;
	display:block;
	margin-top: -5px;
	font-weight:normal;
}

/* Feature Items Carousel */
.owl-carousel.feat-car p {
	font-size: 14px;
	line-height:1.5;
}

.owl-carousel.feat-car h2, 
.owl-carousel.feat-car h3 {
	font-size: 18px;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls {
	position:relative;
	width:100%;
	height: auto;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls:after {
	content:'';
	clear:both;
	display:block;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls .owl-nav {
	top:auto;
	margin-top:0;
	position:absolute;
	left:0;
	width: 90px;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls .owl-nav .owl-prev,
.regular-owl-carousel.feat-car.owl-theme .owl-controls .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #192026;
	padding:0;
	text-align:center;
	line-height: 40px;
	opacity:1;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls .owl-nav [class*=owl-] span {
	font-size: inherit;
}

/* Owl Theme */

.regular-owl-carousel.owl-theme .owl-controls{
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav {
	position: relative;
	top: 50%;
	margin-top: -15px;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev,
.regular-owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
	color: #fff;
	padding:0;
	background:transparent;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
	float: left;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
	float: right;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]{
	padding: 0px 10px 0px 7px;
	opacity: .2;
	background: #566168;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] span {
	font-size: 30px;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{opacity:1;color:#fff;text-decoration:none}

.regular-owl-carousel.owl-theme .owl-controls .owl-dots {
	bottom:0;
	position:absolute;
	width: 100%;
}

.owl-theme .owl-controls .owl-dots {
	text-align: center;
}

.testimonial-owl-carousel.owl-theme .owl-controls .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}

.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}

.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  /*display: block;*/
}

.owl-carousel .owl-controls {
	padding-top: 16px;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Carousel Bootstrap */
.carousel {
  position: relative;
  margin-bottom: 20px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  text-align: center;
}
.carousel-control span.fa {
	position: relative;
	top: 50%;
	height: 50px;
	margin-top: -25px;
	display:block;
}
.carousel-control.left {
  left:0;
}
.carousel-control.right {
  right:0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
  padding: 20px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  background: #333;
  background: rgba(0,0,0,0.6);
  max-width: 60%;
}
.carousel-caption h2 {
  color: #ffcf0c;
  margin-bottom: 0px;
  line-height: 120%;
  font-size: 32px;
}
.carousel-caption span.carousel-subtitle {
	font-size: 24px;
	color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  #landing-page-title-desktop {
	  width: 95%;
	  padding: 0 15px;
	  margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
    .pull-right.img-responsive.img-thumbnail {
        width: 100% !important;
        padding:10px 0;
        margin:0;
    }
    .pull-left.img-responsive.img-thumbnail {
        width: 100% !important;
        padding: 10px 0;
        margin:0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 540px) {
	.btn {
		white-space: normal;
	}
}

.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
	
  header {display:none;}
	
  footer {display:none;}
	
  .offcanvas-nav {display:none;}
	
  #emergency-container {display:none;}
	
  #notice-container {display:none;}
	
  .container-under-header {display:none;}
	
  body {padding-top: 30px;}
	
  .titlerow {display:none;}
	
  .breadcrumb {display:none;}
	
  .btn {display:none;}
  
  form {display:none;}
}
/*--------------------
Google Custom Search
results page styling
---------------------*/
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0 !important;
	padding-right: 8px;
}
/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
	font-size: 1.7em;
	padding: 10px 20px;
	border: 2px solid #ccc;
	cursor: pointer;
	float: left;
	margin-bottom: 4px;
	margin-right: -2px !important;
}
.gsc-input-box {
	height: auto !important;
}
.gsc-selected-option-container {
	min-width: 106px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 40px !important;
	width: auto !important;
	padding: 11px 27px !important;
	margin-top: 5px !important;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.gsst_a {
    padding-top: 10px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #be1e2d !important;
    color: #fff !important;
}
.gsc-results .gsc-cursor-box {
    margin: 0px !important;
	margin-top: 13px !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 18px !important;
}

.gsc-result .gs-title {
    height: 1.6em !important;
	margin-left: 1px !important;
}
/*---------/ Google Custom Search ----------------*/

/*---------- Advanced Thumbnail Images Snippet -----------*/
.adv-thumbnail .advThmb {
	font-weight: bold;
}
.adv-thumbnail .advThmb-role {
	color: #be1e2d;
}
.adv-thumbnail .advThmb-email {
	word-wrap: break-word;
}

p.gravity-form-label {
  box-sizing: border-box;
  clear: both;
  color: rgb(86, 97, 104);
  cursor: default;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 23px;
  line-height: 23.4px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 30px;
  max-width: 100%;
  text-align: left;
  text-indent: 0px;
  text-size-adjust: 100%;
}

/* Corona Virus */
.covid-global-notification {
	width: 100%;
    background: #0071CE;
    color: #fff;
    text-align: left;
    padding: 1rem 4rem;
    max-width: 1140px;
    margin: 0 auto 2rem auto;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
}

.covid-global-notification strong {
	font-weight: 800;
}

.covid-global-notification a {
	color: #fff;
	text-decoration:underline;
}
.covid-global-notification a:hover {
	opacity:.8;
}

/* Career Community to Division Integration 2021*/
p.cc-division-label-hero {
	max-width: 1140px;
	margin: 0 auto;
}
p.cc-division-label-hero a {
	position: relative;
	color: #fff;
	font-weight:bold;
	padding-left: 16px;
	text-shadow:0px 0px 5px rgba(0, 0, 0, 1);
}
p.cc-division-label-hero a:hover {
	color: #ccc;
}
a.cc-division-label-interior {
	position:relative;
	margin-top: 5px;
	color:#000;
	text-transform:none;
	font-weight:bold;
	font-size: 14px;
	float: right;
	padding-left: 16px;
}

a.cc-division-label-interior:hover {
	color: #566168;
}

span.h2.section-title a.cc-division-label-interior {
	color: #000;
}

a.cc-division-label-interior:before,
p.cc-division-label-hero a:before {
	content:'';
	position:absolute;
	left:0;
	top:2px;
	height: 12px;
	width: 12px;
	border-radius: 100px;
	background-color: #000;
}

p.cc-division-label-hero.cc-division-label-hero-mobile {
	display:none;
}

@media (max-width: 767px) {
	a.cc-division-label-interior {
		float:none;
		display:block;
		margin-top: 10px;
	}
	p.cc-division-label-hero {
		margin-bottom: 10px;
	}
	p.cc-division-label-hero a {
		color: #000;
		text-shadow:none;
	}
	p.cc-division-label-hero.cc-division-label-hero-mobile {
		display:block;
	}
	p.cc-division-label-hero a:hover {
		color: #333;
	}
}

/* cc division colors */
a.cc-division-label-interior-bi:before,
p.cc-division-label-hero-bi a:before {
	background-color: #672666;
}

a.cc-division-label-interior-hsw:before,
p.cc-division-label-hero-hsw a:before {
	background-color: #EC7700;
}

a.cc-division-label-interior-stem:before,
p.cc-division-label-hero-stem a:before {
	background-color: #0071CE;
}

a.cc-division-label-interior-la:before,
p.cc-division-label-hero-la a:before {
	background-color: #93D500;
}

a.cc-division-label-interior-sbs:before,
p.cc-division-label-hero-sbs a:before {
	background-color: #1DCAD3;
}

a.cc-division-label-interior-acd:before,
p.cc-division-label-hero-acd a:before {
	background-color: #F4436C;
}

/* CSS to Make Body Links Underlined */
.container.active a:not(.btn):not(.card):not(.cal-event-modal):not(.callout),
.container.homepage-main-content a:not(.btn):not(.card):not(.cal-event-modal):not(.callout),
#gp-home-where a,
.container div[role="main"] ul:not([class]) li:not([class]) a {
	text-decoration: underline;
	text-decoration-color: rgba(190, 30, 45, .3);
}
.breadcrumb a {
	text-decoration: underline;
}
.cta-grid a,
.list-group a,
.nav a,
.accordion .panel-title a {
	text-decoration: none !important;
}
footer a,
.footer-creds a {
	text-decoration: underline;
	transition: all .2s ease-in-out;
	text-decoration-color: rgba(255, 255, 255, .4);
}
footer a:hover,
.footer-creds a:hover {
	opacity: .85;
}
