/* Single Article Blog */ 

.ArticleSchema-List > .ArticleSchema-ListItem._Item-03 {
    margin: 0 245px;
}
.Article-HeaderSection .TextDate:before {
  content: " ";
    display: block;
    left: 0;
    position: absolute;
    bottom: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 0;
    border-color: #1b75bc transparent transparent transparent;    
}
.Article-HeaderSection .TextDate {
    background-color: #1b75bc;
    display: inline-block;
    line-height: 1;
    padding: 8px 10px;
    position: relative;
  margin-top: 20px;    
}
.Article-HeaderSection .TextDate span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

._Item-03 .Article-TextAuthorBottomSection._ToLeft, .Article-TextAuthorSection._ToLeft {
    clear: both;
    float: left;
    margin: 0 20px 20px 0;
    width: 100%;
}


.hidden {display: none !important;}




.UsefulBox{
  width: 100%;
  height: 58px;
  margin: 0 auto 30px auto;
  background-color: #ffe400;
  position: relative;
}
.UsefulBox .UsefulTxt{
    color: #1a1f24;
    font-size: 1.125em;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: left;
    padding: 18px 120px 20px 20px;
    display: block;
    width: 100%
}
.UsefulBox .UsefulTxtIn01{
    display: table-cell;
    height: 58px;
    width: 2000px;
    vertical-align: middle;
}

.UsefulBox a,
.UsefulBox a:after{
  width: 58px;
  height: 58px;
  float: right;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background: url("../images/sprite-04.png") no-repeat scroll left top transparent;
}
.UsefulBox a{
  position: absolute;
  top: 0;
}
.UsefulBox a:after{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;  
}
.UsefulBox a:hover:after{
  opacity: 1;
}
.UsefulBox a.UsefulNo{
  right: 0;
  background-position: right bottom;
}
.UsefulBox a.UsefulNo:after{
  background-position: right top;
}
.UsefulBox a.UsefulYes{
  right: 58px;
  background-position: left bottom;
}
.UsefulBox a.UsefulYes:after{
  background-position: left top;
}
.SearchResultsWrapper .UsefulBox{float: left; margin: 0 auto 30px;}






.ArticleSchema-ListItem._Item-02 .RightColumn {
  padding: 5px;
  float: left;    
}

.SideBarAdBox{
  margin-bottom: 10px;    
}

.SideBarAdBox,
.SideBarAdBox img{
  float: left;
  width: 100%;
}


.SideBarCD,
.SideBarSF{
  margin-bottom: 10px;    
  float: left;
  width: 100%;
  background-color: white;
}

.SideBarSF{
  margin-bottom: 0;    
}

.ArticleSchema-List .SideBarCD h3,
.ArticleSchema-List .SideBarSF h3{
    color: #181a1b;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2;
    text-transform: none;
    box-sizing:border-box;
    padding: 8px 0 0 70px;
    height: 66px;
    width: 100%;
    float: left;
    background: url("../images/sprite-05.png") no-repeat scroll left top #ffe400;
}


.ArticleSchema-List .SideBarCD h3{
  background-position: 16px 17px;
}

.ArticleSchema-List .SideBarSF h3{
  background-position: 24px -84px;
}

