/************************* /
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/************************* /

/************************* Base Classes ****************************/
article,
aside,
details,
figcaption,
figure,
footer,fon
header,
hgroup,
main,
nav,
section,b
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
} 
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: 'Lato', sans-serif;
  background-color: #F0F0F0;
  font-size: 14px;
}

a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}
fieldset {
  border: 1px solid #919191;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
.ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #616161;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h3,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h3,
  h3 {
    page-break-after: avoid;
  }
.navbar {
    display: none;
  }
.table td,
  .table th {
    background-color: #F0F0F0 !important;
  }
.btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
.label {
    border: 1px solid #000;
  }
.table {
    border-collapse: collapse !important;
  }
.table-bordered th,
  .table-bordered td {
    border: 1px solid #E7E7E7 !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
   -webkit-tap-highlight-color: rgba(24, 25, 32, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #3c7689;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #31606F;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #919191;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

footer {
 	background-color: #FDFEFF;
	font-weight:400;
	padding-bottom: 2px;
	margin-top: 15px;
}
/************************* Base Classes ****************************/


/************************* Grid ****************************/

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.181920181920332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.18192018192033%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.181920181920336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.18192018192034%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
.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 {
    float: left;
  }
.col-sm-1 {
    width: 8.181920181920332%;
  }
.col-sm-2 {
    width: 16.666666666666664%;
  }
.col-sm-3 {
    width: 25%;
  }
.col-sm-4 {
    width: 33.18192018192033%;
  }
.col-sm-5 {
    width: 41.66666666666667%;
  }
.col-sm-6 {
    width: 50%;
  }
.col-sm-7 {
    width: 58.181920181920336%;
  }
.col-sm-8 {
    width: 66.66666666666666%;
  }
.col-sm-9 {
    width: 75%;
  }
.col-sm-10 {
    width: 83.18192018192034%;
  }
.col-sm-11 {
    width: 91.66666666666666%;
  }
.col-sm-12 {
    width: 100%;
  }
.col-sm-push-1 {
    left: 8.181920181920332%;
  }
.col-sm-push-2 {
    left: 16.666666666666664%;
  }
.col-sm-push-3 {
    left: 25%;
  }
.col-sm-push-4 {
    left: 33.18192018192033%;
  }
.col-sm-push-5 {
    left: 41.66666666666667%;
  }
.col-sm-push-6 {
    left: 50%;
  }
.col-sm-push-7 {
    left: 58.181920181920336%;
  }
.col-sm-push-8 {
    left: 66.66666666666666%;
  }
.col-sm-push-9 {
    left: 75%;
  }
.col-sm-push-10 {
    left: 83.18192018192034%;
  }
.col-sm-push-11 {
    left: 91.66666666666666%;
  }
.col-sm-pull-1 {
    right: 8.181920181920332%;
  }
.col-sm-pull-2 {
    right: 16.666666666666664%;
  }
.col-sm-pull-3 {
    right: 25%;
  }
.col-sm-pull-4 {
    right: 33.18192018192033%;
  }
.col-sm-pull-5 {
    right: 41.66666666666667%;
  }
.col-sm-pull-6 {
    right: 50%;
  }
.col-sm-pull-7 {
    right: 58.181920181920336%;
  }
.col-sm-pull-8 {
    right: 66.66666666666666%;
  }
.col-sm-pull-9 {
    right: 75%;
  }
.col-sm-pull-10 {
    right: 83.18192018192034%;
  }
.col-sm-pull-11 {
    right: 91.66666666666666%;
  }
.col-sm-offset-1 {
    margin-left: 8.181920181920332%;
  }
.col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
.col-sm-offset-3 {
    margin-left: 25%;
  }
.col-sm-offset-4 {
    margin-left: 33.18192018192033%;
  }
.col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
.col-sm-offset-6 {
    margin-left: 50%;
  }
.col-sm-offset-7 {
    margin-left: 58.181920181920336%;
  }
.col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
.col-sm-offset-9 {
    margin-left: 75%;
  }
.col-sm-offset-10 {
    margin-left: 83.18192018192034%;
  }
.col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 930px;
  }
.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 {
    float: left;
  }
.col-md-1 {
    width: 8.181920181920332%;
  }
.col-md-2 {
    width: 16.666666666666664%;
  }
.col-md-3 {
    width: 25%;
  }
.col-md-4 {
    width: 33.18192018192033%;
  }
.col-md-5 {
    width: 41.66666666666667%;
  }
.col-md-6 {
    width: 50%;
  }
.col-md-7 {
    width: 58.181920181920336%;
  }
.col-md-8 {
    width: 66.66666666666666%;
  }
.col-md-9 {
    width: 75%;
  }
.col-md-10 {
    width: 83.18192018192034%;
  }
.col-md-11 {
    width: 91.66666666666666%;
  }
.col-md-12 {
    width: 100%;
  }
.col-md-push-0 {
    left: auto;
  }
.col-md-push-1 {
    left: 8.181920181920332%;
  }
.col-md-push-2 {
    left: 16.666666666666664%;
  }
.col-md-push-3 {
    left: 25%;
  }
.col-md-push-4 {
    left: 33.18192018192033%;
  }
.col-md-push-5 {
    left: 41.66666666666667%;
  }
.col-md-push-6 {
    left: 50%;
  }
.col-md-push-7 {
    left: 58.181920181920336%;
  }
.col-md-push-8 {
    left: 66.66666666666666%;
  }
.col-md-push-9 {
    left: 75%;
  }
.col-md-push-10 {
    left: 83.18192018192034%;
  }
.col-md-push-11 {
    left: 91.66666666666666%;
  }
.col-md-pull-0 {
    right: auto;
  }
.col-md-pull-1 {
    right: 8.181920181920332%;
  }
.col-md-pull-2 {
    right: 16.666666666666664%;
  }
.col-md-pull-3 {
    right: 25%;
  }
.col-md-pull-4 {
    right: 33.18192018192033%;
  }
.col-md-pull-5 {
    right: 41.66666666666667%;
  }
.col-md-pull-6 {
    right: 50%;
  }
.col-md-pull-7 {
    right: 58.181920181920336%;
  }
.col-md-pull-8 {
    right: 66.66666666666666%;
  }
.col-md-pull-9 {
    right: 75%;
  }
.col-md-pull-10 {
    right: 83.18192018192034%;
  }
.col-md-pull-11 {
    right: 91.66666666666666%;
  }
.col-md-offset-0 {
    margin-left: 0;
  }
.col-md-offset-1 {
    margin-left: 8.181920181920332%;
  }
.col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
.col-md-offset-3 {
    margin-left: 25%;
  }
.col-md-offset-4 {
    margin-left: 33.18192018192033%;
  }
.col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
.col-md-offset-6 {
    margin-left: 50%;
  }
.col-md-offset-7 {
    margin-left: 58.181920181920336%;
  }
.col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
.col-md-offset-9 {
    margin-left: 75%;
  }
.col-md-offset-10 {
    margin-left: 83.18192018192034%;
  }
.col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
.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 {
    float: left;
  }
.col-lg-1 {
    width: 8.181920181920332%;
  }
.col-lg-2 {
    width: 16.666666666666664%;
  }
.col-lg-3 {
    width: 25%;
  }
.col-lg-4 {
    width: 33.18192018192033%;
  }
.col-lg-5 {
    width: 41.66666666666667%;
  }
.col-lg-6 {
    width: 50%;
  }
.col-lg-7 {
    width: 58.181920181920336%;
  }
.col-lg-8 {
    width: 66.66666666666666%;
  }
.col-lg-9 {
    width: 75%;
  }
.col-lg-10 {
    width: 83.18192018192034%;
  }
.col-lg-11 {
    width: 91.66666666666666%;
  }
.col-lg-12 {
    width: 100%;
  }
.col-lg-push-0 {
    left: auto;
  }
.col-lg-push-1 {
    left: 8.181920181920332%;
  }
.col-lg-push-2 {
    left: 16.666666666666664%;
  }
.col-lg-push-3 {
    left: 25%;
  }
.col-lg-push-4 {
    left: 33.18192018192033%;
  }
.col-lg-push-5 {
    left: 41.66666666666667%;
  }
.col-lg-push-6 {
    left: 50%;
  }
.col-lg-push-7 {
    left: 58.181920181920336%;
  }
.col-lg-push-8 {
    left: 66.66666666666666%;
  }
.col-lg-push-9 {
    left: 75%;
  }
.col-lg-push-10 {
    left: 83.18192018192034%;
  }
.col-lg-push-11 {
    left: 91.66666666666666%;
  }
.col-lg-pull-0 {
    right: auto;
  }
.col-lg-pull-1 {
    right: 8.181920181920332%;
  }
.col-lg-pull-2 {
    right: 16.666666666666664%;
  }
.col-lg-pull-3 {
    right: 25%;
  }
.col-lg-pull-4 {
    right: 33.18192018192033%;
  }
.col-lg-pull-5 {
    right: 41.66666666666667%;
  }
.col-lg-pull-6 {
    right: 50%;
  }
.col-lg-pull-7 {
    right: 58.181920181920336%;
  }
.col-lg-pull-8 {
    right: 66.66666666666666%;
  }
.col-lg-pull-9 {
    right: 75%;
  }
.col-lg-pull-10 {
    right: 83.18192018192034%;
  }
.col-lg-pull-11 {
    right: 91.66666666666666%;
  }
.col-lg-offset-0 {
    margin-left: 0;
  }
.col-lg-offset-1 {
    margin-left: 8.181920181920332%;
  }
.col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
.col-lg-offset-3 {
    margin-left: 25%;
  }
.col-lg-offset-4 {
    margin-left: 33.18192018192033%;
  }
.col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
.col-lg-offset-6 {
    margin-left: 50%;
  }
.col-lg-offset-7 {
    margin-left: 58.181920181920336%;
  }
.col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
.col-lg-offset-9 {
    margin-left: 75%;
  }
.col-lg-offset-10 {
    margin-left: 83.18192018192034%;
  }
.col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

/************************* End Grid ****************************/


/************************* Images + Video ****************************/

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-cover {
  display: inline-block;
  width:100%;
  height: 150px;
  overflow:hidden;
  object-fit: cover;
  }
  
  .img-carousel-shift {
  object-position: 0 60%;
  width:100%;
  height:250px;
  overflow:hidden;
  object-fit: cover;

  }


.img-rounded {
  border-radius: 10px;
  padding: 5px;
  }
.img-buffered {
  border-radius: 5px;
  padding: 2px;
  margin: 2px;
  }
.img-thumbnail {
  padding: 5px;
  line-height: 1.428571429;
  background-color: #FDFEFF;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block; 
  max-width: 100%;
  height: auto;
}

.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.img-circle {
    border-radius: 50%;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto 
	}

.page-banner {
  max-height:191px;
  overflow:hidden;
}

.thumbnail {
  padding: 5px;
  line-height: 1.428571429;
  background-color: #FDFEFF;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
   height: auto;
  display: block;
  margin-top: 5px;
 }
.thumbnail > img {
  display: block;
  max-width: 95%;
  height: auto;
  max-height:250px;
  overflow:hidden;
 }
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3c7689;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 10px;
  color: #2F3036;
}

.fill {
	object-fit: fill;
}

.contain {
  object-fit: contain;
}

.cover {
  object-fit: cover;
}

.none {
  object-fit: none;
}

.scale-down {
  object-fit: scale-down;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  height: auto;
}

<!---CUSTOM THUMBNAILS-->
thumbnail.custom-thumb{
     display:inline-block; 
     margin-bottom:30px;
}
.thumbnail.custom-thumb img{
    width:30%;
    height:auto;
    float:left;
}
.thumbnail.custom-thumb .caption {
    max-width:70%;
    float:left;
    padding-left:20px;

}
<!---END CUSTOM THUMBNAILS-->



/************************* End Images ****************************/


/************************* Font Space Imports Come from fonts.css************************ /

/************************* Typography ****************************/
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.42em;
  color: #2F3036;
}

