figure {}
figcaption {
  text-align: center;
  font-size: .8em;
  margin-top: 5px;
	
}
.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
}
.clean {
  border: 0;
  background: none;
  padding: 0
}
.clean > figcaption {
  margin-top: .5em;
  font-size: .7em;
  text-align: right
}
.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
}
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
}
.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: 45%;
  padding: 1em;
  margin: .5em 1.5em .4em 0;
  background: #fff
}
/*White Quote Box Float Right*/
.q08a {
  float: right;
  width: 45%;
  padding: 1em;
  margin: .5em 0 .4em 1.5em;
  background: #fff
}
/*Silver Quote Boxes*/
.q09 {
  float: left;
  width: 45%;
  border: thin silver solid;
  padding: 1em;
  margin: .5em 1.5em .4em 0;
  background: #ccc;
  background: -moz-linear-gradient(top, #ccc 0%, #eee 100%);
  background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%);
  background: linear-gradient(to bottom, #ccc 0%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#eee', GradientType=0)
}
.q10 {
  float: right;
  width: 45%;
  border: thin silver solid;
  padding: 1em;
  margin: .5em 0 .4em 1.5em;
  background: #ccc;
  background: -moz-linear-gradient(top, #ccc 0%, #eee 100%);
  background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%);
  background: linear-gradient(to bottom, #ccc 0%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#eee', GradientType=0)
}
.q11 {
  width: 90%;
  padding: 1em;
	margin: 1.5em auto 1.5em;
  border: thin silver solid;
  background: #ccc;
  background: -moz-linear-gradient(top, #ccc 0%, #eee 100%);
  background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%);
  background: linear-gradient(to bottom, #ccc 0%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#eee', GradientType=0)
}
.q12 {
	margin: 1.5em auto 1.5em;
	width: 70%;
	height: auto !important;
 	 border: thin silver solid;
  	padding: 1em;
	background: #ccc;
  background: -moz-linear-gradient(top, #ccc 0%, #eee 100%);
  background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%);
  background: linear-gradient(to bottom, #ccc 0%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#eee', 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: #fafafa;
  -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;
  width: 80%;
  padding: 1em; 
 margin: 2em auto 0;
  background: #fafafa;
  -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:before, .drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.drop-shadow p {
}
.curled:before, .curled:after {
  bottom: 12px;
  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);
}
.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;}





.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}
