/* ============================================= Header ============================================= */

/* ============================================= /Header ============================================= */

/* ============================================= Footer ============================================= */
/* #footerBox
{
    width: 100%;
    min-width: 1220px;
    max-width: 3000px;
    height: 376px;
    margin: 0px auto;
    background: #005579;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
    padding-bottom: 10px;
}
#footerBox h4, #footerBox p, #footerBox a, #footerBox img, #footerBox ul, #footerBox li
{
    margin: 0; padding: 0;
    border: 0; outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align:top;
    background: transparent
}
#footerBox ul, ol { margin-bottom: 0px }
#footerBox ul 	{ list-style:none }
#footerBox ol 	{ list-style: decimal }
#footerBox li	{ margin: 0px;}
#footerBox A
{
    text-decoration: none;
    color: #ff8c2a;
}
#footerBox .content
{
    width: 1050px;
    height: 376px;
    margin: 0px auto;
    line-height: 14px;
}
#footerBox .content .up
{
    width: 1000px;
    height: 325px;
    float: left;
}
#footerBox .content .up .item
{
    float: left;
    padding: 26px 20px 10px 20px;
}
#footerBox .content .up .item.logo
{
    width: 200px;
    padding-left: 70px;
}
#footerBox .content .up .item div
{
    margin-bottom: 9px;
    color: #e5e5e5;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
}
#footerBox .content .up .item UL
{
    margin: 0px;
}
#footerBox .content .up .item UL LI
{
    margin-bottom: 6px;
}
#footerBox .content .up .item.logo A
{
    margin-bottom: 8px;
    display: block;
}
#footerBox .content .up .item.logo P
{
    color: #9e9e9e;
    font-size: 10px;
    margin-bottom: 5px;
}
#footerBox .content .up .item.logo .marginBottom
{
    margin-bottom: 25px;
}
#footerBox .content .down
{
    padding: 18px 0px;
    margin-left: 20px;
    width: 900px;
    border-top: 1px solid #6f6f6f;
    float: left;
}
#footerBox .content .down SPAN
{
    padding: 0px 23px;
    color: #ff8c2a;
}
#footerBox .content .down .socialIcon {
    display: inline-block;
    width: 205px;
    height: 20px;
}
#footerBox .content .down .socialIcon .twitter {
    background: url('/static/img/header/twitterblack.png') no-repeat;
    width: 17px;
    height: 15px;
}
#footerBox .content .down .socialIcon .twitter:hover {
    background: url('/static/img/header/twittercolor.png') no-repeat;
}
#footerBox .content .down .socialIcon .facebook {
    background: url('/static/img/header/facebookblack.png') no-repeat;
    width: 15px;
    height: 15px;
}
#footerBox .content .down .socialIcon .facebook:hover {
    background: url('/static/img/header/facebookcolor.png') no-repeat;
}
#footerBox .content .down .socialIcon .youtube {
    background: url('/static/img/header/playblack.png') no-repeat;
    width: 20px;
    height: 15px;
}
#footerBox .content .down .socialIcon .youtube:hover {
    background: url('/static/img/header/play.png') no-repeat;
}
#footerBox .content .down .socialIcon .instagram {
    background: url('/static/img/header/instagram.png') no-repeat;
    width: 20px;
    height: 20px;
}
#footerBox .content .down .socialIcon .instagram:hover {
    background: url('/static/img/header/instagra-hover.png') no-repeat;
}
#footerBox .content .down .socialIcon .linkedin svg:hover path{
    fill:#5379F3;
}
#footerBox .content .down .socialIcon a:last-child {
    font-size: 0;
    margin: -3px  6px 0 6px;
    display: inline-block;
}
#footerBox .content .down .socialIcon a {
    font-size: 0;
    margin: 0 10px;
    display: inline-block;
} */
.footer-forum-new{
    margin-top: 14px;
    margin-bottom: 0px;
    /* background-color: white; */
    border-radius: 20px 20px 0 0;
    padding: 20px;
    padding-top: 0px;
    color: #0F0F0F;
    font-family: "Poppins" ,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    z-index: 1000;
  } 
  .footer-forum-new .horisontal-separator{
    width: 100%;
    height: 1px;
    background: #707070;
    margin-bottom: 10px;
  }
  .footer-forum-new .logo{
    display: block;
    width: 90px;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .footer-forum-new .logo svg{
    display: block;
    width: 90px;
    height: 40px;
  }
  .footer-forum-new .container{ 
    display: flex;
    justify-content: space-between;
    gap: 40px;
    font-size: 16px;
  }
  .get-application-btn{
    position: relative;
    height: 52px;
    width: 165px;
  }
  .footer-forum-new  .svgBtn{
    position: absolute;
    top:0;
  }
  .footer-forum-new .hoverSvg{
    display: none;
  }
  .footer-forum-new  .svgBtn:hover{
    opacity: 0;
  } 
  .footer-forum-new  .svgBtn:hover ~ .hoverSvg{
    display: block;
  }
  .footer-forum-new .section-title{
    margin-bottom:16px ;
    text-wrap: nowrap;
  }
  .footer-forum-new .copyright-new{
    margin-bottom:8px;
    max-width: 690px;
    font-size: 14px;
  }
  .footer-forum-new .sites{
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 12px;
  }
  .footer-forum-new .sites a{
    color: #0F0F0F;
    display: block;
    text-decoration: none;
  }
  .footer-forum-new .sites a:hover{
    text-decoration: underline;
  }
  .footer-forum-new .site{
    margin-bottom: 4px;
  }
  .footer-forum-new .social-networks{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 30px
  }
.footer-forum-new .social-networks a{
    overflow: hidden;
    border-radius: 8px;
}
.footer-forum-new .social-networks a:hover{
    transform: scale(1.1);
    transition: all 0.2s linear;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, .6);
}
  .footer-forum-new .contact-link{
    color: #0F0F0F;
    font-weight: 500;
    text-decoration: none;
  }
  .footer-forum-new .contact-link:hover{
	text-decoration: underline;
  }
   @media only screen and (max-width : 1023px) {
        .footer-forum-new{
            display: none;
        } 
    }       
/* ============================================= /Footer ============================================= */

/* ============================================= forumContainer ============================================= */
#contentContainer
{
    margin: 0px auto;
    width: 1250px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #2a2a2a;
}
#contentContainer.wpContainer
{
    margin-bottom: 50px;
}
#contentContainer.wpContainer TR .sideBarBox
{
    padding: 0px 8px 0px 4px;
}
#contentContainer h4,
#contentContainer p,
#contentContainer a,
#contentContainer ul,
#contentContainer li,
#contentContainer div,
#contentContainer .sideBarBox span,
#contentContainer #breadCrumbs span,
#contentContainer #post-author span
{
    margin: 0; padding: 0;
    border: 0; outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align:top;
    background: transparent
}
#contentContainer p, #contentContainer li
{ font-size: 12px; line-height: 14px; margin-bottom: 12px }
#contentContainer ul, ol { margin-bottom: 0px }
#contentContainer ul 	{ list-style:none }
#contentContainer ol 	{ list-style: decimal }
#contentContainer li	{ margin: 0px;}
#contentContainer h2 { font-size: 18px; line-height: 20px; margin-bottom: 18px; color:#07192c; background:none;}
#contentContainer .clear { clear: both }
#contentContainer .textCenter { text-align: center }
#contentContainer .noBorder { border: none !important }
#contentContainer TR .contentBox
{
    vertical-align: top;
    padding: 0px 8px;
}
#contentContainer TR .sideBarBox
{
    width: 250px;
    vertical-align: top;
    padding: 0px 8px 0px 0px;
}
#contentContainer.wpContainer TR .contentBox,
#contentContainer.wpContainer TR .sideBarBox
{
    padding-top: 10px;
}
/* ============================================= /forumContainer ============================================= */

