﻿/*#region ---- General -----------------------------------------------------------*/

/*div {
  border:1px solid black;
}*/

body {
  /*background-color:#07abaa !important;*/
  font-size: 14px !important;
  color: #828282;
}

.cb {
  clear: both;
}

h1 {
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: 400;
  font-size: 24px;
  color: #07abaa;
}

h2 {
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: 400;
  font-size: 20px;
  color: #07abaa;
}

h3 {
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: 400;
  font-size: 20px;
  color: #07abaa !important;
}


.teal-link a {
  color: #07abaa !important;
  font-family: 'Lato', sans-serif, Arial, serif;
}


a.styled {
  color: #07abaa !important;
  font-family: 'Lato', sans-serif, Arial, serif;
}

a {
  color: white !important;
}

.back-contain {
  margin: 10px 0 !important;
}

a.Back {
  /*display: block;*/
  color: #07abaa !important;
  background-image: url('../images/left.png');
  background-position: 0px 2px;
  font-style: italic;
  background-repeat: no-repeat;
  padding: 5px 0px 0px 25px;
  margin: 5px 0px 0px 0px;
}


a.submit-right {
  display: inline-block;
  color: #07abaa !important;
  background-image: url('../images/right.png');
  background-position: 75px 2px;
  font-style: italic;
  font-family: 'Lato', sans-serif, Arial, serif;
  text-align: right;
  /*font*/
  background-repeat: no-repeat;
  padding: 5px 30px 0px 0px;
  margin: 10px 0px 0px 0px;
  height: 30px !important;
  width: 100px;
}


h3.title-with-seperator {
  border-bottom: 1px solid #07abaa;
  font-family: 'Lato', sans-serif, Arial, serif;
  padding: 0px 0px 10px 0px !important;
  margin: 10px 0px 10px 0px;
  font-weight: 300;
  font-size: 18px;
  color: #07abaa;
}


.ErrorText {
  font-style: italic !important;
  color: red !important;
  font-weight: normal !important;
}

.image-center {
  text-align: center;
  margin: 0 auto;
}

.white-bg {
  background-color: white !important;
}

.no-padding {
  padding: 0px 0px 0px 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-anything {
  margin: 0px !important;
  margin: 0px !important;
}

.no-border {
  border: none !important;
  border-bottom: 1px solid transparent !important;
}

.marL0 {
  padding-left: 0px;
  margin-left: 0px;
}

.marL5 {
  padding-left: 5px;
}

.marL15 {
  padding-left: 15px;
  margin-left: 15px;
}

.marL10 {
  padding-left: 10px;
  margin-left: 10px;
}

.marR0 {
  padding-right: 0px;
  margin-right: 0px;
}

.marR10 {
  margin-right: 20px !important;
}

@media (max-width: 768px) {
  .marR10 {
    margin-right: 0px !important;
  }
}

.marR20 {
  margin-right: 20px !important;
}

.marTop10 {
  margin-top: 10px;
}

.bottom10 {
  margin-bottom: 10px;
}

.marTop20 {
  margin-top: 10px;
}

.padTop10 {
  padding-top: 10px;
}


.padTop20 {
  padding-top: 20px;
}

.border-debug {
  border: 1px solid red !important;
}

img.home-image {
  min-width: 100%;
  width: 100%;
}


#myModal {
  top: 5%;
  right: 50%;
  outline: none;
}

.line-sep {
  border-right: 1px solid #07abaa;
  height: 100% !important;
}


@media (max-width: 767px) {
  .line-sep {
    border-right: none !important;
  }
}

.content-bottom-line {
  border-bottom: 0px solid red;
  margin-right: 0px !important;
  width: 100% !important;
}

