/*style for landing page filter*/

.landing-list-container {
    margin-top: 57px;
}
.landing-detail-container a,
.landing-detail-container a:hover,
.landing-detail-container a:focus {
    text-decoration: none;
}
.landing-filter {
    margin-bottom: 30px;
    overflow: hidden;
    border-left: 1px solid #ccc;
}
.landing-filter .views-widget-filter-search_api_language,
.landing-filter h2.block-title,
.landing-filter .views-widget-filter-field_event_datetime_value,
.landing-filter .views-widget-filter-field_event_type,
.landing-filter .views-widget-sort-by,
.landing-filter .views-widget-sort-order {
    display: none;
}
.landing-filter .views-widget-filter-search_api_views_fulltext {
    width: 167px;
    padding: 0 3px 0 0;
    margin-right: 8px;
}
.landing-filter .views-widget-filter-search_api_views_fulltext input {
    background: #ededed;
    border: 0;
    font-size: 13px;
    color: #999;
    -moz-box-shadow:    inset 2px 1px 0 0 #d6d6d6!important;
    -webkit-box-shadow: inset 2px 1px 0 0 #d6d6d6!important;
    box-shadow:         inset 2px 1px 0 0 #d6d6d6!important;
}
.landing-filter .views-submit-button .btn {
    background: #137bb8;
    color: #fff;
    border: 0;
    height: 34px;
    margin-top: 35px;
	padding: 6px 10px 6px 11px;
	padding: 5px 10px 5px 11px\9;
    font-size: 0px;
}
/*ff only*/
@-moz-document url-prefix() {
  .landing-filter .views-submit-button .btn {
     padding: 5px 10px 5px 11px;
  }
}
/*ie11 only*/
@media all and (-ms-high-contrast:none)
     {
     *::-ms-backdrop, .landing-filter .views-submit-button .btn {
         padding: 5px 10px 5px 11px;
     }
}
.landing-filter .views-submit-button .btn:before {
    content: "\f054";
    font-size: 18px;
    font-family: FontAwesome;
}
.landing-filter label {
    margin-bottom: 11px;
    white-space:nowrap;
}
.landing-other-doc>span>div,
.landing-other-doc>span>div>div,
.landing-other-doc>span>div>div>div{
    display:inline-block;
}
.landing-filter .search {
    margin-bottom: 5px;
}
.search .views-exposed-widgets {
    margin-bottom: 0;
}
.landing-filter .keywords-wrapper {
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
    float: left;
    width: 100%;
}
.landing-filter .current-search-wrapper .current-search-item-active-links a {
    font-size: 0;
    background-color: transparent;
}
.landing-filter .current-search-wrapper .current-search-item-active-links .keywords {
    font-size: 13px;
    color: #333;
    display: table-cell;
    padding-top: 1px;
}
.landing-filter .current-search-wrapper .current-search-item-active-links a {
    text-decoration: none;
    display: table-cell;
    vertical-align: top;
}
.landing-filter .current-search-wrapper .current-search-item-active-links a:before {
    content: "\f00d";
    color: #f36f32;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 8px;
}
/*
.landing-filter .current-search-wrapper .keywords-wrapper {
    margin-bottom: 28px;
}
*/
.landing-filter .block-title {
    margin-top: 29px;
}
.landing-filter .block-title,
.landing-filter .search label {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    float: left;
    width: 100%
}
.landing-filter .filter-title {
    margin-bottom: 14px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}
.landing-filter .filter-wrapper .filter-items .facetapi-facet {
    margin-bottom: 10px;
    position: relative;
}
.landing-filter .filter-items .facetapi-facet input,
.landing-filter .filter-items .facetapi-facet a {
    margin-right: 6px;
}
.landing-filter .filter-items .facetapi-facet a  {
    display: table-cell;
}
.landing-filter .filter-items .facetapi-facet a,
.landing-filter .filter-items .facetapi-active{
    font-size: 13px;
    color: #666;
    vertical-align: top;
    text-decoration: none;
}
.landing-filter .filter-items .facetapi-facet a .counter {
    font-size: 10px;
    margin-left: 3px;
}
.landing-filter .open .filter-title:before {
    content: "\f068";
    color: #999999;
    font-family: FontAwesome;
    margin-right: 9px;
}
.landing-filter .filter-title:before {
    content: "\f067";
    color: #999999;
    font-family: FontAwesome;
    margin-right: 9px;
}
.landing-filter .filter-wrapper ul {
    padding-left: 24px;
}
.landing-filter li.expanded ul.expanded {
    padding-left: 21px;
}
.landing-filter .leaf {
    display: block!important;
}
.landing-filter .facetapi-limit-link {
    display: none;
}
.landing-filter .facetapi-facet input {
    display: none;
}
.input-clone,
.notify {
    height:14px;
    width:14px;
    background: #fff;
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
    display: inline-table;
}
.landing-filter .check:before {
    content: "\f00c";
    color: #f36f32;
    font-family: FontAwesome;
    position: absolute;
    top: -7px;
    font-size: 17px;
    left: 1px
}
.current-search-wrapper .input-clone {
    display: none;
}

.landing-filter .filter-items ul.facetapi-facetapi-checkbox-links,
.landing-filter .filter-items a.facetapi-limit-link {
    display:none;
}
.landing-filter .open.filter-items ul.facetapi-facetapi-checkbox-links {
    display:block;
}
.landing-filter .views-submit-button .btn:hover {
    background: #18a2f3;
}
.landing-filter .views-submit-button {
    padding: 0;
}
.keywords-wrapper .facetapi-facet {
    display: inline-flex;
}

/*landing page details style*/

