
/* GLOBAL */
/* GLOBAL CSS */
#savecontent .btn {
padding: .7rem 1.5rem;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 0.75rem;
}
.fb-required {
padding-left: 0.5rem;
color: var(--danger);
}
.text-underline {
text-decoration: underline!important;
}
.oms-testimonials {
background: var(--light)!important;
padding-top: 3rem!important;
padding-bottom: 3rem!important;
}
.oms-testimonials .fas,
.oms-testimonials .far {
color: var(--primary);
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.oms-testimonials .star-container {
font-size: 1.25rem;
display: flex;
align-items: baseline;
justify-content: space-around;
padding: 1.5rem 1.5rem 0 1.5rem!important;
}
.oms-blog-section .blog-item {
border: 1px solid rgba(0, 0, 0, .1);
background: var(--white);
}
.oms-blog-section .blog-item .blog-title {
font-weight: bold;
font-size: 25px;
color: #444;
}
.oms-blog-section .blog-item .badge {
font-family: Source Serif Pro;
font-size: 16px;
line-height: 1.55;
font-weight: 400;
margin-bottom: 0.66rem!important;
}
.oms-blog-section .blog-item .blog-content {
padding-left: 1rem;
padding-right: 1rem;
}
.oms-blog-section .blog-item .btn {
display: block;
width: 100%;
}
form .btn.btn-primary {
width: 100%;
}
.unstyle {
list-style-type: none;
padding: 0;
margin: 0;
}
.unstyle .list {
font-size: 0.85rem;
line-height: 1.5;
}
.well.well-trans {
background-color: rgba(255, 255, 255, 0.8);
-webkit-box-shadow: none;
box-shadow: none;
border: none;
font-size: 1rem;
}
.well {
min-height: 20px;
padding: 1rem 1.5rem 0.66rem 1.5rem;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.fb-checkbox-inline,
.fb-radio-inline {
margin-right: 1rem;
}
form input[type=checkbox],
form input[type=radio] {
margin: 0px 0.5rem 0px 0px;
}
label input[type="text"] {
width: auto!important;
display: inline!important;
margin-left: 1rem!important;
}
form input[type="text"] {
display: block;
width: 100%;
height: calc(2.125rem + 2px);
padding: .375rem .75rem;
font-size: .9rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media print {
::-webkit-input-placeholder {
/* WebKit browsers */
color: transparent;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: transparent;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: transparent;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: transparent;
}
}
.formbuilder-required {
color: red;
font-weight: bold;
font-size: 1.2rem;
margin-left: .25rem;
}
/* PAGE SPECIFIC */
/* FOOTER */
