@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/raleway-regular.eot');                           /* IE9 Compat Modes */
    src: local('Raleway-Regular'), local('Raleway-Regular'), url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-regular.woff2') format('woff2'),    /* Super Modern Browsers */ url('../fonts/raleway-regular.woff') format('woff'),     /* Pretty Modern Browsers */ url('../fonts/raleway-regular.ttf') format('truetype'),    /* Safari, Android, iOS */ url('../fonts/raleway-regular.svg#ralewayregular') format('svg');    /* Legacy iOS */
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/raleway-medium.eot');                           /* IE9 Compat Modes */
    src: local('Raleway-Medium'), local('Raleway-Medium'), url('../fonts/raleway-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-medium.woff2') format('woff2'),    /* Super Modern Browsers */ url('../fonts/raleway-medium.woff') format('woff'),     /* Pretty Modern Browsers */ url('../fonts/raleway-medium.ttf') format('truetype'),    /* Safari, Android, iOS */ url('../fonts/raleway-medium.svg#ralewayregular') format('svg');    /* Legacy iOS */
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/raleway-bold.eot');                           /* IE9 Compat Modes */
    src: local('Raleway-Bold'), local('Raleway-Bold'), url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-bold.woff2') format('woff2'),    /* Super Modern Browsers */ url('../fonts/raleway-bold.woff') format('woff'),     /* Pretty Modern Browsers */ url('../fonts/raleway-bold.ttf') format('truetype'),    /* Safari, Android, iOS */ url('../fonts/raleway-bold.svg#ralewayregular') format('svg');    /* Legacy iOS */
}
@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('../fonts/raleway-semibold.eot');                           /* IE9 Compat Modes */
    src: local('Raleway-SemiBold'), local('Raleway-SemiBold'), url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-semibold.woff2') format('woff2'),    /* Super Modern Browsers */ url('../fonts/raleway-semibold.woff') format('woff'),     /* Pretty Modern Browsers */ url('../fonts/raleway-semibold.ttf') format('truetype'),    /* Safari, Android, iOS */ url('../fonts/raleway-semibold.svg#ralewayregular') format('svg');    /* Legacy iOS */
}
@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('../fonts/raleway-extrabold.eot');                           /* IE9 Compat Modes */
    src: local('Raleway-ExtraBold'), local('Raleway-ExtraBold'), url('../fonts/raleway-extrabold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-extrabold.woff2') format('woff2'),    /* Super Modern Browsers */ url('../fonts/raleway-extrabold.woff') format('woff'),     /* Pretty Modern Browsers */ url('../fonts/raleway-extrabold.ttf') format('truetype'),    /* Safari, Android, iOS */ url('../fonts/raleway-extrabold.svg#ralewayregular') format('svg');    /* Legacy iOS */
}
body {
    font-family: 'Raleway-Regular';
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    -ms-font-feature-settings: "lnum";
    -o-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    -webkit-font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -ms-font-variant-ligatures: none;
    -o-font-variant-ligatures: none;
    font-variant-ligatures: none;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}