.SideBarCD .SideBarCDInside,
.SideBarSF .SideBarSFInside{
  float: left;
  width: 100%;
  box-sizing:border-box;
  padding: 0 10px 10px 10px;
}
.SideBarSF .SideBarSFInside{
  padding-bottom: 0;
}
.SideBarCD ul,
.SideBarCD li,
.SideBarSF ul,
.SideBarSF li{
  float: left;
  width: 100%;
  padding:0;
  margin: 0;
  list-style: none;
}
.SideBarCD ul{
  margin-bottom: 10px;
}
.SideBarCD li,
.SideBarSF li{
  border-bottom:1px solid #e7e7e7;
  padding: 9px 0;
}
.SideBarCD li:last-of-type,
.SideBarSF li:last-of-type{
  border-bottom:0;
}
.SideBarCD li a,
.SideBarSF li a{
  font-size: 16px;
  line-height: 1.2;
  display: block;  
  margin-bottom: 4px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear; 
}
.SideBarCD li a:hover,
.SideBarSF li a:hover{
    color: #1a1f23;
}
.SideBarCD li span,
.SideBarSF li span{
  display: block;
    color: #7d8997;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.3125em;
}
.SideBarCD .GoToForums{
  float: left;
  width: 100%;
  box-sizing:border-box;
  padding: 6px;
}
.SideBarCD .GoToForums .Header{
    color: #fff;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
    display: block;
    max-width: 80%;    
}
.SideBarCD .GoToForums .Header span{
    color: #1a1f23;
}
.SideBarCD .GoToForums .More{
    display: block;
}
.SideBarCD .GoToForums .More a{
    display: block;   
}
.SideBarCD .GoToForums .More .MoreTxt{
    color: #ffe400;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    max-width: 80%;
    display: inline-block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;     
}
.SideBarCD .GoToForums .More a:hover .MoreTxt{
    color: white;
}
.SideBarCD .GoToForums .Anchor-GotoNext{
    display: block;
    float: right;
    margin-top: 10px;
}


.row-fluid > .breadcrumb{
  margin-left: 60px;
}

@media (max-width: 1230px) {
  .row-fluid > .breadcrumb{
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .row-fluid > .breadcrumb{
    margin-left: 10px;
  }
}

#content.span9 .ContentWrapper{
  width: 100%;
  float: left;
}

#sidebar {
    width: 300px;
}
#sidebar .Inner {
    padding: 0 20px 0 60px;
    width: 300px;
}
.ContentWrapper{
  width: 100%;
  float: left;
}

#content + .ArticleSchema-ListItem._Item-02 {
    float: right;
    width: 220px;
    margin-right: 60px;
}

/* /Single Article Blog */ 













/* FAQ */ 

#content.FAQ {
    width: 100%;
    padding-left:60px;
}
.FAQcontent{
  width: 100%;
  float: left;  
}
.FAQcontent h3{
  width: 100%;
  float: left; 
  background-color: #ffe400; 
  color:#181a1b; 
  font-size: 20px;
  line-height: 39px;
  height: 39px;
  padding: 0 0 0 11px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  font-weight: 800;
  border-bottom:1px solid #e7e7e7; 
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;    
}
.FAQcontent h3:after {
      content: "";
      font-family: "icomoon"; 
      font-size: 12px;
      position: absolute;
      right: 12px;
      top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;     
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;     
}
.FAQcontent h3.active,
.FAQcontent h3:hover{
  background-color: #181a1b; 
  color:#ffe400; 
}
.FAQcontent h3.active:after,
.FAQcontent h3:hover:after {
      right: 10px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.FAQcategoryWrapper{
  width: 100%;
  float: left; 
  /*margin-bottom: 20px; */
  border:1px solid #e7e7e7;
  border-top:0;
  padding: 10px 10px 0 10px;
  display: none;
}
.FAQsingleSubCategory{
  width: 33.33%;
  float: left;
  margin-bottom: 10px;
  height: 525px;
  overflow: hidden;
  border-right: 1px solid #e7e7e7;
  background-color: white;  
}
.FAQsingleSubCategory:nth-of-type(3n+3){
  border-right-width: 0;
}
.FAQsingleSubCategoryHeader{
  width: 100%;
  height: 225px;
  float: left;  
  padding: 20px;
  position: relative;  
}
.FAQsingleSubCategoryHeader:after {
    background-image: url("../img/grid/shadow-01.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.FAQsingleSubCategoryHeader.FatherhoodBox{
  background: url("http://staging.dad.info/images/topics/Fatherhoodtopicpicture.jpg") no-repeat scroll center top transparent;  
}
.FAQsingleSubCategoryHeader h4{
    color: #fff;
    font-size: 1.75em;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.14286em;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.FAQsingleSubCategoryListWrapper{
  width: 100%;
  padding: 10px;
  float: left;  
  height: 300px;
}
.FAQsingleSubCategoryListWrapper ul{
  width: 100%;
  float: left;  
  list-style: none;
  margin: 0;
  padding: 0;
}
.FAQsingleSubCategoryListWrapper li{
  width: 100%;
  float: left;  
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.FAQsingleSubCategoryListWrapper a{
  line-height: 1.2;
  display: block;  
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;  
}
.FAQsingleSubCategoryListWrapper a:hover{
  line-height: 1.2;
  color: #181a1b; 
}
.Article-HeaderSection.Display-Header-02 {padding-top: 20px;}
div.crf_faq_catlist {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

@media (max-width: 1010px) {
  #content.FAQ {
      padding-left: 0;
  }
}

@media (max-width: 767px) {
  .FAQsingleSubCategory{
    width: 50%;
  }
  .FAQsingleSubCategory:nth-of-type(3n+3){
    border-right-width: 1px;
  }
  .FAQsingleSubCategory:nth-of-type(2n+2){
    border-right-width: 0;
  }

}

@media (max-width: 480px) {
  .FAQsingleSubCategory{
    width: 100%;
  }
  .FAQsingleSubCategory{
    border-right-width: 0;
  }
}


/* /FAQ */ 











/* Search Page */ 

#content .search .page-title{
  color:#ffe400;
}

#searchForm{
  float: left;
  width: 100%;
}


#searchForm .btn-toolbar{
  float: left;
  width: 74%;
  padding: 5px;
}
#searchForm .searchFormInputWrapper{
  width: 100%;
  padding-right: 61px;
}
.btn-toolbar #search-searchword {
    width: 100%;
}