.content-top-line-footer {
  border-top: 1px solid white;
  width: 100% !important;
  padding-bottom: 40px;
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.general-sep {
  border-bottom: 1px solid #07abaa;
  width: 100%;
  margin: 5px 0px 0px 0px;
}

.bottom-border {
  border-bottom: 1px solid #07abaa;
  margin: 0px 10px 0px 10px;
}


.sep-spacing {
  /*background-color:red;*/
  margin: 0px 10px 0px 10px;
  /*padding: 0px 10px 0px 10px !important;*/
}

.field-sep {
  margin-bottom: 10px;
}

.bod-sep {
  border-bottom: 1px solid #07abaa;
  width: 100%;
  margin: 5px 0px 5px 0px;
}


a.general-green {
  color: #07abaa !important;
  font-style: normal !important;
  font-size: 12px;
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: bold;
}

/*#endregion*/




/*#region ---- forms-------------------------------------*/
.form-label,
.form-label label,
.form-content label,
.form-content > label,
.form-content > div > label,
.form-content > div > div > label,
.form-content > div > div > div > label,
.form-content > div > div > div > div > label,
.form-content > div > div > div > div > div > label,
.form-content > div > div > div > div > div > div > label,
.form-content > div > div > div > div > div > div > div > label,
.form-content > div > div > div > div > div > div > div > div > label {
  /*border:1px solid red !important;*/
  color: #828282;
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: 300;
  font-size: 13px;
  padding: 0 0 0 6px;
  line-height: normal;
}

/*#endregion*/

/*#region ---- Events -------------------------------------------*/

.events-list {
  min-height: 210px;
}

  .events-list a {
    color: #07abaa;
  }


.event-view-sep {
  padding: 20px 0px 0px 0px;
}

.event-date {
  /*font-weight: bold;*/
  color: #07abaa;
  text-align: center;
}

  .event-date span {
    font-weight: normal;
    font-size: 26px;
  }


.event-snippet {
  font-family: 'Lato', sans-serif, Arial, serif !important;
  /*color:red !important;*/
  /*font-weight: 300 !important;*/
  /*border:1px solid red;*/
}

h2.event-head {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

/*#endregion*/

/*#region ---- color-profile ----------------------*/
.profile-panel-contain {
  padding: 15px;
}

/*#endregion*/


/*#region ---- Footer ------------------------------------------------------*/

footer {
  background: #07abaa !important;
  color: white;
  font-size: 14px;
  padding: 15px 30px 20px 10px !important;
  border-bottom: 1px solid white;
  margin: 0px 0px 23px 0px !important;
}

.text-center {
  text-align: center;
}

.footer-follow-text {
  /*border: 1px solid black;*/
  font-family: 'Lato', sans-serif, Arial, serif;
  font-size: 14px;
  height: 30px;
}

.follow-share-images img {
  margin-left: 5px;
  margin-right: 5px;
}

.follow-share-images a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

/*.follow-share-images img:hover,
  .follow-share-images a:hover {
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) inset;

  }*/

.footer-links {
  font-family: 'Lato', sans-serif, Arial, serif;
}

  .footer-links a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #fff;
  }

    .footer-links a:hover {
      color: #522100 !important;
    }

@media (max-width: 767px) {
  .footer-links {
    font-family: 'Lato', sans-serif, Arial, serif;
    margin-top: 10px;
  }
}


.other-only {
}


.other-only-line {
  border-bottom: 1px solid white;
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.footer-other-line-area {
  background: #07abaa !important;
  color: white;
  font-size: 14px;
  padding: 25px 0px 0px 0px !important;
}

.footer-container {
  background: #07abaa !important;
}

/*#endregion*/

/*#region ---- HomeNewsItem -----------------------------------------------------*/

.home-news-wrapper {
  background-color: white !important;
  color: black;
  display: block;
  min-height: 230px;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
}



  .home-news-wrapper h3 {
    font-family: 'Lato', sans-serif, Arial, serif;
    color: #07abaa;
    margin: 10px 0px 7px 0px;
    font-size: 14px;
    font-weight: 700;
  }

  .home-news-wrapper a {
    font-family: 'Lato', sans-serif, Arial, serif;
    color: #07abaa !important;
    margin: 10px 0px 0px 0px !important;
  }

.home-news-sep {
  border-bottom: 1px solid #07abaa;
  width: 100%;
  margin: 5px 10px 0px 0px;
}


.home-news-image {
  text-align: center;
  margin: 5px 0px 5px 0px;
}

.news-actual-item {
  border: 1px solid red;
}

.home-news-title {
  font-weight: bold;
  color: #07abaa;
  margin-top: 5px;
  /*height: 50px;*/
}

  .home-news-title a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
  }

    .home-news-title a:hover {
      color: #000 !important;
    }

a.view-all {
  padding: 0 10px 0 0 !important;
  margin: 0 !important;
  font-style: italic;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  /*float: left;*/
  /*border: 1px solid black;*/
}

  a.view-all:hover {
    color: #000 !important;
  }

.home-news-date {
  position: relative;
  color: #522100;
  /*color: #000;*/
  /*font-style: italic;*/
  font-size: 10px;
  padding: 1px 0 6px 16px;
}

  .home-news-date:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    content: "\f073";
  }


