.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body p{
  font-size: 1.2em;
}

.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  color: #9E9E9E;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {text-decoration:none; 
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}



.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E9ECEF;
}



.panel-primary {
  border-color: #E9ECEF;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E9ECEF;
}
.panel-primary > .panel-heading .badge {
  color: #E9ECEF;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E9ECEF;}
  
  
  
  
  
.panel-primaryhighlight {
  border-color: #E9ECEF;
}
.panel-primaryhighlight > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E9ECEF;
}
.panel-primaryhighlight > .panel-heading .badge {
  color: #E9ECEF;
  background-color: #fff;
}
.panel-primaryhighlight > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E9ECEF;}
  
  
  

.panel-secondary {
  border-color: #E9ECEF;
}
.panel-secondary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E9ECEF;
}
.panel-secondary > .panel-heading .badge {
  color: #E9ECEF;
  background-color: #3c763d;
}
.panel-secondary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E9ECEF;
}







.panel-secondaryhighlight {
  border-color: #E9ECEF;
}
.panel-secondaryhighlight > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E9ECEF;
}
.panel-secondaryhighlight > .panel-heading .badge {
  color: #E9ECEF;
  background-color: #E9ECEF;
}
.panel-secondaryhighlight > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E9ECEF;
}

.panel-black {
  border-color: #E9ECEF;
}
.panel-black > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E9ECEF;
}
.panel-black > .panel-heading .badge {
  color: #E9ECEF;
  background-color: #E9ECEF;
}
.panel-black > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E9ECEF;
}




/* plus glyph for showing collapsible panels */
.panel-heading .collapsed:before {
   font-family: FontAwesome;
   content: "\f068";
   float: right;
   color: silver;
}

.panel-heading .collapsed:before {
   content: "\f067";
   color: silver;
}

/* sets the link to the width of the entire panel title */
.panel-title > a {
   display: block;
}

 

figure {}
figcaption {
  text-align: center;
  font-size: .8em;
  margin-top: 5px;
	
}

/*IMAGES*/
.align-left {
  float: left;
  margin: .5em 1em .5em 0
}
.align-right {
  float: right;
  margin: .5em 0 .5em 1em
}
.align-center {
  text-align: center
}
.align-center > figure {
  display: inline-block
}

.polaroid {
  border: 0;
  border-radius: 0;
  position: relative;
  background: #f7f7f7;
  box-shadow: 1px 1px 0 #eee;
}

.polaroid > figcaption {
  color: #777;
  margin-top: 5px;
  right: 20px;
  font-size: .8em;
  text-align: center;
}
.polaroid figcaption:before {
  content: ' '
}
figure.polaroid {
  padding: 20px 20px 40px 20px
}
img.polaroid {
  border: 20px solid #f7f7f7;
   border-width:20px 20px 40px 20px
}




.polarizedL {
  border: 0;
  border-radius: 0;
  position: relative;
  background: #f7f7f7;
  box-shadow: 1px 1px 0 #eee;
}
.polarizedL, .polarizedL ~ .cke_widget_drag_handler_container {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}
.polarizedL > figcaption {
  color: #777;
  margin-top: 5px;
  right: 20px;
  font-size: .8em;
  font-style: italic;
  text-align: right
}
.polarizedL figcaption:before {
  content: '- '
}
figure.polarizedL {
  padding: 20px 20px 40px 20px
}
img.polarizedL {
  border: 20px solid #f7f7f7
}
.polarizedR {
  border: 0;
  border-radius: 0;
  position: relative;
  background: #f7f7f7;
  box-shadow: 1px 1px 0 #eee
}
.polarizedR, .polarizedR ~ .cke_widget_drag_handler_container {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}
.polarizedR > figcaption {
  color: #777;
  margin-top: 5px;
  right: 20px;
  font-size: .8em;
  font-style: italic;
  text-align: right
}
.polarizedR figcaption:before {
  content: '- '
}
figure.polarizedR {
  padding: 20px 20px 40px 20px
}
img.polarizedR {
  border: 20px solid #f7f7f7
}

div.fade-in {
  animation: fadeIn 5s;
    animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;

}

p.fade-in-text {
  animation: fadeIn 5s;
    animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;

}
img.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