p {
    line-height: 1.8;
}
h1 {
    font-family: 'Raleway-Bold';
    margin-top: 0;
    font-size: 2.75em; /*3.157em*/
    color: #008ab3;
    line-height: 1.1;
}
h2 {
    font-family: 'Raleway-Bold';
    font-size: 2.369em; /*2.369em*/
    color: #2e2c6c;
    line-height: 1.1;
    margin-top: .5em;
}
h3 {
    font-family: 'Raleway-Bold';
    font-size: 1.777em; /*1.777em*/
    color: #333333;
    line-height: 1.2;
    margin-top: .5em;
}
h4 {
    font-family: 'Raleway-SemiBold';
    font-size: 1.333em; /*1.333em*/
    color: #000000;
    margin-top: .5em;
}
h5, h6 {
    font-family: 'Raleway-Bold';
    font-size: 1em;
    margin-top: .5em;
}
a {
    font-family: 'Raleway-Bold';
    text-decoration: none;
    color: #821d57;
}
a:hover {
    text-decoration: underline;
}
/*.content-wrapper .main-content {
    padding-right: 30px;
}*/
.main-content h1, .main-content h2, .main-content h3 {
    margin-bottom: .2em;
}
.main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
    margin-top: .75em;
}
.main-content h2, .main-content h3 {
    font-family: 'Raleway-Bold';
}
.main-content h4, .main-content h5 {
    font-family: 'Raleway-SemiBold';
}
.main-content .intro {
    font-size: 1.4em;
    margin-bottom: 1em;
}
.main-content img {
    margin: 0 1.5em 1em 0;
    float: left;
    display: block;
    max-width: 100%;
    height: auto;
}
.main-content img.logo {
    float: none;
    margin: 3em 0 0 0;
}
.main-content ul, .main-content ol {
    margin-bottom: 1em;
    overflow: hidden;
    padding-left: 1.75em;
}
.main-content ul > ul {
    margin-bottom: 0;
}
.main-content strong {
    font-family: 'Raleway-Bold';
    font-weight: 400;
}
/* Header */
header {
    padding-top: 1em;
}
.logo img {
    width: 300px;
    margin-bottom: 1em;
}
.top-header {
    position: relative;
}
.utility {
    padding-right: 15px;
    float: right;
    margin-top: 13px;
    top: 0px;
    right: 0;
}
.utility ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.utility ul li {
    display: inline-block;
    margin-left: 1.5em; /*2.5em*/
}
.utility ul li:first-child {
    margin-left: 0;
}
.utility .search {
    display: block;
    width: 100%; /*calc( 100% - 56px)*/
    margin-bottom: 1em;
}
.utility .mobile-items {
    display: none;
}
.search {
    vertical-align: middle;
}
.search td {
    border-bottom: 0;
}
.search .gsc-search-box td.gsc-input {
    padding: 0 !important;
}
.search .gsib_a {
    padding: 0 !important;
}
.search .gsc-input-box {
    padding: .25em;
    height: 32px;
    background-color: #ebe9e8;
}
.search .gsc-input-box table * {
    padding: 0 !important;
    background-color: #ebe9e8 !important;
}
.search form.gsc-search-box {
    padding: 0 !important;
    margin-bottom: 0px;
}
.search table td {
    padding: 0;
}
.search .gsc-search-button {
    margin-left: 0;
    margin-top: 0;
    height: 32px;
    width: 32px;
}
.search button.gsc-search-button {
    padding: 0;
}
.search td.gsc-search-button {
    width: 32px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #ffffff !important;
    color: #821d57 !important;
}
.button-search {
    display: none;
}
.main-content #search-form form#finder-search fieldset{
	border: none;
}
form.form-search label{
	display: none;
}
.main-content input.search-query, .main-content #search-form form#finder-search input {
	padding: 0;
	padding-left: 10px;
}
.main-content #search-form form#finder-search input, .main-content #search-form form#finder-search input:focus, form.form-search input, form.form-search input:focus {
	background-color: #ebe9e8;
	border-color: #bbbbbb;
}
.main-content #search-form form#finder-search button.btn-primary, form.form-search button.btn-primary{
	background: #821D57;
	height: 36px;
    width: 36px;
	border: 0;
}
.main-content #search-form form#finder-search button.btn-primary svg, form.form-search button.btn-primary svg {
	    fill: #ffffff;
}
.main-content #search-results h4.result-title a {
	text-decoration: underline;
}
.main-content #search-results ul li{
	list-style-type: none;
	border-bottom: 1px solid #e9e9e9;
}
.main-content #search-results div.result-url {
	margin-bottom: 1em;
}
.main-content .search-pagination .pagination ul li{
	float: left;
	border-bottom: none!important;
	padding: 0 1em;
	border-right: 1px solid #bbb;
}
.main-content .search-pagination .pagination ul li.pagination-end {
	border-right: none!important;
}
/* Hero */
.hero {
    background-image: url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 25%;
}
.hero {
    margin-bottom: 2em;
}
.hero a {
    min-width: 161px;
    text-align: center;
}
.no-cssvhunit .hero > .container {
}
.cssvhunit .hero > .container {
    height: 35vh;
}
.hero > .container {
    position: relative;
    color: #ffffff;
    min-height: 450px; /*350px*/
    padding-left: 65px;
}
.hero > .container .hero-content {
    position: absolute;
    bottom: 2em;
    width: 75%;
}
.hero > .container h1 {
    font-family: 'Raleway-ExtraBold';
    font-size: 3em;
    line-height: 1em;
    margin-bottom: .25em;
    color: #ffffff;
    text-shadow: 2px 2px 16px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}