p {
  margin: 2px;
  font-size:15px;
  font-weight:normal;
  font-family: 'Lato', sans-serif;
  line-height: 1.42em;

 }
 
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.text-thin {
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h3,
.h3,
.h4,
.h5,
.h6 {
  margin:2px;
  letter-spacing: 0.05em;
  font-family: 'Lato', sans-serif; 
  font-weight:bold;
  line-height: 1.42em;
}


h1,
.h1 {
  font-size: 3.0em;
}
h2,
.h2 {
  font-size: 2.5em;
}
h3,
.h3 {
  font-size: 2.25em;
}
h4,
.h4 {
  font-size: 2.0em;
}
h5,
.h5 {
  font-size: 1.5em;
}
h6,
.h6 {
  font-size: 1.25em;
}
.page-header {
  margin: 5px 0 0 0;
}
 .header { /***For School wordmark**/
  font-size: 2.4em;
  margin: 2px 0px 0px 10px;
  text-transform:none;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-family: 'Lato', sans-serif;
  font-weight:900;
  }

 .college { /***For CEHD wordmark**/
	font-size: .9em;
	text-transform:uppercase;
	line-height: 1.1;
	margin: 5px 5px 5px 10px;
  	letter-spacing: 0.05em;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
 }
 
 
h1 uppercase,
h2 uppercase,
h3 uppercase,
h4 uppercase,
h5 uppercase,
h6 uppercase,
p uppercase,
.h1 uppercase,
.h2 uppercase,
.h3 uppercase,
.h4 uppercase,
.h5 uppercase,
.h6 uppercase,
.p uppercase {
  font-weight: 400;
  text-transform: uppercase;
 }
 
 

h1 text-small,
h2 text-small,
h3 text-small,
h4 text-small,
h5 text-small,
h6 text-small,
p text-small,
.h1 text-small,
.h2 text-small,
.h3 text-small,
.h4 text-small,
.h5 text-small,
.h6 text-small,
.p text-small {
	font-size:.8em;
 }
 
.text-muted {
  color: #616161;
}
.text-primary {
  color: #3c7689;
}
.text-warning {
  color: #FF9A26;
}
.text-danger {
  color: #FF335D;
}
.text-success {
  color: #00C621;
}
.text-gold {
  color: #ffcc33;
}
.text-maroon {
  color: #7a0019;
}
.text-info {
  color: #97bfbc;
}
.text-progress {
	color: #0ACC9C;
}

.text-inspire {
	color: #BE33D5;
}

.text-up {
	text-transform: uppercase;
	font-weight:600;
}
.cite {
  text-indent: -2em; margin-left: 2em;}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@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;
  }
.dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
.dl-horizontal dd:after {
    clear: both;
  }
.dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
.dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #616161;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 5px 10px;
  margin: 0 0 10px;
  border-left: 5px solid #3c7689;
}
blockquote p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #616161;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #3c7689;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
cv {
  padding: 0px 24px 0px 24px;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 5px;
  font-size: 90%;
  color: #FDFEFF;
  background-color: #323235;
  white-space: nowrap;
  border-radius: 5px;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #2F3036;
  background-color: #F0F0F0;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/************************* End Typography ****************************/


/************************* Tables ****************************/

table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.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: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #E7E7E7;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #E7E7E7;
}
.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 #E7E7E7;
}
.table .table {
  background-color: #fcfdf3;
}
.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: 5px;
}
.table-bordered {
  border: 1px solid #E7E7E7;
}
.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 #E7E7E7;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F0F0F0;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #E7E7E7;
}
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: #E7E7E7;
}
.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: #D7D7D7;
}
.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: #00C621;
}
.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: #37A245;
}
.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: #158cba;
}
.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: #BEE1EE;
}
.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: #FF9A26;
}
.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: #E58A22;
}
.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: #FF335D;
}
.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: #E22B5B;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #E7E7E7;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }
}

