/* Main CSS file */

body {
    background:#f1f1f1 url('../images/body-bg.png') top left repeat-x;
}

body, .pure-g, .pure-g [class *= "pure-u"] {
    font-family: Arial, ArialMT, 'Open Sans', sans-serif;
    color:#3b3b3b;
}

.boxSize {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color:#005ead;
    text-decoration:none;   
}
a:hover {
    color:#0a365a;  
}

h1 {
    font-size:29px;
    font-weight:bold;
    margin-top:8px;
}

p {
    font-size:14px;
    color:#000000;
    line-height:20px;
}

h3 {
    font-size:14px;
    color:#000000;
    line-height:20px;
}

.altA a, .alt, a.alt {
    color:#fbad18;  
}

.altA a:hover, a.alt:hover {
    color:#ffc950;  
}

.altBG {
    background:#fbad18;  
}

/* Pure Row Width Override */

.pure-g {
    max-width:940px;
    margin-left:auto;
    margin-right:auto;
}

.whiteBG {
    background:white;
}

#mainContent > .pure-g {
    border-top:6px solid #ffffff;
    border-left:10px solid #ffffff;
    border-right:10px solid #ffffff;
}

#mainContent {
    position:relative;
    z-index:10;
}

.pureFull {
    width:100%;
    padding:15px 0;
}

.txtPurple {
    color:#b41c59;
}

.txtC {
    text-align:center;
}

.txtL {
    text-align:left;
}

.txtR {
    text-align:right;
}

.txtXS {
    font-size:11px;
}

.txtS {
    font-size:16px;
}

.txtM {
    font-size:22px;
}

.txtLg {
    font-size:30px;
}

.txtXL {
    font-size:40px;
}

/* Small screen text */
@media screen and (max-width:47.938em) {
    
    .txtS {
        font-size:14px;
        padding:0 15px;
    }

    .txtM {
        font-size:18px;
        padding:0 15px;
    }

    .txtLg {
        font-size:24px;
        padding:0 15px;
    }

    .txtXL {
        font-size:32px;
        padding:0 15px;
    }
    
}

.txtThin, .txtThin > * {
    font-weight:300;
}

.txtTIT, .txtTIT > * {
    font-style:italic;
    font-weight:300;
}

.txtN, .txtN > * {
    font-weight:400;
}

.txtNIT, .txtNIT > * {
    font-style:italic;
    font-weight:400;
}

.txtB, .txtB > * {
    font-weight:600;
}

.txtBIT, .txtBIT > * {
    font-style:italic;
    font-weight:600;
}

.txtWhite, a.txtWhite {
    color:white;   
}

a.txtWhite:hover {
    color:#ffa700;   
}

img.imgC {
    text-align:center;
    margin:0 auto;
    display:block;
}

img.imgL {
    float:left;
}

img.imgR {
    float:right;
}

@media screen and (max-width:47.938em) {
    
    h1.hPad {
        padding:0 15px;
        margin:0;
    }
    
    .mPad {
        padding:0 15px;   
    }
    
}

.hPad {
    padding:0;
    margin:0;
}

.hPad-top {
    padding-top:0;
    margin-top:0;
}

.hPad-bottom {
    padding-bottom:0;
    margin-bottom:0;
}

ul.footer-nav {
    list-style-type:none;
    width:100%;
    padding:0 !important;
}

ul.footer-nav li a {
    color:#3b3b3b;
    text-decoration:none;
    font-size:14px;
}

ul.footer-nav li a:hover {
    color:#000000;
}

ul.footer-nav li {
    display:inline-block;
}

ul.footer-nav li:after {
    content:' | ';
}

ul.footer-nav li:last-child:after {
    content:'';
}

ul.trackerMain {
    padding: 0;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 97px;
    left: 5px;
}

.trackerMain li {
    display:inline-block;
    padding:0;
    margin:0;
}

.trackerMain li a {
    color:white;
    display:block;
    padding: 5px 9px 5px 5px;
    font-size:14px;
}

.trackerMain li:first-child a {
    padding: 5px 9px 5px 10px;
}

.trackerMain li:last-child a {
    padding:5px 10px 5px 5px;
}

ul#latestNews {
    list-style-type: none;
    padding-left:15px;
}

ul#latestNews li {
    padding-left:30px;
    position:relative;
    line-height:14px;
    margin-bottom:20px;
}

ul#latestNews li a{
    font-size:14px;
}

ul#latestNews li:before {
    content:'';
    background:url('../images/bullet.png') no-repeat;
    width:14px;
    height:14px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    background-size: cover;
}

a.partnerIMG img {
    height:70px;
    margin:10px;
}

p a.partnerIMG:first-child img {
    margin:10px 10px 10px 0;
}

p a.partnerIMG:last-child img {
    margin:10px 0 10px 10px;
}

a.registerButton {
	background: #ffc425;
	padding: 5px 8px;
	color: #ffffff!important;
	text-align: center;
}

a.loginButton {
	background: #00457F;
	padding: 5px 8px;
	color: #ffffff!important;
	text-align: center;
}

a.loginButton:hover, a.registerButton:hover {
    	background:#0C1975;
	transition: 1s;
}

#topButtons {
	float:right
}