﻿/*------------------------- stylesheet for new homepage  ------------------------*/ 
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
    text-decoration: underline;
    color: #7c183e;
}
a:active {
    text-decoration: none;
    color: #FFFFFF;
}
.corona {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    font-weight: normal;
    color: rgba(255,255,255,1);
    background-color: #ea9a00;
    text-align: center;
    height: 100%;
    text-wrap: overflow-x
: scroll;
    text-wrap: normal;
	padding: 10px;
}
#p7LBM_1 .lbm-row.lbm-ehc.lbm-gutter .lbm-col-wrapper .lbm-column.width-25.lbm-gutter.lbm-sep-right div p em strong #roben {
    font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
}



.main-nav {
    background-color: #7c183e !important;
    padding: 10px !important;
    font-size: 16px !important;
}

.p7PM3-03 ul li a {
    display: block;
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.p7PM3-03 ul li a.trig_closed {
    background-image: url(#);
}

.lbm-gutter p {
    margin: 0 0 10px;
    font-weight: normal;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: left;
    color: #000000;
    font-size: 20px;
}

.lbm-news p {
    margin: 0 0 10px;
    font-weight: normal;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: left;
    color: #000000;
    font-size: 18px;
}

.bottomrow{
    background-color: #EEEEEE;

	
	
}

.bottomrow p{
    color: #000000 !important;
    font-size: 16px !important;
	
}

.icon-buttons .row [class^="col-"] {
    display: flex;
}
.icon-buttons a {
    display: block;
    border: solid 1px #791630;
    color: #791630;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
    background-color: #fcfcfc;
}
.icon-buttons a:hover {
    color: #fff;
    background-color: #791630;
}
.icon-buttons a .icon {
    display: block;
    text-decoration: none;
    position: relative;
	padding: 10px;
}
.icon-buttons a .icon .button-icon {
    width: 60px;
    height: 60px;
}
.icon-buttons a .icon i {
    font-size: 56px;
}
.icon-buttons a .title {
    display: block;
    font-weight: 700;
    font-size: 2.0rem;
}
.icon-buttons a .details {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2rem;
}

h3.title {
font-size: 24px;
font-weight: 600;
}

.row-margin {
margin: 20px 30px;
}

/* Type of Section */
.section-info {
    justify-content: center;
    align-items: center;
    background: #fff;
	color: #333;
    padding: 20px 0px 60px;;
	text-align: center;
}

.section-info .heading {
    padding: 3rem;
}
.section-info .description {
    padding: 20px 10px;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
}

.section-highlight {
    justify-content: center;
    align-items: center;
	text-align: center;
    color: #fff;
    padding: 20px 0px 60px;
}

.section-highlight .heading {
    padding: 3rem;
	
}
.section-highlight .description {
    padding: 20px 10px;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
}

.section-half {
    justify-content: center;
    align-items: center;
	text-align: center;
    color: #fff;
    padding: 0;
}

.section-half .heading {
    padding: 3rem;
	
}
.section-half .description {
    padding: 20px 10px;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
}

.no-padding {
	padding: 0px;
}


.img-full {
	width: 100%;
	height: 100%;
}
/* End: Type of Section */ 

/* Card*/
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
	background-color: #f4f4f4;
}
.card-title {
    color: #75263b;
    font-weight: 600;
	margin-bottom: 0.75rem;
	font-size: 1.5em;
}
.card-text {
    
	margin-bottom: 0.75rem;
	font-size: 1.4em;
}
/* Card*/
/* Button */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
	margin: 0.375rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary {
    color: #fff !important;;
    background-color: #75263b !important;
    border-color: #75263b !important;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
/* End: Button- */
 .full-row-text {
	 padding: 40px 0px 40px;
	 text-align: center;
}

.bg-parallax {
    
    background-size: cover !important;
    background-attachment: fixed !important;;
    background-repeat: no-repeat !important;;
}

/* list group */
.list-group {
    display: flex;
    flex-direction: column;
    padding: 0px 50px;
    margin-bottom: 0;
	text-align: left;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
	    font-size: 1.7rem;
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
/* list group */