@media (max-width: 768px) {
.table-responsive {
	width:100%;
	margin-bottom:15px;
	overflow-y:hidden;
	overflow-x:scroll;
	border:1px solid rgba(253,253,253,0.81)
}

.table-responsive > .table {
	margin-bottom:0;
	background-color:#fff
}

.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 > thead > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > thead > tr:last-child > td,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom:0
}
}
/************************* End Tables ****************************/


/************************* Fields + Forms ****************************/


fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #2F3036;
  border: 0;
  border-bottom: 1px solid rgba(252,253,254, 0.81);
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #323235;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #000000;
}
.form-control::-moz-placeholder {
  color: #000000;
}
.form-control:-ms-input-placeholder {
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #323235;
  vertical-align: middle;
  background-color: #FDFEFF;
  border: 1px solid #3c7689;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075);
  box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075);
  -webkit-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: #BEE1EE;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 10px rgba(124, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 10px rgba(124, 190, 232, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #FDFEFF;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #FF9A26;
}
.has-warning .form-control {
  border-color: #FF9A26;
  -webkit-box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075);
  box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075);
}
.has-warning .form-control:focus {
  border-color: #E58A22;
  -webkit-box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075), 0 0 5px #f6b794;
  box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075), 0 0 5px #f6b794;
}
.has-warning .input-group-addon {
  color: #FF9A26;
  border-color: #FF9A26;
  background-color: #FF9A26;
}
.has-error .help-block,
.has-error .control-label {
  color: #FF335D;
}
.has-error .form-control {
  border-color: #FF335D;
  -webkit-box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075);
  box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075);
}
.has-error .form-control:focus {
  border-color: #E22B5B;
  -webkit-box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075), 0 0 5px #FFEBEF;
  box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075), 0 0 5px #FFEBEF;
}
.has-error .input-group-addon {
  color: #FF335D;
  border-color: #FF335D;
  background-color: #FF335D;
}
.has-success .help-block,
.has-success .control-label {
  color: #00C621;
}
.has-success .form-control {
  border-color: #00C621;
  -webkit-box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075);
  box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075);
}
.has-success .form-control:focus {
  border-color: #37A245;
  -webkit-box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075), 0 0 5px #E7E7E7;
  box-shadow: inset 0 1px 1px rgba(24, 25, 32, 0.075), 0 0 5px #E7E7E7;
}
.has-success .input-group-addon {
  color: #00C621;
  border-color: #00C621;
  background-color: #37A245;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 5px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #616161;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
.form-inline .form-control {
    display: inline-block;
  }
.form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
.form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
 border-radius: 5px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 5px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #FDFEFF;
  border: 1px solid #3c7689;
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
 border-radius: 5px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 5px;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

/************************* End Fields + Forms ****************************/


/************************* Buttons ****************************/
.btn {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 5px;
  margin: 10px 0 10px 0;
  background: #FDFEFF;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
   -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
   border-color: #D7D7D7;
    white-space: normal; /**important**/
}

.btn:focus {
  outline: thin dotted #D7D7D7;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #2F3036;
  text-decoration: none;
  background: #D7D7D7;
}
.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: #FDFEFF;
  background-color: #919191;
  border-color: #E7E7E7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #FDFEFF;
  background-color: #323235;
  border-color: #E7E7E7;
}
.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: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: #323235;
  border-color: #E7E7E7;
}

.btn-primary {
  color: #FDFEFF;
  background-color: #3c7689;
  border-color: #31606F;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #FDFEFF;
  background-color: #31606F;
  border-color: #3c7689;
}
.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: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: #193A46;
  border-color: #E7E7E7;
}

.btn-info {
  color: #FDFEFF;
  background-color: #97bfbc;
  border-color: #6F8C8A;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-maroon {
  color: #323235;
  background-color: #BEE1EE;
  border-color: #97bfbc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-maroon {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-maroon,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-maroon:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-maroon:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-maroon:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-maroon.active {
  background-color: #56656B;
  border-color: #6F8C8A;
}

.btn-maroon {
  color: #FDFEFF;
  background-color: #7a0019;
  border-color: #510007;
}
.btn-maroon:hover,
.btn-maroon:focus,
.btn-maroon:active,
.btn-maroon.active,
.open .dropdown-toggle.btn-maroon {
  color: #FDFEFF;
  background-color: #510007;
  border-color: #7a0019;
}
.btn-maroon:active,
.btn-maroon.active,
.open .dropdown-toggle.btn-maroon {
  background-image: none;
}
.btn-maroon.disabled,
.btn-maroon[disabled],
fieldset[disabled] .btn-maroon,
.btn-maroon.disabled:hover,
.btn-maroon[disabled]:hover,
fieldset[disabled] .btn-maroon:hover,
.btn-maroon.disabled:focus,
.btn-maroon[disabled]:focus,
fieldset[disabled] .btn-maroon:focus,
.btn-maroon.disabled:active,
.btn-maroon[disabled]:active,
fieldset[disabled] .btn-maroon:active,
.btn-maroon.disabled.active,
.btn-maroon[disabled].active,
fieldset[disabled] .btn-maroon.active {
  background-color: #7F5F39;
  border-color: #FF9A26;
}
.btn-danger {
  color: #FDFEFF;
  background-color: #FF335D;
  border-color: #E22B5B;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #FDFEFF;
  background-color: #FF7F9A;
  border-color: #FF335D;
}
.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: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: #7F404D;
  border-color: #FF335D;
}
.btn-success {
  color: #FDFEFF;
  background-color: #00C621;
  border-color: #37A245;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #FDFEFF;
  background-color: #3BC652;
  border-color: #00C621;
}
.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: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: #15461D;
  border-color: #00C621;
}
.btn-progress {
  color: #FDFEFF;
  background-color: #0acc9c;
  border-color: #3A967A;
}
.btn-progress:hover,
.btn-progress:focus,
.btn-progress:active,
.btn-progress.active,
.open .dropdown-toggle.btn-progress {
  color: #FDFEFF;
  background-color: #4AD4B2;
  border-color: #0acc9c;
}
.btn-progress:active,
.btn-progress.active,
.open .dropdown-toggle.btn-progress {
  background-image: none;
}

.btn-inspire {
  color: #FDFEFF;
  background-color: #BE33D5;
  border-color: #9127A2;
}
.btn-inspire:hover,
.btn-inspire:focus,
.btn-inspire:active,
.btn-inspire.active,
.open .dropdown-toggle.btn-inspire {
  color: #FDFEFF;
  background-color: #BC59C5;
  border-color: #BE33D5;
}
.btn-inspire:active,
.btn-inspire.active,
.open .dropdown-toggle.btn-inspire {
  background-image: none;
}


btn-muted {
  color: #97bfbc;
  background-color: #E7E7E7;
  border-color: #6F8C8A;
}
.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.open .dropdown-toggle.btn-muted {
  color: #FDFEFF;
  background-color: #97bfbc;
  border-color: #6F8C8A;
}
.btn-muted:active,
.btn-muted.active,
.open .dropdown-toggle.btn-muted {
  background-image: none;
}


