﻿body
{
    font-family: "myriad-pro",Tahoma,Sans-Serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 75%; /* 1em == 12pt */
    margin: 0;
    padding: 0;
    background-color: #e9e9e9;
    text-transform: uppercase;
    min-width: 960px;
    width: 100%;
}
.italic
{
    font-style: italic;
}
.bold
{
    font-weight: 700;
}

#header
{
    position: fixed;
    z-index: 999999;
    height: 96px;
    width: 100%;
    background: #1e1e1e;
    color:#858585;
    min-width: 960px;
    -webkit-backface-visibility: hidden;
    text-align:left;
}
/* ADA skip to main content - added Q1 2019*/
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#666666;
    left: auto;
    top: auto;
    width: 300px;
    height: auto;
    overflow:auto;
    margin: 10px 0 10px 50%;
    padding:5px;
    border-radius: 15px;
    border:4px solid $red;
    text-align:center;
    font-size:1.2em;
    z-index:999;
    transform: translate(-50%, 0);
}

.sw-logo
{
    position:absolute;
    top:0;
    left:4px;
    cursor:pointer;
    -webkit-backface-visibility: hidden;
}
/*.header-logo
{
    position:absolute;
    top:15px;
    left:180px;
    z-index:700;
    -webkit-backface-visibility: hidden;
}*/


.headerBtn
{
    float:right;
    cursor: pointer;
    position: relative;
    height: 96px;
    border-left: 1px solid #444;
    background: #1e1e1e;
    -webkit-backface-visibility: hidden;
}
#header-mail
{
    border-left: none;
}
.headerBtnInner
{
    position: absolute;
    top:0;
    text-align: center;
    padding: 0 5px;
    margin-top: 27px;
}
.headerIcon
{
    float:left;
    margin: 6px 10px 0 2px;
    display:inline-block;
    opacity: 0.3;
    /*transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;*/
}

.headerTxt
{
    float:left;
    /*transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;*/
    line-height: 44px;
}
.headerBtnOver
{
    width: 100%;
    height: 100%;
    top:0;
    background: #1e1e1e;
}
.headerBtnOver.blue {
    background: rgb(51,86,137); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(51,86,137,1) 0%, rgba(67,113,180,1) 33%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,86,137,1)), color-stop(33%,rgba(67,113,180,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335689', endColorstr='#4371b4',GradientType=0 ); /* IE6-9 */
}
#header-popup-cover
{
    width: 60px;
    cursor:default;
    border:none;
}
#header-new-chip{ width: 135px; display:none; border:none; }
#header-all-chips{ width: 175px; display:none;}
#header-share{ width: 104px; display:none;}
#header-account{ width: 156px; display:none;}
    #header-account .headerBtnInner
    {
        padding-right:0;
    }
    #header-account .headerTxt
    {
        width: 106px;
        text-align:left;
        overflow:hidden
    }
#header-mail
{
    width: 60px;
    display: none;

}
    #header-mail .headerBtnInner
    {
        padding: 0 10px 0 15px;
    }
    #header-mail .gotMail
    {
        border-radius: 50%;
        width: 22px;
        height: 22px;
        line-height: 20px;
        color: #fff;
        left: 32px;
        top: -73px;
        position:relative;
        text-align:center;
        z-index: 900;
        box-shadow:0px 2px 4px rgba(0,0,0,.5);
        behavior: url(Content/css/PIE.htc);
        background: rgb(236,86,85); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(236,86,85,1) 0%, rgba(226,48,46,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,86,85,1)), color-stop(100%,rgba(226,48,46,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(236,86,85,1) 0%,rgba(226,48,46,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(236,86,85,1) 0%,rgba(226,48,46,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(236,86,85,1) 0%,rgba(226,48,46,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(236,86,85,1) 0%,rgba(226,48,46,1) 100%); /* W3C */
        display:none;
    }

#header-login{ 
    width: 109px; 
    height: 96px;
    border-left: 1px solid #444;
    float:right;
    position:relative;
    background-color: #1E1E1E;
    display:none;
}
#header-login .button
{
    width: 95px;
    height: 30px;
    margin: 34px 7px;
    line-height: 30px;
    text-align:center;
    font-weight:bold;
    font-style: italic;
    font-size: .91666667em;
}
    #header-login .button .buttonTxt
    {
        margin-left: 26px;
    }

.header-popup-bg
{
    width: 190px;
    text-align: center;
    padding: 0 15px 10px 15px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, .3);
    border-radius: 8px;
    behavior: url(Content/css/PIE.htc);
    top: 10px;
}

.pointed {
    position: relative;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-color: white;
    z-index:3;
}
.pointed:before,
.pointed::before {
    position: absolute;
    top: -15px;
    left: 0;
    margin-left: -50%;
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 15px white;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}
.btnContainer
{
	position: relative;
	width: 190px;
	height: 40px;
	cursor: pointer;
    float:left;
    margin-bottom: 15px;
    background-color: #4371b4;
    border-radius: 5px;
    box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
    overflow:hidden;
    letter-spacing: 0.05em;
}
.ie8 .btnContainer
{
    border-radius: 0;
    behavior: initial;
}

.button
{
	position: absolute;
	width: 100%;
	height: 100%;
    background-color: #4371b4;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    behavior: url(Content/css/PIE.htc);
    line-height: 40px;
    display:block;
    letter-spacing: 1px;
    text-align:center;
    overflow:hidden;
}

.ie8 .button
{
    border-radius: 0;
}
.button .buttonTxt
{
    position: absolute;
}

.btnOverlay
{
    position: absolute;
    width: 100%;
    height: 100%;    
    opacity: 0;
    border-radius: 5px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OWFjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzQzNzFiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

    background: -moz-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.33)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.33) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.33) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.33) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%,rgba(255,255,255,0) 100%); /* W3C */ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669acc', endColorstr='#4371b4',GradientType=0 ) inherit; /* IE6-8 */
    
    -webkit-backface-visibility: hidden;
}