.home-news-copy {
  margin-bottom: 5px;
}

.container-div {
  height: 190px;
  overflow: hidden;
}

.by-author-div-contain {
  /*height: 700px;*/
  overflow: hidden;
  /*border:1px solid red;*/
}

@media (max-width: 1200px) {
  .by-author-div-contain {
    /*height: 780px;*/
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .by-author-div-contain {
    /*height: 1040px;*/
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .by-author-div-contain {
    height: 400px;
    overflow: hidden;
    /*border:1px solid red;*/
  }
}

.home-content-space {
  margin: 10px 0px 0px 0px !important;
}
/*#endregion*/

/*#region ---- Articles --------------------------------------------------------------------*/

.article-by {
  color: #07abaa;
  font-size: 14px;
}

.article-content {
  margin: 20px 0px 0px 0px;
}

  .article-content a {
    color: #07abaa !important;
  }


.tag-cat {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding: 5px 0px 0px 0px;
}

  .tag-cat li {
    color: #969696 !important;
    font-style: italic;
    display: inline;
    padding: 0px 0px 0px 0px;
  }

    .tag-cat li a, .tag-cat li a:hover {
      color: #969696 !important;
      font-size: 12px;
    }


/*#endregion*/

/*#region ---- Carousel ----------------------------------*/


/*#endregion*/

/*#region ---- Right hand aside -------------------------------------------------------------------*/

.rhs-head {
  font-family: 'Lato', sans-serif, Arial, serif;
  background-color: #07abaa;
  /*border:1px solid red;*/
  text-align: center;
  font-size: 16px;
  color: white;
  width: 100%;
  height: 40px;
  margin: 17px 0px 0px 0px;
  padding: 7px 0px 0px 0px;
}

.rhs-tags {
  margin: 10px 0px 0px 0px;
  display: block;
}

  .rhs-tags a {
    float: left;
    color: #fff;
    font-size: 12px !important;
    padding: 2px 7px;
    background: #bbbbbb;
    margin: 0 6px 6px 0;
    text-decoration: none;
    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }

    .rhs-tags a:last-child {
      margin-bottom: 20px;
    }

    .rhs-tags a:hover {
      background: #07abaa;
      text-decoration: none;
    }




.rhs-links {
  /*border:1px solid black;*/
}

  .rhs-links a.link {
    display: block;
    color: #07abaa !important;
    font-style: normal !important;
    font-size: 18px;
    font-family: 'Lato', sans-serif, Arial, serif;
    padding: 0 !important;
    margin: 8px 0 2px 0 !important;
    width: 100%;
    background: url('../Images/right.png') center right no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
  }

    .rhs-links a.link:hover {
      color: #522100 !important;
      /*font-weight: 700;*/
    }

.rhs-links-home a.link {
  display: block;
  color: #fff !important;
  font-style: normal !important;
  font-size: 18px;
  font-family: 'Lato', sans-serif, Arial, serif;
  padding: 0 !important;
  margin: 8px 0 2px 0 !important;
  width: 100%;
  background: url('../Images/right-home.png') center right no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

  .rhs-links-home a.link:hover {
    color: #522100 !important;
    /*font-weight: 700;*/
  }


.rhs-links-sep {
  border-bottom: 1px solid #07abaa;
  width: 100%;
  margin: 5px 0 0 0;
}



.rhs-links-small {
  padding: 5px 0 0 0 !important;
  margin: 5px 0 2px 0 !important;
  font-style: normal !important;
  font-size: 12px;
  font-family: 'Lato', sans-serif, Arial, serif;
}

  .rhs-links-small a.link {
    color: #07abaa !important;
    font-style: normal !important;
    font-size: 12px;
    font-family: 'Lato', sans-serif, Arial, serif;
    font-weight: bold;
  }

.rhs-links-small-sep {
  border-bottom: 1px solid #07abaa;
  width: 100%;
  margin: 5px 0 0 0px;
}


/*#endregion*/

/*#region ---- About Us Blocks ---------------------------------------*/

.about-block-contain {
  padding: 0px 0px 0px 0px !important;
  margin: 10px 0px 0px 0px;
  /*border:1px solid black;*/
  min-height: 250px;
  max-height: 250px;
  /*overflow: hidden;*/
}

  .about-block-contain h3 {
    font-family: 'Lato', sans-serif, Arial, serif;
    padding: 0 !important;
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 14px;
    color: #07abaa;
  }

a.about-us-read-more {
  display: inline-block;
  color: #07abaa !important;
  font-style: italic;
  background-repeat: no-repeat;
  padding: 0 24px 0 0 !important;
  margin: 10px 0 0 0 !important;
  height: 20px !important;
  background: url('../images/right.png') no-repeat center right;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

  a.about-us-read-more:hover {
    color: #522100 !important;
  }


.about-block-sep {
  border-bottom: 1px solid #07abaa;
  width: 100%;
  margin: 5px 0px 5px 0px;
}


.about-block-copy {
  padding: 10px 0px 0px 0px;
  /*border: 1px solid black;*/
}


.about-general-sep {
  border-bottom: 1px solid #07abaa;
  width: 100%;
  margin: 5px 0px 20px 0px;
}


/*#endregion*/


/*#region Articles---------------------------------------------------------------*/

.articleLinkTopSubMenu {
  color: #07abaa !important;
}

  .articleLinkTopSubMenu a {
    color: #07abaa !important;
  }

.colOtherArticlesFirstCol {
  clear: none;
  height: 0px;
}

.colOtherArticlesFirstColAlt {
  clear: both;
  height: 20px;
}


@media (max-width: 1000px) {
  .colOtherArticlesFirstCol {
    clear: both;
    height: 20px;
  }
}


.ArticleBlue {
  color: #07abaa !important;
  font-style: normal !important;
  font-size: 14px;
  font-family: 'Lato', sans-serif, Arial, serif;
}

  .ArticleBlue a {
    color: #07abaa !important;
    font-style: italic !important;
  }

.ArticleGray {
  color: #828282 !important;
  font-size: 12px;
  font-family: Arial, sans-serif, serif;
}

  .ArticleGray a {
    color: #828282 !important;
    font-style: italic !important;
  }
/*#endregion*/

/*#region Datapager*/

.PagerText {
  color: #07abaa !important;
  font-style: normal !important;
  font-size: 14px;
  font-family: 'Lato', sans-serif, Arial, serif;
}

  .PagerText a {
    color: #07abaa !important;
  }


.PagerButton {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  /*border: 1px solid #07abaa;
  background-color: #fff;*/
  color: white;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}

  .PagerButton a {
    text-decoration: none;
  }

  .PagerButton:hover {
    cursor: pointer;
    text-decoration: none;
    /*background-color: #8c7392;*/
  }

.NumericButtonCSS {
  margin-top: 10px;
  border: none;
  padding: 5px 5px 5px 5px;
  color: #7c7c7c;
  font-size: 14px;
  text-decoration: none;
}

.CurrentPageLabelCSS {
  border: none;
  padding: 5px 5px 5px 5px;
  text-decoration: underline;
  color: #07abaa;
  font-size: 14px;
}


.filterBlock {
  padding: 0px !important;
}

.filerBlockContainer {
  margin-left: 15px !important;
}


.filerBlockLast {
  float: right !important;
  margin-top: 5px;
}

.filerBlockDateRange {
  text-align: center;
}

.filterblockTextbox {
  border: 1px solid #07abaa;
  margin: 2px 0px 2px 0px;
  color: #07abaa;
}
/*#endregion*/

/*#region ButtonsForArticles------------------------------------------------------------*/

a.ButtonForArticle {
  /*display: block;*/
  color: #07abaa !important;
  font-style: italic;
  background-repeat: no-repeat;
  padding: 3px 10px !important;
  margin: 10px 0px 0px 0px !important;
  height: 20px !important;
  border: 1px solid #07abaa;
  background-color: #fff;
  text-decoration: none;
}

  a.ButtonForArticle:hover {
    text-decoration: none;
  }

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

.centerTextForNextToButton {
  border: 1px solid red;
  margin-top: 2px;
  width: 100%;
}

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

a.ButtonForDownload {
  display: inline-block;
  width: 135px;
  height: 27px;
  color: #07abaa !important;
  font-weight: bold;
  background-repeat: no-repeat;
  padding: 2px 20px 1px 5px !important;
  margin: 0 0 10px 0 !important;
  /*height: 50px !important;*/
  border: 1px solid #07abaa;
  background-color: #fff;
  text-decoration: none;
  font-size: 14px;
}

  a.ButtonForDownload:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #07abaa;
  }

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

a.ButtonForViewOnline {
  display: inline-block;
  width: 135px;
  height: 27px;
  /*float:left;*/
  color: #07abaa !important;
  background-repeat: no-repeat;
  padding: 2px 14px 2px 5px !important;
  margin: 10px 0px !important;
  /*height: 50px !important;*/
  border: 1px solid #07abaa;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

  a.ButtonForViewOnline:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #07abaa;
  }

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

a.ButtonForDonate {
  display: inline-block;
  width: 135px;
  height: 27px;
  /*float:left;*/
  color: #07abaa !important;
  background-repeat: no-repeat;
  padding: 2px 47px 1px 5px !important;
  margin: 0 !important;
  /*height: 20px !important;*/
  border: 1px solid #07abaa;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

  a.ButtonForDonate:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #07abaa;
  }

a.ButtonForDonateFree {
  display: inline-block;
  width: 100%;
  color: #07abaa !important;
  background-repeat: no-repeat;
  padding:3px 30px;
  margin: 0 !important;
  border: 1px solid #07abaa;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

  a.ButtonForDonateFree:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #07abaa;
  }

/*#endregion*/

/*#region Board of Directors */
.debug {
  border: 1px solid red;
}

.director-name {
  color: #07abaa;
  font-weight: bold;
}


.director-category {
  font-size: 18px;
  color: #07abaa;
}

/*#endregion*/

/*#region Video css -------------------------------------------------------------------------------------*/
.colOtherVideosFirstCol {
  clear: none;
  height: 0px;
}

.colOtherVideosFirstColAlt {
  clear: both;
  height: 20px;
}


@media (max-width: 1000px) {
  .colOtherVideosFirstCol {
    clear: both;
    height: 20px;
  }
}

/*#endregion*/

/*#region Subscriptions -----------------------------------------------------------------------------*/

.subscribe-title-class {
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 0px;
}

.gray-rounded-block {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  background-color: #ececec;
  text-align: center;
  margin: 0px 0px;
}

.dark-gray-rounded-block {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  background-color: #dddddd;
  border: 1px solid #cccccc;
  text-align: center;
  margin: 0px 0px;
}

.yellow-rounded-block {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  background-color: #ccff00;
}

.blue-rounded-block {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  background-color: #0086c9;
  margin: 0px 0px;
  text-align: center;
}

.dark-gray-block {
  background-color: #dddddd;
  border: 1px solid #cccccc;
  margin: 0px 0px;
}

.titanium-bow-tie {
  background: transparent url('../Images/Subscribe/titanium.jpg') repeat-x;
  width: 100%;
  padding: 3px 30px;
  color: white;
}

.platinum-bow-tie {
  background: transparent url('../Images/Subscribe/platinum.jpg') repeat-x;
  width: 100%;
  padding: 3px 30px;
  color: white;
}

.gold-bow-tie {
  background: transparent url('../Images/Subscribe/gold.jpg') repeat;
  width: 100%;
  padding: 3px 30px;
  color: white;
}

.silver-bow-tie {
  background: transparent url('../Images/Subscribe/silver.jpg') repeat-x;
  width: 100%;
  padding: 3px 30px;
  color: white;
}

.bronze-bow-tie {
  background: transparent url('../Images/Subscribe/bronze.jpg') repeat;
  width: 100%;
  padding: 3px 30px;
  color: white;
}

.donate-bow-tie {
  background: transparent url('../Images/Subscribe/donate.jpg') repeat-x;
  width: 100%;
  padding: 3px 30px;
  color: white;
}

.per-value-h3-style {
  margin-top: 5px;
}

.subscribe-button-container {
  margin: 10px;
}

.subscribe-button-default {
  font-size: 14px;
  color: white;
  background: transparent url('../Images/Subscribe/titanium.jpg') repeat-x;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

  .subscribe-button-default:hover {
    background: transparent url('../Images/Subscribe/donate.jpg') repeat-x;
    text-decoration: none;
  }

.payment-button-text {
  color: white;
  margin: 5px 0px;
  text-align: center;
}

  .payment-button-text a:hover {
    color: #000;
    text-decoration: none;
  }
/*#endregion*/

/*#region Search page --------------------------------------------------------------------*/

.search-results-block {
  color: #bbbbbb;
}

  .search-results-block a {
    color: #07abaa !important;
    text-decoration: none;
  }

    .search-results-block a:hover {
      color: #07abaa !important;
      text-decoration: underline;
    }

.valid {
  color: red;
}
/*#endregion*/


.main-menu {
  text-decoration: none !important;
  color: #fff;
}

  .main-menu:hover {
    color: #522100 !important;
  }

.sub-menu {
  text-decoration: none !important;
  color: #07abaa !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

  .sub-menu:hover {
    color: #522100 !important;
  }

/* Frames */
.frame {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

  .frame > img {
    width: 100%;
  }

.frame-padding {
  background: #fff;
  padding: 4px;
}

.frame-border {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.frame-shadow {
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
  box-shadow: 0 0 15px rgba(0,0,0,.5);
}

[class*="frame-shadow"] {
  background: #fff;
  position: relative;
}

.frame-shadow-lifted:before,
.frame-shadow-lifted:after {
  bottom: 15px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  width: 50%;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.frame-shadow-lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.frame-shadow-perspective:before {
  bottom: 5px;
  -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  content: "";
  height: 35%;
  left: 80px;
  max-width: 200px;
  max-height: 50px;
  position: absolute;
  width: 50%;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: -1;
}

.frame-shadow-curved:before {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -webkit-border-radius: 10px/100px;
  -moz-border-radius: 10px/100px;
  border-radius: 10px/100px;
  bottom: 10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}

.frame-shadow-raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

h3.article-title {
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: 400;
  font-size: 20px;
  color: #07abaa !important;
  padding: 0 0 8px 0;
  margin: 0;
}

  h3.article-title a {
    color: #07abaa !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
  }

    h3.article-title a:hover {
      color: #522100 !important;
    }

h4.article-title {
  font-family: 'Lato', sans-serif, Arial, serif;
  font-weight: 400;
  font-size: 16px;
  color: #07abaa !important;
  padding: 0 0 8px 0;
  margin: 0;
}

  h4.article-title a {
    color: #07abaa !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
  }

    h4.article-title a:hover {
      color: #522100 !important;
    }

.captcha-box {
  margin: 0 auto;
  clear: both;
  background-color: #e1e1e1;
  border: 1px solid #a6d0df;
  max-width: 300px;
  max-height: 500px;
  padding: 10px;
}

.captcha-input {
  width: 200px;
  font-size: 12px;
  line-height: auto;
  border: 1px solid #07abaa;
}

.captcha-table {
  border: 1px solid #07abaa;
  padding-left: 2px;
  border-collapse: initial;
  background-color: WhiteSmoke;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

.error-header {
  font-size: 64px;
  color: white;
}

.error-header2 {
  font-size: 30px;
  color: white;
}

.error-paragraph {
  color: white;
}

.sort-panel {
  border-top: 1px solid #07abaa;
  border-bottom: 1px solid #07abaa;
  padding: 6px 0;
}

.black-text {
  color: #000 !important;
}

.teal-text {
  color: #07abaa !important;
}

.article-details-teal {
  color: #07abaa !important;
  font-style: normal !important;
  font-size: 12px;
  font-family: 'Lato', sans-serif, Arial, serif;
  padding-bottom: 4px;
}

  .article-details-teal a {
    color: #07abaa !important;
  }

.article-details-brown {
  color: #522100 !important;
  font-style: normal !important;
  font-size: 12px;
  font-family: 'Lato', sans-serif, Arial, serif;
  padding-bottom: 4px;
}

  .article-details-brown a {
    color: #522100 !important;
  }

.article-details-grey {
  color: #828282 !important;
  font-style: normal !important;
  font-size: 12px;
  font-family: 'Lato', sans-serif, Arial, serif;
  padding-bottom: 4px;
}

  .article-details-grey a {
    color: #828282 !important;
  }

.sort-active {
  background-color: #522100;
  color: #fff !important;
}

  .sort-active:hover {
    background-color: #522100;
  }


a.articles-read-more {
  display: inline-block;
  color: #07abaa !important;
  font-style: italic;
  background-repeat: no-repeat;
  padding: 0 0 0 0 !important;
  margin: 10px 0 0 0 !important;
  height: 20px !important;
  /*background: url('../images/right.png') no-repeat center right;*/
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

  a.articles-read-more:after {
    display: inline-block;
    content: "\f0a9";
    padding-left: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    /*line-height: 6px;*/
  }


  a.articles-read-more:hover {
    color: #522100 !important;
  }


.title-frame {
  border-top: 1px solid #07abaa;
  border-bottom: 1px solid #07abaa;
}

  .title-frame > img {
    width: 100%;
  }

a.page-next {
  display: inline-block;
  color: #07abaa !important;
  font-style: italic;
  background-repeat: no-repeat;
  padding: 0 0 0 0 !important;
  margin: 10px 0 0 0 !important;
  height: 20px !important;
  /*background: url('../images/right.png') no-repeat center right;*/
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

  a.page-next:after {
    display: inline-block;
    content: "\f0a9";
    padding-left: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    /*line-height: 6px;*/
  }


a.page-prev {
  display: inline-block;
  color: #07abaa !important;
  font-style: italic;
  background-repeat: no-repeat;
  padding: 0 0 0 0 !important;
  margin: 10px 0 0 0 !important;
  height: 20px !important;
  /*background: url('../images/right.png') no-repeat center right;*/
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

  a.page-prev:before {
    display: inline-block;
    content: "\f0a8";
    padding-right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    /*line-height: 6px;*/
  }


  a.page-prev:hover,
  a.page-next:hover {
    color: #522100 !important;
  }

.rhs-video-wrap {
  background-color: white;
  padding: 10px;
  padding-bottom: 5px;
  border: 1px solid #f4f4f4;
}

.rhs-video-header {
  margin-top: 0 !important;
}

.comment {
  padding: 5px 20px 5px 10px;
}

  .comment .item {
    margin-bottom: 10px;
  }

    .comment .item:before,
    .comment .item:after {
      content: " ";
      display: table;
    }

    .comment .item:after {
      clear: both;
    }

    .comment .item > img {
      width: 60px;
      height: 60px;
      /*border: 1px solid transparent;*/
      border-radius: 50% !important;
      border: 1px solid #522100;
    }

    .comment .item > .message {
      margin-left: 75px;
      margin-top: -60px;
    }

      .comment .item > .message > .name {
        display: block;
        font-weight: 300;
        border-bottom: 1px solid #522100;
        color: #522100;
      }


a.report-this {
  display: inline-block;
  color: red !important;
  font-style: italic;
  background-repeat: no-repeat;
  padding: 0 0 0 0 !important;
  margin: 10px 0 0 0 !important;
  font-size: 11px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

  a.report-this:after {
    display: inline-block;
    content: "\f088";
    padding-left: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    /*line-height: 6px;*/
  }

  a.report-this:hover {
    color: #07abaa !important;
  }

hr.small-pad {
  padding: 0;
  margin: 6px 0 0 0;
}

/*#region Share Block -------------------------------------------------*/
.share-container {
  padding: 6px 0;
  border-bottom: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
}

.share-icon-style {
  color: #fff;
  border-radius: 50%;
  background-color: #07abaa;
  padding: 4px;
}

  .share-icon-style:hover {
    background-color: #522100;
  }

.sis-facebook {
  padding: 4px 6px;
  width: 20px;
}

.sis-mail {
  padding: 4px 5px;
  width: 25px;
}


.share-container a {
  color: #07abaa !important;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

  .share-container a:hover {
    color: #522100 !important;
  }

/*#endregion*/

.frequency label {
  padding: 0 15px 0 6px;
  font-weight: normal;
}

.fbc-block {
}

@media(max-width:545px) {
  .fbc-block {
    display: none !important;
  }
}

.links a {
  color: #07abaa !important;
  font-family: 'Lato', sans-serif, Arial, serif;
}


/* #region Khaya Lam Image*/
.Imagecontainer {
  height: 300px;
  text-align: center; /* align the inline(-block) elements horizontally */
  font: 0/0 a; /* remove the gap between inline(-block) elements */
}

  .Imagecontainer:before { /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
  }

.imageElement {
  display: inline-block;
  vertical-align: middle; /* vertical alignment of the inline element */
}

@media(max-width:992px) {
  .Imagecontainer {
    height: 100%;
  }

    .Imagecontainer:before { /* create a full-height inline block pseudo=element */
      content: ' ';
      display: inline;
      vertical-align: top; /* vertical alignment of the inline element */
    }

  .imageElement {
    display: inline;
    vertical-align: top; /* vertical alignment of the inline element */
  }
}

/* #endregion */

.preSetTweets {
  color: #828282;
  /*border-top:1px solid #07abaa;*/
  padding-top: 0px;
  margin-top: 15px;
}

  .preSetTweets a {
    color: #828282 !important;
  }

    .preSetTweets a:hover {
      color: #07abaa !important;
      text-decoration: none;
    }

    .preSetTweets a i {
      color: #07abaa !important;
    }


.donate-text{
  color:#07abaa;
  font-size:15px;
  font-style:italic;
}

.donate-text a{
  color:#1155CC !important;
}