.sub-view-title {
    font-size: 24px;
    font-weight: bold;
    color: #222;
}
.landing-list {
    margin-bottom: 30px;
}
.landing-list .landing-list-image img {
    width: 200px;
}
.landing-list .landing-list-image:hover>a,
.landing-featured-blog .landing-list-image:hover a,
.landing-list .landing-list-image:hover img,
.landing-list-featured img:hover {
    opacity: 0.9;
    display:block;
}
.landing-featured-blog .landing-list .landing-list-title {
    margin-bottom: 25px;
}
.landing-list .landing-list-title a,
.landing-list .landing-list-title {
	color:  #127bb8;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 9px;
    text-decoration: none;
}
.landing-list .landing-list-title a:hover,
.landing-list .landing-content-detail a:hover,
.landing-list .landing-list-title a:active,
.landing-list .landing-content-detail a:active {
	color: #18a2f3;
    text-decoration: none;
}
.landing-list .panels-flexible-row {
    padding: 0;
}
.landing-list .landing-list-date,
.landing-list .landing-list-author,
.landing-list .pipe-comment-seperator,
.landing-list .item-comment-count,
.landing-list .landing-content-detail {
    font-size: 12px;
    color: #666;
    margin-bottom: 11px;
}
.landing-list .item-author-title {
    margin: 0 4px;
}
.landing-list .landing-list-description {
	color:  #222222;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 11px;
    margin-top:0px;
    float: none;
    overflow: hidden;
    width: 100%;
}
.landing-list .small-description {
    color:  #666666;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
.landing-list .small-description.landing-other-doc,
.landing-list .small-description.other-lan-documents{
  float:none;
}
.landing-list .small-description a,
.landing-content-detail a,
.landing-list .small-description a{
    color: #127bb8;
    text-decoration: none;
}
landing-content-detail a:active,
landing-content-detail a:focus,
landing-content-detail a:focus,
.landing-list .small-description a:hover,
.landing-list .small-description a:focus,
.landing-list .small-description a:active {
    color: #18a2f3;
    text-decoration: none;
}
.landing-list .landing-list-areas {
    width: 100%;
}
.landing-list .landing-list-download.small-description {
	width:auto;
}
.landing-list .pipe-comment-seperator {
    margin: 0 3px 0 6px;
}
.page-multimedia .pipe-comment-seperator,
.page-news .pipe-comment-seperator{
    margin: 0 6px;
}
.landing-list .views-row {
    margin-bottom: 40px;
}
.landing-list .landing-detail-region-type-container.bgt-well .views-row {
    margin-bottom: 3px;
}
.landing-list .item-date,
.landing-list .landing-list-date,
.landing-list .item-author-title,
.landing-list .authors-full-name,
.landing-list .item-comment-count,
.landing-list .landing-content-detail,
.landing-list .landing-list-author,
.landing-list .comment-count-blog-page-wrapper {
    float: left;
}
.landing-list .authors-full-name a,
.landing-list .item-comment-count a {
    text-decoration: none;
}
.landing-list-download {
    margin-top: 3px;
}
.page-header {
    border-bottom: 0;
}

/*sort by*/
.block-search-api-sorts {
    margin-bottom: 23px;
}
.events-search-sort .block-search-api-sorts {
    float:left;
}
.block-search-api-sorts .block-title {
    margin: 0;
    float: left;
}
.block-search-api-sorts .search-api-sorts {
    float: left;
    list-style: none;
    padding-left:23px;
}
.block-search-api-sorts .search-api-sorts li {
    float: left;
    margin-right: 10px;
}
.block-search-api-sorts .search-api-sorts li a {
    font-size: 14px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
.block-search-api-sorts .search-api-sorts .search-api-sort-active a {
    color: #f36f32;
}
.block-search-api-sorts .search-api-sorts li.first {
    margin-right: 24px;
}
.sort-item img {
    display: none;
}
a.sort-asc:after,
a.sort-desc:after,
a.sort-:after{
    color: #f36f32;
    font-family: FontAwesome;
    margin-left: 4px;
}
a.sort-desc:after {
    content: "\f063";

}
a.sort-asc:after,
a.sort-:after {
    content: "\f062";
}
.block-search-api-sorts .block-title {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    padding: 4px 0;
}

/*pagination*/

ul.pagination li a,
ul.pagination li span{
    margin-right: 5px;
    border-radius: 0!important;
    background: #ececec;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 11px 4px 12px;
    line-height: 1.5;
}
.landing-list .pagination>li>a,
.landing-list .pagination>li>span{
      border: 1px solid #d2d2d2;
}

ul.pagination>.disabled:hover {
cursor: not-allowed;
}

ul.pagination>.disabled>a,
ul.pagination>.disabled>a:hover,
ul.pagination li.pager-ellipsis a,
ul.pagination li.pager-ellipsis a:hover,
ul.pagination li.pager-ellipsis span:hover
ul.pagination li.pager-ellipsis span:hover{
    background: 0;
    border: 0;
    padding: 8px 14px 4px 14px;
}
ul.pagination li.active a,
ul.pagination li.active a:hover {
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
}
ul.pagination .pager-next a,
ul.pagination .pager-previous a {
  padding: 5px 10px;
}
ul.pagination .pager-next a:before,
ul.pagination .pager-previous a:before {
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: bold;
}
ul.pagination .pager-next a:before {
	content: "\f061";
}
ul.pagination .pager-previous a:before {
    content: "\f060";
}

/*featured content*/

.landing-list-featured-title a {
	color:  #127bb8;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
    text-decoration: none;
}
.landing-list-featured-title a:active,
.landing-list-featured-title a:hover {
    color: #18a2f3;
	text-decoration: none;
}
.landing-list-featured .featured-image {
    padding: 0;
}
.landing-list-featured .featured-image img {
    width: 432px;
    height: auto;
}
.landing-list-featured-description {
	color:  #222222;
	font-size: 16px;
	line-height: 20px;
	float: left;
	width: 100%;
	margin-top: 0;
}
/*blog action links*/
.page-blog .action-links{
  display:none;
}

/*library featured documents*/

.landing-featured-blog .custom-list-items {
    padding: 18px;
    background: #ececec;
}
/*Task #196355*/
.page-library .landing-list-container {
    margin-top: 0px;
}
.page-library .landing-list {
    margin-bottom: 28px;
}
.page-library #heading-text-no-overlay .page-header {
    margin-bottom: 44px;
}
.page-library .landing-featured-blog {
    margin-top: 0px;
}
.page-library .landing-list-container .sub-view-title {
    margin-top: 0;
}
.page-library .landing-list-container .sub-view-title {
    margin-bottom: 17px;
    line-height: 24px;
}
.page-library .gen-page-right-menu {
    display: none;
}
/******/

.landing-featured-blog .landing-featured-row .views-row {
    margin-bottom: 0;
    padding: 18px 17px;
    border-right: 20px solid #fff;
    background: #F5F5F5;
    padding-right: 0;
}
.landing-featured-blog .landing-featured-row:first-child {
    margin-bottom: 20px;
}
.landing-featured-blog .block-title {
    margin: 0 0 24px 0;
}
.landing-list-container .sub-view-title {
    margin: 20px 0 12px 0;
}
/*event page*/

.page-events .separator {
    float: left;
    margin: 0 6px;
    font-size: 12px;
    color: #666;
}
.page-events .landing-list .custom-list-items {
    padding-right: 15px;
}
/*news page*/
.landing-page-filter .views-widget-filter-field_news_type{
	display:none;
}
.page-events .menu a.news-and-media,
.page-news .menu a.news-and-media,
.page-multimedia .menu a.news-and-media{
  color: #18a2f3;
}
/*lowbandwidth css*/

.lowbandwidth .item-desc {
    padding-left: 9px;
    width: 100%;
}
.lowbandwidth .landing-list .item-desc,
.lowbandwidth .landing-list .item-desc .panels-flexible-column-inside-last {
    padding-left: 0px;
}

/*detail page*/

/*document detail*/

.landing-detail-container .landing-detail-region-type-container{
  display:inline-block
}
.landing-list .landing-detail-type,
.landing-list .landing-detail-region-type-container{
    color:  #333333;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
.landing-detail-container p{
     line-height: 1.5;
     color: #222222;
}
.landing-detail-container .landing-detail
.landing-detail-container .landing-detail-type a{
    color: #127bb8;
}
.landing-list .landing-detail-region-type-container label{
  margin-bottom: 0;
  font-weight: 400;
}
.landing-detail-container .landing-detail-region-type-container {
    border-left: 6px solid #ececec;
    margin-top:40px;
    padding: 5px 13px;
}
@media screen and (min-width: 768px){
  .landing-detail-container .landing-detail-region-type-container {
    margin-right:15px;
  }
}
.landing-detail-container .landing-detail{
  padding-left: 0px;
  padding-top: 37px;
}
.landing-detail-container .landing-detail-content{
   padding-left: 0px;
}
.landing-detail-container .landing-detail-description p{
  margin-bottom:20px;
}
.landing-detail-container .landing-detail-description p:last-child {
    margin-bottom: 0;
}
.landing-detail-container .document-field-file{
  margin-top:10px;
}
.landing-detail {
    margin-bottom: 30px;
}
/*
.landing-detail-header {
    margin-bottom: 22px;
}
*/
.landing-detail-region-type-container .blog-field-region-countries-wrapper,
.landing-detail-region-type-container .tag-focus-area {
    line-height: 16px;
    margin-bottom: 6px;
}
.landing-detail-highlight .big-blue-button {
    margin-bottom: 27px;
}
.landing-detail-container .big-blue-button a {
    white-space: pre-wrap;
}
.node-type-news .gen-page-right-menu,
.node-type-multimedia .gen-page-right-menu,
.node-type-event .gen-page-right-menu {
    float: none;
}
.general-content-pages .landing-detail-highlight {
    padding: 52px 0 23px 0;
}
.landing-detail-highlight .highlight h1 {
    margin: 0 0 32px 0;
}
.author-datetime a:hover,
.author-datetime a:focus,
.author-datetime a:active {
    text-decoration: none;
}
.landing-detail-type .separator {
    margin: 0 8px;
}
.document-field-file .download-file {
	background: #127bb8;
	border-radius: 0;
	padding: 8px 15px;
	line-height: normal;
}
.document-field-file .download-file:hover {
	background: #18a2f3;
}
.document-field-file .download-file a,
.document-field-file .download-file a:hover {
    color: #fff;
	font-size: 16px;
}
.document-field-file .filesize {
	color:  #9ad1f0;
	font-size: 12px;
}
/*media contact*/
.landing-media-contact {
    padding-top: 34px;
    margin: 0 0 17px 0;
}
.landing-detail-media-contact.visible-xs .landing-media-contact{
    padding-top: 0px;
}
.contact-photo {
    width: 100px;
    padding-right: 0;
}
.contact-photo img:hover {
    opacity: 0.9;
}
.contact-details {
    padding-left: 10px;
    padding-right: 0;
}
.contact-details img {
    width: 100px;
    height: auto;
}
.landing-media-contact .block-title {
    font-size: 18px;
}
.landing-media-contact .contact-title a {
    font-size: 15px;
    line-height: 16px;
    color: #127bb8;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 12px;
}
.landing-media-contact .contact-title a:hover,
.landing-media-contact .contact-title a:active,
.landing-media-contact .contact-title a:visited,
.landing-media-contact .contact-title a:focus {
    color: #18a2f3;
    text-decoration: none;
}
.landing-media-contact .contact-subtitle,
.landing-media-contact .contact-phone {
    font-size: 13px;
    line-height: 16px;
}
.landing-detail-type .author-datetime,
.landing-detail-type .separator  {
    color:#666;
}

/*infographic detail*/
.node-type-multimedia .landing-detail-type {
    overflow: hidden;
}
.node-type-multimedia .landing-detail-container .landing-detail {
    padding-top: 17px;
}
.node-type-multimedia .landing-list {
    margin-bottom: 10px;
}

/*video*/

.detail-video-wrapper:not(.social-facebook) {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.detail-video-wrapper:not(.social-facebook) iframe {
	position: absolute;
	top: 0;
	left: 0;
/*
	width: 100% !important;
*/
	height: 100%;
	right: 0;
	margin: 0 auto;
}
.detail-video-wrapper.social-facebook iframe {
/*
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	right: 0;
*/
	margin: 0 auto;
	display: block;
}

.general-content-pages .landing-detail-content .block-title.pane-title {
	color:  #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	margin: 20px 0 46px 0;
}
.landing-detail-content .landing-detail-view-all {
	display: inline-block!important;
    padding: 8px 15px!important;
    margin:40px 0 13px 0;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #127bb8;
}
.node-type-event .big-blue-button {
    text-align: left;
    padding-left: 0;
}
.landing-detail-content .landing-detail-view-all:hover,
.landing-detail-content .landing-detail-view-all:active,
.landing-detail-content .landing-detail-view-all:focus{
    text-decoration: none;
    background-color: #18a2f3;
    border-color: #18a2f3;
    color: #fff;
}
.landing-detail-content .landing-detail-view-all.hidden-lg,
.landing-detail-content .landing-detail-view-all.hidden-md {
    display: none!important;
}
.landing-detail-container .addtocal {
    border: 0;
    background: none;
    color: #127bb8;
}
.landing-detail-container .addtocal:hover {
	color: #18a2f3
}

/*blog detail*/
.blog-field_secondary_title {
    margin-top: 16px;
}
.blog-detail-image {
    width: 69.2%;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 31px;
}
.blog-detail-image img {
    width: 100%;
}
.caption-photo-credit {
    background: #ececec;
    padding: 17px;
}
.photo-caption {
	color:  #222;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 7px;
}
.photo-credit,
.photo-credit a {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
.comment-links {
    margin-top: 60px;
}
.comment-links  #edit-notify-type .form-item-notify-type,
.page-comment #edit-notify-type .form-item-notify-type {
    display: block;
    margin-left: 34px;
}
.detail-blog-quotes,
.landing-detail-container blockquote {
	width:95%;
	margin: 40px auto;
	margin-top: 20px;
	padding: 30px 23px;
    border-left: 6px solid #f89d19;
    background: #fff0dd;
    color:  #222222;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.node-type-blog .comment-add-form .form-checkbox,
.page-comment .form-checkbox {
    display:none;
}



/***** #194874 *****/
.landing-detail-container .big-blue-button .btn{
  margin: 20px 0px 0px 0px;
}
.node-type-multimedia .landing-detail-type{
  color:#666666;
}
 .node-type-multimedia .landing-detail-container p a{
  text-decoration:none;
}
.landing-detail-container .landing-detail-region-type-container .list-items{
  padding:7px 0 6px 0px;
}
.big-blue-button .filesize{
  color:  #9ad1f0;
  font-size: 12px!important;
}
.landing-detail-container .big-blue-button a{
/*
  padding: 9px 18px 9px 18px;
*/
}

.node-type-document .block-menu.header-links a.library,
.node-type-multimedia .gen-page-right-menu a.multimedia-sub,
.node-type-news .gen-page-right-menu a.news-sub,
.node-type-event .gen-page-right-menu a.events-calendar-full,
.node-type-event .gen-page-right-menu a.events-calendar-mobile,
.node-type-multimedia a.news-and-media,
.node-type-news a.news-and-media,
.node-type-event a.news-and-media,
.page-events .landing-side-menu .events-calendar-full{
  color: #18a2f3;
}
.landing-detail-content .light{
  white-space:no-break;
}
.node-type-multimedia .landing-detail-photo{
  margin-top:26px;
}
/***** #194874 *****/


/*blog*/
.detail-comment-section .comment-section {
    overflow: hidden;
}
.node-type-blog .form-item-notify-type input[type=radio],
.page-comment .form-item-notify-type input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.node-type-blog .form-item-notify-type,
.page-comment .form-item-notify-type {
    position: relative
}
.node-type-blog .notify,
.page-comment .notify {
    margin-top: 3px;
}
.node-type-blog .check,
.page-comment .check {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 2px;
    left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.node-type-blog .check::before,
.page-comment .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 5px;
    width: 5px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
   	-webkit-transition: background 0.25s linear;
}
.node-type-blog .form-item-notify-type input[type=radio]:checked ~ .check::before,
.page-comment .form-item-notify-type input[type=radio]:checked ~ .check::before {
	background: #f36f32
}
#edit-notify-type {
    display: block!important;
}
#edit-notify-type.closed {
    display: none!important;
}
.node-type-blog .selected .notify:before,
.page-comment .selected .notify:before  {
    content: "\f00c";
    color: #f36f32;
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    font-size: 17px;
    left: 16px
}
.node-type-blog .form-item-notify,
.page-comment .form-item-notify {
    position: relative;
}
.node-type-blog .form-item-notify ,
.node-type-blog .captch-message-before,
.page-comment-reply .captch-message-before,
.node-type-blog .mollom-privacy,
.page-comment-reply .mollom-privacy,
.page-comment .form-item-notify {
    padding-left: 15px;
    margin-bottom: 18px;
}
/*author*/
.blog-author-details .blog-author-name a:hover,
.blog-author-details .blog-author-organization-desig a:hover,
.comment-published .submitted a:hover {
    color: #18a2f3;
}
.blog-detail-authors {
    margin-top: 39px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 29px;
}
.blog-detail-authors .block-title,
.comment-links .comment-title {
    color:  #666666;
	font-size: 40px;
	font-weight: 400;
}
.blog-detail-authors .views-row,
.blog-author-image {
    padding-left: 0;
    overflow: hidden;
}
.blog-author-image img:hover {
   opacity: 0.9;
}
.blog-author-details {
    padding-left: 25px;
}
.blog-author-details .blog-author-name a {
	color: #127bb8;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	line-height: 16px;
}
.blog-author-details .blog-author-organization-desig a,
.blog-author-details .blog-author-organization-desig {
	color:  #666666;
	font-size: 18px;
	/*display: inline-block;*/
	font-style: italic;
}
.blog-author-details .blog-author-organization-desig a{
  cursor: pointer;
}
.blog-author-details .blog-author-bio {
	color:  #000000;
	font-size: 14px;
	font-weight: 400;
	margin-top: 12px;
}
.landing-detail-container .comment-published h3 {
    margin: 0;
	color:  #222222;
	font-size: 18px;
	font-weight: 700
}

.comment-published .submitted,
.comment-published .submitted a {
	color:  #666666;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}
.comment-published .submitted {
	display: inline-block;
	margin-bottom: 14px;
}
.comment-published .content {
    margin-bottom: 18px;
}
.comment-wrapper .indented .indented {
    padding-left: 35px;
}
.comment-wrapper .indented.depth,
.comment-wrapper .indented.depth-1 {
    padding-left: 0 !important;
}
.comment-wrapper .indented .indented .comment {
    border-left: 10px solid #ececec;
    padding-left: 25px;
}
.comment-wrapper .indented  .landing-new-comment ul {
    margin: 0;
}
.comment-wrapper .indented  .landing-new-comment ul li {
    margin: 0;
}
.comment-wrapper .indented  .landing-new-comment ul li.comment-reply.first {
    display: none;
}
.indented .comment {
    margin-bottom: 30px;
    margin-top: 15px;
}
.path-node article.comment.container { padding: 0; }
.path-comment article.comment.container { margin-top: 1.5rem; }
.indented article.comment .landing-new-comment { padding-top: 0;}
/*
.comment-wrapper .comment {
    padding-bottom: 30px;
}
*/
.comment-threading {
    margin-bottom: 10px;
}
.detail-comment-section {
    width:90%;
    margin: auto;
}

.comment-section textarea {
    height: 135px;
}
.form-textarea-wrapper .grippie {
    display: none;
}
.form-item-notify label {
	color:  #222222;
	font-size: 18px;
	font-weight: 700;
}
.form-item-notify-type label,
.captch-message-before {
	font-size: 18px;
	font-weight: 400
}
.mollom-privacy {
	color:  #222222;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 56px;
}
#edit-notify-type {
    margin-bottom: 18px;
}
/*.comment-wrapper .btn,*/
/*.page-comment .detail-comment-section .btn {*/
/*    display: block;*/
/*    margin: auto;*/
/*    border: 0;*/
/*    border-radius: 0;*/
/*    background: #127bb8;*/
/*    color:  #ffffff;*/
/*	font-size: 16px;*/
/*	font-weight: 400;*/
/*	line-height: 18px;*/
/*	padding: 8px 15px;*/
/*}*/
/*.page-comment .detail-comment-section .btn:hover{*/
/*  background: #18a2f3;*/
/*}*/
/*.page-comment .mollom-privacy a{*/
/*  text-decoration:none;*/
/*}*/
/*.comment-wrapper .btn:hover {*/
/*	  background: #18a2f3;*/
/*}*/

.landing-detail-content .light{
	  white-space:no-break;
	  display: inline-block;
}
.big-blue-button.back-to-blog{
	  padding-left:0px;
	  margin-top:38px;
}
.big-blue-button.back-to-blog a {
    padding: 11px 24px;
}
.landing-detail-description a:hover {
    text-decoration: underline;
}

/*multimedia,events,news menu*/

.page-news .landing-side-menu .gen-page-right-menu,
.page-events .landing-side-menu .gen-page-right-menu,
.page-multimedia .landing-side-menu .gen-page-right-menu{
  float:none;
  padding-bottom:22px;
}
.landing-side-menu{
  padding-left:0px;
}
/*multimedia,events,news menu*/
/*------blog reply page-------*/
.page-comment-reply .landing-new-comment{
    margin: auto;
    margin-top: 37px;
}
.page-comment-reply .comment-form{
    margin-bottom:60px;
}

.detail-comment-section {
    width: 78%;
    margin: auto;
}
/**/
.node-type-multimedia.general-content-pages .infographics  .landing-detail-photo {
    margin: 26px auto 0;
}

.facebook-video.social-facebook{
	height:auto;
}
/*media query*/

	@media (min-width: 1200px) {
        .landing-list .item-image,
        .landing-list,
        .view-sort,
        .block-search-api-sorts,
        .sub-view-title,
		.events-search-sort {
			padding: 0;
		}
		.landing-list .item-desc {
		    padding-left: 5px;
		}
		.landing-featured-blog .landing-list .item-desc {
		     padding-left: 0;
             margin-left: -8px;
		}
		.landing-featured-blog .landing-featured-row {
		    margin-left: 0;
		}

		.landing-list .pagination {
		    margin-left: 297px;
		}
		/*infographic*/
		.general-content-pages .landing-detail-photo {
			width:860px;
		}
		.general-content-pages .landing-detail-photo img {
		    width:100%;
		}
		.detail-video-wrapper {
		    width: 858px;
		    height: 515px
		}
		.blog-author-image img,
		.blog-author-image {
			width: 140px;
			padding-right:0;
		}
     /*blog reply page*/
    .page-comment-reply .landing-new-comment{
        width: 1180px;
        margin: auto;
        padding-top: 36px;
     }
 	}
  @media screen  and (min-width: 768px) {
          .node-type-document .document-field-image.col-sm-3{
              width:26%;
          }
          .node-type-document .desc-file-container.col-sm-9{
              width:74%;
          }
          .landing-filter {
              padding: 0 0 0 30px !important;
          }
          .landing-filter {
              border-left: 1px solid #ccc !important;
          }
    }
	@media screen  and (max-width: 1200px) {
		.landing-list .item-image,
		.view-sort,
		.block-search-api-sorts
		.landing-page-filter,
		.landing-list {
			padding: 0;
		}
		.blog-author-image img,
		.blog-author-image {
			width: 140px;
			padding-right: 0;
		}

	}
	@media screen  and (min-width: 992px) and (max-width: 1200px) {
		.landing-filter .views-widget-filter-search_api_views_fulltext {
		    width: 135px;
		}
		.landing-filter {
		    padding-left: 20px !important;
		}
		.landing-list-container,
		.page-events .events-search-sort{
		    padding: 0 90px;
		}
		.landing-list-container .sub-view-title,
		.events-search-sort,
		.block-search-api-sorts  {
		    padding: 0;
		}
		.landing-list-container .landing-filter {
		    padding-right: 0;
		}
		.landing-featured-blog .landing-featured-row {
		    margin-left: 0;
		}
		.landing-list .pagination {
		    margin-left: 215px;
		}
		/*detail page*/
		.landing-detail-header {
		    padding: 0;
		}
		.landing-detail-container {
		    padding: 0 90px;
		}
		.contact-photo {
			width: 40%;
		}
		.contact-details {
			width: 60%;
		}
		.landing-detail-header {
		    padding-right: 90px
		}
		/*blog reply page*/
		.page-comment-reply .landing-new-comment{
			width: 86%;
			padding: 0px 15px;
		 }
		.blog-author-image img,
		.blog-author-image {
		    width: 130px;
		}
	}
	@media screen  and (max-width: 992px) {
	    .landing-list {
	        padding: 15px;
	    }
      .node-type-news .landing-detail{
        /*  margin-bottom:0px; */
      }
	    .landing-filter {
	        border-left: none!important;
	        padding-left: 15px !important;
	    }
	    .container.landing-list-container {
	        padding: 0 15px;
	    }
	    .container.landing-featured-blog {
	        padding:0 30px;
	    }
	    .landing-page-filter,
	    .page-blog .view-sort .block-search-api-sorts,
	    .landing-featured-blog .landing-list .item-desc {
	        padding: 0;
	    }
	    .landing-featured-blog .landing-featured-row .views-row {
	        border-right: 0;
	        border-bottom: 20px solid #fff;
	    }
	    .landing-featured-blog .landing-featured-row {
	        margin-bottom: 0;ß
	    }
	    /*infographic*/
	    .landing-detail-highlight.container {
	        padding: 50px 30px;
	    }
	    .general-content-pages .visible-xs {
	        display: block!important;
	    }
	    .general-content-pages .hidden-xs {
	        display: none!important;
	    }
	    .general-content-pages .visible-xs .gen-page-right-menu {
	        padding-left: 15px;
	        border: 0;
	    }
	    .landing-detail-header {
	        margin-bottom: 17px;
	    }
	    .node-type-event #heading-text-no-overlay,
      .node-type-multimedia #heading-text-no-overlay,
      .node-type-news #heading-text-no-overlay {
	        padding-top: 15px;
	    }	    /*video*/
	    .landing-detail-content .landing-detail-view-all.hidden-xs {
	        display: none!important;
	    }
	    .landing-detail-content .landing-detail-view-all.hidden-lg {
	        display: inline-block!important;
	    }
	    .landing-detail-header {
	        padding-right: 30px;
	    }
        .page-multimedia .landing-list-container,
        .page-events .landing-list-container,
        .page-news .landing-list-container{
            margin-top:18px;
        }
	    .landing-list-container {
	        margin-top: 25px;
	    }
	    .blog-field_secondary_title h2 {
	        margin: 0;
	    }
	    .landing-detail-container.landing-list {
	        margin-top: 0;
	    }
	    .page-library #heading-text-no-overlay .page-header {
	        margin-bottom: 20px;
	    }
	    .detail-video-wrapper.facebook-video iframe {
          width: 100%!important;
        }
	    .detail-video-wrapper.facebook-video.social-facebook {
	      height: auto;
	    }
	}
	@media screen and (max-width: 767px) {
   img.photo-right, img.photo-left {
      float: none;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
		.landing-list .item-desc,
		.landing-list .featured-info {
		    margin-top: 15px;
		}
		ul.pagination li a,
		ul.pagination>.disabled>a,
	    ul.pagination>.disabled>a:hover,
	    ul.pagination .pager-next a:before,
	    ul.pagination .pager-previous a:before {
	        font-size: 14px;
	    }
	    .landing-list .landing-list-image img,
	    .landing-list .landing-list-featured img,
	    .document-field-image img {
	        margin: auto;
	    }
	    .panels-flexible-column-inside,
	    .view-sort,
	    .visible-xs.phone-menu {
	        padding-left: 0;
	    }
	    .landing-list .item-desc,
	    .container.landing-list-container,
	    .landing-list .featured-info,
	    .landing-list .featured-info>div,
	    .landing-detail-container .landing-detail-content {
	        padding:0
	    }
	    .landing-featured-blog {
	        margin: 0 15px;
	    }
	    /*detail page*/
	    .landing-detail-header {
	        padding-left: 15px;
	        padding-right: 15px;
	        margin-bottom: 15px;
	    }
	    .landing-detail-container,
	    .landing-detail-header,
	    .node-type-multimedia .visible-xs .gen-page-right-menu {
	        padding-left: 0;
	    }
	    /*infographic*/
	    .landing-detail-highlight.container {
	        padding: 50px 15px;
	    }
	    .general-content-pages .landing-list {
	        padding: 0;
	    }
	    .landing-detail-container .big-blue-button a {
	        padding: 15px 11px;
	    }
	    .landing-detail-media-contact.visible-xs {
	        padding: 0 15px;
	    }
	    .landing-detail-container .addthis_toolbox {
	        float: left;
	        margin-top: 4px;
	    }
	    .landing-detail-container .time-period-location-container {
	        line-height: 24px;
	    }
	    /*Bug #194892*/
	    .landing-detail-container .desc-file-container {
	       /* margin-top: 15px; */
	    }
	    .detail-blog-quotes,
	    .landing-detail-container blockquote {
	        width: 100%;
	    }
	    .blog-detail-authors .blog-author-image {
	        margin: auto;
	    }
	    .blog-detail-authors .blog-author-details {
	        padding-top: 20px;
	        text-align: center;
	    }
	    .mobile-hide {
	        display: none;
	    }
	    .landing-detail-container ul.addtocal_menu {
	        min-width: 110px;
	    }
    /*blog reply page*/
    .page-comment-reply .landing-new-comment{
         padding: 0px 15px;
     }
     .landing-detail-description iframe{
        width: 100%;
     }
	}
  @media screen and (max-width: 580px) {
  .landing-detail-container .landing-detail .document-field-image {
    margin-bottom:30px;
  }
}
@media screen and (max-width: 480px) {
 .node-type-event .time-period-location-container.author-datetime .pull-left,
 .node-type-event .time-period-location-container.author-datetime .addtocal{
        /*float:none !important;*/
  }
  .node-type-event .time-period-location-container.author-datetime .addtocal{
        display:inline;
  }
}
@media screen  and (min-width: 768px) and (max-width: 992px){
      /*blog reply page*/
    .page-comment-reply .landing-new-comment{
         padding: 0px 30px;
     }
}
@media screen  and (min-width: 992px){
    .page-events .landing-filter{
        float:right;
    }
}
@media screen and (max-width: 767px){
   .landing-side-menu .gen-page-right-menu{
        display:none;
   }
}
/*Phase 3 detail page comments*/
.landing-detail-container h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
figure{
    display: table;
}
figure figcaption {
    display: table-caption;
    caption-side: bottom;
}
figure figcaption p.photo-credit,
figure figcaption p.photo-credit a{
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
}
figure figcaption p{
    color: #222;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px!important;
}
figcaption p:last-child {
    margin-bottom: 0!important;
}
figure figcaption {
    background: rgba(0,0,0,0.05);
    padding: 17px;
}
.node-type-blog .landing-detail-type .author-datetime>span:first-child {
    margin-right: 4px
}
/*comments from client*/
.landing-detail-description iframe{
  display:block;
  margin:auto;
}
.node-type-document .small-description .dwnld-title{
  font-size:16px;
  font-weight:bold;
}
.landing-list-featured .featured .landing-list-featured-title{
  margin-bottom:9px;
}
/*Task #196077*/
.blog-field_secondary_title h2 {
    margin-bottom: 6px;
}
.landing-detail-container {
    margin-top: 46px;
}
#heading-text-no-overlay h1 {
    padding-bottom: 0;
}
.field-file-youtube-video-media-page {
    margin-bottom: 20px;
}

