
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*****************************************************************************
    HTML elements
 *****************************************************************************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/*****************************************************************************
    GENERAL STYLE
 *****************************************************************************/
body {
	color: #333333;
	font-size: 20px;
	line-height: 1.42857;
	font-family: Georgia, "PT Serif Web Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ffffff;
	overflow-x:hidden;
}
body.navbar-is-fixed-top {
  margin-top:0px;
  padding-top:153px;
}
body.toolbar-tray-open {
  padding-top:225px !important;
}

@media (max-width: 992px) {
  body.navbar-is-fixed-top {
      padding-top:118px;
  }
  body.toolbar-tray-open {
    padding-top:200px !important;
  }
}
@media (max-width: 975px) {
  body.toolbar-tray-open {
    padding-top:155px !important;
  }
}
@media (max-width: 767px) {
  body.navbar-is-fixed-top {
      padding-top:90px;
  }
  body.toolbar-tray-open {
    padding-top:132px !important;
  }

}
#toolbar-administration{
  position:fixed;
  top:0px;
  z-index:99;
}
.container {
  padding-left: 5px;
  padding-right: 5px;
}
body.path-frontpage .main-container{
  display:none;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Otama", "Oswald Bold";
  font-weight: 500;
  line-height: 1.1;
  color: #2c2c2c;
}
h2.block-title, h2.profile-block-title {
  font-family: "HeraBig-Regular";
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
  font-family: "Oswald Regular";
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

a{
	color: #C46BC1;
	text-decoration: none;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
a:hover, a:focus{
  color: #C46BC1;
	text-decoration: underline;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2c2c2c;
}

section {
    float: left;
    width: 100%;
    position:relative;
}

blockquote {
    padding: 15px 0 20px;
    margin: 0 30px 20px;
    font-size: 25px;
    text-align: center;
    position: relative;
    border: none;
    font-family: "PT Serif Web Bold Italic";
    font-style: italic;
}
blockquote:before {
    position: absolute;
    top: 0;
    content: "";
    left: 35%;
    width: 30%;
    border-bottom: 5px solid #9E099B;
}
blockquote:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 35%;
    width: 30%;
    border-bottom: 5px solid #9E099B;
}

.contextual {
    z-index: 55;
}

/*********************************************************************************************************
    Alter bootstarp structure.
 *********************************************************************************************************/
.main-container > div.row > section.col-sm-9{
  width:70%;
}
.main-container > div.row > aside.col-sm-3{
  width:30%;
  padding-left:0px;
}
@media (max-width: 992px) {
  .main-container > div.row > section.col-sm-9{
    width:100%;
  }
  .main-container > div.row > aside.col-sm-3{
    width:100%;
    padding-left:15px;
  }
}


/*********************************************************************************************************
    Global body field link design.
 *********************************************************************************************************/
.full.node .field--name-body a, .full.node .field--name-body a:hover, .full.node .field--name-body a:focus {
    color: #000000;
    text-decoration: none;
    padding-bottom: 3px;
    box-shadow: inset 0 0 0 0 #fff, inset 0 -4px 0 0 rgba(158,9,153,0.7);
}

/*********************************************************************************************************
    Global field design.
 *********************************************************************************************************/
.heading-ask-erin{

}
.heading-ask-erin h2{
  padding-bottom:15px;
}
.webform-submission-ask-erin-form .form-submit{
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Oswald Regular";
  padding: 10px 20px;
  border-radius: 0;
  border-color: #2e6da4;
  background-color: #337ab7;
}

.rrssb{
  padding-top:30px;
}
.rrssb .rrssb-prefix {
  position:relative !important;
  display: block;
  font-size:20px;
  color: #C46BC1;
    font-weight: bold;
    font-style: italic;
    font-family:Georgia,"PT Serif Web Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.rrssb ul.rrssb-buttons{
  margin-left:0px !important;
  padding-left:0px !important;
}
.rrssb ul.rrssb-buttons li{
  width:25% !important;
}
.rrssb ul.rrssb-buttons li a{
  font-size:15px;
  font-family: "Oswald Regular";
  padding-top:5px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:5px;
  border-radius:0;
}
.rrssb .rrssb-icon{
  top:13px;
  left:auto;
  height:auto;
  padding-bottom:20px;
  background-repeat: no-repeat;
}


.field--name-field-tags{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0 5px;
    margin: 50px 0 20px;
    overflow:hidden;
}
.field--name-field-tags .field--label{
  float:left;
  position:absolute;
}
.field--name-field-tags .field--items{
  float:left;
}
.field--name-field-tags .field--item:first-child{
  padding-left:60px;
}
.field--name-field-tags .field--item{
  display:inline-block;
  padding-right:10px;
}
.field--name-field-tags .field--item:after{
  content: ",";
    position: absolute; 
}
.field--name-field-tags .field--item:last-child:after{
  content: "";
}



/*****************************************************************************
    Read More/Read Less toggle only through css.
 *****************************************************************************/
.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease;
}
.read-more-toggle {
  display: none;
}
.read-more-toggle-label {
  display: inline-block;
  user-select: none;
  cursor: pointer;
  border: none;
}
.read-more-toggle-label:after {
  content: "More";
  display: inline-block;
  padding-left:6px;
}
.read-more-toggle:checked + .read-more-content {
  display: block;
  /* css animation won't work with "auto"; set to some height larger
  than the content */
  max-height: 1000px;
}
.read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
  content: "Less";
}



