@charset "utf-8";
/* CSS Document */

::selection {background: var(--primary); color: white;}
::-moz-selection {background: var(--primary); color: white;}
.fb-checkbox-inline, .fb-radio-inline {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
}
.form-wrap.form-builder .fb-checkbox-inline:first-child, .form-wrap.form-builder .fb-radio-inline:first-child {
	padding-left: 0;
}
.fb-radio-inline input {
	margin-right: 2px;
}
.testimonialPin {
  width: 31%;c
  margin: 10px !important;
  background: -webkit-linear-gradient(45deg, #fff, #f9f9f9);
  opacity: 1;
  border: 2px solid #fafafa;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 0 2px 15px;
  padding: 15px;
  padding-bottom: 5px;
  transition: all 0.2s ease;
}
.navbar-collapse.show {
	max-height: 75vh;
	overflow-y: auto;
}
.absolutecenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.no-shadow {
	box-shadow: none !important;
}
.dark-bottom-fade {
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
.light-bottom-fade {
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 575px) {
  #savecontent .container,
  footer.omsFooter .container {
    max-width: 440px;
  }
}
@media (min-width: 992px) {
  #savecontent .container.container-narrow,
  footer.omsFooter .container.container-narrow {
    max-width: 900px !important;
  }
}
.container-fluid {
	max-width: 100%;
}
@media (min-width: 1600px){
	#savecontent .container.container-wide,
  	footer.omsFooter .container.container-wide {
    width: 1400px;
	max-width: 1400px !important;
  }
}
.container-fluid {
	max-width: 100%;
}

.col-xs-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xs-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xs-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xs-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xs-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xs-12{flex:0 0 100%;max-width:100%}

.col-xs-1, .col-xs-2,.col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
padding-left: 1rem; padding-right: 1rem;
}
.fullPage {
  width: 100%;
}
.bg-transparent {
	background: transparent!important;
}
.bg-black {
  background-color: black !important;
}
.text-black {
  color: black !important;
}
.bg-white {
  background-color: white !important;
}
.text-white {
  color: white !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.text-blue {
  color: var(--blue) !important;
}
.bg-indigo {
  background-color: var(--indigo) !important;
}
.text-indigo {
  color: var(--indigo) !important;
}
.bg-purple {
  background-color: var(--purple) !important;
}
.text-purple {
  color: var(--purple) !important;
}
.bg-pink {
  background-color: var(--pink) !important;
}
.text-pink {
  color: var(--pink) !important;
}
.bg-red {
  background-color: var(--red) !important;
}
.text-red {
  color: var(--red) !important;
}
.bg-yellow {
  background-color: var(--yellow) !important;
}
.text-yellow {
  color: var(--yellow) !important;
}
.bg-green {
  background-color: var(--green) !important;
}
.text-green {
  color: var(--green) !important;
}
.bg-teal {
  background-color: var(--teal) !important;
}
.text-teal {
  color: var(--teal) !important;
}
.bg-cyan {
  background-color: var(--cyan) !important;
}
.text-cyan {
  color: var(--cyan) !important;
}
.bg-gray {
  background-color: var(--gray) !important;
}
.text-gray {
  color: var(--gray) !important;
}
.text-initial {
	color: initial !important;
}

.opacity-0 {opacity: 0 !important;}
.opacity-1 {opacity: .1 !important;}
.opacity-2 {opacity: .2 !important;}
.opacity-3 {opacity: .3 !important;}
.opacity-4 {opacity: .4 !important;}
.opacity-5 {opacity: .5 !important;}
.opacity-6 {opacity: .6 !important;}
.opacity-7 {opacity: .7 !important;}
.opacity-8 {opacity: .8 !important;}
.opacity-9 {opacity: .9 !important;}
.opacity-10 {opacity: 1 !important;}

.alternating:nth-child(even) .alternate {
  order: 2;
}
.alternating-odd:nth-child(odd) .alternate {
  order: 2;
}
.position-sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
}
.sticky-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1020;
}
.decoration-none {
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .alternating-sm:nth-child(even) .alternate {
    order: 2;
  }
  .alternating-sm-odd:nth-child(odd) .alternate {
    order: 2;
  }
  .position-sm-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
  }
  .sticky-sm-top {
    position: sticky;
    position: -webkit-sticky;
	top: 0;
    z-index: 1020;
  }
	.fixed-sm-top {
		position: fixed;
		top: 0;
		z-index: 1020
	}
}
@media (min-width: 768px) {
  .alternating-md:nth-child(even) .alternate {
    order: 2;
  }
  .alternating-md-odd:nth-child(odd) .alternate {
    order: 2;
  }
  .position-md-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
  }
  .sticky-md-top {
    position: sticky;
    position: -webkit-sticky;
	top: 0;
    z-index: 1020;
  }
	.fixed-md-top {
		position: fixed;
		top: 0;
		z-index: 1020
	}
}
@media (min-width: 992px) {
  .alternating-lg:nth-child(even) .alternate {
    order: 2;
  }
  .alternating-lg-odd:nth-child(odd) .alternate {
    order: 2;
  }
  .position-lg-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
  }
  .sticky-lg-top {
    position: sticky;
    position: -webkit-sticky;
	  top: 0;
  z-index: 1020;
  }
	.fixed-lg-top {
		position: fixed;
		top: 0;
		z-index: 1020
	}
}
@media (min-width: 1200px) {
  .alternating-xl:nth-child(even) .alternate {
    order: 2;
  }
  .alternating-xl-odd:nth-child(odd) .alternate {
    order: 2;
  }
  .position-xl-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
  }
  .sticky-xl-top {
    position: sticky;
    position: -webkit-sticky;
	  top: 0;
  z-index: 1020;
  }
	.fixed-xl-top {
		position: fixed;
		top: 0;
		z-index: 1020
	}
  .container-fluid.spacious {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1600px) {
  .container-fluid.spacious {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.col-xs-12 {
	width: 100%; max-width: 100%; flex: 0 0 100%;
}
.carousel-control-prev-icon.dark {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon.dark {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
/*.btn {
  white-space: normal;
}*/

.editpagebutton {
  background: rgba(0, 0, 0, 0.5);
  color: white !important;
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  opacity: 1 !important;
  padding: 0.25rem 0.5rem;
  border: 0;
}

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.grecaptcha-badge, #header_recaptcha {
	display: none !important;
}

/*John's addition*/
 .oms-admin-tools {
    background: var(--white);
    border: 1px solid var(--secondary);
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 5555;
    top: 50%;
    right: -150px;
    width: 150px;
    transform: translateY(-50%);
    transition: 0.3s all;
  }
  .oms-admin-tools.tabbed {
    right: 0px;
    transition: 0.3s all;
  }
  .oms-admin-tools-btn {
    width: 45px;
    height: 45px;
    border: 1px solid var(--secondary);
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 5555;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    left: -45px;
  }
  .oms-admin-link{
    text-decoration:none !important;
  }

.overlay {
	position:absolute!important;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: var(--dark);
	opacity: 0.5;
/*	z-index: 2;*/
}

/* Galleries */
.fancybox-skin {
	padding: 0!important;
	background: transparent!important;
}
.fancybox-title,
.fancybox-title-inside-wrap {
	display: none;
}
	

@media (min-width: 576px) {
   .position-sm-absolute { position: absolute!important; }
   .position-sm-relative { position: relative!important; }
   .position-sm-fixed { position: fixed!important; }
}

@media (min-width: 768px) {
   .position-md-absolute { position: absolute!important; }
   .position-md-relative { position: relative!important; }
   .position-md-fixed { position: fixed!important; }
}

@media (min-width: 992px) {
   .position-lg-absolute { position: absolute!important; }
   .position-lg-relative { position: relative!important; }
   .position-lg-fixed { position: fixed!important; }
}

@media (min-width: 1200px) {
   .position-xl-absolute { position: absolute!important; }
   .position-xl-relative { position: relative!important; }
   .position-xl-fixed { position: fixed!important; }
}

/*Social Icons Include Styling*/
.socialiconbarhorizontal { z-index: 9999; text-align: center; display: inline-block; background-color: rgba(0, 0, 0, 0.25); }
.socialiconbarhorizontal ul { z-index: 9999; list-style-type: none; text-align: center; margin: 0 auto; padding: 0; height: 30px; }
.socialiconbarhorizontal li { display: inline; padding: 0 2px 0 2px; }
.socialiconbarhorizontal li a { text-decoration: none; margin: 2px 0; padding: 0; width: 28px; height: 30px; }
.socialiconbarvertical { z-index: 9999; width: 50px; text-align: center; display: inline-block; background-color: rgba(0, 0, 0, 0.25); }
.socialiconbarvertical ul { z-index: 9999; list-style-type: none; margin: 0 auto; padding: 0; }
.socialiconbarvertical li { display: block; }
.socialiconbarvertical li a { text-decoration: none; margin: 2px 0 2px 2px; height: 35px; }
.socialiconbarvertical li a:hover { opacity: 1.0; }
.socialiconbar-static-top { position: absolute; top: 0; right: 0; }
.socialiconbar-static-right { position: absolute; top: 40%; right: 0; }
.socialiconbar-static-bottom { position: absolute; bottom: 0; left: 50%; }
.socialiconbar-static-left { position: absolute; top: 40%; left: 0; }
.socialiconbar-fixed-top { position: fixed; top: 0; right: 0; }
.socialiconbar-fixed-right { position: fixed; top: 40%; right: 0; }
.socialiconbar-fixed-bottom { position: fixed; bottom: 0; left: 40%; }
.socialiconbar-fixed-left { position: fixed; top: 40%; left: 0; }
.socialiconbar-top { border-radius: 0 0 5px 5px; }
.socialiconbar-right { border-radius: 5px 0 0 5px; padding-bottom: 1px; }
.socialiconbar-bottom { border-radius: 5px 5px 0 0 }
.socialiconbar-left { border-radius: 0 5px 5px 0; padding: 5px; }
#mobilenavsocialicons { width: 100%; display: inline-block; }
#socialiconbarmobilefix { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; }
.socialiconbarmobile { text-align: left; padding-top: 0; background-color: black; height: 45px; overflow: hidden; }
.socialiconbarmobile ul { list-style-type: none; margin: 0 auto; padding: 4px 0 0 0; display: inline-block; }
.socialiconbarmobile li { display: inline; margin: ; }
.socialiconbarmobile li a { text-decoration: none; margin: 0; padding: 0; width: 38px; height: 57px; }
.socialiconbarmobileext { text-align: center; padding-top: 0; background-color: #222; height: 45px; }
.socialiconbarmobileext div { font-size: 24px; color: silver; height: 100%; border-left: 1px solid #333; margin-top: 0; }
.socialiconbarmobileext div a span { text-align: center; padding: 7px 0 0 0; margin: 0 0 0 -5px; }
.socialsidebar.affix { position: fixed; top: 50px; }
.socialsidebar.affix-top { position: fixed; top: 45%; }
.socialsidebar.affix-bottom { position: fixed; bottom: 0; }
.navbar-center { display: inline-block; float: none; }
.navbar-header { float: none; display: block; width: 100%; }
@font-face { font-family: 'Glyphicons Social Regular'; src: url('../fonts/glyphicons-social-regular.eot'); src: url('../fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-social-regular.woff') format('woff'), url('../fonts/glyphicons-social-regular.ttf') format('truetype'), url('../fonts/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg'); font-weight: normal; font-style: normal; }
.social { display: inline-block; position: relative; padding-left: 30px; color: #1d1d1b; text-decoration: none; *display: inline; *zoom: 1; vertical-align: middle;	opacity: 0.85; }
.social:before { position: absolute; left: 0; top: 0; display: inline-block; margin: 0 5px 0 0; font: 32px 'Glyphicons Social Regular'; font-style: normal; font-weight: normal; color: #1d1d1b; *display: inline; *zoom: 1; vertical-align: middle; text-transform: none; -webkit-font-smoothing: antialiased; }
.social.white:before { color: #fff; }
.semisocial { padding: 5px; vertical-align: middle;  background-color: rgba(255,255,255,0.90); border-radius: 3px; }
.semisocial span { padding-top: 3px; font-size: 21px; margin: 0; padding: 0; }
.social.pinterest:before { content: "\E001"; }
.social.dropbox:before { content: "\E002"; }
.social.google_plus:before { content: "\E003"; }
.social.jolicloud:before { content: "\E004"; }
.social.yahoo:before { content: "\E005"; }
.social.blogger:before { content: "\E006"; }
.social.picasa:before { content: "\E007"; }
.social.amazon:before { content: "\E008"; }
.social.tumblr:before { content: "\E009"; }
.social.wordpress:before { content: "\E010"; }
.social.instapaper:before { content: "\E011"; }
.social.evernote:before { content: "\E012"; }
.social.xing:before { content: "\E013"; }
.social.zootool:before { content: "\E014"; }
.social.dribbble:before { content: "\E015"; }
.social.deviantart:before { content: "\E016"; }
.social.read_it_later:before { content: "\E017"; }
.social.linked_in:before { content: "\E018"; }
.social.forrst:before { content: "\E019"; }
.social.pinboard:before { content: "\E020"; }
.social.behance:before { content: "\E021"; }
.social.github:before { content: "\E022"; }
.social.youtube:before { content: "\E023"; }
.social.skitch:before { content: "\E024"; }
.social.foursquare:before { content: "\E025"; }
.social.quora:before { content: "\E026"; }
.social.badoo:before { content: "\E027"; }
.social.spotify:before { content: "\E028"; }
.social.stumbleupon:before { content: "\E029"; }
.social.readability:before { content: "\E030"; }
.social.facebook:before { content: "\E031"; }
.social.twitter:before { content: "\E032"; }
.social.instagram:before { content: "\E033"; }
.social.posterous_spaces:before { content: "\E034"; }
.social.vimeo:before { content: "\E035"; }
.social.flickr:before { content: "\E036"; }
.social.last_fm:before { content: "\E037"; }
.social.rss:before { content: "\E038"; }
.social.tripadvisor:before { content: "\e088"; }
.social.skype:before { content: "\E039"; }
.social.e-mail:before { content: "\E040"; }
.social.vine:before { content: "\E041"; }
.social.myspace:before { content: "\E042"; }
.social.goodreads:before { content: "\E043"; }
.social.apple:before { content: "\F8FF"; }
.social.windows:before { content: "\E045"; }
.social.yelp:before { content: "\E046"; }
.social.playstation:before { content: "\E047"; }
.social.xbox:before { content: "\E048"; }
.social.android:before { content: "\E049"; }
.social.ios:before { content: "\E050"; }

