.thumbnail {
    border: 0px;
}

h1 {
    font-size: 14px;
    letter-spacing: none;
    font-weight: bold;
    color: #204453;
    line-height: 100%;
    margin-top: 14px;
    margin-bottom: 8px;
    margin-left: 50px;
    margin-right: 50px;
}

h2 {
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: none;
    font-weight: bold;
    color: #204453;
    line-height: 100%;
    margin-top: 14px;
    margin-bottom: 8px;
    margin-left: 50px;
    margin-right: 50px;
}

.text {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 12px;
}

a {
    font-size: 12px;
    font-weight: bold;
    color: #246036;
    outline: none!important;
}

.link-icon {
    height: 12px;
    width: 15px;
    margin-left: 50px;
}


.modal.carousel {
  position: fixed; /* Needed because the carousel overrides the position property */
}

/* Carousel next / prev changes, from http://stackoverflow.com/questions/29464207/bootstrap-3-carousel-controls-on-outside */
.carousel-control {
    z-index: 10;
    top: 2%;
    width: 30px; /* no more gray thing */
    margin-top: 40px; /* make space for the close icon */
}

.glyphicon-chevron-right, .glyphicon-chevron-left{
    font-size: 0.9em !important; /* adjust size to fit close icon */    
}

.carousel-control.left,
.carousel-control.right {        
    background: none;     
    color: #666;
}


/* position icons below the close icon */
.carousel-control.left { left: 7px; }
.carousel-control.right { right: 7px; }

/*
.carousel-indicators {
    top: 15px;
    height: 15px;
}


.carousel-indicators li {
    border-color: black;
    background-color:white;
}

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;    
    width: 60px;
    height: 30px;
    border: none;
    line-height: 30px;
    color: black;
}

.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 60px;
    height: 30px;
    background-color: white;
    color: black;
}

*/

.carousel-inner {
    margin-top: 30px;
}

.carousel-inner>.item>img {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 10pt;
}

/*
.carousel-inner>.item>a {
    margin-left: 50px;
    font-size: 10pt;
}
*/