#searchForm .searchFormBtnWrapper{
    width: 61px;
    float: right;
    margin-top: -48px;
}
#searchForm .btn-toolbar .btn {
  width: 61px;
  height: 48px;    
}




#searchForm .searchintro{
  float: right;
  width: 23.66%;
  height: 49px;
  margin-top: 5px;
  clear: none;
  position: relative;
}

#searchForm .searchintro:before{
  content: " ";
  display: block;
  float: left;
  position: absolute;
  left: -13px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e7e7e7; 
}


#searchForm .searchintro p{
    display: table-cell;
  height: 49px;
    vertical-align: middle;
    width: 2000px;
    padding: 0;
}

#searchForm .searchintro p strong{
    display: inline;
}


#searchForm .phrases{
  float: left;
  clear: both;
}


#searchForm .phrases .phrases-box,
#searchForm .phrases .ordering-box{
  float: left;
  margin-right: 50px;
  clear: none;
}

#searchForm .phrases .phrases-box input{
  display: none;
}
#searchForm .phrases .phrases-box label{
      padding: 0 0 0 26px;
      position: relative;
      margin-bottom: 9px;
      cursor: pointer;
}
#searchForm .phrases .phrases-box label:before,
#searchForm .phrases .phrases-box label:after {
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 20px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;        
}
#searchForm .phrases .phrases-box label:before{
        background-color: #cbd0d5;
}
#searchForm .phrases .phrases-box label:after {
  background: url("../images/check-01.png") no-repeat scroll left top transparent;
  opacity: 0;
}

#searchForm .phrases .phrases-box input:checked + label:after{
      opacity: 1;
}


#searchForm .phrases .ordering-box{
  width: 186px;
}
#searchForm .phrases .ordering-box label{
    margin-bottom: 12px;
}


#searchForm .form-limit{
  width: 108px;
  float: left;
  clear: none;
  margin-right: 20px;
}
#searchForm .phrases .form-limit label{
    margin-bottom: 12px;
}




.SearchResultsWrapper{
  float: left;
  width: 74%;
  padding: 5px;  
  margin-bottom: 30px;
}
.SearchResultsTabs{
  float: left;
  width: 100%;
}
.SearchResultsTabContent{
  float: left;
  width: 100%;
}
.SearchResultsWrapper .search-results{
  background-color: white;
  border:3px solid #181a1b;
  padding: 10px;  
  margin: 0 0 5px 0;
}

.search .pagination-list{
  background-color: white;
}

