@charset "utf-8";
/* CSS Document */

/* @import url(//secure.itswebs.com/naon/socious/styles.css); */

body {
	color:#665656;
	font-size: 16px;
}

.s-header-wrapper {
	background-size: cover;
}

.s-header-image {
	padding-top: 25px;
}

.navbar-nav {
	width:970px;
}

.s-nav-collapse.collapse {
	padding-bottom:5px;
}

.s-navbar .caret {
display: none;
}

.s-nav-collapse .s-navbar > li > a {
  padding: 15px 12px 15px 6px;
  text-transform: uppercase;
  text-decoration:none;
}

.s-nav-collapse .s-navbar > li:last-child {
	float:right;
	top:5px;
}

.s-nav-collapse .s-navbar > li > a:last-child {
	background-color:#833C78;
	color:#fff;
	border-color:#833C78;
	cursor:pointer;
	border-radius:10px;
}

.s-nav-wrapper, .s-e-nav-wrapper {

}

#socialmedia {
	top:-15px;
	position: relative;
}


.dropdown-menu {
  background-color: #0061aa;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #FFFFFF;
  font-size:16px;
  white-space: nowrap;
  text-decoration:none;
  text-transform: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #833c78;
}

.s-footer-wrapper {
    background: url(http://www.orthonurse.org/media/zdlkrvrg.jpg) no-repeat center top;
	background-size: cover;
	min-height: 180px;
	margin-top: 70px;
	color: #ffffff;
}

.s-footer {
    background: transparent;
    text-align: left;
}

.top_html {
	background: url(http://www.orthonurse.org/media/myddtymg.jpg) no-repeat center;
	background-size: cover;
    padding: 70px;
	margin-left: calc(((1025px - 100vw) / 2) - 1em);
    width: 100vw;
	color:#ffffff;
	text-align: center;
	font-size: 47px;
	font-style: italic;
}

.quick_links {
	background:#f0f0f0;
	margin-left: calc(((960px - 100vw) / 2) - 1em);
    width: 100vw;
	margin-bottom: 80px;
	text-align: center;
}


ul.quick_nav {
	margin: 0 auto;
	display: inline-block;
}

ul.quick_nav li{
	list-style:none;
	float: left;
	width: 220px;
	text-align: center;
	border-right: #e1e1e1 solid 2px;
}

ul.quick_nav li:last-of-type {
	border-right: 0px;
}


ul.quick_nav li a, ul.quick_nav li a:link{
	color:#02315d;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	font-size:18px;
  	display: inline-block;
	padding: 20px;
}

ul.quick_nav li a:hover{
	color:#833c78;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	background: #e5d0e7;
}

h1, .h1 {
	font-size:34px;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	color:#0061aa;
	background:none;
	border:0px;	
	padding:0px 0px 20px 0px;
}

h2, .h2, .widget_header {
	font-size:24px;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	color:#833c78;
	background:none;
	border:0px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:0px;
}

h3, .h3, .subtitle2, .widget_title a {
	font-family: 'Raleway', sans-serif;
	font-size:22px;
	text-align:left;
	color:#0061aa;
	background:none;
	border:0px;
	padding:20px 0px;	
}

h4, .h4 {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#55bea1;
	background:none;
	border:0px;	
	padding:5px 0px;

}

.article-content.article-title {
	padding:5px;
	margin:0 0 2px -5px;
}


/* Home page styles
------------------------------------------- */

.home_banner {
	background:url(http://www.orthonurse.org/media/rbbxnmtr.jpg) no-repeat center;
	background-size: cover;
	margin-left: calc(((960px - 100vw) / 2) - 1em);
    width: 100vw;
	padding: 80px 0px;
	min-height: 525px;
	color: #ffffff;
}

.banner_nav {
	margin-left: calc(((960px - 100vw) / 2) - 1em);
    width: 100vw;
	background: #f0f0f0;
}


.banner_text {
	padding-left: 90px;
	padding-top: 20px;
}

.banner_title {
	color:#ffffff;
	font-size: 24px;
}

.blue_title {
	font-size: 34px;
	color: #0061aa;
	font-weight: bold;
}

.purple_title {
	font-size: 34px;
	color: #833c78;
	font-weight: bold;
}

.mid_title {
	font-size: 24px;
	font-weight: bold;
}

.blue_button {
	display: inline-block;
	padding: 0 30px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
	background-color: #0061aa;
	border: #0061aa solid 2px;
	cursor: pointer;
	box-sizing: border-box; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.blue_button:hover {
	color: #ffffff;
	background-color: #0061aa;
	border: #0061aa solid 2px;
	text-decoration: none;
	outline: 0; 
}

.light_blue_button {
	display: inline-block;
	padding: 0 30px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
	background-color: #55bea1;
	border: #55bea1 solid 2px;
	cursor: pointer;
	box-sizing: border-box; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.light_blue_button:hover {
	color: #ffffff;
	background-color: #55bea1;
	border: #55bea1 solid 2px;
	text-decoration: none;
	outline: 0; 
}

.purple_button {
	display: inline-block;
	padding: 0 30px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
	background-color: #833c78;
	border: #833c78 solid 2px;
	cursor: pointer;
	box-sizing: border-box; 
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.purple_button:hover {
	color: #ffffff;
	background-color: #833c78;
	border: #833c78 solid 2px;
	text-decoration: none;
	outline: 0; 
}


.feed_title {
	font-size: 34px;
	font-weight: bold;
}

.blue {
	color:#0061aa;
}

.purple {
	color:#833c78;
}

.light_blue {
	color:#55bea1;
}

.odd_row {
	background: #f0f0f0;
	padding: 20px;
	width: 100%;
	display: block;
	
}

.even_row {
	background: #ffffff;
	padding: 20px;
	width: 100%;
	display: block;
}

.feed_right {
	text-align: right;
}

.feed_link_blue, .feed_link_blue:hover {
	color:#0061aa;
	font-weight: bold;
}

.feed_link_purple, .feed_link_purple:hover {
	color:#833c78;
	font-weight: bold;
}

.internal_buttons {
	display: inline-block;
	margin-left: calc(((-960px + 95vw) / 2) + 4em);
	width:975px;
}

.nopadding {
	padding: 0;
	margin: 0;
}

.s-gui-feedback {
display: none;
}

.article-date {
display: none;
}