.btn-gold {
  color: #FDFEFF;
  background-color: #ffcc33;
  border-color: #CCA329;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active,
.open .dropdown-toggle.btn-gold {
  color: #FDFEFF;
  background-color: #FFDF7F;
  border-color: #ffcc33;
}
.btn-gold:active,
.btn-gold.active,
.open .dropdown-toggle.btn-gold {
  background-image: none;
}
.btn-gold.disabled,
.btn-gold[disabled],
fieldset[disabled] .btn-gold,
.btn-gold.disabled:hover,
.btn-gold[disabled]:hover,
fieldset[disabled] .btn-gold:hover,
.btn-gold.disabled:focus,
.btn-gold[disabled]:focus,
fieldset[disabled] .btn-gold:focus,
.btn-gold.disabled:active,
.btn-gold[disabled]:active,
fieldset[disabled] .btn-gold:active,
.btn-gold.disabled.active,
.btn-gold[disabled].active,
fieldset[disabled] .btn-gold.active {
  background-color: #7F7040;
  border-color: #ffcc33;
}

.btn-link {
  color: #3c7689;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #BEE1EE;
  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: #2F3036;
  text-decoration: none;
}
.btn-lg {
  padding: 15px 20px;
  font-size: 2em;
  line-height: 1.12;
  border-radius: 5px;
}
.btn-md {
  padding: 10px 15px;
  font-size: 1.5em;
  line-height: 1.1;
  border-radius: 5px;
 }

.btn-sm{
  padding: 5px 10px;
  font-size: 1.0em;
  line-height: 1.1;
  border-radius: 5px;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 0.8em;
  line-height: 1.0;
  border-radius: 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 5px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size:1.15em;
  line-height: 1.5;
 border-radius: 5px;
}
  
 .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.5em;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 2px 5px rgba(24, 25, 32, 0.2);;
  box-shadow: inset0 2px 5px rgba(24, 25, 32, 0.2);;
}
.
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}

@media screen and (max-width: 768px) {

 .btn-group-justified .btn {
    display: block;
	width: 100%;
	border-radius: 0px;
  }
}




/************************* End Buttons ****************************/


/************************* Animations + Actions ****************************/

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/*Defines style for collapse*/
.lapse {
  border-bottom: 1px solid rgba(220, 225, 230, 0.5);
  margin: 10px 5px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #2F3036;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #2F3036;
  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;
}
/************************* End Animations ****************************/


/************************* Menus + Navigations ****************************/

.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 125px;
  padding: 5px;
  list-style: none;
  font-size: 13px;
  background-color: #D7D7D7;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  background-clip: padding-box;
  margin-top:10px;

}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #D7D7D7;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: 700;
  line-height: 1.428571429;
  color: #2F3036;
  white-space: nowrap; 
  letter-spacing: 0.05em;
}
 
.dropdown-menu:before {
  content: '';
  position: absolute;
  left: 10px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.dropdown-menu.pull-right:before {
  right: 20px;
  left: auto;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FDFEFF;
  background: #3c7689;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover,
.dropdown-menu .disabled > a:focus {
  color: #D7D7D7;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus {
  position: relative;
}
.dropdown-menu .dropdown-header {
  color: #2F3036;
}
.dropup .dropdown-menu {
  margin-bottom: 10px;
}
.dropup .dropdown-menu:before {
  top: auto;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3c7689;
  border-bottom: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FDFEFF;
  background-color: #3c7689;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FDFEFF;
  text-decoration: none;
  background-color: #3c7689;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #919191;
}
.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;
}
.open > .dropdown-menu {
  display: block;
  margin-left: 15px;
  }
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #2F3036;
}
.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 dotted;
  border-bottom: 5px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
 letter-spacing: 0.01em;

}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #3c7689;
  color: #F0F0F0;
    }

.nav > li.disabled > a {
  color: #616161;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #616161;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #3c7689;
}
.nav .nav-divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #919191;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs
{
	border-radius: 5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
   -moz-border-radius:5px 5px 0 0;
 	line-height: .95em;
	background-color:#FDFEFF;
	font-weight: 700;
}

.nav-tabs>li
{
  	border-bottom:1px solid #F0F0F0; 
 	border-left:1px solid #F0F0F0; 
	float: left;

 }

.nav-tabs>li:first-child
{
	border-left:none;
}

.nav-tabs>li>a
{
 	color:#3c7689;
 }

.nav-tabs>li>a:focus,.nav-tabs>li>a:hover
{
	background-color: #3c7689;
	color: #FDFEFF;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
   -moz-border-radius:5px 5px 0 0;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover
{
	background: #3c7689 fixed;
	border-bottom:0;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
	color: #FDFEFF;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
   -moz-border-radius:5px 5px 0 0;
    }

.nav-tabs li.dropdown.open .dropdown-toggle
{
	color:#FDFEFF;
	background-color:#3c7689;
}

.nav-tabs .dropdown-toggle .caret,.nav-tabs .dropdown-toggle:focus .caret,.nav-tabs .dropdown-toggle:hover .caret,.nav-tabs li.dropdown.active .dropdown-toggle .caret,.nav-tabs li.dropdown.active.open .dropdown-toggle .caret,.nav-tabs li.dropdown.open .caret,.nav-tabs li.dropdown.open a:focus .caret,.nav-tabs li.dropdown.open a:hover .caret,.nav-tabs li.dropdown.open.active .caret
{
	border-top-color:#414042;
	border-bottom-color:#414042;
}

.nav-tabs.nav-justified>li>a
{
  	text-align:center;
    margin-right: 0;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu
{
	top:auto;
	left:auto;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover
{
	border:none;
 }

#submenu {
    background-color: #E7E7E7;
    margin-bottom:10px;
	border-bottom: #D7D7D7 2px solid;
}

.tab-content
{
	padding:0 10p 10px 10px;
}

.tabs-below .nav-tabs
{
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5x 5px;
}

.tabs-left .nav-tabs>li,.tabs-right .nav-tabs>li
{
	float:none;
	border-bottom:none;
	border-left:none;
}

.tabs-left .nav-tabs>li:first-child,.tabs-right .nav-tabs>li:first-child
{
	border-top:none;
}

.tabs-left .nav-tabs>li>a,.tabs-right .nav-tabs>li>a
{
	min-width:74px;
	margin-right:0;
	padding: 15px 10px 15px 5px;
}

.tabs-left .nav-tabs
{
	float:left;
	margin-right:10px;
	border-bottom:1px solid #D7D7D7;
}

.tabs-right .nav-tabs
{
	float:right;
	margin-left:19px;
	border-bottom:1px solid #D7D7D7;

}

.nav-tabs>li:first-child>a,.nav-tabs.nav-justified>li:first-child>a,.tabs-left .nav-tabs>li:first-child>a
{
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
}

.nav-tabs .dropdown-toggle:hover,.nav-tabs li.dropdown.active.open .dropdown-toggle
{
	color:#F0F0F0;
 }

.nav-tabs.nav-justified>li:last-child>a,.tabs-right .nav-tabs>li:first-child>a
{
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;}

.tabs-below .nav-tabs>li:first-child>a,.tabs-left .nav-tabs>li:last-child>a
{
	border-radius:0 0 0 5px;
	-webkit-border-radius:0 0 0 5px;
	-moz-border-radius:0 0 0 5px;
}

.tabs-below .nav-tabs.nav-justified>li:last-child>a,.tabs-right .nav-tabs>li:last-child>a
{
	border-radius:0 0 5px;
	-webkit-border-radius:0 0 5px;
	-moz-border-radius:0 0 5px;
}

@media (min-width 768px) {
 .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
 }
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #FDFEFF;
}
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
    display: inline;
}
.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: #fff;
  background-color: #3c7689;
}



.nav-stacked > li {
  float: none;
  border-bottom: 1px #F0F0F0 solid;
  padding: 10px;
  list-style:none;
}
.nav-stacked .divider {
  height: 1px;
  overflow: hidden;
  background-color: #E7E7E7;
  border-bottom: 1px dotted #D7D7D7;
  padding: 0px;
}
.nav-stacked > li + li {
  margin-top: 0px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
 
.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-justified > li > a {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-left: 0px;
}
 
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  margin-bottom: 1px;
}