.ie8 .btnOverlay
{
    border-radius: 0;
}
.arrow-circle-up, .arrow-circle-right
{
    content: "";
    position: relative;
    top: 6px;
    right: 10px;
    float:right;
    text-indent: -9999px;
    border:none;
    cursor:pointer;
    width: 28px; 
}

 
.chipItButton
{
	width: 190px;
	height: 40px;
	border-radius: 5px;
    box-shadow: 0px 3px 4px rgba(0,0,0,.4);
    behavior: url(Content/css/PIE.htc);
    cursor:pointer;
    font-weight:bold;
    font-style:italic;
    /*text-shadow: 1px -1px 2px rgba(0,0,0,.33) ;
    behavior: url(Content/css/PIE.htc);*/
    line-height: 40px;
    color: white;
    display:block;
    position:absolute;
    font-size: 1.9666667em;
}
.ie8 .chipItButton
{
    box-shadow: none;
}

#header-popup-new-chip
{
    position: absolute;
    top: -550px;
    left: 0;
    display:block;
    background-color: transparent;
    z-index: 104;
    -webkit-backface-visibility: hidden;
}
#header-popup-share
{
    position: absolute;
    top: -550px;
    left: 0;
    display:block;
    z-index: 105;
    -webkit-backface-visibility: hidden;
}
#header-popup-new-chip p
{
    color: #1572b8;
    text-transform: uppercase;
    font-size: .91666667em;
    margin-bottom: 15px;
    font-size: 10px;
}
#header-popup-share p,
#header-popup-share .group
{
    color: #1572b8;
    text-transform: uppercase;
    text-align:center;
}

input[type=text],
input[type=password],
textarea
{
    color: #1572b8;
    font-family: "myriad-pro",Tahoma,Sans-Serif;
    text-transform:none;
    text-align:left;
    border-radius: 5px;
    box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, .2);
    behavior: url(Content/css/PIE.htc);
    border: 1px solid #cccccc;
    resize: none;
    padding: 0 10px;
    position:relative;
    letter-spacing:1px;
    font-size: 1em;
}

button
{
    letter-spacing: .1em;
}
.ie8 input[type=text],
.ie8 input[type=password],
.ie8 textarea
{
    line-height: 35px;
    border: 2px solid #cccccc;
    box-shadow:none;
    border-radius:0;
}

#header-popup-share input[type=text]
{
    line-height: 30px;
    width: 170px;    
    height: 35px;
    max-height: 35px;
    max-width: 170px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform:none;
}
input.enterUrl
{
    width: 120px;    
    height: 32px;
    max-height: 34px;
    max-width: 120px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 4px;
    float:left;
    box-shadow: none;
    z-index:5;
    border-radius: 3px;
    behavior: url(Content/css/PIE.htc);
}
.ie8 input.enterUrl
{
    border: none;
    height: 34px;
}
#uploadImageForm .btnOverlay
{
    top: 0;
}
#uploadImageForm .button .buttonTxt
{
   margin-left: 22px;
}
#uploadImageForm .arrow-circle-up
{
    right: -17px;
}
#header-popup-new-chip .btn-chipIt
{
    text-indent:-9999px;
    cursor:pointer;
    box-shadow: -1px 2px 3px 2px rgba(0, 0, 0, .2);
}


