
/* GLOBAL */
.Caption_Content a {
color: #fff;
}
/* Form Edits */
.form-horizontal .form-group {
padding: 0px 0px;
}
.form-horizontal .form-group .col-sm-12 {
padding: 0px;
}
.numbersSection {
box-shadow: none!important;
border: none!important;
margin: 0px 0px 5px 0px!important;
}
.numbersSection img {
height: 15px;
margin: 8px 0px;
width: 13px;
}
.numbersInputSection {
padding: 0px!important;
margin: 0px;
}
#antispam {
text-align: center;
margin: 0px auto;
max-width: 100%!important;
}
.form-horizontal .form-group label {
margin-top: -4px;
text-align: center;
}
.form-horizontal .form-group .btn {
/* margin: 15px auto 0px auto;*/
width: 100px;
}
.hero-cta-with-buttons a.btn {
width: auto!important;
}
.side-hero-cta-with-buttons {
height: initial!important;
align-items: center;
display: flex;
}
.side-hero-cta-with-buttons a.btn {
width: auto!important;
}
@media(min-width: 768px) {
.side-hero-cta-with-buttons {
min-height: 50vh!important;
}
.side-hero-cta-with-buttons .dark-overlay {
width: 50%;
}
.side-hero-cta-with-buttons .side-title {
position: absolute;
padding: 30px 40px;
right: 0;
bottom: 30px;
width: 40%;
border-top-left-radius: 60px;
border-bottom-left-radius: 60px;
}
}
@media(min-width:992px) {
.side-hero-cta-with-buttons {
min-height: 50vh!important;
background-attachment: fixed !important;
}
}
@media(max-width: 991px) {
.side-hero-cta-with-buttons h1 {
font-size: 160%;
}
}
@media(min-width:1200px) {
.side-hero-cta-with-buttons {
min-height: 50vh!important;
background-attachment: fixed !important;
}
}
/* Scroll Button */
.scrolltop {
z-index: 1;
display: none;
width: 100%;
margin: 0 auto;
position: fixed;
bottom: 20px;
right: 10px;
}
.scroll {
border-radius: 100px;
position: absolute;
right: 20px;
bottom: 20px;
background: #ffffff;
background: rgba(255, 255, 255, 0.8);
padding: 19px 11px 15px 10px;
text-align: center;
margin: 0 0 0 0;
cursor: pointer;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover {
background: rgba(228, 146, 34, 0.8);
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.scroll:hover .fa {
padding-top: -10px;
}
.scroll .fa {
font-size: 30px;
margin-top: -5px;
margin-left: 1px;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.shadow {
transition: box-shadow 0.5s ease-in-out;
}
.shadow:hover {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) !important;
}
.card-link {
position: relative;
}
.card-link-hover {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: var(--info);
opacity: 0;
transition: opacity 0.5s ease-in-out;
text-decoration: none !important;
}
.card-link-hover:hover {
opacity: .7;
}
/* Old CUstom Cards */
.row-wrapper {
display: flex;
flex-wrap: wrap;
}
.card-wrapper {
margin-left: 10px;
margin-right: 10px;
flex: 1 1 calc(25% - 20px);
background-color: rgba(255, 255, 255, 1.00);
border-radius: 6px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
.card-wrapper {
flex: 1 1 calc(50% - 20px);
}
}
@media (max-width: 449px) {
.card-wrapper {
flex: 1 1 calc(100% - 20px);
}
}
/*.card-title {
display:flex;
justify-content: center;
height: 4em;
align-items: center;
}*/
.card-img {
position: relative;
overflow: hidden;
}
.card-img:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.card-img img {
transition: all .3s ease-in-out;
}
.card-content {
padding: 15px;
}
.learn-more {
position: absolute;
right: 0;
top: 0;
text-transform: uppercase;
padding: 3px 7px;
font-size: 10px;
color: white;
}
@media(min-width: 992px) {
.flip-flop: nth-child(odd) .flip {
order: 2;
}
}
@media(min-width: 992px) {
.bg-opaque {
background: rgba(0, 0, 0, 0.3);
}
}
.btn-round {
border-radius: 100px;
border-width: 2px;
}
.blogTitle,
.blogSubTitle {
/* padding: 10px 15px;*/
margin: 0px;
}
.blogTitle {
font-size: 100%!important;
}
.blog {
margin: 15px auto;
}
.blog .blog-desc .text-muted {
padding: 10PX 15PX;
}
.blog-desc > p {
display: none;
}
.blog .btn:not(:disabled):not(.disabled) {
display: block;
font-size: 1rem;
}
@media(min-width: 1600px) {
.container.wide, .blog-wrapper {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
}
.blog-wrapper {
margin: 0px auto;
}
.blog-item-image img {
border: 1px solid #ddd;
}
.blog-wrapper h3 {
margin-top: 1rem !important;
}
.blogSubTitle {
display: none;
}
.blog-item-feature .btn.btn-xs.btn-custom,
.blog-desc .btn.btn-primary.btn-custom,
.blog-panel-body .blog-tag-more {
margin-top: 10px !important;
border: 1px solid var(--primary);
background: transparent;
color: var(--primary);
font-size: 14px;
padding: 2px 6px;
transition: all .3s ease;
}
.blog-panel-buttons {
display: none;
}
.blog-item-feature .btn.btn-xs.btn-custom:hover,
.blog-item-content .btn.btn-xs.btn-custom:active,
.blog-item-content .btn.btn-xs.btn-custom:focus,
.blog-desc .btn.btn-primary.btn-custom:hover,
.blog-desc .btn.btn-primary.btn-custom:active,
.blog-desc .btn.btn-primary.btn-custom:focus,
.blog-panel-body .blog-tag-more:hover,
.blog-panel-body .blog-tag-more:active,
.blog-panel-body .blog-tag-more:focus {
border: 1px solid var(--primary);
background: var(--primary);
color: white;
}
.col-xs-12 .blog-text-column,
.col-xs-12 {
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.blog-panel-body .blog-tag-more {
border: 0 !important;
padding: 0 4px !important;
-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.blog-panel-body {
font-size: 0;
display: none;
}
.blog-panel-body a {
font-size: 12px;
}
.blog-panel-header {
margin: 0;
padding-top: .75rem;
padding-bottom: .75rem;
border-bottom: 1px solid rgba(160, 160, 160, .3);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.blog-panel-header a:before {
content: ">";
padding-right: .5rem;
color: var(--primary);
}
.blog-roll {
/* border: 1px solid var(--info); */
border-radius: 0.25rem !important;
box-shadow: 0px 1px 3px 0px rgba(66, 66, 66, 0.5);
}
.blog-detail-page {
background: var(--light);
}
.oms-blog-detail .blog {
background: white;
padding: 1rem;
border: 1px solid var(--border);
}
@media(min-width: 768px) {
.oms-blog-detail .blog {
padding: 2rem;
}
}
/*.blog-roll .blog-item-feature {
padding: 0px 30px;
}*/
.blog-roll .blog-item-feature a {
margin-bottom: 15px!important;
}
.team-block a span {
font-size: 90%;
}
@media(max-width: 767px) {
.team-block a span {
font-size: 90%;
}
}
.fixed-form .form-group {
margin-left: 0;
margin-right: 0;
}
@media (max-width: 991px) {
.new-upgrade .alternate {
order: 3 !important;
}
}
@media(max-width: 767px) {
.dwd-clean-hero h1 {
font-size: 35px !important;
}
}
@media(max-width: 575px) {
.dwd-clean-hero h1 {
font-size: 25px !important;
}
}
.new-upgrade .btn-primary {
color: white;
}
.vert-side-bar .nav-pills {
border-top: 1px solid #ddd;
}
.vert-side-bar .nav-link {
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-radius: 0;
padding: 6px 8px;
font-size: 13px;
text-align: left;
}
.vert-side-bar .animated {
animation-duration: .5s;
animation-timing-function: ease-in-out important;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: inherit;
background: inherit;
border-left: 4px solid var(--primary);
}
@media(max-width: 767px) {
.vert-side-bar .nav-link {
font-size: 16px;
text-align: center;
}
.vert-side-bar {
max-width: 75px !important;
}
.vert-main-content {
flex: 1 1 75%;
max-width: calc(100% - 75px) !important;
}
}
@media(min-width: 1200px) {
.vert-side-bar .nav-link {
font-size: 14px;
}
}
@media(min-width: 1800px) {
.vert-side-bar .nav-link {
font-size: 18px;
padding: 10px 14px;
}
}
@media (min-width: 1px) {
.mobile-border {
border-bottom: 1px solid #ddd;
}
}
.overlay.gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
/* IE6-9 */
opacity: 1 !important;
}
.deep-inner-shadow {
-webkit-box-shadow: inset 0px -5px 40px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0px -5px 40px 0px rgba(0, 0, 0, 0.2);
box-shadow: inset 0px -5px 40px 0px rgba(0, 0, 0, 0.2);
}
.nav-tabs .nav-item a:hover {
background: white;
}
.literature-container {
margin: 0 !important;
padding: .5rem !important;
border-bottom: 1px solid #ddd;
}
.nav.nav-tabs {
border-bottom: 0 !important;
}
.tab-content#myTabContent {
margin-top: 2rem !important;
}
.rendered-form .formbuilder-checkbox-inline,
.rendered-form .formbuilder-radio-inline {
margin-right: 38px;
display: inline-block;
vertical-align: middle;
padding-left: 0;
}
/* ========================================================================*/
/* ================== 2022 STUFF ======================================================*/
/* ========================================================================*/
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary,
.btn-primary-alt {
color: white !important;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.bg-gradient {
background: linear-gradient(315deg, rgba(94, 37, 144, 1) 0%, rgba(223, 0, 133, 1) 50%, rgba(249, 147, 77, 1) 100%) !important;
}
@media(min-width: 1200px) {
.fives {
flex: 0 0 20%;
max-width: 20%;
}
}
.bg-gradient a:not(.btn) {
color: #ff8b35;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font-weight-bold {
font-weight: 400 !important;
}
.rounded {
border-radius: 10px !important;
}
/* PAGE SPECIFIC */
/* Page Specific CSS */
.oms-wrapper form .btn-primary {
background: linear-gradient(140deg, #4b5289, #d989e0)!important;
border-color: #b57dea!important;
color: var(--white);
}
.oms-wrapper .btn-primary-gradient {
background: #4b5289!important;
border-color: #4b5289!important;
color: var(--white);
}
/* FOOTER */