.affix {
  top: 50px;
  width:100%;
}

.filler{
  min-height: 2000px;
}

.navbar-form {
   padding-left: 0;
}

.navbar-collapse{
   padding-left:0; 
}


/*--important this is nav style*/
.navbar-default {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  -webkit-box-shadow: 0px -3px 0px #E7E7E7 inset;
  box-shadow: 0px -3px 0px #E7E7E7 inset;
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #2F3036;
  padding: 12px 10px 14px 10px;
  font-size:13px;
  border-top: 5px solid transparent;
  font-weight:700;
  letter-spacing: 0.05em;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #F7F7F7;
  background-color: #3c7689;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #3c7689;
  background-color: #E7E7E7;
  border-top: 5px solid #3c7689;
 }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #919191;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #E7E7E7;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-collapse {
  max-height: 380px;
  overflow: visible;
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin: 5px 5px 10px 5px;
  padding: 10px;
  background-color: #3c7689;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #F7F7F7;
}

.navbar-inverse {
  margin-top: -1px;
  background-color: #E7E7E7;
    -webkit-box-shadow: 0px -3px 0px #D7D7D7 inset;
  box-shadow: 0px -3px 0px #D7D7D7 inset;
  text-transform: uppercase;
  font-size: 13px;
}

.navbar-inverse .navbar-nav > li > a {
   padding: 15px 10px 15px 10px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #F7F7F7;
  background-color: transparent;
  background-color: #3c7689;

}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #F7F7F7;
  background-color: #3c7689;
  border-top: 5px transparent; 	
}

.navbar-inverse .navbar-toggle {
  border-color: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #3c7689;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #F7F7F7;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #3c7689;
}

@media (max-width: 767px) {
	/*--important this is nav style*/
.navbar-default {
  background-color: #F7F7F7;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #F7F7F7;
  background-color: #3c7689;
  border-radius: 5px;

}

  .navbar-default .navbar-nav > li > a {
   padding:5px 5px 10px 5px;
}

  .navbar-inverse .navbar-nav > li > a {
   padding:5px;
}
  
 .navbar-nav .open .dropdown-menu
	{
		position:static;
		float:none;
		width:auto;
		margin-top:0;
		background-color:transparent;
		border:0;
		box-shadow:none;
	}
	
	.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header
	{
		padding:2px;
	}
	
	.navbar-nav .open .dropdown-menu>li>a
	{
		line-height:auto;
	}
	
	.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-image:none;
	}
	
	.navbar-form .form-group
	{
		margin-bottom:5px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a
	{
		color:#919191;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus
	{
		color:#323235;
		background-color:transparent;

	}
	
	.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:#616161;
		background-color:#E7E7E7;
	}
	
	.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:#D7D7D7;
		background-color:transparent;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header
	{
		border-color:#616161;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider
	{
		background-color:#616161;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a
	{
		color:#2F3036;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus
	{
		color:#fff;
		background-color:#3c7689;
	}
	
	.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:#fff;
		background-color:#3c7689;
	}
	
	.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:#414042;
		background-color:transparent;
	}
 
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #F7F7F7;
  background-color: #3c7689;
  border-top: -2px solid #E7E7E7;
  border-bottom: 0px solid #E7E7E7;
  border-radius:5px;
}
  
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/*Adds Automatic Active to SideNav*/
.activeside  {
	background: #E7E7E7;
 	border-left: 5px solid #3c7689;
	padding: 10px;
	margin: -10px;
}

/*Adds Automatic Active to SubNav (Inverse)*/
.activetop  {
	background: #3c7689;
	font-weight: 700;
	color: #F7F7F7;
}

/******END FORCE LINK TO WHITE*****/


/*Off Canvas Side Navagation */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
	margin-left: 5px;

  }
.row-offcanvas-right
  .sidebar-offcanvas {
    right: -60%; /* 7 columns */
  }
.row-offcanvas-left
  .sidebar-offcanvas {
    left: -60%; /* 7 columns */
  }
.row-offcanvas-right.active {
    right: 60%; /* 7 columns */
  }
.row-offcanvas-left.active {
    left: 60%; /* 7 columns */
  }
.sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 60%; /* 7 columns */
  }
}
/*End Off Canvas Sidoe Navagation */

 

/*Responsive Navagation */

@media (min-width: 768px) {
  .navbar-collapse {
    border-top: 0;
    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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: 5x;
  }
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right:5px;
  }
.navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
 
.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
	max-height: 50px;
  }
.navbar-toggle {
    display: none;
  }
.navbar-nav {
    float: left;
    margin: 0;
  }
.navbar-nav > li {
    float: left;
   }

.navbar-right {
    float: right !important;
  }
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
.navbar-form .form-control {
    display: inline-block;
  }
.navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
.navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
.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 > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2F3036;
	
  }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F7F7F7;
    background-color: #3c7689;
  }
.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: #3c7689;
    background-color: rgba(10, 146, 198, 0.07);
  }
.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: #000000;
    background-color: transparent;
  }
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 20px;
  }
.navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  
}
/*End Responsive Navagation */


/************************* End Menus + Navigations ****************************/


/************************* Breadcrumbs and Pagination ****************************/

.breadcrumb {
  padding: 5px 15px;
  margin: 0px 5px 5px 10px;
  list-style: none;
  font-size: 12px;
  background-color: #FDFEFF;
  border-radius: 5px;
  letter-spacing: 0.025em;
  line-height: 1.5em;

}
.breadcrumb > li {
  display: inline-block;
  text-transform:uppercase;
}
.breadcrumb > li + li:before {
   content: "\/  ";
   padding: 0 10px;
  color: #919191;
}
.breadcrumb > .active {
  color: #323235;
  font-weight: 900;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #F7F7F7;
  border: 1px solid #919191;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #3c7689;
  border-radius: 5px;

}
.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: #2F3036;
  background-color: #F0F0F0;
  border-color: #919191;
  cursor: default;
  border-radius: 5px;

}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #000000;
  background-color: #FDFEFF;
  border-color: #919191;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #FDFEFF;
  border: 1px solid #919191;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #3c7689;
}
.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: #000000;
  background-color: #F7F7F7;
  cursor: not-allowed;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #2F3036;
  position: relative;
}
.pagination > li > a:before,
.pagination > li > span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(252,253,254, 0.41);
}
.pagination > li:first-child > a:before,
.pagination > li:first-child > span:before {
  display: none;
}
.pagination > .active > a:before,
.pagination > .active > span:before {
  display: none;
}
.pagination > li > a:hover:before,
.pagination > li > a:focus:before {
  display: none;
}
.pagination > .disabled > span:before,
.pagination > .disabled > a:before,
.pagination > .disabled > a:hover:before,
.pagination > .disabled > a:focus:before {
  display: block;
}
.pager li > a,
.pager li > span {
  border: none;
  color: #2F3036;
}
/************************* End Breadcrumbs and Pagination ****************************/


/*************************Labels + Badges ****************************/

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #FDFEFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #F7F7F7;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #3c7689;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #BEE1EE;
}
.label-info {
  background-color: #97bfbc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #BEE1EE;
}
.label-success {
  background-color: #00C621;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #37A245;
}

.label-warning {
  background-color: #FF9A26;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #E58A22;
}
.label-danger {
  background-color: #FF335D;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #E22B5B;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #FDFEFF;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #3c7689;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #F7F7F7;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3c7689;
  background-color: #FDFEFF;
}
.nav-pills > li > a > .badge {
  margin-left: 2px;
}

/*************************End Labels + Badges ****************************/


/*************************Jumbotron ****************************/

.jumbotron {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.2em
	  ;
  line-height: 1.25em;
  background-color: #D7D7D7;
  color: #000000;
  border:0px #D7D7D7 solid;
  }
  
.container .jumbotron {
  border-radius: 5px;
}