.hero > .container h2 {
    font-family: 'Raleway-SemiBold';
    font-size: 2em;
    line-height: 1em;
    margin-bottom: .25em;
    color: #ffffff;
    text-shadow: 2px 2px 16px rgba(0, 0, 0, 1);
}
.hero .container .hero-content-mobile {
    display: none;
}

@media only screen and (max-width: 740px) {
.content-wrapper .main-content {
    max-width: 926px;
}
.hero {
    background-size: cover;
    background-position: 50% 30%;
    background-image: url(../img/mobile-hero.jpg);
}
.hero > .container {
    padding: 9em 0 0 0;
}
.hero .container .hero-content {
    display: none;
}
.hero .container .hero-content-mobile {
    display: block;
    width: 100%;
    padding: 1.5em;
    position: relative;
    text-align: center;
}
.hero .container .hero-content-mobile h1 {
    font-size: 2.5em;
}
.cssvhunit .hero > .container {
    height: auto;
}
.hero > .container {
    min-height: 0;
}
}
/* NAV */
#mobile-menu:not( .mm-menu ) {
    display: none;
}
.nav-wrapper {
    margin-top: .5em;
    width: 97%;
}
.nav-wrapper nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-wrapper nav > ul > li {
    float: left;
    width: 12%;
    white-space: nowrap;
}
.nav-wrapper nav > ul > li:last-child {
    white-space: normal;
}
.nav-wrapper nav > ul > li.one {
    width: 20%;
}
.flexbox .nav-wrapper nav > ul > li {
    float: none !important;
    width: auto !important;/*white-space: normal !important;*//*padding: 0 1em;*/
}
/*.flexbox .nav-wrapper nav > ul > li:first-child {
	padding-left: 0;
}*/
.flexbox .nav-wrapper nav li:last-child ul {
    right: 0;
    left: auto;
}
.flexbox .nav-wrapper nav > ul > li:hover {
    background-color: #ebe9e8;
}
.flexbox .nav-wrapper nav > ul {
    display: flex;
    justify-content: space-between;
}
.nav-wrapper nav ul a {
    color: #821d57;
    display: block;
}
.nav-wrapper nav ul.menu > li.active.parent > a {
    text-decoration: underline;
    color: #2e2c6c;
}
.nav-wrapper nav li {
    position: relative;
}
.nav-wrapper nav > ul > li {
/*display: inline-block;
    height: 100%;*/
}
.nav-wrapper nav > ul > li > a {
    font-family: 'Raleway-Bold';
    padding: 0 0.5em 0.5em 0.5em;
    display: block;
    font-size: 1.3em;
    text-decoration: none;
}
.nav-wrapper nav > ul > li > a.active {
    color: #333366;
    text-decoration: underline;
}
ul.menu li.item-292, ul.menu li.item-293, .nav-wrapper nav > ul > li > a.mobile {
    display: none;
}
nav.mm-menu ul.menu li.item-292, nav.mm-menu ul.menu li.item-293 {
	display: inherit;
}
.nav-wrapper nav li ul {
    display: none;
}
.nav-wrapper nav li ul {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 100%; /*180px;*/
    -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, .4);
    left: 0;
}
.nav-wrapper nav li ul a {
    font-family: 'Raleway-Bold';
    padding: .5em;
    text-decoration: none;
    font-size: 1.3em;
    white-space: nowrap;
}
.nav-wrapper nav li:hover ul {
    display: block;
    background-color: #ebe9e8;
}
.nav-wrapper nav li ul li:hover {
    background-color: #821d57;
}
.nav-wrapper nav li ul li:hover a {
    color: #ffffff;
}
.utility li a {
    font-family: 'Raleway-Medium';
    color: #000000;
    text-transform: uppercase;
}
.learn-more {
    color: #821D57;
    font-weight: 700;
}
.learn-more:after {
    content: " >";
}
div.egdamcsso a span {
    font-family: 'Raleway-Medium';
    color: #000000 !important;
}
div.egdamcsso a span:hover {
    text-decoration: underline;
}
.utility .egdamcsso {
    font-family: 'Raleway-Medium';
    text-transform: uppercase;
}
.utility .egdamcsso #lnklogout {
    margin-left: 1.5em;
}
.utility .egdamcsso #lnklogout:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (min-width: 1600px) {
.nav-wrapper nav > ul > li:last-child {
    white-space: nowrap;
}
}