.SearchResultsTabsNav{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.SearchResultsTabsNav li{
  float: left;
  display: block;
  margin-right: 1px;
}
.SearchResultsTabsNav li:last-child a{background-position: 10px 17px;}
.SearchResultsTabsNav a{
  float: left;
  display: block; 
  height: 66px;
  padding: 0 32px 0 52px;
  color: #181a1b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #ffe400 url("../images/sprite-05.png") no-repeat scroll left top;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;   
}
.SearchResultsTabsNav a:hover,
.SearchResultsTabsNav a.active{
  color: white;
  background-color: #181a1b;  
}

.SearchResultsTabsNav .ASRin01{
    display: table-cell;
    height: 66px;
    padding: 0;
    vertical-align: middle;
}
.SearchResultsTabsNav a.ArticlesSearchResults{
  background-position: 16px -182px;
}
.SearchResultsTabsNav a.FAQsSearchResults{
  background-position: 17px -84px;
}




.SearchResultsRightColumn{
  float: right;
  width: 23.66%;
  padding: 5px;    
}
.ArticleSchema-List.SearchResultsRightColumn .SideBarCD h3 {
  padding-right: 20px;
}
.SearchResultsRightColumn .SideBarCD li a{
  font-weight: 800;
}

.SearchResultsRightColumn .SideBarCD li a.author
{
  display: block;
  color: #7d8997;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3125em;
}
.SearchResultsRightColumn .SideBarCD{
    margin-bottom: 0;
}

.pagination {display: none !important; margin: 20px 0 0;}

.search-results dd.result-text {
  padding-bottom:20px;
  margin-bottom:20px;
  position:relative;
}
.search-results dd.result-text:after {
    background: transparent url("../img/pattern/bg-01.png") repeat scroll 0 0;
    bottom: 0;
    content: " ";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}


@media screen and (max-width: 1230px) {
  
  #content .search{
    padding-left: 20px;
    padding-right: 20px;
  }


.crf_main {
    padding-left: 20px;
    padding-right: 20px;
}

}

@media screen and (max-width: 1010px) {
  #searchForm .btn-toolbar .btn {
      height: 46px;
  }
  #searchForm .searchFormBtnWrapper {
      margin-top: -46px;
  }

}


@media screen and (max-width: 900px) {

  #searchForm .searchintro::before {
      left: -6%;
  }

  .SearchResultsWrapper {
      width: 100%;
  }  
  
  .SearchResultsRightColumn{
    display: none;
  }  

}


@media screen and (max-width: 579px) {
  #searchForm .btn-toolbar .btn {
      height: 43px;
  }
  #searchForm .searchFormBtnWrapper {
      margin-top: -43px;
  }
}


@media screen and (max-width: 450px) {

  #searchForm .btn-toolbar {
      width: 100%;
    margin-bottom: 0;      
  }
  #searchForm .searchintro::before {
      display: none;
  }
  #searchForm .searchintro {
      height: auto;
      width: 100%;
      margin-bottom: 20px;
  }
  #searchForm .searchintro p {
      display: block;
      height: auto;
      width: auto;
  }
}










/* DecisionPoint */ 