.jumbotron-photo img{
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	width:95%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 36px;
    padding-bottom: 36px;
  }
.container .jumbotron {
    padding-left: 48px;
    padding-right: 48px;
  }

}

@media screen and (max-width: 767px) {
  .jumbotron {
	margin: 5px 20px 5px 20px;
  }
}

/*************************End Jumbotron ****************************/


/*************************Progress Bars ****************************/

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #FDFEFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(24, 25, 32, 0.2);
  box-shadow: 0 2px 5px rgba(24, 25, 32, 0.2);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  color: #F7F7F7;
  text-align: center;
  background-color: #3c7689;
  -webkit-box-shadow: 0 2px 5px rgba(24, 25, 32, 0.2);
  box-shadow: 0 2px 5px rgba(24, 25, 32, 0.2);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(252,253,254, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(252,253,254, 0.15)), color-stop(0.75, rgba(252,253,254, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-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: #00C621;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(252,253,254, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(252,253,254, 0.15)), color-stop(0.75, rgba(252,253,254, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #97bfbc;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #FF9A26;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(252,253,254, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(252,253,254, 0.15)), color-stop(0.75, rgba(252,253,254, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #FF335D;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(252,253,254, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(252,253,254, 0.15)), color-stop(0.75, rgba(252,253,254, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(252,253,254, 0.15) 25%, transparent 25%, transparent 50%, rgba(252,253,254, 0.15) 50%, rgba(252,253,254, 0.15) 75%, transparent 75%, transparent);
}

/*************************End Progress Bars ****************************/


/*************************Media ****************************/

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/*************************End Media ****************************/


/*************************Lists + Panels ****************************/
.list-group {
  margin-bottom: 5px;
  padding-left: 0;
  height: auto;
  line-height: 1.1em;
}
.list-group-item {
 position: relative;
  display: block;
  padding: 5px 10px;
  margin-bottom: -1px;
  background-color: #FDFEFF;
  border-bottom: 1px solid #F0F0F0 ;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #323235;
}
a.list-group-item .list-group-item-heading {
  color: #323235;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #F0F0F0;
  background-color: #D7D7D7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  background-color: #E7E7E7;
  border-left: solid 4px #3c7689;
}
.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 {
  color: #FDFEFF;
}
.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: #FDFEFF;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin: 5px;
  background-color: #FDFEFF;
  border-radius: 5px;
 -webkit-box-shadow: 0px -3px 0px #E7E7E7 inset;
  box-shadow: 0px -3px 0px #E7E7E7 inset;
 }

.panel-body
{
 padding:5px 10px;
}
.panel .list-group {
  list-style:none;
  padding: 5px 10px;
}

.panel .list-group-flush {
  margin: 15px -15px -15px;
}
.panel .list-group-flush .list-group-item {
  border-width: 1px 0;
  color: #2F3036;
}
.panel .list-group-flush .list-group-item.active .list-group-item-text {
  color: #2F3036;
}
.panel .list-group-flush .list-group-item:hover {
  border-color: rgba(252,253,254, 0.81);
}
.panel .list-group-flush .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel .list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}


.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 5px;
}
.panel > .panel-body + .table {
  border-top: 1px solid rgba(252,253,254, 0.81);
}
.panel-heading {
  padding: 5px;
  border-bottom: 1px solid #F0F0F0;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  font-weight: 400;
}

.panel-heading > a {
   color: #FDFEFF;
   font-weight: 400;

}

panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.panel-title > a {
  color: inherit;
   font-size: .75em;
   font-weight: 400;

}
 
.panel-footer {
  padding: 10px 15px 2px 15px;
  background-color: #F7F7F7;
  border-top: 1px dotted #D7D7D7;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #E7E7E7;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #E7E7E7;
}
.panel-primary {
  border-color: transparent;
}
.panel-primary > .panel-heading {
  color: #FDFEFF;
  background-color: #3c7689;
  border-color: #31606F;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
  color: #3c7689;
  background-color: #FDFEFF;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-default {
  border-color: #E7E7E7;
}
.panel-default > .panel-heading {
  color: #FDFEFF;
  background-color: #414042;
  border-color: #E7E7E7;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E7E7E7;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #E7E7E7;
}
.panel-success {
  border-color: #00C621;
}
.panel-success > .panel-heading {
  color: #F7F7F7;
  background-color: #00C621;
  border-color: #37A245;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00C621;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00C621;
}
.panel-warning {
  border-color: #FF9A26;
}
.panel-warning > .panel-heading {
  color: #FDFEFF;
  background-color: #FF9A26;
  border-color: #FF9A26;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #FF9A26;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #FF9A26;
}
.panel-danger {
  border-color: #FF335D;
}
.panel-danger > .panel-heading {
  color: #FDFEFF;
  background-color: #FF335D;
  border-color: #E22B5B;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #FF335D;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #FF335D;
}

.panel-inspire {
  border-color: #BE33D5;
}
.panel-inspire > .panel-heading {
  color: #FDFEFF;
  background-color: #BE33D5;
  border-color: #9127A2;
}
.panel-inspire > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #BE33D5;
}
.panel-inspire > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #BE33D5;
}


.panel-info {
  border-color: #BEE1EE;
}
.panel-info > .panel-heading {
  color: #FDFEFF;
  background-color: #97bfbc;
  border-color: #6F8C8A;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #6F8C8A;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #6F8C8A;
}

.panel-progress {
  border-color: #0ACC9C;
}
.panel-progress > .panel-heading {
  color: #FDFEFF;
  background-color: #0ACC9C;
  border-color: #3A967A;
}
.panel-progress > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3A967A;
}
.panel-progress > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3A967A;
}
.panel-muted {
  border-color: #919191;
}
.panel-muted > .panel-heading {
  color: #FDFEFF;
  background-color: #D7D7D7;
  border-color: #919191;
}
.panel-muted > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #616161;
}
.panel-muted > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #616161;
}
.panel-inverse {
  border-color: #616161;
}
.panel-inverse > .panel-heading {
  color: #FDFEFF;
  background-color: #323235;
  border-color: #2F3036;
}
.panel-inverse > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #616161;
}
.panel-inverse > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #616161;
}

.panel-gold {
  border-color: #FFCC33;
}
.panel-gold > .panel-heading {
  color: #FDFEFF;
  background-color: #FFCC33;
  border-color: #CCA329;
}
.panel-gold > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #FFCC33;
}
.panel-gold > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #FFCC33;
}
.panel-maroon {
  border-color: #510007;
}
.panel-maroon > .panel-heading {
  color: #FDFEFF;
  background-color: #7a0019;
  border-color: #510007;
}
.panel-maroon > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #510007;
}
.panel-maroon > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #510007;
}

/*************************End Lists + Panels ****************************/


/*************************Wells ****************************/
.well {
  min-height: 20px;
  padding: 15px;
  margin: 5px;
  background-color: #FDFEFF;
  border: solid 1px #E7E7E7;
  border-radius: 5px;
 -webkit-box-shadow: 0px -3px 0px #E7E7E7 inset;
  box-shadow: 0px -3px 0px #E7E7E7 inset;
 line-height: 1.5em;
  overflow: visible;
}
.well blockquote {
  border-color: #D7D7D7;
  border-color: rgba(24, 25, 32, 0.15);
}
.well-lg {
  padding: 30px;
 }
.well-sm {
  padding: 10px;
 }
 
 .well-special {
  background: url(/kin/library/images/buildings/goldy.jpg);
  background-size:cover;
  color: #FDFEFF;
 }
/*************************End Wells ****************************/


/*************************Modals ****************************/