/*****************************************************************************
    Global Buttons
 *****************************************************************************/
.btn-primary {
    color: #fff;
    background-color: #c46bc1;
    border-color: #c46bc1;
}
.btn-primary:hover{
    outline: 0;
    border-color: #C46BC1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(158, 9, 153, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(158, 9, 153, 0.6);
}


/*****************************************************************************
    View Load More Pager
 *****************************************************************************/
.view ul.pager li a{
    display: block;
    font-family: "Oswald Regular";
    padding: 5px 14px;
    background-color: #C46BC1;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;  
}
.view ul.pager li .loader{
    padding-left:10px;
}
.view ul.pager li .loader .fa{
    position:relative;
    top:-2px;
    color:#C46BC1;
}
.view ul.pager li .loader.white .fa{
    color:#ffffff;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #C46BC1;
    border-color: #C46BC1;
}
.pagination > li > a, .pagination > li > span {
    color: #C46BC1;
}

/*****************************************************************************
    Page Title
 *****************************************************************************/

body.path-taxonomy h1.page-header,
body.path-beyond-before-after h1.page-header,
body.path-partners-contributors h1.page-header{
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding: 5px;
    color: #666666;
    text-align: center;
    font-family: "HeraBig-Regular";
    font-weight: 500;
    line-height: 1.1;
    background-color: #ffffff;
    border-image: linear-gradient(to bottom,#C46BC1,#96CDCD) 1;
    border-width: 10px;
    border-style: solid;
    text-transform: lowercase;
}
body.path-taxonomy h1.page-header:after,
body.path-beyond-before-after h1.page-header:after,
body.path-partners-contributors h1.page-header:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: #C46BC1 transparent transparent transparent;
    display: block;
    width: 0;
    top: auto;
    bottom: -30px;
    border-color: #96CDCD transparent transparent transparent;
}

body.path-conversation h1.page-header,
body.path-taxonomy .main-container.hide-page-title h1.page-header{
  display:none;
}

.profile-banner{
  position: relative;
  height: 185px;
  margin-bottom: 30px;
  background: #daa3bc;
  /* background: rgba(0, 0, 0, 0.1); */
}
.profile-banner h2{
  position: relative;
  color: white;
  font-size: 56px;
  text-align:center;
  text-transform: uppercase;
  padding-top:41px;
}
.profile-banner.ask-erin{
    background-image: url("../images/banner-ask-erin.jpg");
    background-size: cover;
    background-position: 50%;
}
.profile-banner.street-meet{
    background-image: url("../images/banner-street_meet.jpg");
    background-size: cover;
    background-position: center -60px;
}
.profile-banner.people-we-love{
    background-image: url("../images/banner-pwl.jpg");
    background-size: cover;
    background-position: center -60px;
}

.profile-banner .conversation-banner img{
  height: 185px;
  width:100%;
  object-fit:cover;
}
.profile-banner .conversation-banner .view-content{
  position:absolute;
  width:100%;
  top:0;
}

@media (max-width: 767px) {
  .profile-banner{
    height: 125px;
  }
  .profile-banner .conversation-banner img{
    height: 125px;
  }
  .profile-banner h2{
    font-size: 40px;
    padding-top:20px;
  }


}