/*Task ##196350*/
 .node-type-multimedia .visible-xs .gen-page-right-menu{
           padding-top: 20px;
}
.field-file-youtube-video-media-page{
    position: relative;
    margin: 0 0 30px 0;
/*
    padding-bottom: 56.25%;
    padding-top: 30px;
*/
    padding: 0 0 56.25% 0;
    height: 0;
    overflow: hidden;
}
.field-file-youtube-video-media-page iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    bottom: 0;
    right: 0;
}

@media screen  and (min-width: 992px){
    .field-file-youtube-video-media-page{
       /* padding: 30px 0 35% 0;*/
        padding: 0 0 56.25% 0;
        margin: 0 auto 20px auto;
        max-width: 70%;
    }
    .node-type-multimedia .field-file-youtube-video-media-page {
        padding: 30px 0 50% 0;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
/*196656: Infographic Download Button */
.landing-list .download-file a:hover {
	text-decoration: none;
}
/*196975: Issues Related to Blue Buttons*/
.node-type-multimedia .landing-detail-container .big-blue-button a {
/*
    padding: 11px 18px 11px 18px;
*/
}
/*196660: No Comments */
.page-blog .landing-list-count.landing-list-author, .page-blog .nowrap.landing-list-author {
	color: #127bb8;
}
.page-blog .pipe-comment-seperator {
	float: left;
}
/* 193036: Adding Function for Committee Meetings & Documents*/
.ui-accordion-content.ui-accordion-content-active {
    height: auto!important;
}
h3.ui-accordion-header {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
}
a.tabledrag-handle .handle {
    height: 29px;
}
/* 196657: All Documents Text */
.page-library .region-content #block-system-main:first-child .view-sort:first-child {
    margin-top: -3px;
}
/*events disicion and meeting list block http://projects.assyst.in/issues/197522*/
.node-type-event .ui-accordion .ui-accordion-header{
    font-size: 18px;
    font-weight:400;
    margin-top: 3px;
    border-radius: 0;
    /*background:#f8f8f8;*/
    background: #ececec;
    border:1px solid #ececec;
    padding: 8px 15px 8px 28px;
}
.node-type-event .ui-state-default a,.node-type-event .ui-state-default a:link,.node-type-event .ui-state-default a:visited{
  color:#222222;
}
.node-type-event .ui-state-active .ui-icon,
.node-type-event .ui-state-default .ui-icon{
    background-image: none;
}

.node-type-event .ui-state-default:before {
    color: #222222;;
    content: "\f105";
    font: normal normal normal 19px/1 FontAwesome;
    position: absolute;
    left: 13px;
    top: 9px;
}
.node-type-event .ui-state-active:before{
    color: #222222;;
    content: "\f107";
    font: normal normal normal 19px/1 FontAwesome;
    position: absolute;
    left: 9px;
    top: 9px;
    font-weight: bold;

}
.node-type-event .quick-accordion .ui-accordion-content a{
  font-size:15px;
}
.node-type-event .quick-accordion .form-submit{
    background-color: #127bb8;
    border-color: #127bb8;
    color: #fff;
    border-radius:0px;
}
.node-type-event .quick-accordion .form-submit:hover{
    background-color: #18a2f3;
    border-color: #18a2f3;
}
.node-type-event .quick-accordion a.tabledrag-handle .handle{
  padding:0px 9px;
  margin: -2px 4px 0px 0px;
}
.not-logged-in.node-type-event .quick-accordion .table{
  margin-bottom: 0px;
}
.not-logged-in.node-type-event .quick-accordion .form-actions{
  margin:0px;
}
.node-type-event .table>tbody>tr>td {
    border-bottom: 1px solid #ececec;
}
.not-logged-in.node-type-event .table>tbody>tr>td {
     border-top: 0;
}
.not-logged-in.node-type-event .table>tbody>tr:last-child>td {
    border: none;
}

.node-type-event .ui-state-hover, .node-type-event .ui-state-focus, .node-type-event .ui-state-active {/*1716*/
    border: 1px solid #ececec;
    opacity: 0.9;
}
.ui-widget-content {
    border: 1px solid #ececec;
}
/*197356: Nested Ordered and Unordered List Margins*/
/*.general-content-pages .fullpage-section-contents ul li,*/
.landing-list ol li,
.fullpage-section-contents ol li {
    margin-bottom: 15px;
}
.landing-list ol,
.fullpage-section-contents ol {
    margin-bottom: 0;
}
/*subscribe*/
.page-subscribe .mc-whole-categories .check:before,
.page-subscribe .privacy-detatils .selectOne.check:before,
.page-update-subscription .privacy-detatils .selectOne.check:before,
.page-update-subscription .mc-whole-categories .check:before {
    content: "\f00c";
    color: #f36f32;
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    font-size: 17px;
    left: 1px
}

.page-subscribe .mc-whole-categories .input-group li,
.page-update-subscription .input-group li {
    position: relative;
}
.page-subscribe .policy-check>.input-clone:first-child {
    display: none;
}
.page-subscribe .privacy-detatils .input-clone,
.page-update-subscription .privacy-detatils .input-clone {
    cursor: not-allowed;
}
.page-subscribe #mc_embed_signup .mc-field-group.input-group ul li input[type="checkbox"],
.page-update-subscription #mc_embed_signup .mc-field-group.input-group ul li input {
    display: none;
}