pre.narrow {
  width: 50%;
  margin-left: auto;
  margin-right: auto
}
pre.fancy {
  position: relative
}
pre.fancy > code {
  background: rgb(14, 14, 14);
  background: -moz-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(70, 70, 70, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(14, 14, 14, 1)), color-stop(100%, rgba(70, 70, 70, 1)));
  background: -webkit-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(70, 70, 70, 1) 100%);
  background: -o-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(70, 70, 70, 1) 100%);
  background: -ms-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(70, 70, 70, 1) 100%);
  background: linear-gradient(to bottom, rgba(14, 14, 14, 1) 0%, rgba(70, 70, 70, 1) 100%);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
  border-radius: 8px;
  text-shadow: 0px 1px 0 #000;
  border: 5px solid #ccc;
  padding: 20px
}
pre.fancy > code.language-javascript:after {
  content: '';
  background: url(js.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0 6px 0 0
}
#quote-containerR {
  width: 400px;
  float: right;
  padding-left: 20px;
  padding-bottom: 20px
}
.quote {
  background-color: #6b936a;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  margin: 0;
  padding: 20px;
  font-size: 20px
}
.name {
  background-color: #333;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  text-align: center
}
.containerRblockquote {
  padding: 0;
  margin: 0
}
.containerRblockquote::after {
  border-color: transparent #6b936a transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 20px;
  top: 40px;
  content: "";
  display: block;
  right: 75%;
  position: relative
}
#quote-containerL {
  width: 400px;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px
}
.containerLblockquote {
  padding: 0;
  margin: 0
}
.containerLblockquote::after {
  border-color: transparent #6b936a transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 20px;
  top: 40px;
  content: "";
  display: block;
  right: 75%;
  position: relative
}





blockquote.centerBQ {
text-align: center;
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
    background: #fff;

}
blockquote.centerBQ:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
 /* text-align: center;*/
}
blockquote.centerBQ:after {
 /* content: "\2013 \2003" attr(cite);*/
  display: block;
 content:  attr(cite);
  text-align: right;
  padding-right:10px;
  font-size: 0.875em;
/*  color: #bb0000;*/
text-align: center;

}

blockquote.rightBQ {
  background: #f9f9f9;
 /* border-right: 10px solid <PRIMARY>;*/
  border-left: 0px;
  margin: .5em 0 2em .5em;
  padding: 1em;
  line-height: 1.5;
}





.notepaper {
  position: relative;
  margin: 30px auto;
  padding: 29px 20px 20px 45px;
  width: 300px;
  line-height: 30px;
  color: #6a5f49;
  text-shadow: 0 1px 1px white;
  background-color: #f2f6c1;
  background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  border: 1px solid #c3baaa;
  border-color: rgba(195, 186, 170, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02)
}
.notepaper:before, .notepaper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0
}
.notepaper:before {
  left: 28px;
  width: 2px;
  border: solid #efcfad;
  border-color: rgba(239, 207, 173, 0.9);
  border-width: 0 1px
}
.notepaper:after {
  z-index: -1;
  left: 0;
  right: 0;
  background: rgba(242, 246, 193, 0.9);
  border: 1px solid rgba(170, 157, 134, 0.7);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg)
}
.note-quote {
  font-size: 14px
}
.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  opacity: .2
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.curly-quotes:before {
  font-family: Font Awesome 5 Pro;
  content: '\f10d'; /*quote left icon*/
margin-right: 4px;
  margin-left: -8px;
	margin-top:-25px;

}
.curly-quotes:after {
  font-family: Font Awesome 5 Pro;
  content: '\f10e'; /*quote left icon*/
	margin-left: 4px;
  margin-right: -8px;
  float: right;

}
.quote-by {
  display: block;
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #84775c
}
.lt-ie8 .notepaper {
  padding: 15px 25px
}
#Lfloat {
  float: left;
  padding-right: 20px
}
#Rfloat {
  float: right;
  padding-left: 20px
}
.edge {
  margin-top: -40px;
  margin-left: -25px
}
.no-border {
  border: 0
}
.IMGborder {
  border: solid 1px
}
.IMGthickBorder {
  border: solid 3px
}
/* Lined Quote Box Float Left*/
.q01 {
  float: left;
  width: 45%;
  padding: 1em;	
  margin: .5em 1.5em .4em 0;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: groove;
  border-bottom-style: groove;
  border-top-color: #333;
  border-bottom-color: #333
}
/*Lined Quote Box Float Right*/
.q02 {
  float: right;
  width: 45%;
  padding: 1em;	
  margin: .5em 0 .4em 1.5em;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: groove;
  border-bottom-style: groove;
  border-top-color: #333;
  border-bottom-color: #333
}
/*Quote Box*/
.q03 {
  background: fcfcfc;
  border-width: 1px;
  border-style: dashed;
  border-color: #acacac;
  color: #424242;
  font-style: italic;
margin: 1.5em auto 1.5em;
	padding:2em;
}
/*Quote Box2*/
.q04 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #636262;
  border-bottom-color: #636262;
  color: #424242;
  font-style: italic;