.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-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);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
  height: auto;
}
.modal-content {
  position: relative;
  background-color: #FDFEFF;
  border: 1px solid rgba(24, 25, 32, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0px -2px 0px #D7D7D7 inset;
  box-shadow: 0px -2px 0px #D7D7D7 inset;
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #323235;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding:5px;
  border-bottom: 1px solid rgba(252,253,254, 0.81);
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.2;
  margin-bottom: -10px;
  text-align:center;
}
.modal-body {
  position: relative;
  padding: 10px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid rgba(252,253,254, 0.81);
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(24, 25, 32, 0.5);
    box-shadow: 0 5px 15px rgba(24, 25, 32, 0.5);
  }
}

/*************************End Modals ****************************/


/*************************Tooltips + Popovers ****************************/

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 2px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 2px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 2px 10px;
  color: #FDFEFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(10, 146, 198, 0.7);
  border-radius: 5px;
}
.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: rgba(10, 146, 198, 0.7);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(10, 146, 198, 0.8);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(10, 146, 198, 0.8);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(10, 146, 198, 0.8);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(10, 146, 198, 0.8);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(10, 146, 198, 0.8);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(10, 146, 198, 0.8);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(10, 146, 198, 0.8);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 300px;
  text-align: left;
   background-color: #FDFEFF;
  border: solid 2px #E7E7E7;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px #D7D7D7 ;
  box-shadow: 2px 2px 2px #D7D7D7 ;
}
}
.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: 10px 15px;
  font-size: 16px;
  color: #323235;
  font-weight: 400;
  line-height: 18px;
  background-color: #F0F0F0;
  border-bottom: 1px solid #D7D7D7;
  border-radius: 5px 5px 0 0;
}
.popover-footer {
  margin: 0;
  padding: 10px 15px;
  font-size: 10px;
  color: #323235;
  font-weight: 400;
  line-height: 18px;
  background-color: #F0F0F0;
  border-top: 1px solid #D7D7D7;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 10px 15px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 10px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #FDFEFF;
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #FDFEFF;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #FDFEFF;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #FDFEFF;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #FDFEFF;
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #FDFEFF;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #FDFEFF;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #FDFEFF;
  bottom: -10px;
}

/*************************End Tooltips + Popovers ****************************/

/*************************Basic Carousel + Feature Slider ****************************/
.carousel {
  position: relative;
  width: 100%;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  width: auto:
}
.carousel-inner > .item {
  position: relative;
  display: none;
	-webkit-transition: .9s ease-in-out left;  /* .6s original */
	-o-transition: .9s ease-in-out left;
	transition: .9s ease-in-out left; 
 }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
 }
 
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
 
.carousel-control.right {
  right: 0;
  left: auto;
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  right: 5%;
  top: 90%;
  z-index: 15;
  width: auto;
  padding-left: 0;
  text-align: right;
  list-style: none;
  padding:5px;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background: #919191;
  border-radius: 10px;
  border: 1px #919191 solid;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 1px;
  background-color: #00C621;
  border: 1px #00C621 solid;

}

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	opacity:1;
}

.carousel-control.left {
	top:40%
}
.carousel-control.right {
	top:40%
}

.carousel-caption {
  position: absolute;
  right: 12%;
  top: 25px;
  left: 12%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
 }
  
.carousel-caption h2 {
	background:rgba(47, 48, 54, 0.8);
	padding:10px;
	color:#FDFEFF;
	border-left:5px solid #FDFEFF;
	line-height: 1.0em;
	font-weight:700;
	margin-bottom:5px;
 }
 
 .carousel-caption h3 {
	background:rgba(47, 48, 54, 0.8);
	padding:10px;
	color:#FDFEFF;
	border-left:5px solid #FDFEFF;
	line-height: 1.0em;
	font-weight:700;
	margin-bottom:5px;
 }
 
 .carousel-caption h4 {
	background:rgba(47, 48, 54, 0.8);
	padding:10px;
	color:#FDFEFF;
	border-left:5px solid #FDFEFF;
	line-height: 1.0em;
	font-weight:700;
	margin-bottom:5px;
 }

.carousel-caption p {
	background:rgba(47, 48, 54, 0.8);
 	color:#FDFEFF;
	text-shadow:none;
	border-left:5px solid #FDFEFF;
	margin-bottom:5px;
	padding: 10px;
	font-weight:700;

}

/*************************End Basic Carousel ****************************/
 
 
/************************* quote carousel ****************************/
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #D7D7D7;
  font-size: 2.3em;
  text-shadow: none;
  margin-top:10px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 25%;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #D7D7D7;
}
#quote-carousel .carousel-indicators .active 
{
  background: #00C621;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
 .item:nth-child(1) {
  background: #74C390;
}
.item:nth-child(2) {
  background: #51BCE8;
}
.item:nth-child(3) {
  background: #E46653;
}


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
		
    }

.carousel-inner {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  height:250px;
 }	
	
 .carousel-caption  {
 font-size: 0.75em;
}

}
/************************* end quote carousel ****************************/

/*************************Tabbed Carousel ****************************/


#tabbedCarousel .nav a small {
	display:block;
}
#tabbedCarousel .nav {
	background:#E7E7E7;
}
#tabbedCarousel .nav a {
	border-radius: 0px;
}

/*************************Shows and Hides************************/

.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-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;
  }
}
@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;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .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: 959px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .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: 960px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.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;
  }
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
.hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}


/*************************End Hidden + Visible ************************/


/*************************Alerts************************/

.alert {
  padding: 15px;
  margin: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.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-primary {
  background-color: #3c7689;
  border-color: #31606F;
  color: #FDFEFF;
}
.alert-primary hr {
  border-top-color: #31606F;
}
.alert-primary .alert-link {
  color: #FDFEFF;
}

.alert-success {
  background-color: #00C621;
  border-color: #37A245;
  color: #FDFEFF;
}
.alert-success hr {
  border-top-color: #37A245;
}
.alert-success .alert-link {
  color: #FDFEFF;
}
.alert-info {
  background-color: #97bfbc;
  border-color: #6F8C8A;
  color: #FDFEFF;
}
.alert-info hr {
  border-top-color: #6F8C8A;
}
.alert-info .alert-link {
  color: #FDFEFF;
}
.alert-warning {
  background-color: #FF9A26;
  border-color: #E58A22;
  color: #FDFEFF;
}
.alert-warning hr {
  border-top-color: #E58A22;
}
.alert-warning .alert-link {
  color: #FDFEFF;
}
.alert-danger {
  background-color: #FF335D;
  border-color: #E22B5B;
  color: #F0F0F0;
}
.alert-danger hr {
  border-top-color: #E22B5B;
}
.alert-danger .alert-link {
  color: #FDFEFF;
}

.alert-progress {
  background-color: #0ACC9C;
  border-color: #3A967A;
  color: #FDFEFF;
}
.alert-progress hr {
  border-top-color: #3A967A;
}
.alert-progress .alert-link {
  color: #FDFEFF;
}

.alert-inspire {
  background-color: #BE33D5;
  border-color: #9127A2;
  color: #FDFEFF;
}
.alert-inspire hr {
  border-top-color: #9127A2;
}
.alert-inspire .alert-link {
  color: #FDFEFF;
}

.alert-maroon {
  background-color: #7a0019;
  border-color: #510007;
  color: #FDFEFF;
}
.alert-maroon hr {
  border-top-color: #510007;
}
.alert-maroon .alert-link {
  color: #FDFEFF;
}

.alert-gold {
  background-color: #ffcc33;
  border-color: #FFDF7F;
  color: #FDFEFF;
}
.alert-gold hr {
  border-top-color: #FFDF7F;
}
.alert-gold .alert-link {
  color: #FDFEFF;
}

.alert-gray {
  background-color: #616161;
  border-color: #414042;
  color: #FDFEFF;
}
.alert-gray hr {
  border-top-color: #414042;
}
.alert-gray .alert-link {
  color: #FDFEFF;
}


.alert-white	 {
  background-color: #FDFEFF;
  border-color: #E7E7E7;
  color: #2F3036;
}
.alert-white hr {
  border-top-color: #E7E7E7;
}
.alert-white .alert-link {
  color: #3c7689;
}

/*************************End Alerts************************/




/*************************Marketing************************/


/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 10px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}
/*************************End Marketing************************/