.page-subscribe .input-clone,
.page-update-subscription .input-clone {
    margin-top: 5px;
}
/*end subscribe*/
/*198572: Library Doc Thumb Border*/
.page-library .view-document-library-search img,
.document-field-image img {
    border: 1px solid #ddd;
}
/*198572: End Library Doc Thumb Border*/
/*197694: Secretariat Page - Add Space Before Bio Link*/
.page-secretariat-members .email {
    margin-bottom: 8px
}


/*199981: Bullet Points Off when Different Font Sizes Used*/
.fullpage-section-contents ul.highlight-bullet li {
    background: none;
    display:table;
    padding: 0;
}
.fullpage-section-contents ul.highlight-bullet li:before {
   content: "\f111";
   font-family: FontAwesome;
   font-size:8px;
   padding-right: 15px;
   display: table-cell;
   position: relative;
   top: -3px;
}
/*view more in search #179084: Revive Old Search*/
.country-wrapper .facetapi-limit-link  {
    display: none;
}
.country-wrapper.open .facetapi-limit-link {
    display: block;
    margin-left: 25px;
    margin-top: -7px;
    font-size: 14px;
    color: #127bb8;
    text-decoration: none;
}
.country-wrapper.open .facetapi-limit-link:hover,
.country-wrapper.open .facetapi-limit-link:focus,
.country-wrapper.open .facetapi-limit-link:active {
    color: #18a2f3;
    text-decoration: none;
}
/*view more end*/

