body {
	font-family: Open Sans, sans-serif;
	line-height: 1.8;
	color: #252525;
}

body, html {
	height: 100%;
}

p {

	margin: 0 0 10px;
}

a.idea {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	color: #fba61c;
    text-decoration: none;
}

a.idea:link {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	color: #fba61c;
    text-decoration: none;
}

a.idea:visited {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	color: #fba61c;
    text-decoration: none;
}


a.idea:hover {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	color: #c68419;
    text-decoration: none;
}

h1 {
	text-transform: uppercase;
	font-size: 5em;
	font-weight: bold;
	line-height: 1em;
	color: #fba61c;
}

h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 900;
	color: #ce0d45;
	margin-bottom: .5em;
}

h3 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: .25em;
	color: #ce0d45;
}

h4 {
	text-transform: uppercase;
	font-size: 110%;
	font-weight: 700;
	margin-bottom: .25em;
	color: #505050;
}

h5 {
	font-size: 1.2em;
	font-family: Montserrat, sans-serif;
	line-height: 1.5em;
}

h6 {
	font-size: .9em;
	font-family: Merriweather, serif;
}


.h1, h1, .h4, h4{
    font-family:Montserrat;
    line-height: 1;
}

.h2, .h3, h2, h3{
    font-family:Montserrat;
    line-height: 1.5;
}


hr {
    margin-top: 1em;
    margin-bottom: 1em;
	max-width: 90%;
    border: 0;
    border-top: 1px solid #bbb;
}


.navcontainer {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
	padding: 5px 10px;
}

.container-fluid {
    padding-top: 0px;
    padding-bottom: 20px;
}

.container {
	max-width: 1170px;
}

/*.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem .5rem 0rem 0rem;
}

.nav-linkmain {
    display: block;
    padding: .5rem 1rem;
    font-weight: 900;
    color: #fba61c;
}

.nav-linkmain:hover {
	font-weight: 900;
	color: #555;
    text-decoration: none;
}

.nav-active {
	background-color: #fff;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem .25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}*/

.navbar-nav {
    flex-direction: inherit;
}

.resourcecard-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: .25rem;
    padding-right: .75rem;
    padding-bottom: .25rem;
    padding-left: .75rem;
}

.resourcecard {
	max-width: 175px;
}
      
.col {
  	padding: 1em;
}

.noborder {
	border-width: 0px;
}



.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:10px;
	line-height: 1em;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}