/*************************Misc************************/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}

/*************************End Misc************************/



/*************************Newsitems Carousel ****************************/
#newsitems .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:center;
	padding:10px;
	background:rgba(0,0,0,0.5);
	text-shadow:none;
}

#newsitems .list-group {
	position:absolute;
	top:0;
	right:0;
	bottom: 0;
}
#newsitems .list-group-item {
	border-radius: 5px;
	cursor:pointer;
	min-height: 30px;
	color: #323235;
}
#newsitems .list-group .active {
	background-color:#3c7689;
	font-weight: 700;
	color: #F0F0F0;	
}

@media (min-width: 960px) { 
	#newsitems {padding-right:33.3333%;}
	#newsitems .carousel-controls {display: none;} 	
}

@media (max-width: 959px) { 
	#newsitems .carousel-caption p,
	#newsitems .list-group {display:none;} 
    #newsitems .carousel-controls {display: inherit;} 	

}
/*************************End Newsitems Carousel ****************************/





/*************************People / Thumbs Carousel ****************************/

#peopleCarousel .item {
	width: 90%;
	padding-left: 8%;
 	overflow: visible;
}


#peopleCarousel .thumbnail {
	margin-bottom: 0;
}
#peopleCarousel .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
#peopleCarousel .carousel-control {
	color:#FDFEFF;
	top:40%;
	color:#FDFEFF;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow: #2F3036;
	opacity:1;
    filter: alpha(opacity=80);

}
#peopleCarousel .carousel-control:hover {
	color: #00C621;

}
#peopleCarousel .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
#peopleCarousel .carousel-control.right {
	left:auto;
	right: 5%;
}
#peopleCarousel .carousel-control.left {
	right:auto;
    left: 0;

}
 
#peopleCarousel .carousel-indicators {
	visibility:hidden;
}

/************************* End People / Thumbs Carousel ****************************/



/************************* Map Classes ****************************/

 #map {
		width:100%;
		height:250px;
		display:block;
	 }
		 /* Fix Google Maps canvas
	 *
	 * Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's
	 * global `box-sizing` changes. You may optionally need to reset the `max-width`
	 * on images in case you've applied that anywhere else. (That shouldn't be as
	 * necessary with Bootstrap 3 though as that behavior is relegated to the
	 * `.img-responsive` class.)moda
	 */

	.google-map-canvas,
	.google-map-canvas * { .box-sizing(content-box); }

/************************* End Map ****************************/




/************************* Full Size Modal****************************/

.modal-slacker {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.modal-slacker .modal-content {
	margin: 5%;
	border-radius: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	height: 85%;
	overflow: auto;
}
  
.modal-slacker .modal-title {
 	font-weight: bold;
	text-align:center;
}

@media (min-width: 960px) {
	.modal-slacker .modal-header,
	.modal-slacker .modal-body,
	.modal-slacker .modal-footer {
	 width: 90%;
	}
}

@media (min-width: 768px) {
	.modal-slacker .modal-header,
	.modal-slacker .modal-body,
	.modal-slacker .modal-footer {
		width: 90%;
		margin: 10px auto;
	}
}
/************************* End Full Size Modal****************************/

/************************* iFrame / Responsive Video Wrapper ****************************/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
}

.videoWrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
}
/************************* End iFrame / Responsive Video Wrapper ****************************/


/************************* iFrame / Responsive Docs Wrapper ****************************/

.docsWrapper {
	position: relative;
	display: block;
	padding-bottom: 10px; 
	padding-top: 10px;;
 	margin: 5px;
	height: 300px;
     appearance: document;
}
.docsWrapper iframe {
   position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }

.docsWrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************* End iFrame / Responsive Docs Wrapper ****************************/



hr {
	margin:5px;
	border:0;
	border-top:2px solid #E7E7E7;
}

hr.drop_shadow {
	margin-bottom: 15px;
	  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
}

hr.threequart {
	width: 75%;
	margin-left: 15%;
}

hr.half {
	width: 50%;
	margin-left: 25%;
}
/************************* END HR ****************************/

/*************************Process Steps ****************************/

.step {
    border-top:5px solid #C0C0C0;
	border-bottom:5px solid #C0C0C0;
	margin: 5px;
 	background-color: #FDFEFF;
  	text-align: center;
}
.step .col-sm-4:hover {
    color: #7a0019;
    cursor: pointer;
}

.step .activestep {
  	color: #7a0019;
    margin-top: -5px;
    padding-top: 5px;
	margin-bottom: -5px;
    padding-bottom: 5px;
    border-left: 5px transparent !important;
    border-right: 5px transparent !important;
    border-top: 5px solid #7a0019 !important;
    border-bottom: 5px solid #7a0019 !important;
	vertical-align:central;

 }
.step .fa {
    padding-top: 5px;
    font-size: 45px;
}

.hiddenStepInfo {
    display: none;
}

.activeStepInfo {
    display: block !important;
	border: none;
}

 /*************************End Process Steps ****************************/

 /*************************More video responsiveness****************************/

.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
 /*************************End Video Res****************************/

 /*************************Offer + shapes ****************************/

.shape{	
	border-style: solid; 
	border-width: 0 50px 50px 0; 
	float:right; 
	height: 0px; 
	width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
	z-index: 1000;
}
.offer{
	background:#FDFEFF;
	border:1px solid #E7E7E7; 
	  -webkit-box-shadow: 0px 2px 15px rgba(24, 25, 32, 0.2);
  	box-shadow: 0px 2px 15px rgba(24, 25, 32, 0.2);
  	margin: 5px; 
	overflow:hidden;
	z-index:-1000;
}
.offer-radius{
	border-radius:5px;
}
.offer-danger {	border-color: #FF335D; }
.offer-danger .shape{
	border-color: transparent #FF335D transparent transparent;
}
.offer-success {	border-color: #00C621; }
.offer-success .shape{
	border-color: transparent #00C621 transparent transparent;
}
.offer-default {	border-color: #414042; }
.offer-default .shape{
	border-color: transparent #414042 transparent transparent;
}
.offer-primary {	border-color: #3c7689; }
.offer-primary .shape{
	border-color: transparent #3c7689 transparent transparent;
}
.offer-info {	border-color: #97bfbc; }
.offer-info .shape{
	border-color: transparent #97bfbc transparent transparent;
}
.offer-warning {	border-color: #FF9A26; }
.offer-warning .shape{
	border-color: transparent #FF9A26 transparent transparent;
}

.offer-progress {	border-color: #0ACC9C; }
.offer-progress .shape{
	border-color: transparent #0ACC9C transparent transparent;
}

.offer-inspire {	border-color: #BE33D5; }
.offer-inspire .shape{
	border-color: transparent #BE33D5 transparent transparent;
}

.offer-gold {	border-color: #ffcc33; }
.offer-gold .shape{
	border-color: transparent #ffcc33 transparent transparent;
}

.offer-maroon {	border-color: #7a0019; }
.offer-maroon .shape{
	border-color: transparent #7a0019 transparent transparent;
}
 
.shape-text{
	color:#fcfdf3; font-size:12px; 
	font-weight:bold; 
	position:relative; 
	right:-30px; 
	top:5px; 
 	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	
.offer-content{
	padding:5px 0px 5px 5px;
}
 /************************* End Offer + shapes ****************************/



/************************* KIN header: Wordmark ****************************/



.wordmark-kin-container {
    	padding: 25px 0px 15px 56px;
}


.wordmark-cehd-container {
    padding: 30px 60px 5px 0px;
}


/************************* End KIN header: Wordmark ****************************/
