/**************/
/*** LAYOUT ***/
/**************/
/* Feed wrapper */
.cff-wrapper:after{
  content: "";
  display: table;
  clear: both;
}
/* Posts container */
#cff {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Individual post item */
#cff .cff-item{
  float: left;
  width: 100%;
  clear: both;
  padding: 20px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #343434;
}
#cff .cff-item:first-child{
  padding-top: 0;
}
#cff .cff-item.cff-box,
#cff .cff-item.cff-box:first-child{
  padding: 15px;
  margin: 5px 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Feed Header */
.cff-header{
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cff-header .fa{
  margin: 0 10px 0 0;
  padding: 0;
}
/******************/
/*** TYPOGRAPHY ***/
/******************/
/*See more/less links*/
#cff .cff-less{
  display: none;
}
/* Links */
#cff.cff-default-styles a {
  text-decoration: none;
}
#cff.cff-default-styles a:hover,
#cff.cff-default-styles a:focus {
  text-decoration: underline;
}
#cff .cff-post-text-link{
  display: block;
}
/* Post titles and body text */
#cff h3, #cff h4, #cff h5, #cff h6, #cff p{
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 5px 0;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
#cff.cff-default-styles h3, #cff.cff-default-styles h4, #cff.cff-default-styles h5, #cff.cff-default-styles h6, #cff.cff-default-styles p{
  line-height: 1.4;
}
/* Date */
#cff .cff-date{
  float: left;
  min-width: 50px;
  width: auto;
}
#cff.cff-default-styles .cff-date{
  font-size: 11px;
}
/************/
/***AUTHOR***/
/************/
#cff .cff-author{
  float: left;
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2;
  width: 100%;
}
#cff .cff-author a{
  float: left;
  display: block;
  /*width: 100%;*/
  min-width: 100%\9;
}
#cff .cff-author-img{
  float: left;
  width: 40px;
  margin: 0 0 0 -100% !important;
}
#cff .cff-author img{
  float: left;
}
#cff .cff-author .cff-author-text span{
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  margin: 0;
  font-weight: bold;

  /* For when there's no date immediately under author: */
  padding-left: 50px;
  float: none;
}
#cff.cff-default-styles .cff-author .cff-author-text span{
  font-weight: 1.2;
}
#cff.cff-default-styles .cff-author a{
  text-decoration: none;
}

/* Author Date */
#cff .cff-author .cff-author-text{
  float: left;
  width: 100%;
}
#cff .cff-author .cff-author-text *{
  float: left;
  clear: both;
  width: auto;
}
#cff.cff-default-styles .cff-author .cff-author-text *{
  font-weight: bold;
}
#cff .cff-author .cff-date{
  color: #9197a3;
  margin-top: 0px;
}
#cff.cff-default-styles .cff-author .cff-date{
  font-weight: normal;
}
#cff .cff-author .cff-page-name.cff-author-date{
  float: left;
  padding: 2px 0 0 0;
  height: 20px;
}

/*************/
/*** MEDIA ***/
/*************/
#cff .cff-break-word{
  word-break: break-all;
}
/* Link */
#cff .cff-expand{
  display: none;
}
#cff.cff-default-styles .cff-expand a{
  font-size: 11px;
  font-weight: normal;
}
/*Link image*/
#cff .cff-shared-link{
  float: left;
  clear: both;
  width: 100%;
  padding: 5px 10px;
  margin: 10px 0 5px 0;

  /* IE8 */
  background: #f9f9f9;
  border: 1px solid #d9d9d9;

  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.07);

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cff .cff-no-styles{
  background: none;
  border: none;
  padding: 0;
}
#cff .cff-link{
  float: left;
  clear: both;
  max-width: 20%;
  margin: 10px 0 0 0;
}
#cff .cff-link img{
  max-width: 100%;
}
/*Link text*/
#cff .cff-link-title{
  float: left;
  clear: both;
  width: 100%;
  display: block;
}
#cff.cff-default-styles .cff-link-title{
  font-weight: bold;
}
#cff p.cff-link-title{
  margin: 5px 0 0 0;
}
#cff .cff-text-link{
  float: left;
  clear: none;
  width: 72%;
  margin-left: 3%;
  padding: 0 0 5px 0;
}
#cff .cff-link-caption{
  margin: 0;
}
#cff.cff-default-styles .cff-link-caption{
  font-size: 12px;
}
#cff .cff-text-link.cff-no-image{
  width: 100%;
  margin-left: 0;
}
/* Feed events */
#cff .cff-details{
  float: left;
  clear: none;
  width: 100%;
  padding: 5px 0;
}
#cff .cff-details h5{
  margin: 0 0 5px 0;
}
#cff.cff-default-styles .cff-details h5{
  font-size: 16px;
}
#cff.cff-default-styles .cff-details p{
  font-size: 14px;
}
#cff .cff-details .cff-info{
  padding: 10px 0 0 0;
}
#cff.cff-default-styles .cff-details .cff-info{
  line-height: 1.2;
}
/* Video */
#cff .cff-desc-wrap{
  float: left;
  width: 100%;
}