.DecisionPointWrapper{
  float: left;
  width: 100%;
  padding:20px 60px 20px 0;
}
.DecisionPointStartPoint{
  float: left;
  width: 100%
}
.DecisionPointWrapper h2{
    font-size: 1.875em;
    color: #181a1b;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1em;
    padding-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.DecisionPointWrapper img{
  float: left;
  margin: 0 10px 10px 0;
  max-width:225px; 
}
.DecisionPointBtnsWrapper{
  float: left;
  width: 100%;
}
.DecisionPointBtnsWrapper .DPBtn{
  float: left;
  display: block;
  color: #181a1b;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  width: 22.47%;
  height: 116px;
  margin:0 3.37% 3.37% 0;
  padding: 0 17px 17px 17px;
  text-align: center;
  position: relative;
  background-color: #ffe400;
  border-bottom: 3px solid #e3cb00;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;  
}

.DecisionPointBtnsWrapper .DPBtn:after {
      content: "";
      font-family: "icomoon"; 
      font-size: 12px;
      position: absolute;
      left: 50%;
      margin-left: -3px;
      bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;     
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;     
}

.DecisionPointBtnsWrapper .DPBtn:nth-of-type(4n+4){
  margin-right: 0;  
}
.DecisionPointBtnsWrapper .DPBtn:hover,
.DecisionPointBtnsWrapper .DPBtn.active{
  background-color: #e3cb00;
  border-bottom-color: #ffe400;
}

.DecisionPointBtnsWrapper .DPBtn:hover:after,
.DecisionPointBtnsWrapper .DPBtn.active:after{
      bottom: 12px;
}

.DecisionPointBtnsWrapper .DPBtn .DPBtnIn01{
    display: table-cell;
    height: 84px;
    width: 400px;
    vertical-align: middle;
}
.DecisionPointBtnsWrapper .DPBtn .DPBtnIn02{
    display: inline;
}


.DecisionPointSingleStepWrapper{
  float: left;
  width: 100%;
  /*padding-top: 210px;*/
  position: relative;
  display: none;
}
.DecisionPointSingleStepWrapper:after,
.DecisionPointSingleStepWrapper:before {
  content: " ";
  position: absolute;
  display: none;
  left: 50%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0      
}
.DecisionPointSingleStepWrapper:after {
      margin-left: -10px;
      top: 0px;
      width: 20px;
      height: 100px;
      background-color: #e7e7e7;
}
.DecisionPointSingleStepWrapper:before {
      margin-left: -15px;
      top: 100px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #e7e7e7 transparent transparent transparent;     
}

.DecisionPointSingleStepWrapper.active:after,
.DecisionPointSingleStepWrapper.active:before {
  opacity: 1;      
}
.DecisionPointSingleStepWrapper.active:after {
      top: 40px;
}
.DecisionPointSingleStepWrapper.active:before {
      top: 140px;   
}

.DecisionPointSingleStepWrapper h3{
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0;
  color: #1a1f23;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.33333em;
  text-align: left;
}


.DecisionPointWrapper .UsefulBox{
  float: left;
  margin-top: 45px;
}



@media screen and (max-width: 1010px) {

  .DecisionPointWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  
}


@media screen and (max-width: 768px) {

  .DecisionPointBtnsWrapper .DPBtn{
    padding: 0 10px 10px 10px;
  }

  .DecisionPointWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }  

  .crf_main {
      padding-left: 10px;
      padding-right: 10px;
  }

}


@media screen and (max-width: 750px) {

  .DecisionPointBtnsWrapper .DPBtn{
    width: 31.08%;
  }

  .DecisionPointBtnsWrapper .DPBtn:nth-of-type(4n+4){
    margin-right: 3.37%;  
  }

  .DecisionPointBtnsWrapper .DPBtn:nth-of-type(3n+3){
    margin-right: 0;
  }

}


@media screen and (max-width: 500px) {

  .DecisionPointBtnsWrapper .DPBtn:after {
        bottom: 13px;     
  }

  .DecisionPointBtnsWrapper .DPBtn:hover:after,
  .DecisionPointBtnsWrapper .DPBtn.active:after{
        bottom: 8px;
  }

}

@media screen and (max-width: 400px) {

  .DecisionPointWrapper img{
    max-width:100%;
  }

  .DecisionPointBtnsWrapper .DPBtn{
    width: 48.315%;
  }

  .DecisionPointBtnsWrapper .DPBtn:nth-of-type(3n+3){
    margin-right: 3.37%;  
  }  
  .DecisionPointBtnsWrapper .DPBtn:nth-of-type(4n+4),
  .DecisionPointBtnsWrapper .DPBtn:nth-of-type(2n+2){
    margin-right: 0;
  }  

  .DecisionPointWrapper .UsefulBox .UsefulTxt {
      font-weight: normal;
  }

}


/* /DecisionPoint */ 







/* MyProfilePage */ 