/*203986: Link Issues with Video Detail */
.landing-detail-content.video a {
    color: #127bb8;
}
.landing-detail-content.video a:hover,
.landing-detail-content.video a:active,
.landing-detail-content.video a:focus {
    color: #18a2f3;
}
.landing-detail-content.video a:before {
    content: '';
}
/*205368: Issue in Blog Photo-caption*/
.landing-detail-description .photo-center {
    text-align: center;
}
figure.photo-center {
    text-align: left;
}
/**/
/*Photo Caption Styles */
.node-type-general-pages figure.photo-center,
.landing-detail-description figure.photo-center {
    text-align: center;
}
.caption-photo-credit {
	background: rgba(0,0,0,0.05);
    display: block;
}
@media screen and (max-width: 768px) {
	.photo-right, .photo-left {
		margin: auto;
		margin-bottom: 20px;
	}
}

/*banner-box style*/

.node-type-general-pages.banner-box-page #block-system-main {
    overflow: visible;
}
.box-content-fullsection {
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_box_title {
    margin-top: 41px;
    margin-left: 96px;
    padding: 0;
}
.banner_box_title h1 {
    font-family: Arial;
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}
.banner-box-container {
    float: left;
	margin: 40px auto;
  max-width: 1140px;
    position: relative;
    padding: 50px;
}
.banner-box-container .fullpage-arrow-down {
    border-left: 30px solid transparent!important;
    border-right: 30px solid transparent!important;
}
.box-content-image {
		padding: 0;
}
.box-content-text {
    padding-left: 50px;
}
/*without img*/
.no-image-content .box-content-text {
    padding-left: 0;
}
.banner-box-container.no-image-content {
    padding: 45px 48px;
}

 /*lowbandwidth styles*/
.lowbandwidth .banner_box_title {
    margin-top: 41px;
}
.lowbandwidth .banner_box_title h1 {
    color: #666;
}
.lowbandwidth .box-content-text {
    padding-left: 0;
}

@media screen and (max-width: 991px) {
	.banner_box_title {
		margin-top: 34px;
		margin-left: 30px;
	}
	.banner_box_title h1 {
		color: #666;
		margin-left: 0;
	}
    .box-content-fullsection {
        background-image: none!important;
    }
	.box-content-image img {
		margin: auto;
		margin-bottom: 30px;
	}
	.banner-box-container {
	    margin: 30px 0 0 0;
	}
	.box-content-image {
	    width: auto;
	}
	#banner-box .col-md-9 {
		width: auto !important;
	}
	.box-content-text {
		padding-left: 15px;
	}
}

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


	.detail-video-wrapper.social-facebook {
		position: relative;
		padding-bottom: 56.25%!important;
		padding-top: 25px;
		height: 0;
		width:100%;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.detail-video-wrapper..social-facebook {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
/*
		height: auto!important;
*/
		right: 0;
		margin: 0 auto;

	}



	.banner-box-container {
		padding: 50px 0px;
	}
	.banner_box_title {
	    margin-left: 15px;
	}
    .node-type-general-pages.banner-box-page #fullpage-1 .fullpage-section-contents.container {
        padding-top: 50px!important;
    }
    .banner_box_title h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 1200px){
	.box-content-image {
		width: 250px;
	}
}
#banner-box .col-md-9 {
    width: 75%;
}
/*208203: New Page Box/Banner Font Size*/
.banner-box-container .box-content-text {
    font-size: 18px
}
/****/
/*207754: Link Color Consistency*/
.photo-credit a,
.blog-author-details .blog-author-organization-desig a {
    color: #127bb8;
}
.photo-credit a:hover,
.blog-author-details .blog-author-organization-desig a:hover {
	color: #18a2f3;
}
.view-results-stories .title a {
	color: #127bb8;
}
.results-stories-wrapper:hover .title a {
    color: #18a2f3;
}
/*common list style*/
.video ul li,
.landing-detail-container.landing-list .landing-detail-description ul li{
    background: url(/themes/custom/gpe/img/fullpage-bullet-01.png) 0 6px no-repeat;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    list-style: none;
    line-height: 1.3;
    color:#222;
}
.video ol li{
	line-height: 1.3;
    color:#222;
    padding: 0 0 0 6px;
}
.video ul,
.video ol,
.landing-detail-container.landing-list .landing-detail-content ul,
.landing-detail-container.landing-list .landing-detail-content ol{
    margin-bottom: 20px;
}
.video ol{
	padding-left:57px;
}
.node-type-multimedia .landing-detail-container p{
	margin-bottom:20px;
}
/*common list style*/
/**************subscription widget text border************/
.email-txt-wrapper .form-item-mail{
    border: 1px solid #d2d2d2;
}
/**************subscription widget text border************/
@media screen and (min-width: 1025px) {
/*youtube videos*/
    .field-file-youtube-video-media-page.centered_medium_860 {
       /*padding: 0 0 35.77% 0;*/
       height: 480px;
       padding: 0;
       /*padding: 0 0 32% 0;*/
    }
    .field-file-youtube-video-media-page.blog_small_560 {
        /*padding: 0 0 23.35% 0;*/
        /*padding: 0 0 20.91% 0;*/
        height: 315px;
        padding: 0;
    }
    .field-file-youtube-video-media-page.centered_large_1170 {
/*
            padding: 0 0 48.81% 0;

		padding: 0 0 43.81% 0;*/
		height: 659px;
		padding: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .field-file-youtube-video-media-page.blog_small_560 {
            padding: 40px 0 37.38% 0;
    }
}
