/**
 * RSX Framework
 * Copyright 2015 Bell Canada
 * 
 *  Base CSS
 */

body {
	background-color: #e1e1e1;
}

.rsx-page-content {
	position: relative;
	background-color: #e1e1e1;
	background-repeat: no-repeat;
	transition: background-size 0.5s cubic-bezier(.55,0,.1,1);
	min-width: 0;
	width: 100%;
    outline: 0;
}

footer .container {
    margin-bottom: 0;
}

main p a, main ul a {
    text-decoration: underline;
}
.rsx-list a, main .contact-details ul a{
    text-decoration: none;
}

h1 a:hover, .rsx-h1 a:hover,
h2 a:hover, .rsx-h2 a:hover,
h3 a:hover, .rsx-h3 a:hover,
h4 a:hover, .rsx-h4 a:hover,
h5 a:hover, .rsx-h5 a:hover,
h6 a:hover, .rsx-h6 a:hover {
    text-decoration: none;
}

.disabled,
.disabled label,
.disabled input {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}