/* ============================================= home ============================================= */
#homePage
{
    font-family: Tahoma, Geneva, sans-serif;
    color: #2a2a2a;
}
#homePage .infoBlock
{
    height: 400px
}
#homePage .infoBlock A:link,
#homePage .infoBlock A:active,
#homePage .infoBlock A:visited
{
    text-decoration: underline;
    color: #2062b3;
}
#homePage .infoBlock A:hover
{
    text-decoration: none;
    color: #ff8c2a;
}
#homePage .infoBlock DIV H2
{
    font-size: 20px;
    color: #2062b3;
}
#homePage .infoBlock .gmatUse,
#homePage .infoBlock .gmatExclusives
{
    width: 500px;
    float: left;
    padding: 20px;
    height: 130px;
}
#homePage .infoBlock .gmatUse
{
    padding-top: 10px;
}
#homePage .infoBlock .gmatStats,
#homePage .infoBlock .gmatVerbal
{
    width: 370px;
    float: left;
    padding: 20px;
    height: 130px;
}
#homePage .infoBlock .gmatStats
{
    padding-top: 10px;
}
#homePage .infoBlock .gmatUse
{
    border-right: 1px solid #dbdbdb;
    margin-bottom: 13px;
    padding-right: 33px;
}
#homePage .infoBlock .gmatUse .item
{
    float: left;
    width: 110px;
    margin-right: 20px;
    font-size: 14px;
}
#homePage .infoBlock .gmatUse .item.button
{
    margin-right: 0px;
}
#homePage .infoBlock .gmatUse .item.button .jump
{
    background:url(/static/img/home/jump_button.png) left center no-repeat;
    text-decoration: none;
    color: #ffffff;
    padding: 9px 18px 9px 30px;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
}
#homePage .infoBlock .gmatStats
{
    border-bottom: 1px solid #dbdbdb;
    margin-left: 13px;
    padding-bottom: 33px;
}
#homePage .infoBlock .gmatExclusives
{
    border-top: 1px solid #dbdbdb;
}
#homePage .infoBlock .gmatExclusives .description
{
    margin-bottom: 30px;
}
#homePage .infoBlock .gmatExclusives .delimitter
{
    margin: -3px 17px 0px 17px;
    float: left;
    width: 10px;
    height: 30px;
    background:url(/static/img/home/delimitter.png) left center no-repeat;
}
#homePage .infoBlock .gmatVerbal
{
    border-left: 1px solid #dbdbdb;
    margin-top: 13px;
    margin-left: 13px;
}
#homePage .infoBlock .gmatStats .item
{
    float: left;
    margin-right: 20px;
    font-size: 14px;
}
#homePage .infoBlock .gmatStats .item .statistics
{
    border-collapse: collapse;
}
#homePage .infoBlock .gmatStats .item .statistics TD
{
    border-bottom: 1px solid #dbdbdb;
    padding: 7px 14px;
}
#homePage .infoBlock .gmatStats .item .statistics TD.orange
{
    color: #ff8c2a;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}
#homePage .infoBlock .gmatStats .item.button
{
    margin-right: 0px;
}
#homePage .infoBlock .gmatStats .item.button .join
{
    background:url(/static/img/home/join_button.png) left center no-repeat;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 22px 15px 43px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    float: left;
}
#homePage .infoBlock .gmatVerbal UL
{
    width: 240px;
}
#homePage .infoBlock .gmatVerbal UL LI A
{
    text-decoration: none;
}
#homePage .infoBlock .gmatVerbal UL LI
{
    background:url(/static/img/home/arrow.png) left center no-repeat;
    padding: 3px 10px 3px 20px;
    font-size: 14px;
}
#homePage .infoBlock .gmatVerbal UL LI:hover
{
    background:#f3f2e2 url(/static/img/home/arrow_hover.png) left center no-repeat;
}
#homePage .infoBlock .gmatVerbal UL LI:hover A
{
    text-decoration: underline;
    color: #ff8c2a;
}
#homePage .partners
{
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
}
#homePage .partners TR TH
{
    padding: 5px 10px 6px 20px;
    font-size: 20px;
    height: 22px;
    font-weight: normal;
    background:url(/static/img/home/table_header.png) left top repeat-x;
    color: #ffffff;
    text-align: left;
}
#home .partners TR TD
{
    background-color: #ffffff;
    vertical-align: middle;
    padding: 10px;
}
#home .partners TR TD.description
{
    padding: 20px 20px 10px 20px;
}
#home .partners TR TD.description A:link,
#home .partners TR TD.description A:active,
#home .partners TR TD.description A:visited
{
    text-decoration: underline;
    color: #2062b3;
}
#home .partners TR TD.description A:hover
{
    text-decoration: none;
    color: #ff8c2a;
}
#home .partners TR.textAlignCenter TD
{
    padding: 7px;
}
#home .partners TR.textAlignCenter TD
{
    text-align: center
}
#homePage .partners.offers TR TD
{
    background-color: #f9f9f5;
}
#homePage .partners TR TD.bigIcon
{
    width: 28%;
    padding-top: 15px;
    padding-right: 0px;
}
#homePage .partners TR TD.btn
{
    vertical-align: bottom;
    padding: 0px 14px 12px 14px;
}
#homePage .partners TR TD.frame
{
    width: 250px;
    padding: 10px 0px 0px 20px;
    height: 250px;
}
#homePage .partners TR TD.partnerIcon
{
    padding-left: 40px;
}
#homePage .partners TR TD.partnerIcon DIV
{
    vertical-align: middle;
}
#homePage .partners TR TD.partnerIcon DIV SPAN
{
    vertical-align: middle;
    margin: 10px 5px;
    height: 55px;
}
#homePage .partners TR TD.partnerIcon DIV SPAN A
{
    vertical-align: middle;
    margin: 0px 15px;
    height: 100px;
}
#homePage .partners TR TD.partnerIcon DIV SPAN A IMG
{
    vertical-align: middle;
    margin: 6px 0px;
}
#homePage .partners TR TD.consulting
{
    padding-top: 10px;
}
#homePage .partners TR TD.consulting DIV
{
    vertical-align: middle;
}
#homePage .partners TR TD.consulting DIV SPAN
{
    vertical-align: middle;
    margin: 0px 18px 18px 18px;
    float: left;
}
#homePage .partners TR TD.consulting DIV SPAN A
{
    vertical-align: middle;
    margin: 0px 15px;
    height: 100px;
    text-decoration: none;
}
#homePage .partners TR TD.consulting DIV SPAN A IMG
{
    height: 44px;
}
#homePage .partners TR TD.consulting DIV SPAN A .arrow
{
    background:url(/static/img/home/arrow.png) left center no-repeat;
    width: 15px;
    height: 14px;
    float: left;
}
#homePage .partners TR TD.consulting DIV SPAN A .link
{
    float: left;
    color: #2062b3;
    font-size: 12px;
    text-decoration: underline;
}
#homePage .partners TR TD.consulting DIV SPAN A DIV
{
    margin-top: 1px;
    line-height: 14px;
}
#homePage .partners TR TD.consulting DIV SPAN A.prep DIV
{
    margin-top: 9px;
}
#homePage .partners TR TD.consulting DIV SPAN A.admit DIV
{
    margin-top: 7px;
}
#homePage .partners TR TD.consulting DIV SPAN A.aringo DIV
{
    margin-top: 6px;
}
#homePage .partners TR TD.consulting DIV SPAN A:hover .arrow
{
    background:url(/static/img/home/arrow_hover.png) left center no-repeat;
}
#homePage .partners TR TD.consulting DIV SPAN A:hover .link
{
    color: #ff8c2a;
}
#homePage .partners TR TD.consulting DIV SPAN A IMG
{
    vertical-align: middle;
}
#homePage .partners TR TD.header
{
    padding: 4px 5px 4px 20px;
    font-size: 11px;
    background-color: #b8b8b8;
    color: #2a2a2a;
}
#homePage .partners TR TD.header.textCenter
{
    padding: 4px 5px;
}
#homePage .partners TR TD.topics
{
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
    background-color: #f5f5eb;
    font-size: 13px;
}
#homePage .partners TR TD.topics SPAN
{
    font-size: 11px;
    line-height: 16px;
}
#homePage .partners TR TD.expertReplyHead
{
    padding: 0px;
    font-size: 11px;
    background-color: #b8b8b8;
    color: #2a2a2a;
}
#homePage .partners TR TD.expertReply
{
    padding: 0px;
    width: 65px;
    background-color: #f5f5eb;
}
#homePage .partners TR.otherBgColor TD.expertReply
{
    padding: 0px;
    background-color: #f9f9f5;
}
#homePage .partners TR TD.smallIcon
{
    padding: 6px 6px 20px 6px;
}
#homePage .partners TR TD.smallIcon A.box
{
    margin: 0px 4px;
}
#homePage .partners TR TD.smallIcon.consultingItem
{
    padding-left: 1px;
}
#homePage .partners TR TD.smallIcon.consultingItem A.box
{
    margin: 0px 18px;
    width: 200px;
}
#homePage .partners TR TD.smallIcon.consultingItem A.box TABLE
{
    width: 200px;
}
#homePage .partners TR TD.smallIcon.consultingItem A.box TABLE TD
{
    width: 200px;
    text-align: center;
    height: 100px;
    vertical-align: middle;
    background: #ffffff;
    padding: 0px;
}
#homePage .partners TR TD.smallIcon A.box:link,
#homePage .partners TR TD.smallIcon A.box:visited,
#homePage .partners TR TD.smallIcon A.box:active
{
    text-decoration: none;
    border: 1px solid #dbdbdb;
    float: left;
}
#homePage .partners TR TD.smallIcon A.box:hover
{
    text-decoration: underline;
    border: 1px solid #ff8c2a;
    color: #ff8c2a;
}
#homePage .partners TR TD.smallIcon .box TABLE
{
    width: 150px;
    padding: 0px;
    border-collapse: collapse;
}
#homePage .partners TR TD.smallIcon .box TABLE TD.logo
{
    width: 150px;
    vertical-align: middle;
    height: 107px;
    background: #ffffff;
    padding: 0px;
}
#homePage .partners TR TD.smallIcon .box TABLE TD.orange
{
    width: 150px;
    padding: 0px;
    vertical-align: middle;
    height: 43px;
    background: #f3f2e2;
    color: #ff8c2a;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
}
#homePage .partners TR TD.smallIcon .box TABLE TD.orange B
{
    font-weight: bold;
    font-size: 14px;
}
#homePage .partners TR TD.smallIcon .box .logo IMG
{
    vertical-align: middle;
}
#homePage .partners TR TD.smallIcon .reviewsBtn
{
    margin-right: 200px;
}
#homePage .partners TR TD.posts
{
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
    background-color: #eae9d8;
    width: 15px;
    text-align: center;
    font-size: 14px;
}
#homePage .partners TR TD.button
{
    padding: 10px 20px;
    background-color: #f9f9f5;
    border-bottom: 1px solid #ffffff;
}
#homePage .buttonLink
{
    background:url(/static/img/home/sidebar_button_link_right.png) right center no-repeat;
    padding-right: 20px;
    height: 22px;
    float: left;
}
#homePage .buttonLink.arrow
{
    background:url(/static/img/home/sidebar_button_link_right.png) right center no-repeat;
    padding-right: 3px;
    height: 22px;
    float: left;
}
#homePage .buttonLink .buttonLinkLeft
{
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    background:url(/static/img/home/sidebar_button_link_left.png) left center no-repeat;
    height: 16px;
    padding: 4px 3px 2px 9px;
    line-height: 14px;
}
#homePage .buttonLink.arrow .buttonLinkLeft
{
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    background:url(/static/img/home/sidebar_button_link_arrow_left.png) left center no-repeat;
    height: 16px;
    padding: 4px 3px 2px 29px;
    line-height: 14px;
}
#homePage .partners TR.otherBgColor TD.topics
{
    background-color: #f9f9f5;
}
#homePage .partners TR TD.topics A:link,
#homePage .partners TR TD.topics A:active,
#homePage .partners TR TD.topics A:visited
{
    text-decoration: underline;
    color: #2062b3;
}
#homePage .partners TR TD.topics A:hover
{
    text-decoration: none;
    color: #ff8c2a;
}
#homePage .partners TR.otherBgColor TD.posts
{
    background-color: #f3f2e2;
}
#homePage .partners TR TD.posts.borderRight
{
    border-right: 1px solid #ffffff;
}
#homePage .partners TR.footer .left
{
    background:url(/static/img/home/footer_left.png) left top no-repeat;
}
#homePage .partners TR.footer .right
{
    background:url(/static/img/home/footer_right.png) right top no-repeat;
}
#homePage .popNews
{
    background: #f5f5eb;
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 0px 0px 30px 0px;
}
#homePage .popNews .close
{
    float: left;
}
#homePage .popNews .photo
{
    padding: 19px 0px 19px 19px;
    width: 310px;
    vertical-align: top;
}
#homePage .popNews .content
{
    padding: 20px 15px 19px 24px;
    vertical-align: top;
}
#homePage .popNews .content .title
{
    font-size: 20px;
    color: #2062b3;
    padding: 10px;
    border-bottom: 1px solid #eae9d8;
}
#homePage .popNews .content .description
{
    font-size: 12px;
    padding: 10px;
}
#homePage .popNews .content .margin10
{
    margin: 10px 9px;
    display: block;
}
#homePage .popNews .content .margin10 .buttonLink
{
    background:url(/static/img/home/sidebar_button_link_right.png) right center no-repeat;
    padding-right: 20px;
    margin-bottom: -5px;
    height: 22px;
    float: left;
}
#homePage .popNews .content .margin10 .buttonLink .buttonLinkLeft
{
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    background:url(/static/img/home/sidebar_button_link_left.png) left center no-repeat;
    height: 16px;
    padding: 4px 0px 2px 9px;
}
#homePage .popNews .content .close
{
    float: right;
    cursor: pointer;
    margin-right: -5px;
    margin-top: -12px;
}
/* ============================================= /partners ============================================= */

/* ============================================= topInfoBlock ============================================= */
.topInfoBlock h4,
.topInfoBlock p,
.topInfoBlock a,
.topInfoBlock img,
.topInfoBlock ul,
.topInfoBlock li,
.topInfoBlock div,
.topInfoBlock span
{
    margin: 0; padding: 0;
    border: 0; outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent
}
.topInfoBlock p, .topInfoBlock li
{ font-size: 12px; line-height: 14px; margin-bottom: 12px }
.topInfoBlock ul, ol { margin-bottom: 0px }
.topInfoBlock ul 	{ list-style:none }
.topInfoBlock ol 	{ list-style: decimal }
.topInfoBlock li	{ margin: 0px;}
.topInfoBlock h2 { font-size: 18px; line-height: 20px; margin-bottom: 18px; color:#07192c; background:none;}
.topInfoBlock .clear { clear: both }
.topInfoBlock .textCenter { text-align: center }
.topInfoBlock .noBorder { border: none !important }
.topInfoBlock
{
    background:url(/static/img/home/home_bg.png) left top repeat-x;
    margin: 0px auto;
    width: 100%;
    min-width: 1250px;
    max-width: 3000px;
    width: expression(document.body.clientWidth < 1250? "1250px" : document.body.clientWidth > 3000? "3000px" : "100%");
    height: 193px;
    margin-top: -10px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #2a2a2a;
    margin-bottom: 10px;
}
.shadowBlock
{
    background:url(/static/img/home/home_bg.png) left bottom repeat-x;
    width: 100%;
    min-width: 1250px;
    max-width: 3000px;
    width: expression(document.body.clientWidth < 1250? "1250px" : document.body.clientWidth > 3000? "3000px" : "100%");
    margin: 0px auto;
    height: 13px;
    margin-top: -10px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #2a2a2a;
    margin-bottom: 10px;
}
.topInfoBlock .topInfoBlockContent
{
    width: 1230px;
    margin: 0px auto;
    padding: 20px 15px;
}
.topInfoBlock .topInfoBlockContent A:link,
.topInfoBlock .topInfoBlockContent A:visited,
.topInfoBlock .topInfoBlockContent A:active
{
    color: #3c75b9;
    text-decoration: underline;
}
.topInfoBlock .topInfoBlockContent A:hover
{
    color: #ff6600;
    text-decoration: none;
}
.topInfoBlock .topInfoBlockContent .loginBox
{
    width: 340px;
    float: left;
    padding: 3px 40px 3px 0px;
    border-right: 1px solid #d3d3d3;
}
.topInfoBlock .topInfoBlockContent .loginBox .input
{
    width: 100%;
    border: 1px solid #9ba6b3;
    font-size: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 7px;
    margin: 5px 0px;
}
.topInfoBlock .topInfoBlockContent .loginBox .loginButton
{
    background: url(/static/img/home/login_btn_left.png) left center no-repeat;
    float: left;
    margin: 10px 30px 0px 0px;
    vertical-align: baseline;
    height: 31px;
}
.topInfoBlock .topInfoBlockContent .loginBox .loginButton:hover
{
    background: url(/static/img/home/login_btn_left_hover.png) left center no-repeat;
    float: left;
}
.topInfoBlock .topInfoBlockContent .loginBox .loginButton:hover INPUT
{
    background: url(/static/img/home/login_btn_right_hover.png) no-repeat right center;
}
.topInfoBlock .topInfoBlockContent .loginBox .loginButton INPUT
{
    border: none;
    font-family: Tahoma, Geneva, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    float: left;
    color: #ffffff;
    height: 31px;
    line-height: 15px;
    vertical-align: 2px;
    font-size: 16px;
    margin-right: -2px;
    padding: 2px 20px 2px 40px;
    background: url(/static/img/home/login_btn_right.png) no-repeat right center;
}
.topInfoBlock .topInfoBlockContent .loginBox .forgotPassword
{
    background: url(/static/img/home/forgot_password.png) no-repeat left center;
    padding-left: 20px;
    font-size: 12px;
    float: left;
    margin-top: 16px;
}
.topInfoBlock .topInfoBlockContent .reasons
{
    float: left;
    padding: 3px 6px 3px 25px;
}
.topInfoBlock .topInfoBlockContent .reasons TABLE
{
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
.topInfoBlock .topInfoBlockContent .reasons TABLE TR TD
{
    padding-right: 23px;
    width: 90px;
}
.topInfoBlock .topInfoBlockContent .reasons TABLE TR.paddingLeft TD
{
    padding-left: 5px;
    width: 90px;
}
.topInfoBlock .topInfoBlockContent H2
{
    font-size: 20px;
    color: #2062b3;
}
.topInfoBlock .topInfoBlockContent .register
{
    float: left;
}
.topInfoBlock .topInfoBlockContent .register .registerBtn
{
    background:url(/static/img/home/register_now_btn.png) left center no-repeat;
    text-decoration: none;
    color: #ffffff;
    padding: 29px 22px 28px 70px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 16px;
    margin-top: 38px;
    float: left;
}
.topInfoBlock .topInfoBlockContent .register .registerBtn B
{
    font-weight: bold;
}
.topInfoBlock .topInfoBlockContent .statistics
{
    float: left;
    padding: 40px 0px 0px 13px;
}
.topInfoBlock .topInfoBlockContent .statistics H4
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
    padding-left: 7px;
}
.topInfoBlock .topInfoBlockContent .statistics TABLE
{
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
    border: 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.topInfoBlock .topInfoBlockContent .statistics TABLE TD
{
    padding: 1px 7px;
    font-size: 12px;
}
.topInfoBlock .topInfoBlockContent .statistics TABLE TD.orange
{
    color: #fd9237;
    font-weight: bold;
}
/* ============================================= /topInfoBlock ============================================= */

/* =============================================== sideBar =============================================== */
#sidebar
{
    width:250px;
    font-family:Tahoma, Geneva, sans-serif;
    color:#2a2a2a;
}
#sidebar p,
#sidebar a,
#sidebar img,
#sidebar ul,
#sidebar li,
#sidebar div,
#sidebar span
{
    margin: 0; padding: 0;
    border: 0; outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align:top;
    background: transparent
}
#sidebar p, #sidebar li
{ font-size: 12px; line-height: 14px; margin-bottom: 12px }
#sidebar ul, ol { margin-bottom: 0px }
#sidebar ul 	{ list-style:none }
#sidebar li	{ margin: 0px;}
#sidebar .clear { clear: both }
#sidebar
{
    width:250px;
    margin-bottom:10px;
}
#sidebar B
{
    font-weight: bold;
}
#sidebar A:link, #sidebar A:active, #sidebar A:visited
{
    font-size:12px;
    color:#1057ae;
    text-decoration:none;
}
#sidebar A:hover
{
    font-size:12px;
    color:#ff8c2a;
    text-decoration:underline;
}

#sidebar .item P.feedTitle
{
    font-size:12px;
    color:#ffffff;
    padding:9px 11px 20px 11px;
    margin:0px;
    background:#f2f2f2 url(/static/img/home/sidebar_header.png) center top no-repeat;
    text-transform:uppercase;
}
#sidebar .item P.feedTitle A:link,
#sidebar .item P.feedTitle A:visited,
#sidebar .item P.feedTitle A:active,
#sidebar .item P.feedTitle A:hover
{
    color:#ffffff;
    text-decoration:none;
}
#sidebar .item UL
{
    background:#f2f2f2 url(/static/img/home/sidebar_footer.png) center bottom no-repeat;
    padding-bottom:20px;
    margin:0px;
}
#sidebar .item UL LI
{
    margin:0px 5px;
    padding:7px 25px;
    border-bottom:1px solid #ffffff;
}
#sidebar .item.arrow UL LI
{
    background:#f2f2f2 url(/static/img/home/sidebar_arrow.png) left 3px no-repeat;
}
#sidebar .item.arrow.big UL LI:hover
{
    background:#ffffff url(/static/img/home/sidebar_arrow_big_active.png) 3px 4px no-repeat;
}
#sidebar .item UL .noBorder
{
    border:none;
}
#sidebar .item.big A:hover
{
    font-size: 12px;
    color: #1057ae;
    text-decoration: none;
}
#sidebar .item.blog A:hover
{
    font-size: 12px;
    color: #1057ae;
    text-decoration: none;
}
#sidebar .item.big A:hover .caption
{
    font-size: 12px;
    color: #1057ae;
    text-decoration: underline;
}
#sidebar .item.blog A:hover .caption
{
    font-size: 12px;
    color: #1057ae;
    text-decoration: underline;
}
#sidebar .item.big A:hover .orange
{
    font-size: 12px;
    color: #ff8c2a;
    text-decoration: underline;
}
#sidebar .item.blog A:hover .description
{
    font-size: 11px;
    color: #2a2a2a;
    text-decoration: underline;
}
#sidebar .item.arrow.big UL LI:hover
{
    background:#ffffff url(/static/img/home/sidebar_arrow_big_active.png) 3px 4px no-repeat;
}
#sidebar .item.blog UL LI
{
    padding: 5px 10px;
}
#sidebar .item.blog UL LI:hover
{
    background:#ffffff;
}
#sidebar .item.arrow.big UL LI .orange
{
    color: #ff8c2a;
    line-height: 16px;
}
#sidebar .item.blog UL LI .description
{
    font-size: 11px;
    color: #2a2a2a;
}
#sidebar .item.blog UL LI .date
{
    font-size: 11px;
    padding-bottom: 3px;
}
#sidebar .item.blog UL LI .date IMG
{
    vertical-align: -1px;
}
#sidebar .item.big UL LI.link
{
    background: none;
    padding: 13px 2px 12px 7px;
}
#sidebar .item.big UL LI.link:hover
{
    background: none;
}
#sidebar .item.blog UL LI.link
{
    background: none;
    padding: 13px 9px;
}
#sidebar .item.blog UL LI.link:hover
{
    background: none;
}
#sidebar .item.facebook .blockBanner
{
    background: #f2f2f2 url(/static/img/home/sidebar_footer.png) center bottom no-repeat;
    text-align: center;
    padding-bottom: 25px;
}
#sidebar .item.facebook .blockBanner IFRAME
{
    background: #ffffff;
}
#sidebar .item.facebook .blockBanner IFRAME.twitter-follow-button
{
    background: #f2f2f2;
    margin-left: 10px;
}
#sidebar .item UL LI .buttonLink
{
    background:url(/static/img/home/sidebar_button_link_right.png) right center no-repeat;
    padding-right: 20px;
    margin-bottom: -5px;
    height: 22px;
    float: left;
}
#sidebar .item UL LI .buttonLink .buttonLinkLeft
{
    color: #ffffff;
    text-transform: uppercase;
    background:url(/static/img/home/sidebar_button_link_left.png) left center no-repeat;
    font-size: 11px;
    height: 16px;
    line-height: 15px;
    padding: 4px 0px 2px 9px;
}
#sidebar .item.blog UL LI A SPAN
{
    line-height: 15px;
}
#sidebar .item.blog UL LI A SPAN .learnMore
{
    background:url(/static/img/home/sidebar_learn_more_right.png) right center no-repeat;
    padding-right: 18px;
    height: 20px;
    float: right;
}
#sidebar .item.blog UL LI A SPAN .learnMore .learnMoreLeft
{
    color: #ffffff;
    font-size: 11px;
    background:url(/static/img/home/sidebar_learn_more_left.png) left center no-repeat;
    height: 16px;
    padding: 1px 0px 2px 9px;
}
#sidebar .item P.feedTitle .specialOffers
{
    background:url(/static/img/home/sidebar_special_offers.png) left top no-repeat;
    padding-left: 18px;
}
#sidebar .item P.feedTitle .facebook
{
    background:url(/static/img/home/sidebar_facebook.png) left top no-repeat;
    padding-left: 21px;
    padding-bottom: 1px;
}
#sidebar .item P.feedTitle .blog
{
    background:url(/static/img/home/sidebar_blog.png) left top no-repeat;
    padding-left: 22px;
}
#sidebar .item.news .learnMore
{
    background:url(/static/img/home/sidebar_learn_more_right.png) right center no-repeat;
    padding-right: 18px;
    height: 20px;
    float: right;
    margin-top: 3px;
}
#sidebar .item.news .learnMore .learnMoreLeft
{
    color: #ffffff;
    font-size: 11px;
    background:url(/static/img/home/sidebar_learn_more_left.png) left center no-repeat;
    height: 16px;
    line-height: 15px;
    padding: 1px 0px 2px 9px;
}
#sidebar .item.news UL LI
{
    padding: 5px;
    border: none;
}
#sidebar .item.news UL LI .description
{
    font-size: 16px;
    padding: 0px 3px;
    line-height: 18px;
}
#sidebar .item.discuss P.header
{
    padding:9px 11px 16px 11px;
}
#sidebar .item.discuss UL LI
{
    padding:8px 0px 8px 30px;
    background:#f2f2f2 url(/forum/styles/gmatclub_light/theme/images/sidebar/sidebar_document.png) 5px 9px no-repeat;
}
#sidebar .item.discuss UL LI:hover
{
    background:#ffffff url(/forum/styles/gmatclub_light/theme/images/sidebar/sidebar_document.png) 5px 9px no-repeat;
}
#sidebar .item.discuss UL LI DIV
{
    font-size:10px;
}
#sidebar .item.subscribe UL LI
{
    padding: 5px 7px 9px 7px;
    margin: 0px 8px 5px 8px;
    border-bottom: 1px solid #d5d5d5;
}
#sidebar .item.subscribe UL LI .description
{
    line-height: 14px;
}
#sidebar .item.subscribe UL LI .subscribeByMail
{
    background:url(/static/img/home/message_icon.png) left center no-repeat;
    text-transform: uppercase;
    padding-left: 25px;
}
#sidebar .item.subscribe UL LI .subscribeInput
{
    border: 1px solid #9ba6b3;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px 4px 3px 2px;
    width: 125px;
    margin: 10px 0px 0px 0px;
}
#sidebar .item.subscribe UL LI .subscribeSubmit
{
    background:url(/static/img/home/subscribe_btn.png) left center no-repeat;
    border: none;
    cursor:pointer;
    vertical-align: top;
    width: 87px;
    height: 24px;
    margin: 10px 0px 0px -7px;
}
#sidebar .item.subscribe UL LI .rss
{
    background:url(/static/img/home/message_icon.png) left center no-repeat;
    text-transform: uppercase;
    padding-left: 25px;
    color: #2a2a2a;
    text-decoration: none;
}
#sidebar .item.subscribe UL LI .rss:hover
{
    text-decoration: none;
}
#sidebar .item.exclusiveOffers UL LI
{
    padding: 5px 7px 9px 7px;
    border: none;
}
#sidebar .item P.feedTitle .social
{
    background:url(/static/img/home/social.png) left top no-repeat;
    padding-left: 42px;
    padding-bottom: 1px;
}
/* =============================================== /sideBar =============================================== */

/* ============================================= mbaTour ============================================= */
#mbaTour h4,
#mbaTour p,
#mbaTour a,
#mbaTour img,
#mbaTour ul,
#mbaTour li,
#mbaTour div,
#mbaTour span
{
    margin: 0; padding: 0;
    border: 0; outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent
}
#mbaTour p, #mbaTour li
{ font-size: 12px; line-height: 14px; margin-bottom: 12px }
#mbaTour ul, ol { margin-bottom: 0px }
#mbaTour ul 	{ list-style:none }
#mbaTour ol 	{ list-style: decimal }
#mbaTour li	{ margin: 0px;}
#mbaTour h2 { font-size: 18px; line-height: 20px; margin-bottom: 18px; color:#07192c; background:none;}
#mbaTour .clear { clear: both }
#mbaTour .textCenter { text-align: center }
#mbaTour .noBorder { border: none !important }
#mbaTour
{
    width: 100%;
    width: expression(document.body.clientWidth < 1280? "1280px" : document.body.clientWidth > 3000? "3000px" : "100%");
    font-family: Tahoma, Geneva, sans-serif;
    margin: 30px 0px;
    color: #2a2a2a;
}
#mbaTour H1
{
    color: #2062b3;
    font-size: 24px;
    margin: 0px 0px 5px 37px;
}
#mbaTour H1.black
{
    color: #2a2a2a;
}
#mbaTour H4
{
    font-size: 16px;
    margin: 0px 0px 3px 0px;
}
#mbaTour .registerBlock
{
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
#mbaTour .registerBlock .item
{
    padding: 20px 20px 20px 8px;
    vertical-align: top;
    width: 50%;
}
#mbaTour .registerBlock .listImg
{
    padding: 23px 0px 20px 20px;
    width: 10px;
    vertical-align: top;
}
#mbaTour .registerBlock .btnTD
{
    padding: 20px 20px 20px 33px;
    vertical-align: top;
}
#mbaTour .registerBlock P.explain
{
    font-size: 11px;
    margin: 0px;
    color: #5c5c5c;
}
#mbaTour P.requiredExplain
{
    font-size: 12px;
    margin: 10px 5px 5px 37px;
    color: #5c5c5c;
}
#mbaTour .registerBlock P.explain.marginOption
{
    margin: 4px 0px 0px 3px;
}
#mbaTour .registerBlock TD
{
    border: 0;
}
#mbaTour .registerBlock TH
{
    border: 0;
}
#mbaTour .registerBlock .borderBottom TD
{
    border-bottom: 1px solid #dbdbdb;
}
#mbaTour .registerBlock .borderTop TD
{
    border-top: 1px solid #dbdbdb;
}
#mbaTour .registerBlock .bigPadding TD
{
    padding: 18px 15px;
}
#mbaTour .registerBlock .paddingTop TD
{
    padding-top: 18px;
}
#mbaTour .registerBlock .paddingBottom TD
{
    padding-bottom: 18px;
}
#mbaTour .registerBlock .paddingLeft TD
{
    padding-left: 38px;
}
#mbaTour .registerBlock .valignTop TD
{
    vertical-align: top;
}
#mbaTour .registerBlock .bgBrown TD
{
    background: #f5f5eb;
}
#mbaTour .registerBlock TD A.registerBtnLink
{
    background: url(/static/img/mba_tour/register_btn.png) left top no-repeat;
    padding: 23px 20px 23px 65px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    width: 357px;
    height: 17px;
}
#mbaTour .registerBlock INPUT.radioInput
{
    margin: 8px 3px 5px 0px;
}
#mbaTour .registerBlock .radioLabel
{
    vertical-align: 3px;
}
#mbaTour .registerBlock INPUT.textInput
{
    border: 1px solid #9ba6b3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 9px;
    line-height: 16px;
    width: 348px;
    height: 16px;
    font-size: 12px;
}
#mbaTour .registerBlock INPUT.textInput.date
{
    width: 30px;
    text-align: center;
}
#mbaTour .registerBlock INPUT.textInput.medium
{
    width: 160px;
}
#mbaTour .registerBlock SELECT
{
    margin: 0px;
    width: 152px;
    height: 24px;
}
#mbaTour .registerBlock .select
{
    background: url(/static/img/mba_tour/settings_select.png) left top no-repeat;
    position: absolute;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 12px;
    float: left;
    width: 125px;
    height: 14px;
    line-height: 16px;
    padding: 5px 18px 5px 9px;
}
#mbaTour .registerBlock .bigSelect SELECT
{
    width: 210px;
}
#mbaTour .registerBlock .bigSelect .select
{
    background: url(/static/img/mba_tour/settings_select_big.png) left top no-repeat;
    width: 183px;
}
#mbaTour .registerBlock .checkbox
{
    background: url(/static/img/mba_tour/checkbox.png) left center no-repeat;
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 1px;
    margin-right: 8px;
}
#mbaTour .registerBlock .checkbox.active
{
    background: url(/static/img/mba_tour/checkbox_active.png) left center no-repeat;
}
#mbaTour .registerBlock .checkbox INPUT
{
    width: 13px;
    height: 13px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0px;
}
#mbaTour .registerBlock TH
{
    text-align: left;
    padding: 17px 20px 12px 40px;
}
#mbaTour .registerBlock .delimiter
{
    vertical-align: baseline;
    padding: 0px 1px;
}
#mbaTour .registerBlock .option
{
    font-size: 12px;
    text-align: right;
    padding: 5px 15px;
    width: 180px;
}
#mbaTour .registerBlock .option .explain
{
    line-height: 16px;
}
#mbaTour .registerBlock .option.width250
{
    width: 270px;
}
#mbaTour .registerBlock .value
{
    font-size: 12px;
    padding: 5px 15px;
}
#mbaTour .registerBlock .value .tumbler
{
    margin-bottom: 10px;
}
#mbaTour .registerBlock .value .registerBtn
{
    background: url(/static/img/mba_tour/submit_registration.png) left top no-repeat;
    width: 284px;
    height: 53px;
    border: none;
    cursor: pointer;
}
#mbaTour .schools
{
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
#mbaTour .schools TH
{
    padding: 20px 0px 15px 40px;
    background: #f3f2e2;
    text-align: left;
}
#mbaTour .schools TH
{
    border: 0;
}
#mbaTour .schools TD
{
    background: #f3f2e2;
    border: 0;
}
#mbaTour .schools TD.townItem
{
    padding: 4px 0px 4px 40px;
    text-transform: uppercase;
    font-size: 12px;
}
#mbaTour .schools TD.lineSign
{
    width: 25px;
    padding: 6px 0px 4px 0px;
}
#mbaTour .schools TD.dateItem
{
    width: 80px;
    padding: 4px 0px;
    font-size: 11px
}
#mbaTour .schools TD.empty
{
    padding: 4px 0px;
}
#mbaTour .schools TD
{
    padding: 4px 0px 4px 40px;
}
#mbaTour .schools TD .schoolList
{
    font-size: 12px;
    padding: 2px 4px;
    margin-left: -4px;
    float: left;
}
#mbaTour .schools TD .schoolList:hover
{
    background-color: #ffffff;
}
#mbaTour .schools TD.schoolPagination .schoolByName
{
    margin-left: -6px;
}
#mbaTour .schools TD.schoolPagination .schoolByName A
{
    margin-right: 13px;
    margin-bottom: 5px;
    width: 21px;
    height: 15px;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    float: left;
}
#mbaTour .schools TD.schoolPagination .schoolByName A:link,
#mbaTour .schools TD.schoolPagination .schoolByName A:visited
{
    color: #1057ae;
    text-decoration: none;
    text-transform: uppercase;
}
#mbaTour .schools TD.schoolPagination .schoolByName A:hover,
#mbaTour .schools TD.schoolPagination .schoolByName A:active
{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    background: url(/static/img/mba_tour/hover_item.png) left top no-repeat;
}
#mbaTour .schools TD.schoolPagination .schoolByName A.active
{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    background: url(/static/img/mba_tour/hover_item.png) left top no-repeat;
}
#mbaTour .schools TD.schoolPagination A.allSchools:link,
#mbaTour .schools TD.schoolPagination A.allSchools:visited
{
    color: #1057ae;
    margin-left: 20px;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}
#mbaTour .schools TD.schoolPagination A.allSchools:hover,
#mbaTour .schools TD.schoolPagination A.allSchools:active
{
    color: #ff6600;
    text-decoration: none;
}
#mbaTour P.explain
{
    font-size: 11px;
    margin: 0px;
    color: #5c5c5c;
}
#mbaTour .schools .borderTop TH
{
    border-top: 1px solid #dbdbdb;
}
#mbaTour .schools .borderBottom TD
{
    border-bottom: 1px solid #dbdbdb;
}
#mbaTour .schools TD HR
{
    background-color: #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border: 0px;
    height: 1px;
    margin: 5px 30px 5px -10px;
}
/* ============================================= /mbaTour ============================================= */

/* ============================================= BreadCrumbs ============================================= */
#breadCrumbs
{
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    color:#2a2a2a;
    margin:10px 0px;
    width: auto;
    line-height: 14px;
}
.genmed #breadCrumbs
{
    margin:3px 0px 0px 0px;
}
#breadCrumbs  A:link,
#breadCrumbs  A:visited
{
    text-decoration:underline;
    color:#2a2a2a;
}
#breadCrumbs A:hover,
#breadCrumbs A:active
{
    text-decoration:none;
    color:#2a2a2a;
}
#breadCrumbs .up .left
{
    background:url(/forum/styles/gmatclub_light/theme/images/breadcrumbs/breadcrumps_up_left.png) left top no-repeat;
    padding:7px 0px 1px 14px;
    vertical-align:top;
}
#breadCrumbs .up .center
{
    background:url(/forum/styles/gmatclub_light/theme/images/breadcrumbs/breadcrumps_up_middle.png) left top repeat-x;
    padding-left:14px;
    padding-top:5px;
}
#breadCrumbs .up .center P
{
    line-height:18px;
    padding-left:9px;
    margin:0px;
    float:left;
    font-size:12px;
    margin-right:7px;
    background:url(/forum/styles/gmatclub_light/theme/images/breadcrumbs/breadcrumps_arrow.png) left 6px no-repeat;
}
#breadCrumbs .up .right
{
    background:url(/forum/styles/gmatclub_light/theme/images/breadcrumbs/breadcrumps_up_right.png) right top no-repeat;
    width:10px;
}
#breadCrumbs .down .left
{
    background:url(/forum/styles/gmatclub_light/theme/images/breadcrumbs/breadcrumps_down_left.png) left top no-repeat;
    padding-left:14px;
    height:8px;
}
#breadCrumbs .down .center
{
    background:url(/forum/styles/gmatclub_light/theme/images/breadcrumbs/breadcrumps_down_middle.png) left top repeat-x;
    height:8px;
}
#breadCrumbs .down .right
{
    background:url(/forum/styles/gmatclub_light/theme/images/breadcrumbs/breadcrumps_down_right.png) right top no-repeat;
    height:8px;
}
/* ============================================= breadCrumbs ============================================= */

/* ============================================= paginate ============================================= */
#contentContainer .wpPagination
{
    background: #f5f5eb;
    height: 20px;
    padding: 14px 30px;
    margin-top: 30px;
}
#contentContainer .wpPagination p,
#contentContainer .wpPagination a,
#contentContainer .wpPagination img,
#contentContainer .wpPagination ul,
#contentContainer .wpPagination li,
#contentContainer .wpPagination div,
#contentContainer .wpPagination span
{
    margin: 0; padding: 0;
    border: 0; outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align:top;
    background: transparent
}
#contentContainer .wpPagination p, #contentContainer .wpPagination li
{ font-size: 12px; line-height: 14px; margin-bottom: 12px }
#contentContainer .wpPagination ul, ol { margin-bottom: 0px }
#contentContainer .wpPagination ul 	{ list-style:none }
#contentContainer .wpPagination li	{ margin: 0px;}
#contentContainer .wpPagination .clear { clear: both }
#contentContainer .wpPagination .wp-pagenavi A:link, .wp-pagenavi  A:active, .wp-pagenavi  A:visited
{
    text-decoration: none;
    color: #1057ae;
}
#contentContainer .wpPagination .wp-pagenavi A:hover
{
    text-decoration:underline;
    color:#ff6600;
}
#contentContainer .wpPagination .wp-pagenavi A
{
    padding:0px 1px;
    height:21px;
    line-height:20px;
    margin:0px;
    display:block;
    text-align:center;
    float:left;
    text-decoration:none;
}
#contentContainer .wpPagination .wp-pagenavi SPAN
{
    float:left;
}
#contentContainer .wpPagination .wp-pagenavi A B
{
    display:block;
    float:left;
    height:21px;
    cursor:pointer;
    font-weight: normal;
}
#contentContainer .wpPagination .wp-pagenavi A B.left
{
    width:7px;
}
#contentContainer .wpPagination .wp-pagenavi A B.right
{
    width:7px;
}
#contentContainer .wpPagination .wp-pagenavi A.page:hover
{
    text-decoration:none;
}
#contentContainer .wpPagination .wp-pagenavi A.page:hover .left
{
    background:url(/static/img/blog/active_number_left.png) no-repeat;
}
#contentContainer .wpPagination .wp-pagenavi A.page:hover .center
{
    background:url(/static/img/blog/active_number_center.png) repeat-x;
}
#contentContainer .wpPagination .wp-pagenavi A.page:hover .right
{
    background:url(/static/img/blog/active_number_right.png) center right no-repeat;
}
#contentContainer .wpPagination .wp-pagenavi A.page.active .left
{
    background:url(/static/img/blog/active_number_left.png) no-repeat;
}
#contentContainer .wpPagination .wp-pagenavi A.page.active .center
{
    background:url(/static/img/blog/active_number_center.png) repeat-x;
    color:#ff6600;
}
#contentContainer .wpPagination .wp-pagenavi A.page.active .right
{
    background:url(/static/img/blog/active_number_right.png) center right no-repeat;
}
#contentContainer .wpPagination .wp-pagenavi A.noHover:hover
{
    color:#1057ae;
}
#contentContainer .wpPagination .wp-pagenavi .goTo
{
    background:url(/static/img/blog/pages_sign.png) 0px 7px no-repeat;
    padding-left:15px;
    margin-right:25px;
    float:left;
    line-height: 20px;
    color:#1057ae;
    font-size:14px;
}
#contentContainer .wpPagination .wp-pagenavi .page
{
    font-size:14px;
    margin-bottom:4px;
}
#contentContainer .wpPagination .wp-pagenavi .previouspostslink
{
    background: url(/static/img/blog/left_arrow.png) 0px 5px no-repeat;
    padding-left: 12px;
    margin-right: 8px;
    line-height: 20px;
    font-size: 14px;
    width: 60px;
}
#contentContainer .wpPagination .wp-pagenavi .nextpostslink
{
    font-size: 14px;
    background: url(/static/img/blog/right_arrow.png) right 5px no-repeat;
    padding-right: 16px;
    line-height: 20px;
    margin-left: 15px;
    margin-right: 33px;
}
#contentContainer .wpPagination .wp-pagenavi .of
{
    font-size: 14px;
    line-height: 18px;
}
/* ============================================= /paginate ============================================= */

/* ============================================= blogList ============================================= */
#blogList
{
    font-family: Tahoma, Geneva, sans-serif;
    color: #2a2a2a;
}
#blogList .searchResultsFor
{
    font-size: 20px;
}
#blogList .noResults
{
    padding: 15px;
    margin: 25px 0;
    text-align: center;
    background: #F5F5EB;
    font-size: 16px;
}
#blogList .archiveTitle
{
    padding: 4px 10px 4px 35px;
    background: #f5f5eb;
    margin-bottom: 7px;
}
#blogList .archiveTitle H1
{
    font-size: 30px;
}
#blogList .hentry.post A:link, #blogList .hentry.post  A:active, #blogList .hentry.post  A:visited
{
    text-decoration: underline;
    color: #1057ae;
}
#blogList .hentry.post A:hover
{
    text-decoration:none;
    color:#ff6600;
}
#blogList .hentry.post
{
    padding: 35px 15px 15px 35px;
    border-bottom: 1px solid #e3e3e3;
}
#blogList .hentry.post:hover
{
    background: #f5f5eb;
}
#blogList .hentry.post H1
{
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 34px;
}
#blogList .hentry.post H1 A
{
    color: #2062b3;
    font-size: 30px;
}
#blogList .hentry.post H1 A:hover
{
    color: #ff6600;
}
#blogList .hentry.post .comments
{
    background:url(/static/img/blog/comments_icon.png) 0px 2px no-repeat;
    padding-left: 20px;
    margin-left: 10px;
}
#blogList .hentry.post .comments_count
{
    color: #ff6600;
}
#blogList .hentry.post .the-content
{
    padding: 8px 0 3px 0;
}
#blogList .hentry.post .the-content P
{
    font-size: 14px;
    line-height: 20px;
}
#blogList .hentry.post .tags
{
    font-size: 12px;
}
#blogList .hentry.post .meta B
{
    font-weight: bold;
}
/* ============================================= /blogList ============================================= */

/* ============================================= singlePost ============================================= */
#singlePost
{
    font-family: Tahoma, Geneva, sans-serif;
    color: #2a2a2a;
    margin: 15px 0;
}
#singlePost .hentry.post A:link, #singlePost .hentry.post  A:active, #singlePost .hentry.post  A:visited
{
    text-decoration: underline;
    color: #1057ae;
}
#singlePost .hentry.post A:hover
{
    text-decoration:none;
    color:#ff6600;
}
#singlePost .hentry.post .header
{
    background: #f5f5eb;
    padding: 25px 15px 12px 35px;
}
#singlePost .hentry.post .header H1,
#singlePost .hentry.post .header H1 A
{
    color: #2062b3;
    margin-bottom: 5px;
    font-size: 30px;
}
#singlePost .hentry.post .header H1 A:hover
{
    color: #ff6600;
}
#singlePost .hentry.post .header .comments
{
    background:url(/static/img/blog/comments_icon.png) 0px 2px no-repeat;
    padding-left: 20px;
    margin-left: 10px;
}
#singlePost .hentry.post .header .comments_count
{
    color: #ff6600;
}
#singlePost .hentry.post .the-content
{
    padding: 25px 15px 15px 35px;
}
#singlePost .hentry.post .the-content P
{
    font-size: 14px;
    line-height: 20px;
}
#singlePost .hentry.post #post-author
{
    padding: 0;
}
#singlePost .hentry.post #post-author H3
{
    font-size: 16px;
    font-weight: normal;
}
#singlePost .hentry.post #post-author .profile-image
{
    float: left;
    margin-right: 16px;
}
#singlePost .hentry.post #post-author P
{
    font-size: 14px;
}
#singlePost .hentry.post .share-post
{
    text-align: right;
    padding: 18px;
    font-size: 13px;
}
#singlePost .hentry.post .share-post .sharethis
{
    font-size: 13px;
    color: #2F952F;
    font-family: Arial;
    font-weight: bold;
}
#singlePost .hentry.post .share-post IMG
{
    margin-left: 9px;
}
#singlePost .hentry.post .meta B
{
    font-weight: bold;
}

#singlePost .socialButtons
{
    background: #eae9d8;
    padding: 11px 34px;
}
#singlePost .socialButtons .st_facebook_hcount,
#singlePost .socialButtons .st_twitter_hcount
{
    margin-right: 9px;
}
#singlePost .socialButtons .st_linkedin_hcount
{
    margin-left: -3px;
}
/* ============================================= /singlePost ============================================= */

/* ============================================= .comments-container ============================================= */
#singlePost .comments-container #respond_comments H3
{
    background: #eae9d8;
    padding: 14px 10px 14px 35px;
    color: #2062b3;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
#singlePost .comments-container #respond_comments .fieldset-comments
{
    color: #2062b3;
    font-size: 20px;
    font-weight: normal;
    list-style: none;
    width: 200px;
    display: inline-block;
    margin-right: 20px;
}
#singlePost .comments-container #respond_comments FORM
{
    background: #f5f5eb;
    padding: 14px 10px 2px 35px;
}
#singlePost .comments-container #respond_comments .fieldset-comments INPUT.text
{
    width: 196px;
    padding: 4px 2px;
    border: 1px solid #9ba6b3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    font-family: Tahoma;
    margin-bottom: 12px;
}
#singlePost .comments-container #respond_comments .field,
#singlePost .comments-container #respond_comments .fields
{
    display: inline-block;
}
#singlePost .comments-container #respond_comments .field TEXTAREA.textarea_comments,
#singlePost .comments-container #respond_comments .fields TEXTAREA.textarea_comments
{
    border: 1px solid #9ba6b3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 460px;
    height: 90px;
    margin: 0;
    padding: 2px 4px;
    font-size: 12px;
    font-family: Tahoma;
    resize: vertical;
}
#singlePost .comments-container #respond_comments .submit-comment
{
    display: inline-block;
    padding: 32px 0 0 15px;
}
#singlePost .comments-container #respond_comments .submit-comment INPUT
{
    background:url(/static/img/blog/submit_btn.png) left center no-repeat;
    border: 0;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 4px 7px 40px;
    margin-bottom :5px;
    width: 140px;
    cursor: pointer;
    text-align: left;
}
#singlePost .comments-container #respond_comments .submit-comment A
{
    font-size: 11px;
    padding-left: 2px;
}
#singlePost .comments-container #respond_comments .captchaLink P
{
    float: right;
    font-size: small;
    margin: -27px 37px 0 0;
}
#singlePost .comments-container #respond_comments .captchaLink P A
{
    font-size: 11px;
    color: #1057AE;
    text-decoration: underline;
}
#singlePost .comments-container #respond_comments .captchaLink P A:hover
{
    text-decoration: none;
}
#singlePost .comments-container .logged-in A
{
    color: #2062b3;
    text-decoration: underline;
}
#singlePost .comments-container .logged-in A:hover
{
    text-decoration: none;
}
#singlePost .comments-container H3
{
    padding: 0 10px 0 30px;
    color: #2062b3;
    background:url(/static/img/blog/comments_icon_big.png) left center no-repeat;
    font-size: 18px;
    margin-top: 30px;
    margin-left: 32px;
    margin-bottom: 18px;
    font-weight: normal;
}
#singlePost .comments-container #commentsBox
{
    background: #f5f5eb;
    padding: 32px;
}
#singlePost .comments-container #commentsBox OL
{
    list-style: none;
}
#singlePost .comments-container #commentsBox OL LI.depth-1
{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 40px;
    background: none;
}
#singlePost .comments-container #commentsBox OL.comments-children LI
{
    padding-left: 50px;
    margin-bottom: 30px;
    background:url(/static/img/blog/comments_arrow.png) 15px 0px no-repeat;
}
#singlePost .comments-container #commentsBox OL LI .comment-container
{
    margin-bottom: 30px;
    width: 917px;
    display: table;
    border-collapse: collapse;
}
#singlePost .comments-container #commentsBox OL LI OL LI .comment-container
{
    width: 867px;
}
#singlePost .comments-container #commentsBox OL LI OL LI OL LI .comment-container
{
    width: 817px;
}
#singlePost .comments-container #commentsBox OL LI OL LI OL LI .comment-container
{
    width: 817px;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .meta
{
    display: table-cell;
    margin-right: 25px;
    width :170px;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .meta IMG
{
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .meta .info
{
    float: left;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .meta .date
{
    line-height: 25px;
    display: inline-block;
    font-size :11px;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .meta .name,
#singlePost .comments-container #commentsBox OL LI .comment-container .meta .name A
{
    font-size: 14px;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .meta .name A
{
    color: #2062b3;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .comment
{
    display: table-cell;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .comment P
{
    font-size: 14px;
    line-height: 20px;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .reply
{
    display: table-cell;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: bottom;
    text-align: right;
}
#singlePost .comments-container #commentsBox OL LI .comment-container .reply A
{
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    background:url(/static/img/blog/reply_icon.png) left center no-repeat;
    padding: 3px 5px 3px 27px;
    width: 42px;
    display: inline-block;
    height: 14px;
    margin-bottom: 11px;
    text-decoration: none;
}
/* ============================================= /.comments-container ============================================= */

/* ============================================= .blockquote ============================================= */
#contentContainer .contentBox div.hentry div.the-content BLOCKQUOTE
{
    background: #f5f5eb url(/static/img/blog/blockquote_left.jpg) left top no-repeat;
    padding: 0;
    margin: 13px 0;
}
#contentContainer .contentBox div.hentry div.the-content BLOCKQUOTE P
{
    background:url(/static/img/blog/blockquote_right.jpg) right bottom no-repeat;
    padding: 24px 70px 21px 77px;
    border: 0;
    font-style: italic;
    font-family: Georgia, Tahoma;
    color: #2a2a2a;
    font-size: 13px;
    box-shadow: none;
    text-shadow: none;
}
/* ============================================= /.blockquote ============================================= */

/* ============================================= #patabs ============================================= */
#patabs
{
    margin-top: 20px;
}
#patabs UL
{
    background: #f3f2e2;
    padding: 9px 17px 0px 17px;
    height: 37px;
}
#patabs UL LI
{
    float: left;
}
#patabs UL LI A
{
    padding: 12px 14px 10px 33px;
    border-top: 1px solid #f3f2e2;
    border-left: 1px solid #f3f2e2;
    border-right: 1px solid #f3f2e2;
    display: block;
    color: #2a2a2a !important;
    font-size: 14px !important;
    text-decoration: none !important;
}
#patabs UL LI A.paGeneral
{
    background: url(/static/img/author_info/pa_general.gif) 13px center no-repeat;
}
#patabs UL LI A.paFacebook
{
    background: url(/static/img/author_info/pa_facebook.gif) 13px center no-repeat;
}
#patabs UL LI A.paTwitter
{
    background: url(/static/img/author_info/pa_twitter.gif) 13px center no-repeat;
}
#patabs UL LI A.paLinkedIn
{
    background: url(/static/img/author_info/pa_linkedin.gif) 13px center no-repeat;
}
#patabs UL LI.ui-tabs-active A.paGeneral
{
    background: #f5f5eb url(/static/img/author_info/pa_general.gif) 13px center no-repeat;
}
#patabs UL LI.ui-tabs-active A.paFacebook
{
    background: #f5f5eb url(/static/img/author_info/pa_facebook.gif) 13px center no-repeat;
}
#patabs UL LI.ui-tabs-active A.paTwitter
{
    background: #f5f5eb url(/static/img/author_info/pa_twitter.gif) 13px center no-repeat;
}
#patabs UL LI.ui-tabs-active A.paLinkedIn
{
    background: #f5f5eb url(/static/img/author_info/pa_linkedin.gif) 13px center no-repeat;
}
#patabs UL .ui-tabs-active A
{
    color: #2a2a2a !important;
    text-decoration: none !important;
    margin-bottom: -1px;
    border-top: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #f5f5eb;
}
#patabs .tabBox
{
    border: 1px solid #bebebe;
    padding: 15px 20px 25px 20px;
    background: #f5f5eb;
}
#patabs .tabBox .tbAvatar
{
    display: inline-block;
    padding: 0px 15px;
}
#patabs .tabBox .tbDescription
{
    display: inline-block;
}
#patabs .tabBox .tbDescription
{
    color: #2062b3;
    width: 830px;
    text-decoration: none !important;
}
#patabs .tabBox .tbDescription A
{
    text-decoration: none !important;
}
#patabs .tabBox .tbDescription H4
{
    font-size: 20px;
    text-decoration: none !important;
    color: #2062b3;
    margin-bottom :0px;
}
#patabs .tabBox .tbDescription P
{
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
}
#patabs .tabBox .tbDescription SMALL
{
    display: block;
}
#patabs .tabBox .tbDescription SMALL A,
#patabs .tabBox .tbDescription SMALL
{
    font-size: 11px;
    color: #2a2a2a !important;
    text-decoration: none !important;
}
/* ============================================= /#patabs ============================================= */

/* ============================================= #sideBar ============================================= */
#sidebar .widget.widget_subscribe P A
{
    background:url(/static/img/blog/sidebar_big_orange_btn.png) left top no-repeat;
    display: block;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 13px 20px;
    margin-bottom: 17px;
}
#sidebar #widget_categories UL LI:hover
{
    background:#ffffff;
}
#sidebar #widget_categories UL LI.current-cat A
{
    color:#ff8c2a;
    text-decoration:underline;
    background:#ffffff;
}
#sidebar #widget_categories UL LI.current-cat UL LI A
{
    color:#1057AE;
    text-decoration:none;
    background:none;
}
#sidebar #widget_categories  H3 SPAN
{
    background:url(/static/img/blog/category_icon.png) left top no-repeat;
    font-size:12px;
    color:#ffffff;
    padding-left: 22px;
    margin:0px;
    font-family: Tahoma;
    text-transform:uppercase;
}
#sidebar #widget_categories H3
{
    font-size:12px;
    color:#ffffff;
    padding:4px 11px 10px 11px;
    margin:0px;
    background:#f2f2f2 url(/static/img/home/sidebar_header.png) center top no-repeat;
    text-transform:uppercase;
}
#sidebar #widget_categories H3 SPAN A:link,
#sidebar #widget_categories H3 SPAN A:visited,
#sidebar #widget_categories H3 SPAN A:active,
#sidebar #widget_categories H3 SPAN A:hover
{
    color:#ffffff;
    text-decoration:none;
}

#sidebar #widget_categories UL LI
{
    margin:0px 5px;
    padding:7px 25px;
    border-bottom:1px solid #ffffff;
}
#sidebar #widget_categories UL
{
    padding-bottom: 30px;
    background:#f2f2f2 url(/static/img/home/sidebar_footer.png) center bottom no-repeat;
    margin:0px;
}
#sidebar #widget_categories UL LI UL
{
    background:none;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 0px;
}
#sidebar #widget_categories UL LI UL LI
{
    margin: 0;
    border-top:1px solid #ffffff;
    border-bottom: 0;
}
#sidebar #widget_categories UL LI UL LI A
{
    padding-left: 20px;
}
#sidebar #widget_categories UL LI UL LI UL
{
    margin-left: 20px;
}
#sidebar #widget_categories UL LI UL LI UL LI
{
    border: 0;
}
#sidebar #widget_categories UL LI UL LI UL LI A
{
    font-size: 11px;
    display: inline-block;
    padding:4px 10px;
}
#sidebar #widget_categories UL LI
{
    margin:0px 5px;
    padding:0;
    border-bottom:1px solid #ffffff;
}
#sidebar #widget_categories UL LI A
{
    display: block;
    padding:5px 10px;
}
#sidebar #widget_categories UL LI:hover
{
    background: none;
}
#sidebar #widget_categories UL LI A:hover
{
    background:#ffffff url(/static/img/img/sidebar/sidebar_arrow_big_active.png) 3px 4px no-repeat;
}
/* ============================================= /#sideBar ============================================= */


@media only screen and (min-width : 1px) and (max-width : 1060px) {
    #header .content .title {
        min-width: 1040px;
    }
    #header .content .menu UL {
        /*margin-left: -20px;*/
        display: inline-block;
        float: left;
    }
    #header .content .menu UL LI.haveChildren,
    #header .content .menu UL LI {
        padding: 8px 5px 20px 5px;
    }
    #header .content .title .search {
        display: inline-block;
        margin-right: 10px;
    }
    #testIndex div.bottomDivider {
        width: 990px;
    }
  /*  #header .content div.title {
        width: 1040px;
    }*/
    .testNavigation div.innerHolder {
        width: 100%;
    }
    #footerBox .content div.up {
        width: 100%;
    }
    #header .content .title div.logo {
        width: 990px!important;
    }
    #header.holiday .content {
        width: 990px;
    }
}
/*.chat_group_count {
	position: relative;
    font-family: tahoma, sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    right: 2px;
    top: -7px;
    left: -3px;
    background: #f37e1a;
    height: 15px;
    border-radius: 16px;
    padding: 0 4px;
    line-height: 15px;
}*/



.marketplace_nav_item {
    position: relative;
    display: inline-block;
}


#footerBox .content .up .item.logo A:first-of-type {
    background: url(/forum/styles/gmatclub_light/imageset/forum_sprite.svg) no-repeat 0 -259px;
    width: 85px;
    height: 41px;
    font-size: 0;
    background-position: 0 -207px;
    background-size: 306px auto;
}

#footerBox .content .up .item.logo A .icon-svg-deep_copy {
    font-size: 15px;
    color: #9e9e9e;
}
#toolkit_popup_container{
    opacity: 1;
    position: fixed;
    right: 52px;
    bottom: 20px;
    display: flex;
    pointer-events: none;
    z-index: 1001;
    font-family: 'Poppins', sans-serif;
}
.toolkit_popup {
    display: inline-block;
    align-self: flex-end;
    pointer-events: auto;
    border-radius: 20px;
    overflow: hidden;
  }
#toolkit_popup_container .announcmentButtonWrap {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1px;
    row-gap: 2px;
    align-items: center;
  } 
#toolkit_popup_container .announcmentButtonWrap a .textOnHover{
    display: none;
    text-wrap: nowrap;
    position: absolute;
    font-size: 16px;
    color: #0f0f0f;
    background: white;
    padding: 2px 5px;
    top: -35px;
    border-radius: 6px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
#toolkit_popup_container .announcmentButtonWrap a:hover .textOnHover{
    display: block;
  }  
  .toolkit_popup .toolkit_popup_header {
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .toolkit_popup .toolkit_popup_header div {
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
  }
  .toolkit_popup .toolkit_popup_header div.big {
    width: 64px;
    margin-left: 5px;
    text-align: center;
  }
  /* .toolkit_popup .toolkit_popup_header div.toolkit_popup_down_btn{
    transform: rotate(45deg);
  } */
  .toolkit_popup.open .toolkit_popup_header div.toolkit_popup_down_btn{
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 7px;
  }
  .toolkit_popup .toolkit_popup_header div.toolkit_popup_down_btn {
    font-family: 'Open Sans',sans-serif;
    /* margin-right:5px; */
    font-size: 28px;
    /* margin-bottom: -1px; */
    margin-left: 0px;
  }
  .toolkit_popup.closed .toolkit_popup_content {
    display:none;
  }
  .toolkit_popup.open .toolkit_popup_header{
    height: 38px;
  }
  .toolkit_popup.open .toolkit_popup_content {
    display:block;
    background: #fff;
    padding-top: 10px;
    height: calc(100% - 48px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .toolkit_popup.open .plusIcon path{
    stroke: white;
  }
  .toolkit_popup.closed {
    box-sizing: border-box;
    background: #fff;
    width: 105px;
    height: 39px;
    height: 41px;
    border: 1px solid #2062B3;
    color: #2062B3;
    /* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); old */
    /* box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.08); */
    /* background: #205576; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toolkit_popup.closed:hover {
    color: white;
    background-color: #2062b3;
  }
  .toolkit_popup.closed:hover .plusIcon path{
    stroke: white;
  }
  .toolkit_popup.open {
    background: #2062B3;
    width: 386px;
    height: 100px;
    color: #fff;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .announcmentButtonWrap a:hover {
    transform: scale(1.05);
    transition: all 0.2s linear;
    box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, .5);
    border-radius: 10px;
    /* position: absolute; */
  }
  .scroll-top-button {
    width: 41px;
    height: 41px;
    background: white;
    /* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); old */
    /* box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.08); */
    position: absolute;
    right: -60px;
    top: 10px;
    border: 1px solid #2062B3;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; }
    .scroll-top-button:hover {    
      color: white;
      background-color: #2062b3;
    }
    .scroll-top-button:hover .icon-svg-arrow_forum{
      color: white;
    }
    .scroll-top-button.global {
      z-index:  1001;
      position: fixed;
      right: 5px;
      bottom: 20px;
      top: initial;
      opacity: 0;
      pointer-events: none;
      transition: opacity 1s ease-in-out; }
      .scroll-top-button.global.visible {
        pointer-events: all;
        opacity: 1;
        z-index: 1001; }
  
  .scroll-top-button .icon-svg-arrow_forum {
    display: block;
    transform: translateX(0px) rotate(-90deg);
    font-size: 14px;
    color: #2062B3; }
  #scrollDownButton.scroll-top-button .icon-svg-arrow_forum{
    transform: translateX(0px) rotate(90deg);
    }
  .scroll-top-button:hover {
    /* border: 1px solid #ff8c2a;
    background: #fff; */
    cursor: pointer; }
  /*   