/*************************************************/
/*** Selerant Resource Center Blogs Stylesheet ***/

/*** -by msoboliev *******************************/
/***********************************************/



/***********************************************/


@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");


/* MAKROS SECTION ******************************/




/***********************************************/



/*** set ROOT font size ***/
body, h1, h2, h3, h4, h5, h6, p, a, span { 
	 font-family: 'Open Sans', sans-serif; 
  /* font-family: 'Montserrat', sans-serif; */
}
html {
  font-size: 15px;
}
@media screen and (max-width: 1035px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 376px) {
  html {
    font-size: 15px;
  }
}


/* inherited box-sizing */
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}

/* override default scrollbar for webkit browsers */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: #e7e7e7;
}
::-webkit-scrollbar {
  width: 17px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(12, 93, 148, 1);/* #0c5d94 #2C3E50 #04558c */
  opacity: 0;
}


/*** basic styling ***/
body, p, .body {
  color: #707070;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3rem; 
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
}
h1, .h1 {
  color: #333333;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: bold;
  line-height: 3.25rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
}
h2, .h2 {
  color: #333333;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2.6rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
}
h3, .h3 {
  color: #333333;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
}
h4, .h4 {
  color: #333333;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
}
table {
  margin-bottom: 1rem;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
ol {
  list-style-type: none;
  padding-left: 0;
}
a {
  cursor: pointer;
  color: #43B02A;
  font-size: 1rem;
  font-style: normal;  
  font-weight: normal;
  line-height: 1.3rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;  
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;  
}
a:hover, a:visited:hover {
  color: #43B02A;
  text-decoration: underline;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;  
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;  
}
a:visited {
  color: #0C5D94;
}
iframe, video {
  max-width: 100%;
  max-height: 56.25vh;  
}
blockquote, .blockquote, blockquote p, .blockquote p, blockquote a, .blockquote a {  
  color: #7F7F7F;
  font-size: 1.5rem;
  font-style: oblique;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: center;
  margin: 1rem auto;
}
blockquote, .blockquote {
  padding: 0;
}
blockquote::before, .blockquote::before {
  content: "";
  display: block;
  border: 1px solid #43B02A;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);  
  width: 100px;
  margin-bottom: 10px;
}
::placeholder, .placeholder {
  color: #A5A5A5;
  font-size: 0.86rem;
  font-style: oblique;
  font-weight: normal;
  line-height: 1.21rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
}
.lg-body {
  color: #707070;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
}
.sm-body {
  color: #A5A5A5;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.21rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
}
.btn-text {
  color: #7F7F7F;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: bold;
  line-height: 0.86rem;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: normal;  
  text-align: left;
  text-transform: uppercase;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}



/*** default posting markup ***/
.blog-post-wrapper {  
  width: 100%;
}
.blog-post-container {
  width: 100%;
  max-width: 828px;
  text-align: center;
  margin: 1rem auto;
}
.blog-post-container .post-name {
  padding: 1rem 0;
  font-size: 2.33rem;
  line-height: normal;
  margin: 0;
}
.post-data span {
  color: #707070;
  margin-bottom: 9px;
  font-size: 13px;
}
.post-data span a {
  font-size: 13px;
}
.post-data .sm-body {
  color: #707070;
}
.post-date {
  float: left;
}
.post-author {
  float: right;
}
.featured-image-container {
  display: block;
  width: 100%;
}
.featured-image-container img {
  border-radius: 6px;
  width: 100%;  
  max-width: 100%;
  height: auto;
  max-height: /* 685px */ 1028px;
  margin: 0 auto 20px;
  object-fit: cover;
  object-position: 50% 0.01%;
}
.blog-post-body {
  margin: 0;
  max-width: 100%;
}
.blog-post-body h1, .blog-post-body h2, .blog-post-body h3 {
  line-height: normal;
  margin-bottom: 0.75rem;
  clear: left;
}
.blog-post-body h1 {
  margin-top: 1.75rem;
} 
.blog-post-body h2 {
  margin-top: 1.5rem;
}
.blog-post-body h3 {
  margin-top: 1rem;
}
.blog-post-body, .blog-post-body p, .blog-post-body a, .blog-post-body .lg-body, .blog-post-body .sm-body {
  line-height: normal;
}
.blog-post-body p {
  margin-bottom: 0.5rem;
}
.blog-post-body img, .blog-post-body p img, .blog-post-body span img, .blog-post-body span p img {
  max-width: 100%;
  height: auto;
  margin: 0.5rem auto 0.75rem;
}
.blog-post-body > img, .blog-post-body > p img, .blog-post-body > span img, .blog-post-body > span > p img {
  border-radius: 6px;
  /*max-height: 50vh;*/
  object-fit: contain;
}
.blog-post-body ul, .blog-post-body span ul {  
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
}
.blog-post-body ul li, .blog-post-body span ul li {
  margin-bottom: 0.25rem;
  list-style: disc; 
}
.blog-post-body ol, .blog-post-body span ol {  
  padding-left: 2.5rem;
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
  clear: both;
}
.blog-post-body ol li, .blog-post-body span ol li {
  margin-bottom: 0.33rem;
  list-style: decimal;
}
.list-tag {
  display: block;
  margin-top: 3rem;
  margin-bottom: 1.86rem;
}
.tag {
  display: inline-block;
  background-color: none;
  border: 1px solid #43B02A;
  border-radius: 5px;
  padding: 7px 12px 8px;  
  margin: 4px 2px;
  cursor: pointer;
  color: #333333;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.28rem;  
  letter-spacing: inherit;
  word-spacing: inherit;
  text-indent: inherit;  
  text-align: left;
  opacity: 1;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;  
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;  
}
.tag:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #43B02A;
  opacity: 0.6;  
  -webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;  
  -ms-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;  
}
.tag:visited {
  border: 1px solid #0C5D94;
  color: #0C5D94;
}
.tag:visited:hover {
  color: #FFFFFF;
  opacity: 0.6;
  background-color: #0C5D94;
  -webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;  
  -ms-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;  
}
.tag.inactiveLink {
  border-color: transparent; 
  text-transform: uppercase; 
  color: #333!important; 
  font-weight: 600;
  padding-left: 0; 
  padding-right: 0;
}
.post-underline {
  width: 100%;
  margin: 4rem auto 0;
  border-top: 1px solid #707070;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);  
}
@media screen and (max-width: 1200px) {
  .blog-post-wrapper {
    padding: 0 40px;
  }
  .blog-post-container {
    padding: 0 20px;    
  }
}
@media screen and (max-width: 769px) {
  .blog-post-container {
    max-width: 608px;
  }
}
@media screen and (max-width: 415px) {
  .blog-post-wrapper {
    padding: 0;
  }
  .blog-post-container {
    padding: 0 10px;
  }
  .blog-post-body img {
    width: 100%!important;
  }
  .blog-post-body ul, .blog-post-body span ul {
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .blog-post-body ol, .blog-post-body span ol {  
    padding-left: 1.25rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 376px) {  
  .blog-post-wrapper .blog-post-container { 
    padding: 0 5px;
  }
}
@media screen and (max-width: 321px) {
  .blog-post-container {
    padding: 0;
  }
}


/*** default listing markup ***/
.blog-listing-container {
  width: 100%;
  max-width: 1028px;
  margin: 20px auto;
}
.blog-listing-container a:hover {
  text-decoration: none;
  color: #43B02A;
}
.blog-listing-container > h2 {
  margin: 2rem auto 1rem;
}
.listing-item-wrapper {
  width: 100%;
  margin: 12px auto;
}
.listing-item-container a {
  color: #014778;
}
.listing-item-container a h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  margin: 1rem auto;
}
.listing-item-container a h3:hover {
  opacity: 0.9;
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;  
  -ms-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  transition: all 0.16s ease;  
  /* color: #064674; */
}
.listing-item-image {
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.listing-item-image img {
  max-width: 100%;
  width: 400px;
  height: 200px;  
  border-radius: 6px;
  cursor: pointer;  
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);  
  object-fit: cover;
  object-position: 50% 0.01%;
}
.listing-item-image img:hover {
  -webkit-box-shadow: 1px 6px 12px 3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 6px 12px 3px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 1px 6px 12px 3px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 1px 6px 12px 3px rgba(0, 0, 0, 0.26);
  box-shadow: 1px 6px 12px 3px rgba(0, 0, 0, 0.26);  
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;  
  -ms-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  transition: all 0.16s ease;  
}
.hs-author-name, .listing-tag {
  font-size: 2.14rem;
}
.blog-listing-hero {
  width: 100%;
  max-width: 1228px;
  text-align: center;
  margin: 20px auto;
}
.blog-listing-hero-image {
  width: 100%;  
  height: 100%;
  margin: auto;
  border-radius: 6px;
  background-color: #003255;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);  
}
.blog-listing-hero-image .listing-heading-wrapper {
  display: table;
  width: 100%;
  height: auto;
  min-height: 38vh;
  padding: 15px 30px;
}
.blog-listing-hero-image .listing-heading-wrapper h1 {  
  display: table-cell;
  color: #fff;
  text-shadow: 1px 1px 0px #333, 1px 1px 1px #555, 2px 1px 2px #777;
  text-align: center;
  vertical-align: middle;
}
.simple-listing, .system-page {
  min-height: 50vh;
}
@media screen and (max-width: 1035px) {
  .blog-listing-container {
    max-width: 828px;
  }
  .listing-item-container {
    margin: 0 15px;    
  }
  .listing-item-image {
    float: right;
    margin: 40px 0 40px 20px;
  }
  .listing-item-image img {
    width: 300px;
    height: 150px;
  }
}
@media screen and (max-width: 769px) {
  .blog-listing-container {
    max-width: 628px;
  }
  .listing-item-image img {
    width: 260px;
    height: 130px;
  }
}
@media screen and (max-width: 600px) {  
  .listing-item-image {    
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .listing-item-image img {
    width: 74%;
    height: 25vh;    
  }
}
@media screen and (max-width: 415px) {
  .blog-listing-hero-image .listing-heading-wrapper h1 {  
    font-size: 2.14rem;
    line-height: normal;
  }
  .listing-item-image img {
    width: 100%;
  }
  .hs-author-name, .listing-tag {
    font-size: 2rem;
  }  
}



/*** simple pagination ***/
.simple-pagination {
  display: block;
  text-align: center;
  margin: 60px auto;
}
a.previous-posts-link, a.next-posts-link, a.all-posts-link {
  font-size: 1rem;
  color: #666;
}
a.previous-posts-link {
  padding-right: 2.5rem;
}
a.next-posts-link {
  padding-left: 2.5rem;
}
a.previous-posts-link:hover, a.next-posts-link:hover, a.all-posts-link:hover {
  text-decoration: none;
  color: #0C5D94;
  background-color: transparent!important;
}
span.previous-posts-link {
  margin-left: 0.5rem;
}
span.previous-posts-arrow-gap {
  margin-left: 0.7rem;
}
span.next-posts-link {
  margin-right: 0.5rem;
}
.previous-posts-link::before, .next-posts-link::after {
  width: 0.7rem;
  height: 0.7rem;
  content: "";
  position: absolute;
  margin-top: 0.29rem;  
  border-width: 0.1rem;
  border-style: solid;
  border-color: inherit;
  border-top: none;  
}
.previous-posts-link::before {
  border-right: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.next-posts-link::after {  
  border-left: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);    
}



/*** numbered pagination ***/
.blog-pagination {
  display: block;
  text-align: center;
  margin: 50px auto;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination-center {
    display: inline-block;
}
.blog-pagination a {
    font-size: 0.86rem;
    line-height: 2.86rem;
    font-weight: 500;
    text-align: center;    
    padding: 1rem 1.355rem;
    border-radius: 50%;
}
.blog-pagination a:hover,
.blog-pagination a:visited:hover,
.blog-pagination a:focus {
    background-color: #D4ECFF;
    text-decoration: none;
    color: #04558c;    
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.twodigit {
    padding: 1rem 1.11rem;
}
.blog-pagination a.active {
    background-color: #0c5d95;
    color: #fff;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    background-color: #f2f2f2;
    color: #0c5d95;
    font-weight: 1000;
    padding: 1rem 1.11rem;
    opacity: 0.91;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    background-color: #c8ecff;
    color: #008cd4;
    opacity: 1;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);  
    -webkit-transition: all 0.24s linear;
  -moz-transition: all 0.24s linear;  
  -ms-transition: all 0.24s linear;
  -o-transition: all 0.24s linear;
  transition: all 0.24s linear;  
}
@media screen and (max-width: 769px) {
  .blog-pagination a {
    font-size: 0.6rem;    
    padding: 1rem 1.235rem;    
  }
  .elipses {
    display: none;
  }
} 
@media screen and (max-width: 376px) {
  .blog-pagination a {    
    padding: 0.75rem 1.013rem;   
}


/*** buttons ***/ 
.btn-primary {
  background-color: #43B02A;
  border: none;
  border-radius: 5px;
  padding: 15px 22px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);  
  cursor: pointer;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: bold;
  line-height: 0.86rem;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-indent: inherit;  
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
}
.btn-primary:hover {
  background-color: #68BF54;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);  
}
.btn-primary:focus {
  outline: none;
}
.btn-default {
  background-color: #E7E7E7;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  padding: 15px 22px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);  
  cursor: pointer;
  color: #707070;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: bold;
  line-height: 0.86rem;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-indent: inherit;  
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
}
.btn-default:hover {
  background-color: #E9E9E9;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);  
}
.btn-default:focus {
  outline: none;
}
.btn-ghost {
  background-color: #FFFFFF;
  border: none;
  border-radius: 5px;
  padding: 15px 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;  
  cursor: pointer;
  color: #707070;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: bold;
  line-height: 0.86rem;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-indent: inherit;  
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
}
.btn-ghost:hover {
  background-color: #E9E9E9;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);  
}
.btn-ghost:focus {
  outline: none;
}
.btn-inverse {
  background-color: #0C5D94;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 15px 22px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);  
  cursor: pointer;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: bold;
  line-height: 0.86rem;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-indent: inherit;  
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
}
.btn-inverse:hover {
  background-color: #FFFFFF;
  color: #0C5D94;
  /* border: 1px solid #0C5D94; */
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);  
}
.btn-inverse:focus {
  outline: none;
}
.btn-round {
  border-radius: 18px!important;
  padding: 11px 32px!important;
}

/* miscellaneous */
.content-type {
  display: inline-block;
  background-color: #D4ECFF;
  border: none;
  border-radius: 3px;
  padding: 13px 22px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);  
  cursor: pointer;
  color: #333333;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.36rem;
  text-align: left;
  opacity: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;  
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;  
}

/*** color palette ***/
.rc-green {
  color: #43B02A;
}
.rc-blue {
  color: #0C5D94;
}
.rc-light-blue {
  color: #D4ECFF;
}
.rc-black {
  color: #333333;
}
.rc-dark-grey {
  color: #707070;
}
.rc-grey {
  color: #A5A5A5;  
}
.rc-light-grey {
  color: #E7E7E7;
}
.rc-red {
  color: #FF5D3D;
}
.bg-green {
  color: #FFFFFF!important;
  background-color: #43B02A;
}
.bg-blue {
  color: #FFFFFF!important;
  background-color: #0C5D94;
}
.bg-light-blue {
  color: #333333!important;
  background-color: #D4ECFF;
}
.bg-black {
  color: #F2F2F2!important;
  background-color: #333333;
}
.bg-dark-grey {
  color: #F7F7F7!important;
  background-color: #707070;
}
.bg-grey {
  color: #FBFBFB!important;
  background-color: #A5A5A5;  
}
.bg-light-grey {
  color: #333333!important;
  background-color: #E7E7E7;
}
.bg-red {
  color: #FFFFFF!important;
  background-color: #FF5D3D;
}