        #q2,
        #q3,
        #q4,
        #content2,
        #content3,
        #result1,
        #result2,
        #result3,
        #comment1,
        #comment2,
        #comment3,
        #comment4,
        #comment5,
        #comment6 {
            display: none;
        }
        body {
            text-align: center;
            background-color: #fff;
            font-family: helvetica,arial,sans-serif;
            font-size: 11px;
            margin: 0;
            padding: 0;
            background: #fff;
        }

        .header_container {
            background-color: #E9433F;
        }
        .footer {
            font-size: 10px;
            margin-top: 100px;
        }
        .header {
            background: #003b64 no-repeat 10px center;
            max-width: 1100px;
            margin: 0 auto;
            padding: 0px;
        }

        td {
            background-color: transparent;
            -webkit-transition: all .3s ease-in;
            -moz-transition: all .3s ease-in;
            -ms-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in
        }

        .result {
            margin: 0;
            font-weight: bold;
            padding: 5px 0 5px 25px;
        }

        hr {
            height: 0;
            font-size: 0;
            line-height: 0;
            border: none;
            background: 0 0;
            border-bottom: 1px #dadde1 solid;
            margin: 0 5px
        }

        .hr-red {
            border: 1px solid #e62b1e!important;
            width: 50%;
            color: #fff;
            margin: 0 auto;
            padding: 0;
        }

        .header span {
            color: #d7d7d7;
        }
        .content {
            padding: 10px 10px;
            max-width: 850px;
            margin: 0 auto;
        }
        .dt {
            font-size: 12px;
            text-align: right;
        }
        .main-content {
            padding: 5px;
            background-color: #111111;
            border: 3px solid silver;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: -5px 8px 10px 5px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: -5px 8px 10px 5px rgba(0, 0, 0, 0.5);
            box-shadow: -5px 8px 10px 5px rgba(0, 0, 0, 0.5);
        }
        .main-content h1 {
            font-weight: 400;
            text-align: center;
            margin: 0;
			color: white;
		}
        .main-content h2 {
            font-weight: 400;
            text-align: center;
            margin: 0;
			color: white;
        }
        .main-content h2 {
            font-size: 1.5em;
            font-weight: 700;
            font-weight: normal;
        }
        .main-content p {
            font-size: 14px
        }

        .show_next_wrap {
            padding: 0 0 1px;
            border: 0;
            text-align: center
        }

        .show_next {
            font-size: 14px!important;
            color: #426997;
            padding: 15px 0;
            font-weight: 400;
            border-radius: 0;
            border: 0;
            background: 0 0;
            display: block
        }

        .border_bottom {
            border-bottom: 1px solid #dfe3e8
        }

        .like_people {
            height: 38px;
            display: table;
            padding: 0 0 1px;
            margin: 0 -2px 5px
        }

        .like_people_images {
            display: table-cell;
            vertical-align: middle;
            white-space: nowrap
        }

        .like_people_image_wrap:first-child {
            z-index: 1;
            margin: 0
        }

        .like_people_image_wrap {
            width: 24px;
            height: 24px;
            border-radius: 100%;
            display: inline-block;
            vertical-align: top;
            margin: 0 0 0 -10px;
            position: relative;
            border: 2px solid #fff;
            overflow: hidden
        }

        .like_people_image {
            width: 24px;
            height: 24px;
            border-radius: 100%;
            overflow: hidden
        }

        .like_people_text {
            display: table-cell;
            vertical-align: middle;
            font-size: 13px;
            line-height: 14px;
            color: #909499;
            letter-spacing: -.08px;
            padding: 0 0 0 6px
        }

        .question {
            max-width: 400px;
            margin: 0 auto;
        }
        p.question {
            font-size: 18px;
        }


        .button {
            background: #F00464;
            background: -moz-linear-gradient(top, #F00464 0%, #e62b1e 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2F00464), color-stop(100%, #e62b1e));
            background: -webkit-linear-gradient(top, #F00464 0%, #e62b1e 100%);
            background: -o-linear-gradient(top, #F00464 0%, #e62b1e 100%);
            background: -ms-linear-gradient(top, #F00464 0%, #e62b1e 100%);
            background: linear-gradient(to bottom, #F00464 0%, #e62b1e 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F00464', endColorstr='#e62b1e', GradientType=0);
            text-align: center;
            padding: 8px 16px 8px 16px;
            margin: 12px 12px 12px 12px ;
            cursor: pointer;
            max-width: 200px;
            font-size: 15px;
            color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            text-decoration: none;
        }
        .loading {
            text-align: center;
        }
        p {
            font-size: 16px!important;
        }
        .button2 {
            background: -webkit-linear-gradient(#127fd2, #33a7e8);
            background: -o-linear-gradient(#127fd2, #33a7e8);
            background: -moz-linear-gradient(#127fd2, #33a7e8);
            background: linear-gradient(#127fd2, #33a7e8);
            text-align: center;
            color: #fff;
            font-size: 20px;
            padding: 10px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }
        a.claim {
            color: #fff;
            text-decoration: none;
        }
        .profile {
            float: left;
            width: 60px;
            margin-right: 10px;
            cursor: pointer;
        }
        .comments {
            background-color: #eeeff4;
            border-bottom: 2px solid #fff;
            padding: 10px;
        }
        .profile img,
        .comment-content img {} .comment-content {
            cursor: pointer;
            margin-right: 10px;
        }
        .comment-content p {
            padding-left: 70px;
        }
        .name {
            font-weight: bold;
            color: #3b5998;
            margin: 0;
            cursor: pointer;
        }
        .clr {
            clear: both;
        }
        .comment-status {
            font-size: 11px;
            cursor: pointer;
        }
        .comment-status span {
            color: #3b5998;
        }
        section.commentsfb .title {
            display: inline-block;
            margin-top: 20px;
            margin-bottom: 26px
        }
        section.commentsfb .comment {
            margin-bottom: 20px
        }
        section.commentsfb .comment .pic {
            float: left;
            display: table-cell
        }
        section.commentsfb .comment .contentcoment {
            display: table-cell;
            padding-left: 10px
        }
        section.commentsfb .comment .content {
            margin-top: 3px;
            margin-bottom: 7px
        }
        section.commentsfb .comment .date {
            color: #9298a4;
            font-size: 12px
        }
        section.commentsfb .comment .date span {
            color: #8391b1
        }
        .fbcoms2.container {
            font-family: Tahoma, Verdana, sans-serif;
            background-color: #fff;
            border: 1px solid #c3c4ca;
            margin-top: 10px;
            border-radius: 5px;
            overflow: hidden;
            padding: 0;
            font-size: 12px;
            text-align: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        .comments {
            font-weight: 700;
            text-align: center;
            padding: 0 5px 10px
        }

        .photo_avatar img {
            border-radius: 50%;
            height: 40px;
            width: 40px
        }

        .comment_name {
            font-size: 14px;
            color: #426997;
            font-weight: 600
        }

        .comment_text {
            font-size: 14px;
            line-height: 19px;
            padding: 0;
            margin-top: 2px;
            letter-spacing: -.22px
        }

        .comments__item__meta {
            font-size: 9px;
            line-height: 14px;
            margin-top: 6px
        }

        .item_date,.pi_acts_link .i_icon,.wi_buttons b {
            display: inline-block;
            vertical-align: top
        }

        .pi_links,.pi_links a,.show_next {
            line-height: 16px
        }

        .item_date,.pi_links a {
            font-size: 13px;
            letter-spacing: -.08px
        }

        .item_date {
            color: #909499
        }

        .wi_buttons {
            padding: 0;
            position: relative;
            overflow: visible;
            height: 46px
        }

        .item_like,.item_share,.item_views {
            color: #999;
            padding: 4px;
            margin-left: 1px;
            font-weight: 700
        }

        .wi_buttons_wrap {
            display: table;
            min-width: 100%;
            padding: 2px 0 0 2px;
            box-sizing: border-box;
            margin: 0 0 0 -14px
        }

        .wi_buttons .like_wrap {
            display: table
        }

        .wi_buttons .item_like,.wi_buttons .item_share {
            float: none;
            margin: 0;
            background: 0 0
        }

        .wi_buttons .item_like,.wi_buttons .item_share,.wi_buttons .item_views {
            display: table-cell;
            vertical-align: top;
            line-height: 20px;
            padding: 10px 12px 11px;
            text-align: left;
            min-width: 60px
        }

        .wi_buttons i.i_like {
            background-position: 0 -60px!important
        }

        .wi_buttons i.i_share {
            background-position: 0 -100px!important
        }

        .wi_buttons i.i_views {
            background-position: 0 -160px!important
        }

        .wi_buttons .item_views {
            width: 100%;
            text-align: right;
            padding: 10px 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .wi_buttons i.i_like,.wi_buttons i.i_share,.wi_buttons i.i_views {
            background-image: url("action_icons_20px_2x.png");
            display: inline-block;
            vertical-align: top;
            width: 20px;
            height: 20px;
            margin: 0;
            padding: 0;
            background-size: 100%!important;
            background-repeat: no-repeat
        }

        .wi_buttons i.i_like,.wi_buttons i.i_share {
            float: left
        }

        .wi_buttons b {
            color: #909499;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -.2px;
            margin: 0 0 0 6px!important
        }

        .pi_links {
            font-size: 13px;
            color: #909499;
            padding: 0;
            margin: 5px 0 0;
            overflow: hidden
        }

        .pi_links a {
            padding: 0;
            margin: 0 3px;
            color: #4c6b8f;
            cursor: pointer
        }

        .pi_acts_link {
            margin: 0!important;
            float: right;
            -webkit-tap-highlight-color: transparent
        }

        .pi_acts_link .i_icon {
            background-image: url("comment_action_2x.png");
            background-position: 0 0;
            margin: 2px 0 0;
            background-repeat: no-repeat;
            background-size: 100%!important;
            width: 12px;
            height: 12px;
            padding: 0
        }

        .comments hr {
            margin: 0!important
        }

        .totlikes {
            margin-top: 3px;
            background-color: #eeeff4;
            padding: 5px 10px;
            background-repeat: no-repeat;
            background-position: 5px center
        }
        .fbblue {
            color: #3c5a96
        }
        .buttons {
            padding-bottom: 0;
            margin-bottom: 7px;
            margin-top: 7px;
            padding-left: 10px;
            font-family: Arial, sans-serif;
            color: #7d7d7f
        }
        .buttons span {
            cursor: pointer
        }
        .buttons span:hover {
            text-decoration: underline
        }
        .viewmore {
            margin-top: 3px;
            background-color: #eeeff4;
            padding: 5px 10px;
            background-position: 5px center;
            background-repeat: no-repeat;
            overflow: hidden
        }
        .left {
            cursor: pointer;
            float: left;
            color: #3c5a96
        }
        .left:hover {
            text-decoration: underline
        }
        .right {
            color: #7d7d7f;
            float: right
        }
        .item {
            position: relative;
            margin-top: 3px;
            background-color: #eeeff4;
            padding: 5px 5px 5px 65px;
            min-height: 60px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%!important
        }
        .item .profileimg {
            position: absolute;
            top: 5px;
            left: 10px
        }
        .comtxt {
            line-height: 16px;
            margin-top: 0
        }
        .name {
            color: #3c5a96;
            font-weight: 700
        }
        .ago {
            color: #86878c;
            font-size: .95em
        }
        .fblike {
            color: #3c5a96;
            font-size: .95em;
            cursor: pointer
        }
        .fblike:hover {
            text-decoration: underline
        }
        .combot {
            padding-top: 5px
        }
        .clickhere {
            font-weight: 700;
            padding: 30px 10px 5px;
            line-height: 18px
        }
        .likes {
            color: #3c5a96;
            font-size: .95em;
            cursor: pointer
        }
        .button {
            font-size: 24px;
        }
        .question {
            font-size: 18px!important;
        }
        .fbimg {
            background-color: #fff;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            max-width: 210px;
            width: 100%;
            padding: 3px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid gray;
            margin: 10px 0 5px
        }
        .hidden {
            display: none;
            opacity: 0
        }
        .hidden .comtxt,
        .hidden .combot,
        .comments {
            display: none
        }
        .result {
            text-align: left!important;
        }

        @media screen and (min-width:460px) {
            .comments__item__meta {
                font-size: 8px
            }
        }

        .header-logos{
        	text-align: center;
        	padding-top: 0px;
        	position: relative;
        }

        .header-logos img{
        	max-width: 95%;
        	max-height:250px;
        	padding-bottom: 5px;
        }

        img.rounded-corners {

          border-radius: 30px;

        }
                         