@media only screen and (min-width: 1000px) {
.flexbox .nav-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 97%;
}
}

@media only screen and (max-width: 840px) {
header {
    padding-top: 2em;
    margin-bottom: 1em;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2.2em;
}
.nav-wrapper {
    display: none;
}
.top-header .utility {
    position: relative;
    text-align: right;
    margin: 0;
}
.break {
    display: none;
}
/*.top-header .utility > div {
    display: inline-block;
}*/
.utility {
    float: inherit;
}
.utility .search {
    margin-left: 0;
    display: block;
    width: 100%;
}
.utility ul li {
    margin-bottom: .75em;
}
.utility .desktop-items {
    display: none;
}
.utility .mobile-items {
    display: inline-block;
}
.mobile-items {
    width: 100%;
    position: static;
    text-align: center;
}
.utility .mobile-items li {
    margin: 0 0 1em 3.75em;
}
.utility .mobile-items li a.mobile-menu {
    position: relative;
    top: .4em;
}
.mobile-items .mobile-menu {
    position: inherit;
}
.mobile-items .egdamcsso a {
    background-image: url(../img/lock.svg);
}
.mobile-items .egdamcsso span {
    display: none;
}
.mobile-items .egdamcsso span.link {
    background-image: url(../img/lock.svg);
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
}
.mobile-items .button-search {
    background-image: url(../img/search.svg);
}
.mobile-menu {
    display: block;
    /*vertical-align: middle;*/
    width: 45px;
    height: 45px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    bottom: 0;/*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.mobile-menu span {
    display: block;
    position: absolute;
    height: 8px;
    width: 100%;
    background: #821d57;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.mobile-menu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mobile-menu span:nth-child(2) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mobile-menu span:nth-child(3) {
    top: 30px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mm-wrapper_opened .mobile-menu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 21px;
}
.mm-wrapper_opened .mobile-menu span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.mm-wrapper_opened .mobile-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    left: 22px;
}
.logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1.5em;
}
.top-header {
    text-align: center;
}
.utility ul li a {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
}
.utility .search {
    width: 300px;
    display: none;
    margin: auto;
    margin-bottom: 1em;
}
.main-content img {
    float: none;
}
}

@media screen and (min-width: 841px) {
.utility .search {
    display: block !important;
}
}

@media only screen and (max-width: 640px) {
.logo img {
    position: relative;
    right: .75em;
}
}

@media only screen and (max-width: 400px) {
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 2em;
}
.main-content .intro {
    font-size: 1.2em;
}
.utility ul li {
    margin-left: 1.25em;
}
.logo img {
    width: 200px;
}
.utility .mobile-items li {
    margin: 0 0 1em 2.5em;
}
.utility ul li a {
    width: 40px;
    height: 40px;
}
.promo-1 h2 {
    font-size: 1.9em;
}
.promo-2 a.button {
    margin: 0 2em;
}
.utility .mobile-items li a.mobile-menu {
    position: relative;
    top: .2em;
}
.utility .search {
    width: 225px;
    ;
}
}
/* Button */

.button {
    background-color: #821d57;
    border-color: #821d57;
    border-width: 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 1em;
    margin-bottom: 1em;
}
.button:hover {
    color: #821d57;
}
.button.reverse {
    background-color: #ffffff;
    border-color: #821d57;
    color: #821d57;
    text-transform: uppercase;
    font-weight: 700;
}
.button.reverse:hover {
    color: #ffffff;
    background-color: #821d57;
}

/*Home page Styling*/

@media only screen and (min-width: 741px) {
.news-section .home-left {
    padding-right: 25px;
}
.news-section .home-right {
    padding-left: 25px;
}
.news-section > .container {
    padding: 0 50px;
}
}

@media only screen and (min-width: 440px) {
.news-section > .container {
    padding: 0 30px;
}
}

@media only screen and (max-width: 740px) {
.news-section .home-left {
    margin-bottom: 2em;
}
}
/* Homepage Feature Promo Styling*/
.promo-section {
    color: #ffffff;
}
.news-section, .promo-section, .product-section, .feature-section, .ad-section {
    margin-bottom: 2em;
}
.promo-section p {
    margin-bottom: .25em;
}
.promo {
    background-color: #cccccc;
    min-height: 302px;
    width: calc( 50% - .51em );
    float: left;
    position: relative;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
}
.promo h2, .promo p {
    color: #ffffff;
}
.promo-1 {
    background-image: url(../img/conf-2020.jpg);
    background-size: cover;
    background-position: center;
}
.promo-1 div {
    position: relative;
    margin: 3em 3em 1em 3em;
}
.promo-1 p {
    margin: 1em 0;
}
.promo-1 a.button {
    font-family: 'Raleway-Bold';
    width: 40%;
    text-align: center;
    background-color: #be1e24;
    border-color: #be1e24;
    white-space: nowrap;
    min-width: 183px;
}
.promo-1 a.button:hover {
    background-color: #ffffff;
    color: #be1e24;
}

@media (max-width:900px) and (min-width:741px) {
.promo-1 div {
    margin: 1em;
}
}
.promo-2 {
    background-color: #2e2c6c;
    text-align: center;
}
.promo-2 > div {
    position: relative;
    margin: 1em;
    top: 50%;
    transform: translateY(-50%);
}
.promo-2 .header {
    background-color: #ffffff;
    margin-bottom: 1em;
}
.promo-2 .header img {
    width: 100%;
    padding: 1em;
}
.promo-2 p {
    font-family: 'Raleway-Medium';
    margin: 1em;
}
.promo-2 a.button {
    font-family: 'Raleway-Bold';
}
.promo:first-child {
    margin-right: 1em;
}

@media only screen and (max-width: 740px) {
.promo:first-child {
    margin-right: 0;
    margin-bottom: 2em;
}
.promo {
    /*background-color: #cccccc;*/
    min-height: 280px;
    width: 100%;
    float: none;
    position: relative;
    padding: 1em 0;
}
.promo-1 div {
    margin: 1em;
}
.promo-1 p {
    margin: 1em 0;
}
.promo-1 a.button {
    min-width: 180px;
    display: block;
    margin: auto;
}
.promo-1 .custom div a.button:nth-of-type(2) {
    display: none;
}
}
/* Home News Styling*/
.news-item {
    position: relative;
    overflow: auto;
    padding-bottom: 1em;
    margin: 0 1.35em 0 1.35em;
    float: left;
    width: calc(30% - 1.35em);
}
.news-item .header {
    height: 2em;
    width: 100%;
}
.news-item .pain-research {
    background-image: linear-gradient(to right, #be1e24, #931d46);
}
.news-item .aapm-news {
    background-image: linear-gradient(to right, #008ab3, #1b5289);
}
.news-item .advocacy-and-legislation-news {
    background-image: linear-gradient(to right, #e07e27, #c94a0d);
}
.news-item .practice-management {
    background-image: linear-gradient(to right, #ffd400, #ef9d00);
}
.news-item .clinical-trials-and-funding {
    background-image: linear-gradient(to right, #821d57, #5c0e34);
}
.news-item .industry-news {
    background-image: linear-gradient(to right, #2e2c6c, #100f3b);
}
.news-item .uncategorized {
/*background-image: linear-gradient(to right, #ffd400, #ef9e00);*/
}
.news-item .content {
    padding-top: 1em;
}
.news-item .content a h4 {
    font-family: 'Raleway-SemiBold';
    color: #000000;
    margin: 0;
    text-align: left;
}
.news-item p, .product-section p {
    margin-bottom: 10px;
}
.news-section {
    text-align: center;
}
.news-section h3 {
    font-family: 'Raleway-Bold';
    color: #2e2c6c;
    text-align: center;
    margin-bottom: 1em;
}
.news-section .content {
    text-align: left;
	width: 100%;
}
.news-section a {
    color: #821d57;
    margin: 1.5em 0;
}
.news-section a.learn-more {
    display: inline-block;
    margin: 1.5em 0;
}
.news-item:nth-of-type(3) {
    border-bottom: none;
}
.news-item > div {
    /*width: calc( 100% - 150px );*/
    float: left;
}
.news-item img {
    float: left;
    width: 115px;
    margin-right: 15px;/*
	top: 0;
	left: 0;
	position: absolute;
*/
}
.news-carousel .slick-prev:before {
    color: #776b68;
}
.news-carousel .slick-next:before {
    color: #821d57;
    right: 0;
}
.news-carousel .slick-prev {
    left: 0;
}
.news-carousel .slick-next {
    right: 0;
}
.news-carousel ul.slick-dots, .product-carousel ul.slick-dots {
    right: 2px;
}
.product-section .slick-dotted.slick-slider {
    margin: 0 1em;
}
.product-section .slick-prev:before, .product-section .slick-next:before {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    opacity: 1;
    font-size: 25px;
}
.product-section .slick-prev:before {
    content: "<"
}
.product-section .slick-next:before {
    content: ">";
}
.product-section .slick-dots li button:before {
    color: #ffffff;
}
.product {
    margin: 0 2em;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    font-size: 13px;
    color: #776b68;
}

@media only screen and (max-width: 360px) {
.news-item > div {
    width: 100%;
    float: none;
}
}
/*Feature Product Styling*/
.product-section {
    background-color: #821d57;
    text-align: center;
}
.product-section img {
    margin: auto;
}
.product-section div h3 {
    font-family: 'Raleway-Bold';
    color: #ffffff;
    text-transform: uppercase;
    margin: 1.5em 0;
}
.product-section a {
    color: #ffffff;
    text-decoration: none;
}
.product-section a h4, .product-section a p {
    font-family: 'Raleway-SemiBold';
    color: #ffffff;
    text-align: initial;
}
.product-section a p {
    font-family: 'Raleway-Regular';
}
.product-section div a.learn-more {
    display: inline-block;
    color: #ffffff;
    margin: 2em 0;
}
.product-section div a.learn-more:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1040px) and (min-width: 740px), (max-width: 500px) {
.product-section > .learn-more {
    position: static;
}
}
/*feature-sections Styling*/
.feature-section .header {
    width: 100%;
    min-height: 2em;
    margin-bottom: 1em;
    max-height: 3.75em;
}
.feature-section .header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.feature-section .feature-item {
    position: relative;
    overflow: auto;
    margin: 0 1.35em;
    float: left;
    width: calc(33.3333% - 1.35em);
    text-align: center;
}
.feature-section .feature-item p {
    font-family: 'Raleway-Medium';
    margin: 0;
}
.feature-item:first-child {
    margin-left: 0;
}
.feature-section .foundation {
    width: calc(33.3333% - 2.7em);
}
.feature-item:last-child {
    margin-right: 0;
}
.feature-section .resource .header {
    background-color: #2e2c6c;
}
.feature-section .foundation .header {
    background-color: #008ab3;
}
.feature-section .career .header {
    background-color: #e07e27;
}
.feature-section .mobile {
    text-transform: uppercase;
}
.mobile div.mobile-feature-item {
    display: none;
}
.mobile-feature-item p {
    margin: 0;
    line-height: 1.2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 740px) {
.feature-item {
    display: none;
}
.mobile div.mobile-feature-item {
    display: block;
    width: 100% !important;
    margin: .5em 0;
    text-align: center;
    padding: .5em 1em;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2;
}
.mobile div.mobile-feature-item div.custom {
    height: 100%;
}
.mobile a {
    color: #ffffff;
}
.mobile .resource {
    background-color: #2e2c6c;
}
.mobile .foundation {
    background-color: #008ab3;
}
.mobile .career {
    background-color: #e07e27;
}
}
/*Ad Wrapper Styling*/
.ad-wrapper {
    padding: 0 .75em .75em .75em;
    text-align: center;
    background-color: #f2f2f2;
    display: block;
    max-width: calc(1400px - 1.5em);
}
.ad-wrapper:before, .mobile-ad-wrapper:before {
    content: "Advertisement";
}
.ad-wrapper img, .mobile-ad-wrapper img {
    max-width: 100%;
	object-fit: contain;
}
.mobile-ad-wrapper {
    display: none;
}

@media only screen and (max-width: 740px) {
.mobile-ad-wrapper {
    display: block;
    padding: 0 .75em .75em .75em;
    text-align: center;
    background-color: #f2f2f2;
    max-width: calc(740px - 1.5em);
}
.ad-wrapper {
    display: none;
}
}
/*interior Styling*/
.break {
    background-image: linear-gradient(to right, #008ab3, #006699);
    height: 2em;
    /*width: calc(100% - 60px);*/
    margin: auto;
    margin-bottom: 2em;
}
.content-wrapper {
/*margin-top: 1em;*/
}
/*.content-wrapper img {
    width: 100%;
}*/
.content-wrapper .sidebar {
    padding-left: 0;
    min-height: 1px;
}
.content-wrapper > .container {
}
.content-wrapper .int-feature {
    text-align: center;
    background: #008ab3;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 200px;
    margin-top: 2em;
    padding: .5em;
}
.content-wrapper .int-feature .img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 150px;
    max-height: 150px;
    padding: 0;
    margin: .5em 0;
}
.content-wrapper .int-feature .img.mem1 {
    background-image: url(../img/feature/thinking.png);
}
.content-wrapper .int-feature .img.mem2 {
    background-image: url(../img/feature/id.png);
}
.content-wrapper .int-feature .img.get {
    background-image: url(../img/feature/thinking.png);
}
.content-wrapper .int-feature .img.annual {
    background-image: url(../img/feature/podium.png);
}
.content-wrapper .int-feature .img.edu {
    background-image: url(../img/feature/on-edu.png);
}
.content-wrapper .int-feature .img.adv {
    background-image: url(../img/feature/congress.png);
}
.content-wrapper .int-feature .img.fond {
    background-image: url(../img/caduceus-icon.png);
}
.content-wrapper .int-feature .content {
    height: 100%;
    margin: .5em 0;
    padding: 0 2.5em 0 1em;
}
.content-wrapper .int-feature .content a.button {
    min-width: 200px;
}
.content-wrapper .int-feature h3, .content-wrapper .int-feature p {
    color: #ffffff;
}
.expand {
    margin-bottom: 1em;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
}
blockquote {
    font-family: 'Raleway-SemiBold';
    font-style: normal;
    padding: 0 1.5em;
    border-left: 2px solid #008ab3;
    margin: 1em;
}

@media only screen and (max-width: 740px) {
.content > .col-8-m {
    margin-bottom: 2em;
}
.content-wrapper .int-feature .img {
    display: none;
}
.content-wrapper .int-feature .content {
    padding: 0 1em;
}
}
/*Sidebar Styling*/
.sidebar a {
    color: #821d57;
}
.sidebar .current > a {
    color: #2e2c6c;
    text-decoration: underline;
    font-weight: 700;
}
.sidebar > ul {
}
.sidebar ul {
    list-style: none;
    margin: 0;
}
.sidebar li {
    padding: .5em 0;
}
.sidebar ul > li {
    font-weight: 700;
}
.sidebar li li:first-child {
    padding-top: 1em;
}
.sidebar li li:last-child {
    padding-bottom: 0px;
}
.sidebar li li a {
    font-weight: 400;
    font-family: 'Raleway-Medium';
    font-size: 1.125em;
}

@media only screen and (max-width: 840px) {
.sidebar {
    display: none;
}
.content-wrapper .main-content {
    width: 100%;
}
}
/*Footer*/
footer {
    background-color: #2e2c6c;
    color: #ffffff;
    margin-top: 3em;
}
footer a {
    font-family: 'Raleway-Medium';
    color: #ffffff;
    text-decoration: underline;
}
footer p {
    font-family: 'Raleway-Medium';
    line-height: 1.3em;
    margin: 0 0 1.5em 0;
}
footer > .container {
    padding-top: 2em;
    padding-bottom: 2em;
}
footer .social {
    text-align: right;
    padding-right: 4em;
}

@media only screen and (min-width: 1530px) {
footer .social {
    padding-right: 0px;
}
}
footer .social img {
    width: 50px;
    height: 50px;
}
footer .social img:hover {
    -webkit-box-shadow: 0px 0px 0px 3px #fff;
    -moz-box-shadow: 0px 0px 0px 3px #fff;
    box-shadow: 0px 0px 0px 3px #fff;
    -webkit-transition: .2s;
    transition: .2s;
}
footer .social > div {
    margin-bottom: 1em;
}
footer .social > div a {
    margin-left: .5em;
}
footer .social > div a:first-child {
    margin-left: 0;
}
footer .social .media {
    margin-top: 3em;
}
footer .social .contact {
    vertical-align: bottom;
}
footer .media a:after {
    content: ">";
    display: inline-block;
    margin-left: 5px;
}
footer .career {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 20px;
}
.mobile-social {
    display: none;
}

@media only screen and (max-width: 739px) {
footer .social {
    text-align: center;
}
footer div.container.pull-6-m p:first-of-type {
    margin-bottom: 0em;
}
.mobile-social {
    display: inline;
}
.social .contact, .social .media {
    display: none;
}
}

@media only screen and (max-width: 350px) {
footer .social img {
    width: 40px;
    height: 40px;
}
}
#scrollup {
    z-index: 10000;
    background-image: url(../img/BackToTop.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 50px;
    /*bottom: 125px;*/
    right: 20px;
    display: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
#eb a:hover {
    text-decoration: underline;
}
img.infographic {
    max-width: 500px;
    width: 100%;
}
.main-content .board, .main-content .board-no-header {
    display: inline-block;
    width: 100%;
}
.main-content .board img, .main-content .board-no-header img {
    float: left;
    margin-top: 1.75em;
}
.main-content .board h3, .main-content .board p {
    overflow: hidden;
    min-width: 250px;
}
.main-content .board-no-header p {
    margin-top: 1.75em;
    overflow: hidden;
    min-width: 250px;
}
.main-content .meeting {
    display: inline-block;
    width: 100%;
}
.main-content .meeting img {
    float: left;
    margin-top: 1.75em;
}
.main-content .meeting h2 {
    margin-top: .6em;
}
.main-content .meeting h2, .main-content .meeting h3, .main-content .meeting p, .main-content .meeting ul {
    overflow: hidden;
    min-width: 340px;
}
.main-content div.border {
    padding: 1em 1em 0 1em;
    background-color: #ebe9e8;
    margin: 1em 1em 1em 0;
    max-width: 520px;
}
.main-content div.border h3 {
    margin-top: 0;
}
.main-content #eb .eb-pager__fast-first-link, .main-content #eb .eb-pager__pre-link, .main-content #eb .eb-pager__fast-last-link, .main-content #eb .eb-pager__next-link, .main-content #eb .eb-pager__link-list {
    color: #888;
}
.main-content #eb .eb-pager__link-list a.active {
    color: #821d57;
    text-decoration: underline;
}
.main-content #eb .eb-category-name {
    font-size: 2em;
}
.main-content div.eb-posts {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e1e1e1;
}
.eb-tags-finder.input-group {
	display:none !important;
}
.main-content div.is-signin {
    display: none !important;
}
.main-content .gsc-table-result, .main-content .gsc-thumbnail-inside, .main-content .gsc-url-top {
    padding-left: 0 !important;
}
.main-content .gsc-webResult .gsc-result {
    padding: 1em 0;
    border-bottom: 1px solid #e9e9e9;
}
.main-content .gsc-webResult.gsc-result:hover {
    border-left: none;
    border-bottom: 1px solid #e9e9e9;
}
.main-content table.gsc-table-result tbody td {
    border-bottom: none !important;
}
/* RSS Feed */
.feed {
    background-color: #e9e9e9;
    padding: 1em 2em;
}
.feed h3 {
    margin-top: 0;
}
.feed ul.newsfeed {
    list-style-type: none;
    padding-left: 0;
}
.feed ul.newsfeed li {
    margin: 1em 0;
}

/* 2/25/2019 - styling for annual conference handout page - wseward */
.preconference {
    border:4px solid #008ab3;
    padding:0px;
    margin:20px 0px;
}
.handouts h2 {
    margin-top:50px;
}
.handouts .preconference h3 {
    padding:10px;
    display:block;
    background-color:#008ab3;
    margin:0 auto;
    color:#fff;
    margin-bottom:20px;
}
.handouts .preconference p {
    margin-left:10px;
    margin-right:10px;
}
.item-page .mod_easybloglatestblogs .eb-mod-title{
	margin-bottom: 10px;
}