margin: 1.5em auto 1.5em;
  padding: 2em;
  text-align: center
}
/* Quote Box3*/
.q05 {
  background: url(/images/bg-quote1.png) no-repeat;
  font-style: italic;
	margin: 2em auto 1.5em;
	  padding: 2em 2em 2em 3.5em
}
.q06 {
margin: 2em 0 2em 4em;
  padding-left: 1em;
  border-left: 3px solid #ccc
}
 /*Pull Quote Line*/
.q07 {
  float: left;
  width: 45%;
  padding: 1em;
  margin-right: .9em;
  margin-bottom: .2em;
  background: #fff
}
 /*Pull Quote Line*/
.q08 {
  float: right;
  width: 45%;
  padding: 1em;
  margin-right: .9em;
  margin-bottom: .2em;
  background: #fff
}



/*White Quote Box Float Left*/

.q07a {
  float: left;
  width: 55%;
  padding: 1em;
  margin: .5em 1.5em .4em 0;
  background: #fff
}
/*White Quote Box Float Right*/
.q08a {
  float: right;
  width: 55%;
  padding: 1em;
  margin: .5em 0 .4em 1.5em;
  background: #fff
}
/*Silver Quote Boxes*/
.q09 {
  float: left;
  width: 55%;
  border: thin silver solid;
  padding: 1em;
  margin: .5em 1.5em .4em 0;
  border: thin silver solid;
  background: #D8DDE2;
  background: -moz-linear-gradient(top, #E9ECEF 0%, #D8DDE2 100%);
  background: -webkit-linear-gradient(top, #E9ECEF 0%, #D8DDE2 100%);
  background: linear-gradient(to bottom, #E9ECEF 0%, #D8DDE2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8DDE2', endColorstr='#D8DDE2', GradientType=0)
}
.q10 {
  float: right;
  width: 55%;
  border: thin silver solid;
  padding: 1em;
  margin: .5em 0 .4em 1.5em;
  border: thin silver solid;
  background: #D8DDE2;
  background: -moz-linear-gradient(top, #E9ECEF 0%, #D8DDE2 100%);
  background: -webkit-linear-gradient(top, #E9ECEF 0%, #D8DDE2 100%);
  background: linear-gradient(to bottom, #E9ECEF 0%, #D8DDE2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8DDE2', endColorstr='#D8DDE2', GradientType=0)
}
.q11 {
  width: 95%;
  padding: 1em;
 margin: 1.5em auto 1.5em;
  border: thin silver solid;
  background: #D8DDE2;
  background: -moz-linear-gradient(top, #E9ECEF 0%, #D8DDE2 100%);
  background: -webkit-linear-gradient(top, #E9ECEF 0%, #D8DDE2 100%);
  background: linear-gradient(to bottom, #E9ECEF 0%, #D8DDE2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8DDE2', endColorstr='#D8DDE2', GradientType=0)
}
.q12 {
	margin: 1.5em auto 1.5em;
	width: 80%;
	height: auto !important;
 	 border: thin silver solid;
  	padding: 1em;
  border: thin silver solid;
  background: #D8DDE2;
  background: -moz-linear-gradient(top, #E9ECEF 0%, #D8DDE2 100%);
  background: -webkit-linear-gradient(top, #E9ECEF 0%, #D8DDE2 100%);
  background: linear-gradient(to bottom, #E9ECEF 0%, #D8DDE2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8DDE2', endColorstr='#D8DDE2', GradientType=0)
}


.blogB {
  font-style: italic;
  font-size: .8em;
}
#OCgallery {
  margin-top: 50px;
  margin-bottom: 20px;
}
#OCgallery section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 300px;
  grid-gap: 1.875rem;
  margin: 0 auto;
  max-width: 1000px;
}
#OCgallery figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 0.125rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: box-shadow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#OCgallery figure:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.6s ease;
}
#OCgallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#OCgallery figcaption {
  position: absolute;
  text-align: left;
  bottom: 0;
  left: 0;
  padding: 1.5rem 2.25rem 1.5rem 1.125rem;
  width: 100%;
  color: white;
  font-size: 1.1rem;
  line-height: .9;
  letter-spacing: 0.03125rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#OCgallery figure:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0 12px 24px -12px;
}
#OCgallery figure:hover:after {
  opacity: 1;
}
#OCgallery figure:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#OCgallery figure:hover figcaption {
  opacity: 1;
}

.imagedropshadow {
    padding: 5px;
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

.round-corners {
border-radius: 50%;
}

.rounded-corners {
  border-radius: 30px;

}

footer.testf {
  padding-top: 1.3em;
}

cite {
  font-style: normal;
  font-size: 1.2em;
  font-weight: bold;
}

shadow {
  border: 1px solid #000000;
  position: relative;
  margin: 2em auto 0;
  padding: 1em;
  background: #E9ECEF;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.2) inset;
}



.drop-shadow {
  border: 1px solid #000000;
  position: relative;
  background: #E9ECEF;
  -webkit-box-shadow: 0 1px 8px rgba(233, 236, 239, 1), 0 0 40px rgba(182, 191, 200, 1) inset;
  -moz-box-shadow: 0 1px 8px rgba(233, 236, 239, 1), 0 0 40px rgba(182, 191, 200, 1) inset;
  box-shadow: 0 1px 8px rgba(233, 236, 239, 1), 0 0 40px rgba(182, 191, 200, 1) inset;
}
.drop-shadow:before, .drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}


.curled:before, .curled:after {
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-8deg) rotate(-3deg);
  -moz-transform: skew(-8deg) rotate(-3deg);
  -ms-transform: skew(-8deg) rotate(-3deg);
  -o-transform: skew(-8deg) rotate(-3deg);
  transform: skew(-8deg) rotate(-3deg);
}
.curled:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}


/*lists*/

/*
.drop-shadow ul {
  list-style: none;
}
.drop-shadow ul li {
  position: relative;
}
.drop-shadow ul li:before {
  color: #675f87;
  content: "\2713";
  position: absolute;
  top: 0px;
  margin: 0px 0 0 -24px;
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 4px;
}
*/

.drop-shadow h1, .drop-shadow h2, .drop-shadow h3, .drop-shadow h4, .drop-shadow h5, .drop-shadow h6 {margin-top:5px;}


.heart ul {   list-style: none;   padding: 0; }
.heart li {   list-style: none; padding-left: 1.3em; }
.heart li:before {
  content: "\f004"; /* FontAwesome Unicode */
  font-family: "Font Awesome 6 Pro"; font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;  
      margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}


.star ul {   list-style: none;   padding: 0; }
.star li {   list-style: none; padding-left: 1.3em; }
.star li:before {
  content: "\f005"; /* FontAwesome Unicode */
font-family: "Font Awesome 6 Pro"; font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;    margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}


.check ul {   list-style: none;   padding: 0; }
.check li {   list-style: none; padding-left: 1.3em; }
.check li:before {
  content: "\f00c"; /* FontAwesome Unicode */
font-family: "Font Awesome 6 Pro"; font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;    margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.checkbox ul {   list-style: none;   padding: 0; }
.checkbox li {   list-style: none; padding-left: 1.3em; }
.checkbox li:before {
  content: "\f14a"; /* FontAwesome Unicode */
font-family: "Font Awesome 6 Pro"; font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;    margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.arrow ul {   list-style: none;   padding: 0; }
.arrow li {   list-style: none; padding-left: 1.3em; }
.arrow li:before {
  content: "\f061"; /* FontAwesome Unicode */
font-family: "Font Awesome 6 Pro"; font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;    margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.arrowbox ul {   list-style: none;   padding: 0; }
.arrowbox li {   list-style: none; padding-left: 1.3em; }
.arrowbox li:before {
  content: "\f33b"; /* FontAwesome Unicode */
font-family: "Font Awesome 6 Pro"; font-weight: 900;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.arrowcircle ul {   list-style: none;   padding: 0; }
.arrowcircle li {   list-style: none; padding-left: 1.3em; }
.arrowcircle li:before {
  content: "\f0a9"; /* FontAwesome Unicode */
font-family: "Font Awesome 6 Pro"; font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;    margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.apple ul {   list-style: none;   padding: 0; }
.apple li {   list-style: none; padding-left: 1.3em; }
.apple li:before {
  content: "\f5d1"; /* FontAwesome Unicode */
font-family: "Font Awesome 6 Pro"; font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;    margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.gavel ul {   list-style: none;   padding: 0; }
.gavel li {   list-style: none; padding-left: 1.3em; }
.gavel li:before {
  content: "\f0e3"; /* FontAwesome Unicode */
font-family: "Font Awesome 6 Pro"; font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;    margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}


ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline h6{
    margin-top:50px;
margin-bottom:0;}

ul.timeline p{
    margin-top:0;
     margin-bottom:0;}

ul.timeline:before {
    content: ' ';
    background: #3A3A3C;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
list-style: none;
margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
/*    border: 3px solid #ED1C24; */
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}



ol.number-list {   margin: 0;   padding: 0;   list-style-type: none;   list-style-position: inside;   display: table; }
ol.number-list li { counter-increment: step-counter;   margin-left: 4em;   text-indent: -2em;   margin-bottom: 10px;}
ol.number-list li::before {   content: counter(step-counter);   margin-right: 5px;   font-size: 80%; font-weight: bold;      padding: 3px 8px;   border-radius: 3px; }



ol.lined-list {
    list-style-type: none;
    list-style-type: decimal !ie;     
    margin: 0;
    margin-left: 3em;
    padding: 0;     
    counter-reset: li-counter;
}

ol.lined-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.8em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}

ol.lined-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
/*    color: #00796B; */
    content: counter(li-counter);
    counter-increment: li-counter;
}









.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}
.notoppadding4img {margin-top: -40px;
} 

.notoppadding {margin-top: -20px;
} 


.SOL{
    background-image:   linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)),
    url("https://onlinecandidate.info/OC_Library/sol-flag.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: bottom; }




.card-box {
    position: relative;
    color: #fff;
    padding: 20px 10px 40px;
    margin: 20px 0px;
}
.card-box:hover {
    text-decoration: none;
    color: #f1f1f1;
}
.card-box:hover .icon i {
    font-size: 120px;
    transition: 1s;
    -webkit-transition: 1s;
}
.card-box .inner {
    padding: 5px 10px 0 10px;
}
.card-box h3, .card-box h4 {font-size: 27px; font-weight: bold; margin: 0 0 8px 0; white-space: nowrap;  padding: 0;     text-align: left; background: none;}


.card-box p {
    font-size: 14px;
}
.card-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.15);
}
.card-box .card-box-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 1.0);
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    text-decoration: none;
}
.card-box:hover .card-box-footer {
    background: rgba(0, 0, 0, 0.5);
}

.black-bkg {background-color:#000000 !important;}
.gray-bkg {background-color:#f3f3f3 !important;}


.DK-gray-bkg {
    color: #FFFFFF;
    background-color: #4f5b60 !important;
}

.DK-gray-bkg-gradient {
    color: #FFFFFF !important;
    background: #4f5b60;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4f5b60 0%, #97a9b2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4f5b60 0%, #97a9b2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4f5b60 0%, #97a9b2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}




/* overides for bootstrap items*/

.card-title {margin-top:0px;}
.float-left{margin: 15px 20px 5px 0}
.float-right{margin: 15px 0px 5px 10px}
.card-body h3, .card-body h4 {font-size: 27px; font-weight: bold; margin: 0 0 8px 0; white-space: nowrap;  padding: 0;     text-align: left; background: none;color: #000000}