.ProfileRow{
  float: left;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.ProfileRow:first-of-type{
  padding-top: 40px;
}

.ProfileRow:last-of-type{
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 20px;  
}


.ProfileRow h3{
    color: #1a1f23;
    float: left;
    font-size: 2.6875em;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 0.83721em;
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
}
.ProfileProgressWrapper,
.SinceLastLogIn{
  float: left;
  width: 59.56%;
}

.profile fieldset .ProfileProgressWrapper legend {
    font-size: 1.75em;
    padding-bottom: 0;
}

.ProfileImgWrapper,
.RecommendedForYou{
  float: right;
  width: 35.91%;
  position: relative;  
}

.ProfileImgWrapper:before,
.RecommendedForYou:before {
  content: " ";
  display: block;
  position: absolute;
  left: -6.5%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e7e7e7;
}

.ProfileImgWrapper .ProfileImg{
  margin: 0 auto;
  max-width: 174px;
  border:5px solid #ffe400;
  position: relative;
}

.ProfileImgWrapper .ProfileImg img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.ProfileImgWrapper .ProfileImg .btn{
  position: absolute;
  bottom: -5px;
  right: -5px;
    background: #ffe400 none repeat scroll 0 0;
    color: #1a1f24;
    font-size: 0.875em;
    font-weight: 800;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0 11px;
    text-align: center;
    text-transform: uppercase;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;    
}
.ProfileImgWrapper .ProfileImg .btn:hover{
    background-color: #1a1f24;
    color: #ffe400;
}


.ProfileRow h4{
    color: #1a1f23;
    float: left;
    font-size: 1.75em;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e7e7e7;    
}

.SinceLastLogIn ul,
.RecommendedForYou ul{
  float: left;
  width: 100%;
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.SinceLastLogIn ul li,
.RecommendedForYou ul li{
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;  
}

.RecommendedForYou ul li p{
    padding-bottom: 0;
}

.SinceLastLogIn h5,
.RecommendedForYou h5{
    color: #1a1f23;
    float: left;
    font-size: 1em;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
.SinceLastLogIn h5{
    margin-bottom: 10px;
}
.RecommendedForYou h5{
    margin-bottom: 5px;
}
.SinceLastLogIn h5 a,
.RecommendedForYou h5 a{
    color: #1a1f23;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;     
}

.SinceLastLogIn h5 a:hover,
.RecommendedForYou h5 a:hover{
    color: #0088cc;
}

.SinceLastLogIn .SinceLastLogInImgWrapper,
.RecommendedForYou .SinceLastLogInImgWrapper{
    margin: 0 16px 10px 0;
    position: relative;
    float: left;
    clear:both;
}
.SinceLastLogIn .SinceLastLogInImgWrapper{
  max-width:196px; 
}
.RecommendedForYou .SinceLastLogInImgWrapper{
  max-width:146px; 
}

.SinceLastLogIn .SinceLastLogInImgWrapper img,
.RecommendedForYou .SinceLastLogInImgWrapper img{
    display: block;
    margin: 0;
    max-width: 100%;
    float: left;
    width: 100%;
}

.SinceLastLogIn .SinceLastLogInImgWrapper .btn,
.RecommendedForYou .SinceLastLogInImgWrapper .btn{
  position: absolute;
  bottom: 0;
  right: 0;
    background: white none repeat scroll 0 0;
    color: #1b75bc;
    font-size: 0.875em;
    font-weight: 800;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0 11px;
    text-align: center;
    text-transform: uppercase;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;    
}

.SinceLastLogIn .SinceLastLogInImgWrapper .btn:hover,
.RecommendedForYou .SinceLastLogInImgWrapper .btn:hover{
    background-color: #1b75bc;
    color: white;
}



.ProfileMyInbox{
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    float: left; 
  border-bottom: 1px solid #e7e7e7;    
}
.ProfileMyInbox ul{
  float: left;
  width: 100%;
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ProfileMyInbox li{
  float: left;
  display: block;
  margin: 0 30px 12px 0;
  padding: 0;  
}

.ProfileMyInbox li a{
    color: #0088cc;
    float: left;
    font-size: 15px;
    font-weight: 800;
    line-height: 26px;
    height: 26px;
    margin: 0;
    padding: 0 0 0 31px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;  
  background: transparent url("../images/sprite-05.png") no-repeat scroll left top;     
}
.ProfileMyInbox li a:hover{
    color: #1a1f23;   
}
.ProfileMyInbox li a.Inbox{
  background-position: left -299px;
}
.ProfileMyInbox li a.Outbox{
  background-position: left -399px;
}
.ProfileMyInbox li a.Trashcan{
  background-position: left -500px;
}
.ProfileMyInbox li a.Compose{
  background-position: left -600px;
}


.ProfileMyInboxFilter{
  float: left;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;  
}

.ProfileMyInboxFilter .filterform{
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;  
  text-align: right;
}

.ProfileMyInboxFilter .filterform .FilterWrapper,
.ProfileMyInboxFilter .filterform .FilterSelectWrapper,
.ProfileMyInboxFilter .filterform label,
.ProfileMyInboxFilter .filterform input.button,
.ProfileMyInboxFilter .filterform .ProfileMyInboxInputWrapper{
  display: inline-block;
}
.ProfileMyInboxFilter .filterform .FilterWrapper{
  margin-right: 30px;
}
.ProfileMyInboxFilter .filterform .FilterSelectWrapper{
  width: 120px;
  text-align: left;
}

.ProfileMyInboxFilter .filterform .FilterSelectWrapper .chosen-container-single .chosen-single {
    background-color: #cbd0d5;
    border: medium none;
    color: #1a1f24;
    display: block;
    height: 50px;
    line-height: 24px;
    overflow: hidden;
    padding: 12px 0 0 20px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 800;    
}

.ProfileMyInboxFilter .filterform input.button {
    background: #ffe400 none repeat scroll 0 0;
    border: medium none;
    color: #1a1f24;
    font-size: 1.125em;
    font-weight: 800;
    line-height: normal;
    padding: 0 22px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    width: auto;
    display: block;
    float: right;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;     
}
.ProfileMyInboxFilter .filterform input.button:hover {
    background: #1a1f24 none repeat scroll 0 0;
    color: #ffe400;
}


.ProfileMyInboxFilter .filterform input[type="checkbox"]{
  display: none;
}
.ProfileMyInboxFilter .filterform label{
      padding: 0 0 0 26px;
      position: relative;
      margin: 0;
      cursor: pointer;
      margin-right: 30px;
      height: 50px;
      line-height: 47px;
}
.ProfileMyInboxFilter .filterform label:before,
.ProfileMyInboxFilter .filterform label:after {
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 14px;
        width: 20px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;        
}
.ProfileMyInboxFilter .filterform label:before{
        background-color: #cbd0d5;
}
.ProfileMyInboxFilter .filterform label:after {
  background: url("../images/check-01.png") no-repeat scroll left top transparent;
  opacity: 0;
}

.ProfileMyInboxFilter .filterform input[type="checkbox"]:checked + label:after{
      opacity: 1;
}


.ProfileMyInboxFilter .uddeim-overview{
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f4f4f4;    

}


.profile .uddeim-bottomborder a{
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;      
}
.profile .uddeim-bottomborder a:hover{
    color: #1a1f23;
}

.profile .MyForumPosts,
.profile .MyForumPostsSinglePost,
.profile .MyForumPostsSinglePost div.kmsg-header,
.profile .MyForumPostsSinglePostContent{
  float: left;
  width: 100%;
  clear: both;
}

.profile .MyForumPostsSinglePost{
  margin-bottom: 20px;
}
.profile .MyForumPostsSinglePost:last-of-type{
  margin-bottom:0;
}


.profile .MyForumPostsSinglePost div.kmsg-header {
    background: #cbd0d5 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    height: 50px;
    padding: 10px 0;
}

.profile .MyForumPostsSinglePost div.kmsg-header h2 {
    font-size: 0.917em;
    margin-bottom: 0;
    padding: 3px 0;
    display: block;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 0;
    min-height: 1.6em;
    text-align: left;
    text-transform: none;
    width: 100%;
}

.profile .MyForumPostsSinglePost div.kmsg-header .kmsgtitle {
    margin-left: 5px;
    color: #ffffff;
    float: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 25px;
    text-decoration: none;
}
.profile .MyForumPostsSinglePost div.kmsg-header .kmsgdate {
    color: #7d8997;
    font-size: 14px;
    padding: 0 0 0 15px;
    float: none;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}

.profile .MyForumPostsSinglePost div.kmsg-header .kmsg-id-left{
    color: #7d8997;
    display: block;
    float: right;
    font-size: 14px;
    padding: 0 10px;
    line-height: 22px;    
    font-weight: normal;    
}
.profile .MyForumPostsSinglePost div.kmsg-header .kmsg-id-left a{
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;      
}

.profile .MyForumPostsSinglePost div.kmsg-header .kmsg-id-left a:hover{
    color: #1a1f23;
}

.profile .MyForumPostsSinglePostContent{
  padding: 30px 30px 20px 30px;
  border:1px solid #f4f4f4;
  border-top:0;
}

.profile .MyForumPostsSinglePostContent .MyForumPostsSinglePostContentImg{
  float: left;
  width: 96px;
  margin-right:20px;
}

.profile .MyForumPostsSinglePostContent .MyForumPostsSinglePostContentImg img{
    display: block;
    margin: 0;
    max-width: 100%;
    float: left;
}

.profile .MyForumPostsSinglePostContent .MyForumPostsSinglePostContentTxt{
  padding-left: 116px;
}

.profile .MyForumPostsSinglePostContent .MyForumPostsSinglePostContentTxt p{
  padding-bottom: 0;
}




.ProfileRow .users-profilelist li {
    width: 50%;
}
.ProfileRow .users-profilelist li dd{
  margin: 0;
}



@media (max-width: 960px) {
  .ProfileRow .users-profilelist li label {
    width: 100%;
  }  
}

@media (max-width: 700px) {

.profile fieldset {
    padding: 0 10px;
}

.ProfileProgressWrapper,
.ProfileImgWrapper,
.SinceLastLogIn,
.RecommendedForYou{
    float: left;
    width: 100%;
}

.ProfileProgressWrapper{
  margin-bottom: 30px;
}
.ProfileImgWrapper:before{
  display: none;
}


.SinceLastLogIn{
  margin-bottom: 30px;
}

.RecommendedForYou:before {
    background-color: #e7e7e7;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
}


}

@media (max-width: 600px) {

  .profile .MyForumPostsSinglePost div.kmsg-header {
      height: auto;
  }
  .profile .MyForumPostsSinglePost div.kmsg-header .kmsgtitle,
  .profile .MyForumPostsSinglePost div.kmsg-header .kmsgdate,
  .profile .MyForumPostsSinglePost div.kmsg-header .kmsg-id-left{
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 10px;
  }

.profile .MyForumPostsSinglePost div.kmsg-header .kmsg-id-left{
  text-align: right;
}


.ProfileMyInboxFilter .filterform {
    text-align: left;
}

.ProfileMyInboxFilter .filterform .FilterWrapper {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
}

.ProfileMyInboxFilter .filterform input.button {
    float: left;
    clear: both;
}
.ProfileMyInboxFilter .filterform .ProfileMyInboxInputWrapper{
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
}



.profile .MyForumPostsSinglePostContent .MyForumPostsSinglePostContentImg {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
.profile .MyForumPostsSinglePostContent .MyForumPostsSinglePostContentImg img {
    float: none;
    margin: 0 auto;
    max-width: 100px;
}

.profile .MyForumPostsSinglePostContent .MyForumPostsSinglePostContentTxt {
    padding-left: 0;
}


.ProfileRow .users-profilelist li {
    width: 100%;
}

}


@media (max-width: 400px) {

  .SinceLastLogIn .SinceLastLogInImgWrapper,
  .RecommendedForYou .SinceLastLogInImgWrapper {
    margin-right: 0;
    max-width: 100%;
  }

.RecommendedForYou ul li p {
    padding-bottom: 20px;
}

.RecommendedForYou ul li:last-of-type {
  margin-bottom: 0;
}
.RecommendedForYou ul li:last-of-type p {
    padding-bottom: 0;
}


.ProfileMyInbox li {
    margin: 0 0 30px 0;
    width: 100%;
}



}




/* /MyProfilePage */ 

/* MOBILE WIDTH RESTORED */

@media screen and (max-width: 414px) {
#RWD .ArticleSchema-List > .ArticleSchema-ListItem._Item-03 {
    margin: 0 !important;
}
}

