/* Stylesheet Copyright Omaha Media Group - www.omahamediagroup.com | 800-601-6765 | support@omahamediagroup.com */

/* ================================================================ *\
	#Helpers
\* ================================================================ */

body { margin-bottom: 0; margin-top: 0; overflow-x: hidden !important; }

.m-no { margin: 0 !important; }
.m-xs { margin: 7px !important; }
.m-sm { margin: 15px !important; }
.m-md { margin: 22px !important; }
.m-lg { margin: 30px !important; }
.mt-no { margin-top: 0 !important; }
.mt-xs { margin-top: 7px !important; }
.mt-sm { margin-top: 15px !important; }
.mt-md { margin-top: 22px !important; }
.mt-lg { margin-top: 30px !important; }
.mb-no { margin-bottom: 0 !important; }
.mb-xs { margin-bottom: 7px !important; }
.mb-sm { margin-bottom: 15px !important; }
.mb-md { margin-bottom: 22px !important; }
.mb-lg { margin-bottom: 30px !important; }
.ml-no { margin-left: 0 !important; }
.ml-xs { margin-left: 7px !important; }
.ml-sm { margin-left: 15px !important; }
.ml-md { margin-left: 22px !important; }
.ml-lg { margin-left: 30px !important; }
.mr-no { margin-right: 0 !important; }
.mr-xs { margin-right: 7px !important; }
.mr-sm { margin-right: 15px !important; }
.mr-md { margin-right: 22px !important; }
.mr-lg { margin-right: 30px !important; }
.m-auto { margin: 0 auto !important; }
.mt-auto { margin-top: auto !important; }
.mr-auto { margin-right: auto !important; }
.mb-auto { margin-bottom: auto !important; }
.ml-auto { margin-left: auto !important; }
.p-no { padding: 0 !important; }
.p-xs { padding: 7px !important; }
.p-sm { padding: 15px !important; }
.p-md { padding: 22px !important; }
.p-lg { padding: 30px !important; }
.pt-no { padding-top: 0 !important; }
.pt-xs { padding-top: 7px !important; }
.pt-sm { padding-top: 15px !important; }
.pt-md { padding-top: 22px !important; }
.pt-lg { padding-top: 30px !important; }
.pb-no { padding-bottom: 0 !important; }
.pb-xs { padding-bottom: 7px !important; }
.pb-sm { padding-bottom: 15px !important; }
.pb-md { padding-bottom: 22px !important; }
.pb-lg { padding-bottom: 30px !important; }
.pl-no { padding-left: 0 !important; }
.pl-xs { padding-left: 7px !important; }
.pl-sm { padding-left: 15px !important; }
.pl-md { padding-left: 22px !important; }
.pl-lg { padding-left: 30px !important; }
.pr-no { padding-right: 0 !important; }
.pr-xs { padding-right: 7px !important; }
.pr-sm { padding-right: 15px !important; }
.pr-md { padding-right: 22px !important; }
.pr-lg { padding-right: 30px !important; }
.hover-only { display: none !important; }
.hover-only:hover, .carousel:hover .hover-only { display: block !important; }
.img-thumb { width: 73px; height: 60px !important; }
.fade-on-hover:hover { opacity: 0.7 !important; }
.no-text-decoration, .no-text-decoration a { text-decoration: none !important; }
.solspace-debug { display: none; }
.opacity-0 { opacity: 0 !important; }
iframe { max-width: 100% !important; }
.text-white { color: #fff !important; }
.text-black { color: #000 !important; }
.text-transparent { color: transparent !important; }
.hidden { display: none !important; }
.icon-lg { font-size: 18em; }

@media (max-width: 991px) {
	.hover-only { display: block !important; }
}

@media (min-width: 768px) {
	.mobile-only { display: none !important; }
}

@media (max-width: 767px) {
	.desktop-only { display: none !important; }
	.mobile-text-left: { text-align: left !important; }
	.mobile-text-center: { text-align: center !important; }
	.mobile-text-right: { text-align: right !important; }
}

/* Lists and Images */
.omg-content ul { margin-left: 20px; padding-bottom: 15px; }
.omg-content ul li { list-style-type: disc; }
.omg-content ul ul { padding-bottom: 0; }
.omg-content ul ul li { list-style-type: circle; }
.omg-content ol { margin-left: 20px; padding-bottom: 15px; }
.omg-content ol li { list-style-type: decimal; }
.omg-content ol ol { padding-bottom: 0; }
.omg-content ol ol li { list-style-type: lower-alpha; }
.omg-content dl dt { font-weight: bold; margin-left: 20px; }
.omg-content dl dd { font-style: italic; margin-left: 40px; margin-bottom: 15px; }
.omg-content img { max-width: 100% !important; height: auto !important; padding: 10px; }
.omg-content iframe { max-width: 100%; }
.omg-content blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eee; }
.omg-content table { margin: 0 auto; }

@media (max-width: 767px) {
	.omg-content table { width: 100% !important; }
	.omg-content td, .content th { display: block; text-align: center; width: 100% !important; }
	.omg-content img { display: block !important; margin: 15px auto !important; float: none !important; }
}

/* Bootstrap 4 Form Style Fixes */
.help-block { display: block; margin-top: .25rem; font-size: .875rem; color: #dc3545; }
.has-error .help-block { color: #dc3545; }
.has-error .col-form-label{ color: #dc3545; }
.has-error .form-control { border-color: #dc3545; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }

/* FA5 Icon Trick */
.collapsed-only, .collapsed .show-only { display: none; }
.collapsed .collapsed-only { display: block; }

/* Contact Us */
.country { display: none; }
div[itemprop=name] { font-weight: bold; }
a[href^="tel"], a:not([href]) { cursor: pointer; }
.btn.disabled:hover { cursor: not-allowed; }

/* Back to Top Button */
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgba(51, 122, 183, 0.8) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; z-index: 99999; }
.cd-top:before { content: "\f077"; font-family: FontAwesome;  position: absolute; color: #fff; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible { visibility: visible; opacity: 1; } 
.cd-top.cd-fade-out { opacity: 1; }
.no-touch .cd-top:hover { background-color: #337ab7; opacity: 1; }
.cd-top.cd-top-svg { z-index: 90000; }
.cd-top.cd-top-svg:before { content: ""; }
.cd-top.cd-top-svg svg { display: block; font-size: 48px; color: #fff; margin-top: 4px; }
@media only screen and (min-width: 768px) {
  .cd-top { right: 20px; bottom: 20px; }
  .cd-top:before { font-size: 24px; top: 0; left: -32px; }
}
@media (max-width: 1023px) { 
    .cd-top.cd-top-svg svg { font-size: 33px; }
}
@media only screen and (min-width: 1024px) {
  .cd-top { height: 60px; width: 60px; right: 30px; bottom: 30px; }
  .cd-top:before { top: 5px; font-size: 32px; left: -46px; }
}
@media only screen and (max-width: 767px) {
  .cd-top:before { font-size: 24px; top: 0; left: -32px; }
}

/* Edit Button */
.edit-entry-button {
    background-color: #e83a25;
    color: #fff;
    border-radius: .375rem .375rem 0 0;
    position: fixed;
        top: 100px;
        right: 0;
    padding: 8px;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    z-index: 9999;
}
.edit-entry-button:hover {
    color: #fff !important;
}

/* Bootstrap Video Embeds */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}