/* View on Facebook / View Link text */
#cff .cff-post-links{
  float: left;
  clear: none;
  padding: 5px 0 0 0;
  margin: 0;
}
#cff.cff-default-styles .cff-post-links{
  font-size: 11px;
}

#cff .cff-post-links.cff-left{
  float: left;
  margin: 8px 0;
}
#cff.cff-default-styles .cff-post-links a{
  font-size: 11px;
}
#cff .cff-post-links a:first-child{
  padding-left: 0;
  margin: 0;
}
#cff .cff-dot{
  padding: 0 5px;
}

/* Share tooltip*/
#cff .cff-share-container{
  position: relative;
  display: inline;
}
#cff .cff-share-tooltip{
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 22px;
  right: -53px;
  width: 140px;
  padding: 5px 5px 4px 5px;
  margin: 0;
  background: #333;
  color: #eee;
  font-size: 12px;
  line-height: 1.3;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cff .cff-share-tooltip .fa-play{
  position: absolute;
  font-size: 8px;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  color: #333;
}
#cff .cff-share-tooltip a .fa{
  font-size: 16px;
  margin: 0;
  padding: 5px;
}
#cff .cff-share-tooltip a#sbi_facebook_icon .fa,
#cff .cff-share-tooltip a#sbi_twitter_icon .fa,
#cff .cff-share-tooltip a#sbi_pinterest_icon .fa{
  padding-top: 4px;
  font-size: 18px;
}
#cff .cff-share-tooltip a{
  display: block;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  color: #eee !important;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#cff .cff-share-tooltip a:hover{
  color: #fff;
}
#cff .cff-share-tooltip .cff-facebook-icon:hover{ background: #3b5998; }
#cff .cff-share-tooltip .cff-twitter-icon:hover{ background: #00aced; }
#cff .cff-share-tooltip .cff-google-icon:hover{ background: #dd4b39; }
#cff .cff-share-tooltip .cff-linkedin-icon:hover{ background: #007bb6; }
#cff .cff-share-tooltip .cff-pinterest-icon:hover{ background: #cb2027; }
#cff .cff-share-tooltip .cff-email-icon:hover{ background: #666; }

/* Like box */
.cff-likebox{
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
.cff-likebox .fb_iframe_widget{
  width: 100%;
}
.cff-likebox .fb_iframe_widget span{
  width: 100% !important;
}
.cff-likebox iframe{
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
/*Like box is not inside of #cff*/
.cff-likebox.cff-top.cff-outside{
  margin-bottom: 10px;
}
.cff-likebox.cff-bottom.cff-outside{
  margin-top: 10px;
}

/* Clear fix */
/*.cff-clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.cff-clear {
    display: inline-block;
    display: block;
    position: static;
}*/
/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#cff.cff-fixed-height{
  overflow: hidden;
  overflow-y: auto;
  padding: 5px 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cff .cff-error-msg{
  font-size: 12px;
  font-family: sans-serif;
}
#cff #cff-error-reason{
  display: none;
  padding: 5px 0 0 0;
  clear: both;
}

/* Credit link */
#cff.cff-default-styles .cff-credit{
  font-size: 11px;
}
#cff.cff-default-styles .cff-credit a{
  text-decoration: none;
}
#cff .cff-credit img{
  float: left;
  margin: -2px 5px 0 0;
}
#cff .cff-credit .fa{
  padding-right: 5px;
  font-size: 13px;
}

/* On mobile make the min-width 100% */
@media all and (max-width: 640px){
  #cff.cff-width-resp{
    width: 100% !important;
  }
}



.sidebar .form-row {
  margin:0;
}

.content img {
  margin: 5px;
}
.footer a{
  text-decoration: none;
}
.footer a:hover{
    text-decoration: none;
    color:#F9A61A;
}
.standard-arrow li:before {
  display: block;
  color: #fff;
  background-color: #faa61a;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.standard-arrow li:after {
  display: block;
  position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    content: "";
    background-position: 0 center;
    background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='8px' fill='white' viewBox='0 0 8 8' enable-background='new 0 0 8 8' xml:space='preserve'%3E%3Cpath d='M3.021,8c0.181,0,0.335-0.063,0.462-0.19l3.343-3.343C6.956,4.337,7.021,4.182,7.021,4c0-0.186-0.065-0.339-0.195-0.462L3.483,0.195C3.36,0.064,3.206,0,3.021,0C2.84,0,2.684,0.064,2.554,0.195l-0.385,0.38c-0.127,0.133-0.19,0.289-0.19,0.467c0,0.182,0.063,0.336,0.19,0.462L4.664,4L2.169,6.495c-0.127,0.127-0.19,0.281-0.19,0.463c0,0.178,0.063,0.333,0.19,0.467L2.554,7.81C2.688,7.937,2.843,8,3.021,8z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
#cff .cff-author .cff-page-name, #cff .cff-author .cff-date {
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 50px !important;
}
footer .main-bar, footer .main-bar p{
  font-size: 13px !important;
  font-weight: 500;
}
.footer-button {
    background: #faa61a;
    padding: 10px;
    color:#fff;
}
@media only screen and (max-width: 768px) {
  footer .main-bar .col{
    float: none;
    width: 100% !important;
  }
}