html, body {
    margin: 0px;
    background-color: #fafafa;
}

img {
    border: 0px;
}

/* change default bootstrap btn-link color */
.btn-link {
    color: #0599D1 !important;
}

#wrapper {
    background: #fafafa url("../images/svg/background.svg") repeat-y scroll left center;
}

#v4-topNav {
    height: 70px;
    background-color: #002d41;
    font-family: ubuntu;
    position: relative;
}

#topNavLeftContainer {
    padding-top: 5px;
    float: left;
}

#topNavLeftContainer > a,
#topNavLeftContainer > a:active,
#topNavLeftContainer > a:hover {
    text-decoration: none !important;
}

#topNavRightContainer {
    float: right;
    color: #b3c0c6;
}

#topNavRightContainer div {
    line-height: 70px;
    margin-right: 15px;
}

.rightNavFakeLink {
    height: 70px;
    font-size: 18px;
}

.rightNavFakeLink div {
    display: inline;
    font-weight: normal;
}

.rightNavFakeLink:hover {
    color: #ebebec;
    cursor: pointer;
    border-bottom: 10px solid #1ab6f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.rightNavFakeLinkSelected {
    color: #ebebec;
    cursor: pointer;
    border: 0px !important;
    cursor: default !important;
}

#topNavRightContainer div .glyphicon {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 5px;
    font-weight: normal;
}

#topNavRightContainer a:link {
    color: #1ab6f0 !important;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
}

#topNavRightContainer a:visited {
    color: #1ab6f0 !important;
    font-weight: normal;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
}

#topNavRightContainer a:hover {
    color: #cdeffb !important;
    text-decoration: underline;
    font-family: 'Ubuntu', sans-serif;
}

#topNavRightContainer a:active {
    color: #1ab6f0 !important;
    font-weight: normal;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
}

#v4-search {
    width: 300px;
    position: relative;
    font-weight: normal;
    color: #4d6c7b;
    height: 35px;
    padding-right: 25px !important;
    padding-left: 10px;
    border-radius: 7px;
    border: 1px solid #002d41;
    background-image: url('../images/searchGrey.png');
    background-repeat: no-repeat;
    background-position: 271px;
    background-size: 18px;
    z-index: 100;
    outline: 0;
    font-family: 'Ubuntu', sans-serif;
}

#v4-search:focus {
    -webkit-box-shadow: 0 0 0 3px #1ab6f0;
    -moz-box-shadow: 0 0 0 3px #1ab6f0;
    box-shadow: 0 0 0 3px #1ab6f0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#advancedSearchFakery {
    display: none;
    position: absolute;
    right: 12px;
    top: 52px;
    font-size: 13px;
    z-index: 200;
    padding: 5px 10px;
    text-align: center;
    width: 306px;
    border-right: 3px solid #1ab6f0;
    border-left: 3px solid #1ab6f0;
    border-bottom: 3px solid #1ab6f0;
    background-color: #002d41;
    color: #b3c0c6;
    font-family: ubuntu;
    -webkit-box-shadow: 0 6px 7px -5px #888;
    -moz-box-shadow: 0 6px 7px -5px #888;
    box-shadow: 0 6px 7px -5px #888;
    line-height: inherit !important;
    margin: auto !important;
}

#advancedSearchFakery a:link {
    color: #1ab6f0 !important;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
}

#advancedSearchFakery a:visited {
    color: #1ab6f0 !important;
    font-weight: normal;
    text-decoration: none;
}

#advancedSearchFakery a:hover {
    color: #cdeffb !important;
    text-decoration: underline;
}

#advancedSearchFakery a:active {
    color: #1ab6f0 !important;
    font-weight: normal;
    text-decoration: none;
}

#v4-leftNav {
    float: left;
    background-color: #1a4255;
    width: 225px;
    position: absolute;
    bottom: 0px;
    top: 70px;
    color: #b3c0c6;
    font-family: ubuntu;
}

#v4-leftNav div#v4-button-collapse {
    background-image: url(../images/button-collapse.gif);
    z-index: 10;
}

#v4-leftNav div#v4-button-expand {
    background-image: url(../images/button-expand.gif);
    z-index: 10;
}

#v4-leftNav div#v4-button-collapse,
#v4-leftNav div#v4-button-expand {
    position: absolute;
    top: 163px;
    left: 225px;
    display: none;
    width: 25px;
    height: 76px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#v4-main {
    float: right;
    position: absolute;
    top: 70px;
    left: 225px;
    bottom: 0px;
    right: 0px;
}

#v4-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #8096a0;
    font-family: ubuntu;
    font-size: 13px;
    line-height: 35px;
    height: 40px;
}

#v4-footer hr,
#content #footer hr {
    margin: 0px;
    border: 0;
    height: 1px;
    background: #c2c4c6;
    background-image: linear-gradient(to right, #eceded, #c2c4c6, #eceded);
}

#content {
    margin: 20px 270px 0 245px;
}

#content #footer {
    color: #8096a0;
    font-family: ubuntu;
    font-size: 13px;
    line-height: 35px;
    height: 40px;
    border-top: none;
    padding: 0;
}

#content #footer a {
    font: inherit;
    text-decoration: none;
}

.accordionHeader {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 20px;
    display: inline-block;
    width: 100%;
}

.accordionHeader:hover, .v4-selected {
    padding-left: 10px;
    background-color: #002d41;
    border-left: 10px solid #1ab6f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #f1f2f2;
}

.v4-selected {
    font-weight: bold;
}

.accordionContent {
    background-color: #335767;
    display: inline-block;
    width: 100%;
}

.accordionContent ul, #supportRolloverMenu ul {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
}

.accordionContent li, #supportRolloverMenu li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    padding-left: 30px;
    color: #cdd5d9;
}

.accordionContent li:hover, #supportRolloverMenu li:hover {
    background-color: #002d41;
    color: #ebebec;
    border-right: 5px solid #1ab6f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.v4-clear {
    clear: both;
}

#supportRolloverMenu {
    display: none;
    background-color: #002d41;
    position: absolute;
    right: 241px;
    border-bottom: 10px solid #1ab6f0;
    z-index: 999;
}

#supportRolloverMenu li {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Ubuntu', sans-serif;
}

#supportRolloverMenu li:hover {
    border-left: 5px solid #1ab6f0;
    padding-left: 10px;
    border-right: none;
    background-color: #335767;
}

#accordionContainer a,
#accordionContainer a:link,
#accordionContainer a:hover,
#accordionContainer a:active {
    font-size: 14px;
    font-family: ubuntu;
    color: #cdd5d9 !important;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
}

#supportRolloverMenu li a,
#supportRolloverMenu li a:link,
#supportRolloverMenu li a:hover,
#supportRolloverMenu li a:active {
    font: inherit;
    color: inherit !important;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
}

.Glow-TrialNotificationBar {

    position: relative;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    padding: 0px 10px;
    /*margin-bottom: -35px;*/
    border-bottom: 1px solid #a2a582;
    box-shadow: 0px 7px 7px -5px #999;
    background-color: #dff0d8;
    color: #3c763d;
    display: block;

}

.Glow-TrialNotificationBarTitle {

    font-weight: bold;

}

.Glow-TrialNotificationBarTitle {



}

.Glow-TrialNotificationBarClose {

    float: right;
    top: 7px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    color: #81ba81;

}

.Glow-TrialNotificationBarClose:hover {

    color: #3c763d;
}

.blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}