.shareIcon
{
    width: 32px;
    height: 32px;
    margin-left: 15px;
    margin-top: 2px;
}  
    .shareTW, .shareFB, .shareTB, .sharePT
    {
        content:"";
        cursor:pointer;
    }
    .sharePT
    {
        margin-left: 0;
    }

#inviteFriendBtn{
	
	width: 160px;
	height: 30px;
    float:none;
    margin: 10px auto;
} 
#inviteFriendBtn .button{
	line-height: 30px;
}
#inviteFriendBtn .button .buttonTxt{
	margin-left: 0px;
    position: relative;
}

#header-popup-account
{
    position:absolute;
    top: -250px;
    left: 0;
    width: 155px;
    text-align:center;
    border-radius: 0px 0px 5px 5px;
    behavior: url(Content/css/PIE.htc);
    background-color: #1e1e1e;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, .3);
    transition: top .5s ease;
    -moz-transition: top .5s ease;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    -webkit-backface-visibility: hidden;
}
    #header-popup-account .headerBtn
    {
        height: 36px;
        width: 155px;
        border-left:none;
        background: transparent;
    }
    #header-popup-account .headerBtnOver
    {
        position:absolute;
        height:35px;
        top:1px;
        /*transition: opacity .3s;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;*/
        -webkit-backface-visibility: hidden;
    } 
    #header-popup-account .headerBtnOver.last
    {
        border-radius: 0px 0px 5px 5px;
        behavior: url(Content/css/PIE.htc);
    } 
    .ie8 #header-popup-account .headerBtnOver.last
    {
        border-radius: 0;
    } 
    #header-popup-account .headerTxt
    {
        line-height: 36px;
        float:none;
        position:absolute;
        width: 100%;
    }
.accountDivLine
{
    width: 125px;
    height: 1px;
    position:absolute;
    top: 36px;
    left: 15px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.1)), color-stop(30%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1affffff',GradientType=1 ); /* IE6-9 */
}
   
#content
{
    position: relative;
    z-index: 50;
    padding-bottom: 50px;
    background: #ececec;
    padding-top:96px;
}

.footer-layout
{
    width: 100%;
    position:relative;
}
#footer
{
    color: #666666;
    padding: 40px 0px;
    margin: 0 auto;
    width: 660px;
    height: 235px;
}

.sw-footer-logo
{
    margin: 0 auto;
    text-align:center;
    display:block;
    text-indent: -100000px;
}

.sw-footer-links
{
    margin: 40px auto;
    text-align: center;
}

.footer-link
{
    width: 170px;
    height: 40px;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
    behavior: url(Content/css/PIE.htc);
    color: #666;
    background-color: transparent;
    padding: 18px 15px 15px 15px;
    cursor: pointer;
    -webkit-transition:  background-color .4s ease;
    -moz-transition:  background-color .4s ease;
    -o-transition:  background-color .4s ease;
}
    .footer-link:hover
    {
        background-color: #4371b4;
        color: #fff;
    }
    

.footer-icon
{
    float: left;
    display: block;
    margin-top:-7px;
    width: 55px;
    overflow:hidden;
    margin-right:20px;
}
.tools-icon
{
    /*margin-left: 8px;*/
    width: 55px !important;
    overflow:hidden;
}

.find-icon
{
    margin-left: 25px;
    width: 55px !important;
    overflow:hidden;
}
.savings-icon
{
    margin-left: 5px;
    width: 55px !important;
    overflow:hidden;
}


.sw-footer-nav
{
    text-align: center;
    font-size: 10px;
    line-height:2.8em;
}

    #footer .sw-footer-nav a:hover, #foooter .sw-footer-nav a:active
    {
        color: #4371b4;
        text-decoration:underline;
    }
.arrow-up {
	width: 0; 
	height: 0; 
    position:relative; 
    top: 10px;
    margin-left: 8px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #4371b4;

}


    

.arrow-down {
	width: 0; 
	height: 0;
    position:relative; 
    top: -2px;
    margin-left: 8px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4371b4;
    display:inline-block;
    -webkit-backface-visibility: hidden;
}



/*SETTINGS PAGE STYLES*/
.subPage
{
    width: 600px;
    padding-top: 20px;
    margin: 0px auto;
    color: #666;
}
.page-title
{
    font-size: 1.96666667em;
    font-weight:bold;
    font-style: italic;
    
}
.section-group
{
    text-align: left;
    margin: 20px auto;

}
.section-title
{
    font-size: 1.333333333em;
    font-weight:bold;
    margin-bottom: 15px;
}
.section-copy
{
    text-transform: none;
    margin-bottom: 15px;
}


/*SETTINGS SUBPAGE*/
.cp_DeleteAccount
{
    width: 150px;
}
.cp_DeleteAccount .button .buttonTxt
{
    margin-left: 23px;
    text-transform:uppercase;
}


/*LEGAL & FAQ SUBPAGES*/
.subpage
{
    width: 640px;
    color: #333333;
    text-align:left;
    margin: 40px auto 0 auto;
    letter-spacing:normal;
    position:relative;
}
.subpage-title
{
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align:center;
}
.subpage-subtitle
{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}
.subpage-copy
{
    font-size: 1.16666667em;
    line-height: 1.5em;
    text-transform: none;
    margin-bottom: 20px;

}
    .subpage-copy.upper
    {
        text-transform: uppercase;
    }
    .subpage-copy ul, .subpage-copy ol
    {
        padding-left: 30px;
    }
        .subpage-copy ol li
        {
            margin-bottom: 5px;
        }
    .subpage-copy p
    {
        margin-bottom: 10px;
    }
    .subpage-copy.anchor
    {
        padding-top: 60px;
        text-transform:uppercase;
    }
    .subpage-copy.last
    {
        margin-bottom: -30px;
    }
    .raw-code
    {
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ccc;
        line-height: 19px;
    }
        .raw-code .sw-chip-btn
        {
            float: left;
            margin-right: 10px;
        }
.subpage a
{
    color: #39619b;
}
    .subpage a:hover
    {
        text-decoration: underline;
    }

.subpage .btnContainer
{
    float: none;
}
.subpage .btnContainer a
{
    color: #fff;
    text-align:center;
    text-decoration:none;
}
    .subpage .btnContainer a:hover
    {
        text-decoration:none;
    }

#errorpage .subpage-copy p
{
    text-align: center;
}
.get-chipit-btn-404
{
    display: block;
    margin: 0 auto;
}

.subpage .chipItButton
{
    text-transform: uppercase;
}
/*UI AUTO COMPLETE OVERRIDES*/
.ui-autocomplete
{
    border: none !important;
    box-shadow: 1px 2px 2px rgba(0,0,0,.33) !important;
    margin-left: -8px !important;
    width: 87px !important;
}
    
    .ui-autocomplete li a
    {
        background-color:#ffffff !important;
        color: #4371b4 !important;
        font-family: "myriad-pro",Tahoma,Sans-Serif !important; 
        font-size: 1em !important;
        cursor:pointer !important;
        outline:none !important;
        text-align:left !important;
        max-height: 20px !important;
        overflow:hidden !important;
        padding-left: 9px !important;
    }
    .ui-autocomplete li:last-of-type a
    {
        border-radius: 0 0 5px 5px !important;
        behavior: url(Content/css/PIE.htc);
    }
    .ui-autocomplete li a:hover
    {
        background-color:#4371b4 !important;
        color: #ffffff !important;
        border: none !important;
    }
.ui-widget-content
{
    background: #ffffff !important;
}
.ui-widget
{
    font-family: "myriad-pro",Tahoma,Sans-Serif !important;
    font-size: 1em !important;
}
.ui-menu
{
    padding: 0 !important;
}

/*UI TOOLTIP*/
.ui-tooltip, .arrow:after {
    background: #fff;
    border: 2px solid #fff !important;
    font-family: "myriad-pro",Tahoma,Sans-Serif !important;
    font-size: 1em !important;
}
 .ui-tooltip
{
    background-color: #fff;
    color: #1571B8 !important;
    border-radius: 5px !important;
    behavior: url(Content/css/PIE.htc);
    padding: 2px 5px;
}

 .arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -18px;
}
.arrow.top {
top: -15px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 28px;
top: -10px;
width: 10px;
height: 10px;
box-shadow: 0 0 5px #aaa;
behavior: url(Content/css/PIE.htc);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}
.ie8 .arrow
{
    display: none;
}
