﻿@import '//cloud.typography.com/6369112/739888/css/fonts.css' ;
@import '//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css'; /*icons*/

/*
Theme Name: converse
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: converse
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

converse is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "Gotham A", "Gotham B";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Gotham A", "Gotham B";
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

blockquote {
	float: left;
	max-width: 45%;
	width: 100%;
	margin: 0 20px 0 0;
}

blockquote p {
	margin: 0 0 10px;
    /* font: italic 24px/1.2 'Gotham A', 'Gotham B'; */
	/* the following lines added by GA on 06152016 */
	font: italic 24px/1.8 'Georgia', 'Serif';
	color: #ABA6B0;
	line-height: 180%;
	border-left: 9px solid #8C7F96;
	padding-left: 12px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	overflow-x: hidden;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

/*ul {
	list-style: disc;
}*/

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #49176d;
}

a:visited {
	/*color: purple;*/
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

/*#menu-top-nav li:hover a {
    font-weight: 600;
}*/

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul > li:hover:nth-last-child(2) > ul,
.main-navigation ul > li.focus:nth-last-child(2) > ul {
	right: 2px;
}

.main-navigation ul > li.menu-item-4294 {
    display: none !important;
}

.mobile-navigation ul > li.menu-item-4294 > a:first-child {
    background-color: #e5bf06 !important;
}

.mobile-navigation ul > li.menu-item-4294 > a:first-child:after {
    color: #f0ca00 !important;
    background: #49176d !important;
    background-image: url("img/menu-plus-orange.png")!important;
}

.mobile-navigation ul > li.menu-item-4294.opened > a:first-child:after {
    background-image: url("img/menu-minus-orange.png")!important;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (min-width: 1840px) {
    .nswu-block-with-full-bg-left-content {
        background-position: center !important;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
    line-height: 1.4em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

#secondary .widget {
	position: relative;
}

#secondary .widget label.screen-reader-text {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 31px;
	height: 31px;
	font-size: 0;
	background: #f2f0f5 url("img/up-down.png") no-repeat center center;
	border: 1px solid #d2bfe2;
	clip: auto;
	z-index: -1;
}

#secondary .widget select {
	width: 100%;
	height: 31px;
	/*margin-top: 20px;*/
	padding: 4px 9px;
	color: #49176d;
	font: 14px/1.5 'Gotham A', 'Gotham B';
	border: 1px solid #d2bfe2;
	background: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-content .search-form {
	padding-bottom: 0px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.qwerty {
    color: green;
}

.mobile-swipe {
    display: none;
}

.entry-content ul, .entry-content ol, .blog-layout ol, .blog-layout ul {
    margin: 0 0 1.5em -1em;
    color: #49176d;
}

.entry-content ul.essb-profile, .entry-content ol.essb-profile {
    margin: 0 0 0 0;
    color: #49176d;
}

.entry-content ul li ul {
	margin: 0 0 0 -1em;
}

.entry-content a {
    color: #49176d;
}

ul li a {
    color: #49176d;
}

#secondary ul {
    margin: 0 0 1.5em -2.5em;
}

#secondary ul.essb-profile {
    margin: 0;
    z-index: 1;
}

#secondary ul.sub-menu li a {
    padding-left: 2.5em;
    display: table-cell;
}

#secondary ul.sub-menu {
    margin: 0 0 0 -2.5em;
}

#secondary ul.sub-menu li:last-child {
    border-bottom: none;
}

#secondary ul li {
    list-style: none;
    text-decoration: none;
    border-bottom: 1px solid #f0ca00;
    border-top: 1px solid #f0ca00;
}

#secondary ul li:first-child {
    border-top: 2px solid #f0ca00;
}

#secondary ul li:last-child {
    border-bottom: 2px solid #f0ca00;
}

#secondary ul.essb-profile li {
    border: none;
}

ul.essb-profile {
    z-index: 1;
}

#secondary ul li a {
    margin-left: .5em;
    display: table;
    text-decoration: none;
    text-align: left;
}

#secondary ul.essb-profile li a {
    margin-left: 0;
}

#secondary ul li a:hover {
	color: #7F48AE;
}



/*******************************************************************************
 * GENERAL CUSTOM STYLES
 *******************************************************************************/
 #page {
 	position: relative;
    overflow: hidden;
 }

.site-content {
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#content {
    margin-top: 25px;
}

.site-content.full-width {
    max-width: 100%;
}

.site-content.full-width.home-page {
    max-width: 100%;
    font-size: 0;
}

body.home .site-footer {
	padding-top: 0px;
}

.entry-header.full-width-no-image {
	max-width: 1140px;
	padding-top: 209px;
	margin: 0px auto -5%;
}

.site-content.full-width.not-home-page article {
    max-width: 1140px;
    padding: 5% 0 3.5%;
    margin: 0 auto;
}

.archive #primary, .single article, article.type-page {
    max-width: 1140px;
    padding: 50px 0 0px;
    margin: 0 auto;
}

.single .comments-area {
    max-width: 1140px;
    margin: 0 auto;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

 .nswu-accordion .wpb_content_element p,
 .nswu-tabs .wpb_content_element p,
 .nswu-tabs .wpb_wrapper li {
   font-family: 'Gotham A', 'Gotham B';
   font-weight: 400;
   font-style: normal;
 }


/*may need to be removed*/
h5.large-purple {
    font-family: 'Archer A', 'Archer B';
    font-weight: 800;
    letter-spacing: -4px;
    color: #49176d;
    font-size: 52px;
    margin: 0px;
    margin-top: 75px;
    margin-bottom: 36px;
}
.yellow-list {
    margin-top: 85px;
}
  .yellow-list h5.yellow {
      font-family: 'Gotham A', 'Gotham B';
      font-weight: 400;
      font-style: normal;
    margin: 0px;
   font-size: 22px;
   color: #e1bd02;
   font-weight: 600;
   margin-bottom: 36px;
 }

 .yellow-list {
     border: 1px solid #f1cd0f;
     padding: 22px;
 }

 .yellow-list ul {
     margin: 0px;

     padding: 0px;
 }
 .yellow-list li {
     font-family: 'Gotham A', 'Gotham B';
     font-weight: 400;
     font-style: normal;
     list-style-type: none;
     margin: 0px;
     margin-bottom: 28px;
     padding: 0px;
 }

/*
 h1,
 h2,
 h3,
 h4,
 h5 {
   font-family: 'Archer A', 'Archer B';
   font-weight: 800;
   letter-spacing: -1px;
   color: #49176d;
 }


 h1 {
   font-size: 52px;
   letter-spacing: -3px;
 }


 a,
 a:active,
 a:hover,
 a:visited {
   font-family: 'Gotham A', 'Gotham B';
   font-weight: 400;
   font-style: normal;
   text-decoration: underline;
   color: #49176d;
 }*/

 h1, h2, h3, h4, h5, h6 {
 	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	margin: 0;
	line-height: 1;
 }

 h1 {
	font-size: 52px;
	color: #49176d;
    margin-bottom: 10px;
 }

 h2 {
	font-size: 42px;
	color: #49176d;
     margin-bottom: 10px;
}

h3 {
 	color: #7f48ae;
 	font-size: 24px;
    margin-bottom: 10px;
}

h4 {
 	color: #49176d;
 	font-size: 24px;
    margin-bottom: 10px;
}

h5 {
	color: #f0ca00;
	font-size: 18px;
    margin-bottom: 10px;
}

h6 {
	font-size: 24px;
	color: #f0ca00;
	text-transform: uppercase;
    margin-bottom: 10px;
}

p {
	color: #49176d;
	font-family: "Gotham A", "Gotham B";
	font-size: 16px;
	line-height: 26px;
}

.row {
	width: 100%;
    color: #49176d;
    font-family: "Gotham A", "Gotham B";
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 50px;
}

.column {
	float: left;
}

.column-35 {
	width: 35%;
}

.column-65 {
	width: 65%;
}

.column-50 {
	width: 50%;
}

.site-main {
	position: relative;
}

#masthead {
	position: fixed;
    width: 100%;
	z-index: 20;
}

#masthead + .breadcrumbs-wrapper {
    margin-top: 169px;
}

#masthead + .breadcrumbs-wrapper.breadcrumbs-full-width {
    margin-top: 144px;
}

#masthead.is-sticky + .breadcrumbs-wrapper {
    margin-top: 90px;
}

#masthead.is-sticky + .breadcrumbs-wrapper.breadcrumbs-full-width {
    margin-top: 144px;
}

#masthead + #content {
    margin-top: 250px;
}

#masthead + section#primary {
    margin-top: 250px;
}

#masthead + #content.custom-post {
    margin-top: 200px;
}

#masthead + #content.full-width {
    margin-top: 0px;
}

#masthead + .breadcrumbs-full-width + #content.full-width {
    margin-top: 0px;
}

#masthead + #content.full-width.home-page article {
    margin-top: 0px;
	padding-top: 0px;
}

.promo-section {
    height: 348px;
}

.promo-section.back-image {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.promo-section.owl-carousel {
    height: 550px;
}

.promo-section .owl-item div {
    display: block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 550px;
}

.promo-section .owl-item div h1 {
    font-size: 60px;
    text-transform: uppercase;
}

.promo-section .owl-item div p {
    color: #fff;
    font-size: 18px;
    left: -33%;
    position: relative;
    width: 66%;
    text-align: center;
}

.promo-section .owl-item .title-wrapper {
    left: 50%;
}

.title-wrapper {
    position: absolute;
    left: 50%;
    top: 232px;
    z-index: 2;
    text-align: center;
}

.title-wrapper .promo-title {
    position: relative;
    left: -50%;
    color: #ffffff;
}

@media (max-width: 768px) {
    /*.spotlight.vc_gitem-is-link {
        height: 500px !important;
    }*/

    .promo-section .owl-item div p {
        left: -50%;
        width: 100%;
    }

    .owl-item .title-wrapper .promo-title {
        left: -50%;
    }
}

/*******************************************************************************
 * ACCORDION CUSTOM STYLES
 *******************************************************************************/

/* header border/bg styles*/
.nswu-accordion {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.nswu-accordion .vc_tta-panel-heading {
  margin: 1px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background-color: #49176d !important;
}


/* all headers/titles font styles*/
.nswu-accordion .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a {
    max-width: 94%;
  font-family: 'Archer A', 'Archer B';
  font-size: 24px;
  font-weight: 600;
  color: #fff !important;
}


/* active headers/titles font styles*/
.nswu-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
  font-weight: 600;
  color: #fff;
}


/* paddings header styles*/
.nswu-accordion .vc_tta-panel-heading h4.vc_tta-panel-title a,
.nswu-accordion .vc_tta-panel-body {
  padding: 18px 18px 18px 28px !important;
}


/* opened "active" header styles */
.nswu-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
  /*background-color: #dbd4e2 !important;*/
}


/* margin under the header*/
.nswu-accordion .vc_tta-panel {
  margin-bottom: 12px;
}


/*make body background transparent*/
.nswu-accordion .vc_tta-panel-body {
  border-color: transparent !important;
  background-color: transparent !important;
}


/* remove icons from header*/
.nswu-accordion i.vc_tta-controls-icon::after,
.nswu-accordion i.vc_tta-controls-icon::before {
  content: '';
  border-width: 0 !important;
  border-color: transparent !important;
}


/* add a circle and icon font styles*/
.nswu-accordion i.vc_tta-controls-icon {
  font: normal normal normal 14px/1 FontAwesome;
  width: 26px !important;
  height: 26px !important;
  border: 2px solid #f0ca00;
  border-radius: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: -10px !important;
}


/* active circle styles*/
.nswu-accordion .vc_tta-panel.vc_active i.vc_tta-controls-icon {
  /*border: 2px solid transparent;*/
  background-color: #49176d !important;
}


.nswu-accordion .vc_tta-panel i.vc_tta-controls-icon::after {
    display: block;
    content: "\f067" !important;
    color: #f0ca00;
    margin-top: 6px;
    font-size: 11px;
}
.nswu-accordion .vc_tta-panel.vc_active i.vc_tta-controls-icon::after {
	display: block !important;
    content: "\f068" !important;
    /*color: #dbd4e2;*/
}

.nswu-accordion .vc_col-sm-9 p {
    margin-top: -5px;
}

.nswu-accordion .vc_col-sm-9 p {
    margin-top: -5px;
}

.wpdt-c a {
    color: #49176d !important;
    text-decoration: underline !important;
}

.wpdt-c .form-control:not(.fc-alt) {
    margin-bottom: 0 !important;
    max-width: 100%;
    padding: 3px 6px !important;
    vertical-align: middle !important;
    display: inline-block;
    width: 206px;
    color: #666;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    -webkit-appearance: textfield;
}





/*******************************************************************************
 * TABS CUSTOM STYLES
 *******************************************************************************/


/* header border/bg styles*/
.nswu-tabs ul.vc_tta-tabs-list li.vc_tta-tab {
    background-color: white !important;
    border: 2px solid #f0ca00 !important;
    margin-left: 0;
    margin-right: 0;
}

/* ACTIVE*/
.nswu-tabs ul.vc_tta-tabs-list li.vc_tta-tab.vc_active {
    background-color: #49176d !important;
    border-color: transparent !important;
    color: #fff !important;
}

.nswu-tabs ul.vc_tta-tabs-list li.vc_tta-tab a {
    /* remove bg/border styles*/
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 8px 24px 8px 24px !important;

    /*font styles*/
    font-family: 'Archer A', 'Archer B';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #49176d;
    letter-spacing: -1px;
}

.nswu-tabs ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    color: #fff;
    font-weight: 500;
}

.nswu-tabs .vc_tta-panels {
    margin-top: 1px;
    padding: 18px;
    background-color: #49176d !important;
    border-radius: 0 !important;
    border-color: transparent !important;
}

.nswu-tabs .vc_tta-panels .vc_tta-panel {
    padding: 24px;
    background-color: #fff;
}


/*******************************************************************************
 * INFO BLOCK CUSTOM STYLES
 *******************************************************************************/
 .nswu-info-block {
 	overflow-y: hidden;
 	max-width: 1140px;
 	width: 100%;
 	margin: 0 auto;
 }
.nswu-info-block .wpb_wrapper {
	background: #ddd6e3;
	display: table;
	width: 100%;
}

.nswu-info-block .wpb_wrapper p {
	position: relative;
	display: table-cell;
	width: 30%;
	font-size: 28px;
	vertical-align: middle;
	margin: 0;
	font-family: 'Archer A', 'Archer B';
	color: #49266c;
	padding: 34px 50px;
	background: #eeebf1;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}

.single-story .nswu-info-block .wpb_wrapper p {
    background: #eeebf1 none repeat scroll 0 0;
    color: #49266c;
    display: table-cell;
    font-family: "Archer A","Archer B";
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 34px 50px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    width: 30%;
}

.nswu-info-block .wpb_wrapper ul {
    width: 100%;
    font-size: 18px;
    color: #49266c;
    background: #ddd6e3;
    text-transform: none;
    font-weight: normal;
    padding-left: 80px;
}

.nswu-info-block .wpb_wrapper blockquote p {
	font-style: normal;
    font-family: 'Gotham A', 'Gotham B';
    padding-left: 0px;
    border-left: none;
}

.page-id-595 .wpb_wrapper blockquote p {
	font-style: normal;
    font-family: 'Gotham A', 'Gotham B';
    padding-left: 0px;
    border-left: none;
}

.nswu-info-block .wpb_wrapper p:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 52.5px 0 52.5px 40px;
	border-color: transparent transparent transparent #eeebf1;
	right: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.nswu-info-block .wpb_wrapper blockquote {
	display: table-cell;
    max-width: 70% !important;
    font-size: 16px;
    float: none;
    margin: 0;
    vertical-align: middle;
    border-left: none;
    padding-left: 0px;
}

.nswu-info-block .wpb_wrapper blockquote p {
	width: 100%;
	font-size: 18px;
	color: #49266c;
	background: #ddd6e3;
	text-transform: none;
	font-weight: normal;
}

.nswu-info-block .wpb_wrapper blockquote p:after {
	display: none;
}

/*******************************************************************************
 * TABS BLOCK
 *******************************************************************************/

.nswu-tabs-block {
    /*margin-top: 120px;*/
    padding-bottom: 15px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: #49176d;
	font-size: 1.2em !important;
}

.nswu-tabs-block .vc_tta-panels-container {
    padding-left: 15px;
    padding-right: 15px;
}

.nswu-tabs-block .vc_tta-tabs-container ul.vc_tta-tabs-list {
    margin-bottom: 10px !important;
}

.nswu-tabs-block .vc_tta-panel-body {
    border: 1px solid #f0ca00 !important;
}

.nswu-tabs-block .vc_col-sm-8 h2 {
    font-family: 'Archer A', 'Archer B' !important;
    font-weight: 600 !important;
}

.nswu-tabs-block .vc_col-sm-8 p {
    font-size: 12px;
    line-height: 17px;
    padding-right: 40px;
}

.nswu-tabs-block .vc_col-sm-4 h5 {
    font-family: 'Archer A', 'Archer B' !important;
    font-weight: 600 !important;
    margin-bottom: 1.3em;
}

.nswu-tabs-block .vc_col-sm-4 p {
    font-size: 12px;
    line-height: 12px;
}

.nswu-tabs-block  .vc_tta-panel-title > a {
    border: 1px solid #f0ca00 !important;
    background-color: #ffffff !important;
    color: #49176d !important;
}

.nswu-tabs-block .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    margin-left: -1px;
    border: none !important;
    color: #ffffff !important;
    background-color: #49176d !important;
}

.nswu-tabs-block .vc_row.vc_inner {
    font-family: "Archer A", "Archer B";
}

.nswu-tabs-block .vc_col-sm-4 {
    /*border: 2px solid #f0ca00 !important;*/
    padding: 1em;
    margin-top: 1em;
}

.nswu-tabs-block ul.vc_tta-tabs-list li > a {
    border: 2px solid #f0ca00 !important;
}

.nswu-tabs-block ul.vc_tta-tabs-list li.vc_active > a {
    border: none !important;
    color: #ffffff !important;
    background-color: #49176d !important;
    margin-left: 1px;
}

.nswu-tabs-block ul.vc_tta-tabs-list li a {
    font-family: "Archer A", "Archer B";
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #49176d !important;
    background-color: #f2eabc !important;
    /*border: 2px solid #f0ca00 !important;*/
    /*margin-left: -2px;*/
}

.nswu-tabs-block li:first-child a {
    margin-left: 0px;
}


/*******************************************************************************
 * BLOCK WITH IMAGE CUSTOM STYLES
 *******************************************************************************/
 .nswu-block-with-image {
 	width: 100%;
 	max-width: 1140px;
 	position: relative;
 	border: 2px solid #ddd6e3;
 	border-top: none;
 	margin: 30px auto 0 auto!important;
}

 .nswu-block-with-image .title-column {
 	padding: 0;
 }

 .nswu-block-with-image .sub-title {
 	margin: 0;
 	font-family: 'Archer A', 'Archer B'!important;
 	font-size: 30px;
 	line-height: 1;
 	color: #775c91;
 }

 .nswu-block-with-image .title {
 	font-family: 'Archer A', 'Archer B'!important;
 	font-size: 30px;
 	line-height: 1;
 	color: #49266c;
 	text-transform: uppercase;
 	background: #ddd6e3;
 	padding: 30px;
 	margin: 0;
 }

  .nswu-block-with-image p {
      color: #49266c;
      font-family: "Gotham a","Gotham b";
      font-size: 16px;
      line-height: 26px;
  }

  .nswu-block-with-image .image-column {
  	padding: 0 25px 25px 25px;
  }

.nswu-block-with-image .wpb_text_column a {
		position: relative;
	text-decoration: none;
	font-style: italic;
	font-size: 25px;
	float: right;
	margin-right: 40px;
	color: #49266c;
}

.nswu-block-with-image .wpb_text_column a:after {
	content: ">";
    position: absolute;
    right: -42px;
    font-style: normal;
    border: 2px solid #A492B6;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 40px;
    line-height: 0.85;
    text-align: center;
    top: -3px;
    color: #A492B6;
}

 /*******************************************************************************
 * GRRED CUSTOM STYLES
 *******************************************************************************/
#top-grid-1,
#top-grid-2,
#top-grid-3 {
	max-width: 1920px;
	margin: 0 auto;
}

#top-grid-1,
#top-grid-3 {
	padding-bottom: 5%;
}
.home-page #top-grid-1 {
    padding-bottom: 0;
}
#top-grid-1 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3,
#top-grid-3 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 {
	font-size: 1.8vw !important;
	line-height: 1.8vw !important;
}

#top-grid-1 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-1,
#top-grid-1 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-2,
#top-grid-3 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-2,
#top-grid-3 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-1 {
	max-width: 308px;
}

#top-grid-2 {
	padding-bottom: 6%;
}
#top-grid-2 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 {
	font-size: 2.7vw !important;
	line-height: 2.7vw !important;
}

#top-grid-2 .eg-new-grid-wrapper .custom-essential-gt {
	width: 49px;
	height: 49px;
	border-radius: 25px;
}

#top-grid-2 .eg-new-grid-wrapper .custom-essential-gt span:before {
	border-width: 4px;
}

#top-grid-2 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-1,
#top-grid-2 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-2 {
	max-width: 458px;

}

.eg-new-grid-wrapper .esg-entry-media:after, .eg-converse-channels-grid-wrapper .esg-entry-media:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: #49176d;
	opacity: .8;
	-webkit-transition: opacity .2s ease;
	   -moz-transition: opacity .2s ease;
	    -ms-transition: opacity .2s ease;
	     -o-transition: opacity .2s ease;
	        transition: opacity .2s ease;
}
.eg-new-grid-wrapper .esg-media-cover-wrapper:hover .esg-entry-media:after, .eg-converse-channels-grid-wrapper .esg-media-cover-wrapper:hover .esg-entry-media:after {
	opacity: 0;
}
.custom-essential-gt {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 33px;
	height: 33px;

	border: 3px solid #fff;
	border-radius: 17px;
}
.custom-essential-gt span {
	position: relative;
	top: 19%;
	left: 38%;
	display: block;
	width: 60%;
	padding-top: 64%;
	overflow: hidden;
}
.custom-essential-gt span:before {
	position: absolute;
	top: 3%;
	left: -52%;
	display: block;
	content: "";
	width: 100%;
	padding-top: 60%;
	border: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.eg-new-grid-wrapper .esg-entry-cover .esg-cc.eec {
	position: relative !important;
	height: 100%;
	top: 0 !important;
	padding: 30% 0 32%;
}
.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-1,
.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-2
 {
	position: absolute;
    top: 30%;
    left: 50%;
    z-index: 21;
    width: 80%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.eg-new-grid-wrapper .top-grid-hr {
	height: 2px;
	margin: 0;
	background: #ac8f5a;
	-webkit-transition: background .2s;
	   -moz-transition: background .2s;
	    -ms-transition: background .2s;
	     -o-transition: background .2s;
	        transition: background .2s;
}
.eg-new-grid-wrapper .esg-media-cover-wrapper:hover .top-grid-hr {
	background: #75504e;
}
.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-2 {
	top: auto;
	bottom: 33%;
}
.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 {
	position: absolute !important;
	top: 50%;
	left: 50%;
	width: 90%;
	margin: 0 !important;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.eg-new-grid-wrapper .eg-new-grid-nostyle-element-4 {
	position: absolute;
	bottom: 17.5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

#image-grid {
	max-width: 1140px;
	padding: 5% 0 3.5%;
	margin: 0 auto;
}

/* skin of image greed at the center of the page */
.eg-image-greed-skin-wrapper .eec {
	padding: 18px 22px;
	text-align: left;
}
.eg-image-greed-skin-wrapper .eg-image-greed-skin-element-0 {
	display: inline !important;
	vertical-align: middle;
	margin: 0 !important;
	color: #fff !important;
	font-weight: normal !important;
	font-size: 26px !important;
	line-height: 1.1 !important;
}

.eg-image-greed-skin-wrapper .eg-image-greed-skin-nostyle-element-24 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.eg-image-greed-skin-wrapper .custom-essential-gt {
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
}
 /*******************************************************************************
 * END OF GRRED CUSTOM STYLES
 *******************************************************************************/

@media screen and  (max-width: 1200px) and (min-width: 661px) {
	/*******************************************************************************
	* GRRED CUSTOM STYLES
	*******************************************************************************/
	#top-grid-1 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 {
		font-size: 2.8vw !important;
		line-height: 2.8vw !important;
	}

	#top-grid-2 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 {
		font-size: 3.2vw !important;
		line-height: 3.2vw !important;
	}

	#top-grid-1 .eg-new-grid-wrapper .custom-essential-gt,
	#top-grid-2 .eg-new-grid-wrapper .custom-essential-gt{
		width: 33px;
		height: 33px;
	}

	#top-grid-2 .eg-new-grid-wrapper .custom-essential-gt span:before {
		border-width: 3px;
	}

	#top-grid-3 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 {
		font-size: 2.6vw !important;
		line-height: 2.6vw !important;
	}

	#top-grid-3 .eg-new-grid-wrapper .custom-essential-gt {
		width: 25px;
		height: 25px;
	}

	.eg-new-grid-wrapper .esg-entry-cover .esg-cc.eec {
		padding: 25% 0 27%;
	}

	.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-1 {
		top: 25%;
	}

	.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-2 {
		bottom: 27%;
	}

	.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 br {
		display: none;
	}

	.eg-new-grid-wrapper .eg-new-grid-nostyle-element-4 {
		bottom: 11%;
	}
	/*******************************************************************************
	* END OF GRRED CUSTOM STYLES
	*******************************************************************************/
}

@media screen and (max-width: 960px) and (min-width: 661px) {
	/*******************************************************************************
	* GRRED CUSTOM STYLES
	*******************************************************************************/
	.eg-new-grid-wrapper .esg-entry-cover .esg-cc.eec {
		padding: 21% 0 23%;
	}

	.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-1 {
		top: 21%;
	}

	.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-nostyle-element-2 {
		bottom: 23%;
	}
	.eg-new-grid-wrapper .eg-new-grid-nostyle-element-4 {
		bottom: 6%;
	}
	/*******************************************************************************
	* END OF GRRED CUSTOM STYLES
	*******************************************************************************/
}

@media screen and (max-width: 794px) and (min-width: 661px) {
	/*******************************************************************************
	* GRRED CUSTOM STYLES
	*******************************************************************************/
	#top-grid-3 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 {
		font-size: 3.2vw !important;
		line-height: 3.2vw !important;
	}

	#top-grid-3 .eg-new-grid-wrapper .custom-essential-gt {
		width: 33px;
		height: 33px;
	}

    .eg-new-grid-wrapper .eg-new-grid-nostyle-element-4 {
        bottom: 2.5%;
    }
	/*******************************************************************************
	* END OF GRRED CUSTOM STYLES
	*******************************************************************************/
}

@media screen and (max-width: 660px) {
	/*******************************************************************************
	* GRRED CUSTOM STYLES
	*******************************************************************************/
	#top-grid-1 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3,
	#top-grid-2 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3,
	#top-grid-3 .eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 {
		font-size: 24px !important;
		line-height: 24px !important;
	}

	#top-grid-1 .eg-new-grid-wrapper .custom-essential-gt,
	#top-grid-2 .eg-new-grid-wrapper .custom-essential-gt,
	#top-grid-3 .eg-new-grid-wrapper .custom-essential-gt {
		width: 33px;
		height: 33px;
	}

	.eg-new-grid-wrapper .esg-entry-cover .eg-new-grid-element-3 br {
		display: none;
	}

	#top-grid-2 .eg-new-grid-wrapper .custom-essential-gt span:before {
		border-width: 3px;
	}
	/*******************************************************************************
	* END OF GRRED CUSTOM STYLES
	*******************************************************************************/
}


/*******************************************************************************
 * BLOCK WITH RIGHT IMAGE CUSTOM STYLES
 *******************************************************************************/
.nswu-block-with-right-image {
	width: 100%;
	max-width: 1140px;
	margin: 60px auto 0 auto!important;
}

.nswu-block-with-right-image h2 {
    color: #49266c;
    font-family: "Archer A","Archer B" !important;
    font-size: 30px;
    font-weight: 600 !important;
}

.nswu-block-with-right-image p {
    font-family: "Gotham A", "Gotham B";
    color: #49266c;
    font-size: 16px;
    line-height: 26px;
}

.nswu-block-with-right-image .wpb_single_image .wpb_wrapper {
	max-width: 500px;
}
.nswu-block-with-right-image .wpb_single_image .vc_single_image-wrapper {
	border: 12px solid #49266c;
}

.nswu-block-with-right-image .wpb_single_image img {
	max-width: 500px;
    border: 1px solid #f0ca00;
    width: 100%;
}

.nswu-block-with-right-image .vc_single_image-wrapper {
	max-width: 500px;
}

.nswu-block-with-right-image .links-block .wpb_wrapper {
	font-size: 0;
}

.nswu-block-with-right-image .links-block .wpb_wrapper {
	font-size: 0;
}

.nswu-block-with-right-image .links-block .wpb_wrapper p {
	font-size: 16px;
	width: 50%;
	display: inline-block;
	margin-bottom: 10px;
}

.nswu-block-with-right-image .links-block .wpb_wrapper p a {
	color: #49266c;
}

/*******************************************************************************
 * CALLOUT WIDGET CUSTOM STYLES
 *******************************************************************************/
 .callout-widget {
 	background: #ddd6e3;
 	overflow: hidden;
}

.callout-widget .title {
	background: #eeebf1;
	position: relative;
    font-family: 'Archer A', 'Archer B';
    font-weight: 600;
    color: #49266c;
    text-align: center;
    z-index: 1;
    margin: 0;
    line-height: 1;
    padding: 10px;
}

.callout-widget .title:after {
	content: "";
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: -32px;

    width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 150px 0 150px;
	border-color: #eeebf1 transparent transparent transparent
}

.callout-widget  p {
	font-family: 'Archer A', 'Archer B';
	min-height: 195px;
	color: #49266c;
	margin: 0;
    padding: 50px 30px 30px 30px;
    font-size: 16px;
}

/*******************************************************************************
 * RELATES LINKS CUSTOM STYLES
 *******************************************************************************/

.related-links-widget h1 {
	margin-top: 0;
	color: #7f48ae;
	font-size: 24px;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
}

.related-links-widget a {
	width: 100%;
    display: block;
    color: #49266c;
    line-height: 1;
    margin-bottom: 15px;
}

/*******************************************************************************
 * CONTACT INFO WIDGET CUSTOM STYLES
 *******************************************************************************/
.contact-info-widget h1 {
	margin: 0;
    font-family: 'Archer A', 'Archer B';
    font-weight: 600;
    color: #49266c;
    text-align: center;
    padding: 3px 10px;
    border: 2px solid #f5db50;
    font-size: 24px;
    text-transform: uppercase;
}

.contact-info-widget a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.contact-info-widget h3 {
	color: #f0ca00;
	font-size: 22px;
	margin: 0;
	padding: 20px 0 0 0;
    line-height: 1;
}

.contact-info-widget p {
    color: #ffffff;
    font-size: 14px;
	line-height: 21px;
}

.contact-info-widget div {
	color: #ffffff;
	font-size: 14px;
    padding-top: 3px;
    padding-bottom: 20px;
}

.contact-info-widget .info-wrapper {
	background: url("img/contact-info-widget-bg.jpg") no-repeat;
	background-size: cover;
	min-height: 257px;
	padding: 0 25px;
}

.contact-info-widget .phone {
	margin-top: 78px;
}

/*******************************************************************************
 * BUTTONS WIDGET CUSTOM STYLES
 *******************************************************************************/
 .buttons-widget {
 	width: 100%;
 }
.buttons-widget a {
	display: inline-block;
	/*width: 100%;*/
	color: #7f48ae;
	font-family: 'Archer A', 'Archer B';
	text-transform: uppercase;
    text-decoration: none;
    border: 3px solid #7f48ae;
    padding: 10px;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

#page #secondary .buttons-widget a {
	width: 100%;
}

.buttons-widget.horizontal {
	text-align: center;
}

.buttons-widget.horizontal a {
	min-width: 245px;
	margin-right: 10px;
}

#secondary .buttons-widget.horizontal a {
    min-width: 190px;
}

.buttons-widget a:hover {
	color: #ffffff;
	background: #49176d;
}

.contains-sidebar #primary {
	float: left;
	width: 75%;
	padding: 0 40px 0 15px;
}

.contains-sidebar #secondary {
	float: left;
	width: 24%;
	padding: 55px 0 0px;
}

.page-template-left-sidebar .contains-sidebar #secondary {
    float: left;
    width: 21%;
}

.page-template-left-sidebar .contains-sidebar #primary {
    float: right;
}

.contains-sidebar.left-sidebar #primary {
    float: right;
}

.contains-sidebar.left-sidebar #secondary {
    float: left;
}

.ext-link {
    backbround: none;
}


/*******************************************************************************
 * TABLE CUSTOM STYLES
 *******************************************************************************/
.nswu-table {
	/*margin-top: 120px;*/
	padding: 25px;
	background: #49176d;
}

.nswu-table table {
	background: #ffffff;
	margin: 0;
}

.nswu-table table tr td {
	padding: 10px 15px;
	font-size: 16px;
	font-family: 'Archer A', 'Archer B';
	color: #49176d;
	vertical-align: top;
	border: 1px solid #f0ca00;
}

.nswu-table table tr:first-child {
	background: #49176d;
}

.nswu-table table tr:first-child td {
	padding: 10px;
	color: #ffffff;
	font-family: 'Archer A', 'Archer B';
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
}

.nswu-table table tr:first-child td:first-child {
	border-left: none;
}

.nswu-table table tr:first-child td:last-child {
	border-right: none;
}
/*******************************************************************************
 * FOOTER CUSTOM STYLES
 *******************************************************************************/
 footer {
 	font-size: 0;
 }

 footer .widget {
 	font-size: 14px;
 }

.footer-content {
	position: relative;
 	width: 100%;
 	max-width: 1140px;
 	margin: 0 auto;
}

.pre-footer-section {
	background: url("img/ConverseCampus-Prefooter.jpg") no-repeat;
	background-size: cover;
	/*height: 164px;*/
	border-bottom: 6px solid #f0ca00;
	background-position: center;
}

.pre-footer-section h2 {
    color: #49176d;
    font-size: 52px;
    font-weight: 600!important;
    font-family: 'Archer A', 'Archer B'!important;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 52px;
}

.home article h2 {
    font-size: 52px !important;
}

.pre-footer-section h2 span, .menu-item a span {
    color: #F0CA00;
}

.footer-content-section {
	position: relative;
	background: url("img/footer-bg.jpg") no-repeat;
	background-size: cover;
	height: 790px;
}

.footer-house {
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -44px;
}

.footer-content-section .buttons-widget a {
	background: #ffffff;
}

.footer-content-section .buttons-widget a:hover {
	background: #7f48ae;
	color: #ffffff;
}

.footer-content-section .widget_nav_menu, .footer-content-section .widget_converse_footer_contact_widget {
	margin: 0;
	width: 24%;
    display: inline-block;
    vertical-align: top;
}

.footer-content-section .widget_nav_menu .menu, .footer-content-section .widget_converse_footer_contact_widget .menu {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.footer-content-section .widget_nav_menu .widget-title, .footer-content-section .widget_converse_footer_contact_widget .widget-title {
	text-align: center;
	color: #f0ca00;
	text-transform: uppercase;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 25px;
}

.footer-content-section .widget_nav_menu a:hover, .footer-content-section .widget_converse_footer_contact_widget a.link:hover{
	color: #f0ca00;
}

.footer-content-section .widget_nav_menu a, .footer-content-section .widget_converse_footer_contact_widget a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 18px;
}
.footer-content-section .widget_nav_menu a, .footer-content-section .widget_converse_footer_contact_widget span {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 18px;
}
.footer-content-section .widget_nav_menu a:hover, .footer-content-section .widget_converse_footer_contact_widget span.link:hover{
	color: #f0ca00;
	cursor: pointer;
}
.footer-content-section .buttons-widget {
	margin-top: 40px;
}

.footer-content-section .widget_search {
	margin: 0;
    margin-bottom: 80px;
}
.footer-content-section .search-form {
	text-align: center;
	position: relative;
	width: 444px;
    margin: 0 auto;
    padding: 30px 0 5px 0;
}

.footer-content-section  .widget_text {
	margin: 0;
    	width: 24%;
	display: inline-block;
	vertical-align: top;
}

.footer-content-section  .widget_text .widget-title {
    	text-align: center;
    	color: #f0ca00;
    	text-transform: uppercase;
    	font-family: 'Archer A', 'Archer B';
    	font-weight: 600;
    	font-size: 24px;
    	margin-bottom: 25px;
}

.footer-content-section  .widget_text .textwidget {
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	list-style: none;
}

.footer-content-section  .widget_text .textwidget p {
    	color: #ffffff;
   	text-decoration: none;
	font-family: 'Gotham A', 'Gotham B';
    	font-size: 18px;
}

.footer-content-section  .widget_text .textwidget p a {
    	color: #ffffff;
   	text-decoration: none;
	font-family: 'Gotham A', 'Gotham B';
    	font-size: 18px;
}

.footer-content-section  .widget_text .textwidget p a:hover {
    	color: #f0ca00;
}

.footer-content-section .search-form input {
	border: 4px solid #46146b;
	min-width: 380px;
	padding: 9px 15px 9px 70px;
	color:#7f48ae;
	font-family: 'Archer A', 'Archer B';
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
    box-sizing: border-box;
}

#secondary .search-form input {
	border: 4px solid #46146b;
	padding: 9px 15px 3px 50px;
	color:#7f48ae;
	width: 100%;
	font-family: 'Archer A', 'Archer B';
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
    box-sizing: border-box;
}

.search-form input::-webkit-input-placeholder {
	color:#7f48ae;
	font-family: 'Archer A', 'Archer B';
	font-size: 24px;
}
.search-form input::-moz-placeholder {
	color:#7f48ae;
	font-family: 'Archer A', 'Archer B';
	font-size: 24px;
}
.search-form input:-moz-placeholder {
	color:#7f48ae;
	font-family: 'Archer A', 'Archer B';
	font-size: 24px;
}
.search-form input:-ms-input-placeholder{
	color:#7f48ae;
	font-family: 'Archer A', 'Archer B';
	font-size: 24px;
}

.search-form input:focus {
	outline: 0;
}

.footer-content-section .search-form .search-submit {
	position: absolute;
    display: block;
    border: none;
    min-width: auto;
    width: 26px;
    height: 27px;
    background: url("img/search-icon.png") no-repeat;
    padding: 0;
    font-size: 0;
    opacity: 1;
    z-index: 2;
    box-shadow: none;
    top: 44px;
    left: 54px;
}

#secondary .search-form .search-submit {
	position: absolute;
    display: block;
    border: none;
    min-width: auto;
    width: 26px;
    height: 27px;
    background: url("img/search-icon.png") no-repeat;
    padding: 0;
    font-size: 0;
    opacity: 1;
    z-index: 2;
    box-shadow: none;
    top: 11px;
    left: 20px;
}

.footer-content-section .footer-links {
	text-align: center;
	padding-top: 100px;
}

.site-footer {
    padding-top: 100px;
}

.footer-content-section .footer-links a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #e7c008;
	border-radius: 50%;
	margin-right: 10px;
}

.footer-content-section .footer-links a:last-child {
	margin-right: 0px;
}

.footer-content-section .footer-links .img-wrapper {
	text-align: center;
    display: block;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.footer-content-section .footer-links .img-wrapper img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
}

.sub-footer {
	font-size: 14px;
	background: #49176d;
	padding: 10px 0 25px 0;
    color: #ffffff;
    text-align: center;
}

.sub-footer .phone {
	font-size: 30px;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	line-height: 1;
	margin-bottom: 25px;
}

.sub-footer .location-info {
	font-size: 0;
}

.sub-footer .location-info li {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
    padding-left: 10px;
    border-left: 2px solid #ffffff;
    line-height: 1;
    margin-right: 10px;
}

.sub-footer .location-info li:first-child {
	padding-left: 0;
	border-left: none;
}

.sub-footer .location-info li a {
	text-decoration: none;
	color: #ffffff;
}

.sub-footer .location-info li a:hover {
	color: #f0ca00;
}

.employment {
	background: #3a1257;
	font-size: 14px;
	text-align: center;
}

.employment a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 22px;
	font-family: 'Archer A', 'Archer B';
	line-height: 1;
	padding: 15px 0;
}

.employment a:hover {
	color: #f0ca00;
}

.footer-content-section .widget_converse_cta_buttons_widget {
	margin-bottom: 0;
}


/*******************************************************************************
 * NAVIGATION CUSTOM STYLES
 *******************************************************************************/
 .main-navigation {
 	background: #49176d;
    overflow: visible !important;
}

.transparent .main-navigation {
 	background: rgba(73, 23, 109, 0.9);
 	position: absolute;
 	top: 0;
 	z-index: 1;
 }

 .main-navigation .top-menu-container {
 	height: 36px;
 	background: #f0ca00;
}

 .main-navigation .top-menu {
 	position: relative;
 	z-index: 2;
 	background: #f0ca00;
 	padding: 0 30px;
 }

 .main-navigation .top-menu a {
 	color: #49176d;
 	font-size: 20px;
 	font-family: 'Archer A', 'Archer B';
 	margin-left: 40px;
 	padding: 15px 0 12px 0;
}


.main-navigation .top-menu .quick-main-link {
	position: relative;
	color: #ffffff;
	font-family: 'Archer A', 'Archer B';
	font-weight: 100;
	margin-left: 0;
}

.main-navigation .top-menu .quick-main-link:hover {
    font-weight: 600;
    width: 127px;
}

.main-navigation .top-menu .quick-main-link:after {
	position: absolute;
	content: "+";
	background: #49176d;
	color: #ffffff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	line-height: 12px;
    vertical-align: middle;
    text-align: center;
    top: 24px;
    right: -23px;
    z-index: 2;
    font-weight: 100;
}

@-moz-document url-prefix() {
    .main-navigation .top-menu .quick-main-link:after {
        line-height: 11px;
    }
}

.main-navigation .top-menu #menu-top-nav-quick-links a {
	position: relative;
	display: inline-block;
	margin-left: 0;
    letter-spacing: -1px;
    line-height: 1;
    padding: 10px 30px 10px 20px;
    border-top: 1px solid #f0ca00;
    width: 100%;
    text-transform: none;
    font-size: 18px;
}

.main-navigation .top-menu #menu-top-nav-quick-links a:hover {
	font-weight: 600;
}

.main-navigation .top-menu #menu-top-nav-quick-links a:after {
	content: "";
	position: absolute;
	top: 12px;
    right: 7px;
	width: 9px;
	height: 13px;
	background: url("img/purple-right-arrow.png") no-repeat;
}

.main-navigation .top-menu .search {
	margin: 15px 0 10px 34px;
    cursor: pointer;
    float: left;
    /*position: absolute;
    left: 86%;*/
}

 .main-navigation .quick-links-menu-wrapper, .main-navigation .menu-top-nav-container {
 	float: left;
}

/* .menu-top-nav-container {
     padding-right: 30px;
 }*/

.main-navigation .quick-links-menu-wrapper {
	position: relative;
}

.main-navigation .quick-links-menu-wrapper .menu-top-nav-quick-links-container {
	display: none;
	min-width: 245px;
	position: absolute;
    padding: 0;
    left: -20px;
    z-index: 5;
    top: 46px;
    background: #ffffff;
    border: 1px solid #f0ca00;
    white-space: nowrap;
}

.main-navigation .quick-links-menu-wrapper .menu-top-nav-quick-links-container li {
	float: none;
}

/*.main-navigation .quick-links-menu-wrapper:hover .menu-top-nav-quick-links-container  {
	display: block;
}

.quick-links-menu-wrapper .menu-top-nav-quick-links-container:hover {
	display: block;
}*/

.main-navigation a {
 	color: #ffffff;
 	text-transform: uppercase;
 }

 .main-navigation a.logo {
     display: block;
     position: absolute;
     top: -29px;
     width: 175px;
     height: 132px;
     background: url("img/logo.png") no-repeat center center;
     background-size: contain;
     z-index: 3;
 }

 @media (max-width: 820px) {
     .main-navigation a.logo {
         top: 5px;
         width: 120px;
         height: 75px;
     }

     a.directory-person-link {
         display: block;
         padding-top: 8px;
     }

     .site-content.full-width.not-home-page article {
         padding-right: 15px;
         padding-left: 15px;
     }

     .upw-posts.hfeed {
         text-align: left;
     }
 }


.main-navigation .sub-menu a {
    text-transform: none;
}

 .main-navigation .main-menu {
 	padding: 67px 0 30px 0;
 	position: relative;
 }

 .main-navigation .desktop-menu {
 	margin-left: 215px;
 }

 .main-navigation #menu-main-menu-1 {
 	display: table;
    width: 100%;
 }

 .main-navigation #menu-main-menu-1 li {
 	float: none;
    position: relative;
    display: table-cell;
    padding-right: 2px;
 }

.main-navigation #menu-main-menu-1 li.menu-item-has-children:hover a:first-child {
  	position: relative;
  	background: #ffffff;
  	color: #7f48ae;
  	border-right: 2px solid #7f48ae;
  	border-top: 2px solid #7f48ae;
  	border-left: 2px solid #7f48ae;
  	z-index: 3;
  	font-size: 16px;
  }

.main-navigation #menu-main-menu-1 li.menu-item-type-custom:hover a {
    color: #f0ca00;
}

.main-navigation #menu-main-menu-1 li a {
	padding: 10px 5px 0 5px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
    font-family: Archer A, Archer B;
    font-weight: 600;
}

 .main-navigation #menu-main-menu-1 li .sub-menu {
 	background: #ffffff;
 	border: 2px solid #7f48ae;
 	padding-top: 22px;
 	margin-top: 10px;
 	z-index: 1;
 }

.main-navigation #menu-main-menu-1 li .sub-menu li {
	display: block;
	padding-right: 0;
}

.main-navigation #menu-main-menu-1 li.menu-item-has-children .sub-menu li a, .main-navigation #menu-main-menu-1 li.menu-item-has-children:hover .sub-menu li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 30px 10px 20px;
	color: #7f48ae;
	width: 100%;
	white-space: nowrap;
	border-top: 1px solid #f0ca00;
	border-left: none;
	border-right: none;
}

.main-navigation #menu-main-menu-1 li.menu-item-has-children .sub-menu li a, .main-navigation #menu-main-menu-1 li.menu-item-has-children:hover .sub-menu li a:hover {
    background-color: #ddd6e3;
}

.main-navigation #menu-main-menu-1 li .sub-menu li a:after {
	content: "";
	position: absolute;
	top: 15px;
    right: 7px;
	width: 9px;
	height: 13px;
	/*background: url("img/purple-right-arrow.png") no-repeat;*/
}

.main-navigation #menu-main-menu-1 li.menu-item-has-children .sub-menu li:first-child a {
	position: relative;
	background: url("img/menu-first-item-bg.png") no-repeat;
	background-size: cover;
	border-top: none;
	padding: 10px 30px 10px 85px;
	color: #ffffff;
}

.main-navigation #menu-main-menu-1 li .sub-menu li:first-child a:after {
	content: "";
	position: absolute;
	top: 15px;
    right: 7px;
	width: 9px;
	height: 13px;
	background: url("img/white-right-arrow.png") no-repeat;
}

.mobile-menu-icon {
	display: none;
}

.mobile-navigation {
	display: none;
}

.search-none input[type="search"] {
    padding: 2px !important;
}

.search-none {
    padding-bottom: 30px;
}

.search-form-container .search-submit {
    display: inline-block;
    color: #7f48ae;
    font-family: 'Archer A', 'Archer B';
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid #7f48ae;
    padding: 5px;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    background: #ffffff;
    border-radius: 0;
}

.search-form-container .search-submit:hover {
    background: #7f48ae;
    color: #ffffff;
    border-color: #7f48ae;
}

.search-overlay {
	display: none;
	position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.8;
}

.search-form-overlay {
	position: relative;
	display: none;
	width: 350px;
    top: 210px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    transition: transform 0.4s;
    position: fixed;
    opacity: 1000;
    z-index: 21;
    left: 50%;
    margin-left: -175px;
}

.search-form-overlay.active {
	display: block;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1000;

}

.search-form-overlay h6 {
	font-size: 36px;
    margin: 0 0 20px 60px;
    font-weight: 600;
    font-family: 'Archer A', 'Archer B';
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.search-form-overlay input {
	font-size: 24px;
    background: #fff;
    -webkit-apperance: none !important;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0;
    padding-right: 50px;
    padding-left: 20px;
    height: 45px;
    color: #000;
    font-weight: 400;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0,0,0,0.7);
}


.search-form-overlay input.search-submit {
	background: url("img/search-icon.png") no-repeat;
	width: 26px;
	height: 27px;
	box-shadow: none;
    font-size: 0;
    padding: 0;
    position: absolute;
    right: -55px;
    bottom: 9px;
}

span.yellow {
	color: #f0ca00;
}

/*******************************************************************************
 * STICKY NAVIGATION
 *******************************************************************************/
 .is-sticky .main-navigation .top-menu-container {
     display: none;
 }

 .is-sticky .main-navigation .main-menu {
     padding-top: 30px;
     padding-bottom: 30px;
 }

 .is-sticky .main-navigation .site-content {
     position: relative;
 }

 .is-sticky .main-navigation a.logo {
     position: absolute;
     top: 0;
     height: 36px;
     background-image: url("img/logo-sticky.png");
 }

 @media (max-width: 820px) {
     .main-navigation .top-menu-container {
         display: none;
     }

     .is-sticky .main-navigation a.logo {
         top: -18px;
         left: 10px;
     }

     .is-sticky .mobile-menu-icon {
         top: -30px;
     }
 }

.mtli_attachment {
    display: block !important;
}

/*******************************************************************************
 * BLOCK WITH THREE COLUMNS CUSTOM STYLES
 *******************************************************************************/
 .nswu-block-with-three-column {
 	position: relative;
 }

.nswu-block-with-three-column .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #8a69a1;
}

.nswu-block-with-three-column .column-item {
	background: #ffffff;
	border: 1px solid #f2ce14;
	min-height: 294px;
}

.nswu-block-with-three-column h2 {
	color: #49176d;
	font-size: 42px;
	font-weight: 600!important;
    font-family: 'Archer A', 'Archer B'!important;
    line-height: 1;
}

.nswu-block-with-three-column .text-info p {
	color: #7f48ae;
	font-size: 18px;
	font-family: 'Gotham A', 'Gotham B';
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px!important;
}

.nswu-block-with-three-column .vc_col-sm-4 {
	width: 31.333333%;
    margin-right: 3%;
}

.nswu-block-with-three-column .vc_col-sm-4:nth-child(3n) {
	margin-right: 0;
}

.nswu-block-with-three-column h6 {
	color: #f0ca00;
	font-size: 87px;
	font-family: 'Archer A', 'Archer B'!important;
	line-height: 1;
	font-weight: bold!important;
	margin: 30px 0;
}

.nswu-block-with-three-column .vc_column-inner {
    position: relative;
}

.nswu-block-with-three-column p {
	color: #49176d;
	font-size: 17px;
	font-family: 'Gotham A', 'Gotham B';
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

.nswu-block-with-three-column .hover-block {
	display: none;
	padding: 20px;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: rgba(109, 69, 138, 0.8);
}

.nswu-block-with-three-column .hover-block  ul {
	margin: 0;
}

.nswu-block-with-three-column .hover-block p {
	color: #ffffff;
}

.nswu-block-with-three-column .vc_col-sm-4:hover .hover-block {
	display: block;
}


.nswu-block-with-three-column .three-column-block {
	display: inline-block;
}


.nswu-block-with-three-column .wpb_wrapper:first-child {
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

/*******************************************************************************
 * BLOCK WITH FOUR COLUMNS CUSTOM STYLES
 *******************************************************************************/
.nswu-block-with-four-columns .wpb_wrapper:first-child {
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.nswu-block-with-four-columns blockquote {
	float: none;
}

.nswu-block-with-four-columns .title {
	margin-bottom: 0;
}

.nswu-block-with-four-columns h2 {
	margin-top: 100px;
	color: #49176d;
	font-weight: 600!important;
	font-family: 'Archer A', 'Archer B'!important;
	font-size: 42px;
}

.nswu-block-with-four-columns blockquote {
	position: relative;
	max-width: 860px;
    margin: 0 auto;
}

.nswu-block-with-four-columns blockquote p {
	color: #7f48ae;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 18px;
	font-style: normal;
	text-align: center;
	height: auto;
}


.nswu-block-with-four-columns blockquote:before {
	background: url("img/open-quote.png") no-repeat;
	position: absolute;
	top: -85px;
	left: -90px;
	width: 110px;
	height: 90px;
}

.nswu-block-with-four-columns blockquote:after {
	background: url("img/close-quote.png") no-repeat;
	position: absolute;
	top: 22px;
	right: -90px;
	width: 110px;
	height: 90px;
}

@media (max-width: 1050px) {
    .nswu-block-with-four-columns blockquote:before {
    	left: 0;
    }

    .nswu-block-with-four-columns blockquote:after {
    	right: 0;
    }
}

.nswu-block-with-four-columns .vc_col-sm-3 {
	position: relative;
	padding: 0;
	/*height: 197px;*/
	cursor: pointer;
}

/*.nswu-block-with-four-columns .vc_column_container > .vc_column-inner {
    padding-left: 0px;
}*/

.nswu-block-with-four-columns .block-overlay {
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(73, 23,109, 0.7);
}

.nswu-block-with-four-columns p {
	position: relative;
	z-index: 2;
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
	padding: 0 20px;
	height: 65px;
    overflow: hidden;
    font-size: 16px;
}

.nswu-block-with-four-columns h6 {
	position: relative;
	z-index: 2;
	color: #ffffff;
	font-size: 28px;
	font-family: 'Archer A', 'Archer B'!important;
	font-weight: 600!important;
	margin: 15px 0 15px 0;
    text-transform: none;
}

.nswu-block-with-four-columns .vc_sep_pos_align_center {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}

.nswu-block-with-four-columns .vc_separator.vc_sep_color_grey .vc_sep_line {
	border-color: #95766b;
}


.nswu-block-with-four-columns .hover-block {
	display: none;
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #f1edf3;
}

.nswu-block-with-four-columns .hover-block p {
	margin-top: 120px;
}

.nswu-block-with-four-columns .hover-block p a {
	display: inline-block;
    text-decoration: none;
    background-color: #49176d;
    color: #ffffff;
    padding: 5px 25px;
    font-family: 'Archer A', 'Archer B';
    font-size: 20px;
}

.nswu-block-with-four-columns .vc_col-sm-3:hover .hover-block {
	display: block;
}


.nswu-block-with-four-columns .vc_col-sm-3:hover h6 {
	z-index: 4;
	color: #49176d;
}

.nswu-block-with-four-columns .vc_col-sm-3:hover .vc_sep_pos_align_center {
	z-index: 4;
}


/*******************************************************************************
 * BLOCK WITH FOUR COLUMNS CUSTOM STYLES
 *******************************************************************************/
.nswu-block-with-full-bg-left-content .wpb_wrapper:first-child {
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.nswu-block-with-full-bg-left-content {
	position: relative;
	padding: 100px 0 50px 0;
	border-top: 6px solid #f0ca00;
	min-height: 620px;
	margin-top: 90px;
}

.nswu-block-with-full-bg-left-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block!important;
}

.nswu-block-with-full-bg-left-content:after {
	-webkit-transform: rotate(-3deg) skew(-1deg);
    -ms-transform: rotate(-3deg) skew(-1deg);
    transform: rotate(-3deg) skew(-1deg);
    -webkit-transform-origin: 3% 0;
    -ms-transform-origin: 3% 0;
    transform-origin: 3% 0;
    z-index: 0;
    width: 101%;
    height: 100px;
    bottom: -98px;
    z-index: 3;
    display: none!important;
    position: absolute;
    content: '';
    background: #ffffff;
    -webkit-backface-visibility: hidden;
}

.nswu-block-with-full-bg-left-content h2 {
	color: #f0ca00;
	font-size: 42px;
	font-family: 'Archer A', 'Archer B'!important;
	font-weight: 600!important;
	margin: 0;
    margin-bottom: 30px;
}


.nswu-block-with-full-bg-left-content .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #653b83;
}

.nswu-block-with-full-bg-left-content .vc_separator.vc_sep_color_grey {
    margin-bottom: 30px;
}

.nswu-block-with-full-bg-left-content p {
	color: #ffffff;
	text-align: center;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 18px;
}

.nswu-block-with-full-bg-left-content .more-btn a {
	display: inline-block;
	border: 2px solid #773ca9;
	color: #49176d;
	background: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	padding: 10px 70px;
    position: relative;
    z-index: 5;
}

.nswu-block-with-full-bg-left-content .more-btn a:hover {
    background-color: #49176d;
    color: #ffffff;
}


/*******************************************************************************
 * BLOCK WITH THREE STORY CUSTOM STYLES
 *******************************************************************************/
 .nswu-block-three-story {
	position: relative;
	z-index: 3;
    width: 100%;
    max-width: 1140px;
    margin: 16px auto 0 auto;
 }

.nswu-block-three-story li img {
    visibility: hidden;
}

.nswu-block-three-story li div.story-image-wrapper {
    overflow: hidden;
	height: 227px;
	background-position: center;
	background-size: cover;
	max-width: 357px;
	display: inline-block;
}

 .nswu-block-three-story .mainul {
 	text-align: center;
 }

 .nswu-block-three-story .esg-grid .mainul li.eg-story-with-title-skin-wrapper {
 	position: relative !important;
    display: inline-block !important;
    left: auto !important;
 }

.nswu-block-three-story h2 {
	color: #49176d;
	font-size: 42px;
	font-family: 'Archer A', 'Archer B'!important;
	font-weight: 600!important;
	margin: 0 0 60px 0!important;
	text-align: center;
}

.nswu-block-three-story ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.nswu-block-three-story ul li {
	font-size: 16px;
	display: inline-block;
	width: 31.3333%;
	margin-right: 2%;
	vertical-align: top;
}

.nswu-block-three-story ul li:nth-child(3n) {
	margin-right: 0;
}

.nswu-block-three-story .info-section a {
    max-height: 74px;
    overflow: hidden;
    margin-bottom: 47px;
    color: #7f48ae;
    font-size: 18px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 600;
    margin: 0;
    line-height: 24px;
    text-decoration: none;
}

.nswu-block-three-story .story-link {
	text-align: center;
}

.nswu-block-three-story .story-link a {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	text-decoration: none;
	background: #49176d;
	padding: 5px 35px;
	font-size: 24px;
	line-height: 1;
}

.nswu-block-three-story .stories-link {
	text-align: center;
	margin-top: 32px;
}

.nswu-block-three-story .stories-link a {
	display: inline-block;
	color: #f0ca00;
	font-size: 28px;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	text-decoration: none;
	background: #49176d;
	padding: 20px 30px;
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
	border: 3px solid #743ea1;
}

.nswu-content-block h2 {
	color: #49176d;
	font-size: 42px;
	font-family: 'Archer A', 'Archer B'!important;
	font-weight: 600!important;
	margin: 0 0 15px 0!important;
}

.nswu-content-block .wpb_wrapper:first-child {
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.nswu-content-block p {
	color: #7f48ae;
	font-size: 18px;
	font-family: 'Gotham A', 'Gotham B';
	text-align: center;
	max-width: 880px;
    margin: 0 auto;
}

.stories-grid .eg-story-skin-element-0, .stories-grid .eg-story-skin-element-0:hover {
	background-color: #49176d!important;
	border: none;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	padding: 5px 35px;
	font-size: 26px;
	text-decoration: none;
}

.stories-grid {
	margin-bottom: 0!important;
}

.stories-grid .esg-bc {
	bottom: 15%;
}

.stories-grid .eg-story-skin-element-1 {
	color: #f0ca00;
	background: none;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	line-height: 1;
}

.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
	color: #ffffff;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	font-size: 72px;
	text-align: center;
}

article#post-2526 {
	padding: 0 15px;
}

/*--------------------------------------------------------------
	Employee
--------------------------------------------------------------*/
.employee-layout {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.employee-layout .attachment-post-thumbnail.wp-post-image {
    width: 100%;
}

.contact-info p, .degrees-info p {
	margin: 0;
	color: #49176d;
	font-size: 14px;
	font-family: 'Gotham A', 'Gotham B';
}

.contact-info span.bold, .degrees-info span.bold {
	font-weight: 600;
}

.employee-layout p {
	color: #49176d;
}

.employee-layout p strong {
	font-family: 'Archer A', 'Archer B';
	font-size: 16px;
}

.employee-layout p.bold {
	font-size: 16px;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
}

.employee-layout h3 {
	margin-bottom: 20px;
}

.employee-layout .position {
	margin-bottom: 40px;
}

.employee-info {
	border-bottom: 2px solid #f7e170;
    padding-bottom: 55px;
    margin-bottom: 55px;
	overflow: hidden;
}

.font-12px .responsiveExpander:before {
	content: "" !important;
}

.p-no-margin p {
    margin: 0px;
}

/*--------------------------------------------------------------
	Archive layout
--------------------------------------------------------------*/
main.archive-layout {
    padding-top: 50px;
}

.archive-layout .entry {
    clear: both;
    border-bottom: 2px solid #f0ca00;
    margin-bottom: 35px;
    padding-bottom: 25px;
    width: 100%;
}

.archive-layout.search .entry {
    clear: both;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    width: 95%;
}

.archive-layout.search .archive-content {
    width: 100%;
}

.archive-layout .entry.no-border {
    border-bottom: none;
}

.archive-layout .featured-block {
	width: 100%;
    clear: both;
    border-bottom: 2px solid #f0ca00;
    margin-bottom: 25px;
}

.archive-layout .more-headlines {
    clear: both;
    border-bottom: 2px solid #f0ca00;
    margin-bottom: 25px;
    padding-bottom: 45px;
}

.archive-layout .more-headlines h1, .archive-layout .community-news h1 {
    margin-bottom: 25px;
}

.archive-layout .community-news {
    margin-bottom: 0px;
}

.archive-layout .page-header {
    margin-bottom: 35px;
}

.archive-layout div {
    float: left;
}

.archive-layout .pagination {
    padding-top: 25px;
    padding-bottom: 2px;
}

.archive-layout .pagination .page-numbers {
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-color: #ccc #ccc #bbb;
    padding: 3px 3px;
    color: #808080;
    font-weight: 600;
}

.archive-layout .pagination .page-numbers.current {
    color: #49176D;
}

.archive-layout .archive-image {
    width: 25%;
    margin-right: 2%;
}

.archive-layout .entry.featured-first .archive-image {
    width: 100%;
}

.archive-layout .entry.featured-first {
    border: none;
}

.archive-layout .entry.featured {
    float: left;
    clear: none;
    border: none;
    margin-bottom: 25px;
    width: 32%;
    margin-right: 14px;
}

.archive-layout .entry.featured .excert {
    display: none;
}

.archive-layout .entry.featured.last {
    float: left;
    clear: none;
    border: none;
    margin-bottom: 25px;
    width: 32%;
    margin-right: 0;
}

.archive-layout .entry.featured .archive-image {
    padding-left: 0;
    width: 100%;
}

.archive-layout .entry.featured-first .archive-content {
    padding-left: 0;
    width: 100%;
}

.archive-layout .entry .archive-content .excert p {
    margin-bottom: 0;
}

.archive-layout .entry.featured .archive-content {
    padding-left: 0;
    width: 100%;
}

.archive-layout .archive-title {
    width: 100%;
}

.archive-layout .archive-title a:hover {
    color: #4f1f72;
}

.archive-layout .excert a b:hover {
    color: #7f48ae;
}

.archive-layout .archive-content {
    width: 73%;
}

.archive-layout .archive-content h4 a {
    color: #7f48ae;
    text-decoration: none;
}

.archive-layout .archive-content .excert a {
    color: #49176d;
    text-decoration: none;
}

.archive-layout .archive-content .excert {
    margin-top: -15px;
}

.archive-layout.search .archive-content .excert {
    margin-top: -15px;
    margin-bottom: -15px;
}

.archive-layout .post-date {
    color: #49176d;
    font: 14px/1.1  'Gotham A', 'Gotham B';
    font-weight: 600;
}

@media (max-width: 768px) {
    .archive-layout .entry {
        margin-bottom: 0;
    }

    .archive-layout .entry.featured {
        clear: both;
        margin-bottom: 20px;
        width: 100% !important;
    }

    .archive-layout .page-header h1 {
        margin-top: 20px;
        font-size: 35px;
    }

    .archive-layout .entry .archive-image {
        float: none;
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
    }

    .archive-layout .archive-content {
        float: none;
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }

    .archive-layout .pagination {
        float: left;
        width: 100%;
    }
}

.zip_code label {
	font-weight: 600;
}

.zip_code input {
	width: 70%;
}

.zip-code-submit {
	margin-top: 30px !important;
	margin-left: -40px !important;
}

/*--------------------------------------------------------------
	Blog layout
--------------------------------------------------------------*/
article.blog-layout {
	padding-bottom: 0px;
}

.blog-layout .social-icons {
    margin: 0;
}

.blog-layout .entry-title {
    padding-bottom: 25px;
    border-bottom: 2px solid #f7e170;
}

.blog-layout .post-date,
.blog-layout .category-text {
	color: #49176d;
	font: 14px/1.1  'Gotham A', 'Gotham B';
}

.blog-layout .post-date {
	margin: 25px 0 5px;
	font-weight: bold;
}

.blog-layout .thumbnail-wrapper {
	padding: 20px 0;
}

.blog-layout .thumbnail-wrapper img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.blog-layout .post-socials {
	margin: 10px 0;
}

.blog-layout .extras-wrapper {
	float: right;
	max-width: 282px;
	width: 100%;
	margin: 5px 0 0 20px;
	background-color: #ddd6e3;
}

.blog-layout .extras-wrapper .title {
	margin-bottom: 0;
	padding: 8px 12px;
	color: #49176d;
	font: bold 24px/1.1 'Archer A', 'Archer B';
	text-transform: uppercase;
	background-color: #eeebf1;
}

.blog-layout.community-news .entry-title {
    padding: 25px 0 0 0;
    border-top: 2px solid #f7e170;
    border-bottom: none;
}

.blog-layout.community-news .post-date {
    margin: 10px 0 5px;
}
/*.single article {
    padding: 0 15px 3.5%;
}*/
.blog-layout.community-news h4.news-heading {
    margin-bottom: 0px;
}

.blog-layout.community-news p.news-subheading {
    color: #7f48ae;
    margin-top: 0px;
}

.blog-layout.community-news div.news-head {
    background: url("img/com-news-icon.png") no-repeat;
    width: 50px;
    height: 45px;
    float: left;
    margin-right: 15px;
}

.extras-icon {
	display: inline-block;
	background: url("img/extras-icons.png") no-repeat;
}

.extras-icon.video {
	width: 15px;
	height: 11px;
}

.extras-icon.photo {
	width: 16px;
	height: 13px;
	background-position: -16px 0;
}

.extras-icon.audio {
    background: url("img/imgpsh_fullsize.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
}

.extras-icon.page {
	width: 14px;
	height: 14px;
	background-position: -33px 0;
}

.blog-layout .extras {
	margin: 0;
	padding: 12px 15px 20px;
	list-style-type: none;
}

.blog-layout .extras a {
	position: relative;
	display: block;
	padding-left: 28px;
	color: #49176d;
	font: 14px/1.3  'Gotham A', 'Gotham B';
	text-decoration: none;
}

.blog-layout .extras li {
	display: block;
	margin-bottom: 10px;
}

.blog-layout .extras li:last-child {
	margin-bottom: 0px;
}

.blog-layout .extras .extras-icon {
	position: absolute;
	top: 3px;
	left: 0;
}

.blog-layout .extras .extras-icon.video {
	top: 5px;
}

.blog-layout .row {
	margin-bottom: 25px;
}

.blog-layout .row p {
	font-size: 16px;
	line-height: 1.8;
}

.blog-layout .row blockquote p {
	margin: 0 0 10px;
    /* font: italic 24px/1.2 'Gotham A', 'Gotham B'; */
	/* the following lines added by GA on 06152016 */
	font: italic 24px/1.8 'Georgia', 'Serif';
	color: #ABA6B0;
	line-height: 180%;
	border-left: 9px solid #8C7F96;
	padding-left: 12px;
}

blockquote {
	float: left;
	max-width: 45%;
	width: 100%;
	margin: 0 20px 0 0;
}

blockquote p {
	margin: 0 0 10px;
    /* font: italic 24px/1.2 'Gotham A', 'Gotham B'; */
	/* the following lines added by GA on 06152016 */
	font: italic 24px/1.8 'Georgia', 'Serif';
	color: #ABA6B0;
	line-height: 180%;
	border-left: 9px solid #8C7F96;
	padding-left: 12px;
}

.blog-layout .tags-wrapper {
	border-top: 2px solid #f7e170;
	padding-top: 23px;
}

.blog-layout .tags-wrapper .title {
	color: #7f48ae;
}

.blog-layout .tags-wrapper .tags {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-layout .tags-wrapper .tags a {
	text-decoration: none;
}

.blog-layout .tags-wrapper .tags a:hover {
	text-decoration: underline;
}

.blog-layout .tags-wrapper .tags li {
	font-size: 14px;
	line-height: 1.1;
	display: inline;
}

.blog-layout .tags-wrapper .tags li:last-child:after {
	content: none;
}

.blog-layout .tags-wrapper .tags li:after {
	content: "|";
	display: inline;
	margin: 0 3px 0 6px;
}

@media (max-width: 768px) {
	.contains-sidebar #primary {
		padding: 0 15px 0 15px;
	}

	.blog-layout .entry-title {
		margin-top: 20px;
		font-size: 35px;
	}

	.blog-layout .extras-wrapper {
		float: none;
		max-width: 100%;
		margin: 10px 0;
		box-sizing: border-box;
	}

	.blog-layout .row blockquote {
		float: none;
		max-width: 100%;
		width: auto;
		margin: 10px 20px;
		box-sizing: border-box;
	}
}

/*--------------------------------------------------------------
	Counselor layout
--------------------------------------------------------------*/
.counselor-layout {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto 150px auto;
}

.counselor-layout .attachment-post-thumbnail.wp-post-image {
    width: 100%;
    max-width: 350px;
}

.counselor-layout .entry-title {
    padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 2px solid #f7e170;
}

.counselor-layout .entry-title.zip-info {
    padding-bottom: 25px;
    color: #49176d;
}

.counselor-layout .contact-info {
	margin-top: 20px;
}

.counselor-layout span.bold {
	font-weight: 600;
}

.counselor-layout .contact-info h3 {
	margin-bottom: 20px;
}

.counselor-layout span a {
	color: #49176d;
}

.counselor-layout .btn {
	display: inline-block;
	color: #ffffff;
	background: #49176d;
	padding: 5px 20px;
	font-family: 'Archer A', 'Archer B';
    font-weight: 600;
    font-size: 24px;
    margin-top: 13px;
    text-decoration: none;
}

.counselor-layout .download-contact {
	position: relative;
	display: inline-block;
    float: left;
	text-decoration: none;
	font-family: 'Archer A', 'Archer B';
    font-weight: 600;
    font-size: 18px;
    color: #7f48ae;
    margin-top: 30px;
}

.counselor-layout .download-contact:after {
	content: ">";
	position: absolute;
	top: 0;
	right: -13px;
}

.counselor-layout .follow-admissions {
    clear: both;
	margin-top: 35px;
}


.counselor-layout .social-icons {
	margin: 30px 0;
}
/*--------------------------------------------------------------
	Conversation
--------------------------------------------------------------*/
.conversation-layout {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.conversation-layout .attachment-post-thumbnail.wp-post-image {
    max-width: 350px;
}

.conversation-layout .column-35.conversation-image img {
    width: 100%;
}

article.counselor-layout {
	padding: 50px 15px 0 15px;
}

.conversation-person-preview {
	margin: 0 0 45px 0;
}

.conversation-info {
	border-bottom: 2px solid #f7e170;
    padding-bottom: 38px;
    margin-bottom: 40px;
}

.conversation-info h2 {
	margin-bottom: 24px;
}

.conversation-info h3 {
	margin-bottom: 30px;
}

.playlist-title {
	margin: 0;
}

.sc_fancy_player_container {
	margin-bottom: 7px;
}

.audio-players {
    margin-bottom: 30px;
}

.conv-info {
    margin-top: 20px;
}

.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(137, 128, 144, .5);
}

.sc_fancy_player_container .mejs-container, .sc_fancy_player_container .mejs-embed, .sc_fancy_player_container .mejs-embed body, .sc_fancy_player_container .mejs-container .mejs-controls {
	background: #c3b4c6;
}

.sc_fancy_player_container .mejs-container * {
	color: #000000;
}

.sc_fancy_player_container .mejs-controls .mejs-time-rail .mejs-time-loaded, .sc_fancy_player_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #441666;
}

.sc_fancy_player_container .mejs-controls .mejs-button button {
	background: transparent url("img/controls.svg") no-repeat;
	box-shadow: none;
}

.sc_fancy_player_container .mejs-controls .mejs-volume-button button {
	background: transparent url("img/controls.svg") no-repeat;
	background-position: -16px -16px;
}

.sc_fancy_player_container .mejs-controls .mejs-play button {
	background: transparent url("img/controls.svg") no-repeat;
	background-position: 0 0;
}

.sc_fancy_player_container .mejs-controls .mejs-pause button {
	background: transparent url("img/controls.svg") no-repeat;
	background-position: 0 -16px;
}

.sc_fancy_player_container .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #898090;
}

.conversation-info p.info {
    margin: 0;
    color: #49176d;
    font-size: 14px;
    font-family: 'Gotham A', 'Gotham B';
}

.conversation-info p.info span.bold {
	font-weight: 600;
}

.social-icons {
	font-size: 0;
	list-style: none;
	padding: 0;
	margin: 40px 0;
}

.social-icons li {
	display: inline-block;
}
.more-conversations {
	background: url("img/more-conversation-bg.jpg") no-repeat;
	background-size: cover;
	min-height: 197px;
	text-align: center;
    padding-top: 68px;
}

.more-conversations h2 {
	color: #ffffff;
}

/*--------------------------------------------------------------
	Breadcrumbs
--------------------------------------------------------------*/
.hidden-title {
	display: none;
}

.breadcrumbs-wrapper {
	background: #dbd4e2;
}

.breadcrumbs a {
    text-decoration: none;
    color: #7f48ae;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
}

.breadcrumbs span.breadcrumb_last {
    color: #49176d;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
}

.breadcrumbs-wrapper.breadcrumbs-full-width {
	position: absolute;
    top: 204px;
    z-index: 1;
    width: 100%;
}

.breadcrumbs-wrapper .breadcrumbs {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.breadcrumbs-wrapper .breadcrumbs li {
    font-size: 16px;
    color: #7f48ae;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding: 5px 0;
}

.breadcrumbs-wrapper .breadcrumbs li:after {
    content: ">";
    position: absolute;
    right: -20px;
    top: 5px;
    color: #49176d;
    font-size: 16px;
}

.breadcrumbs-wrapper .breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs-wrapper .breadcrumbs li a {
	text-decoration: none;
	color: #7f48ae;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	font-style: normal;
}

.breadcrumbs-wrapper .breadcrumbs li:last-child a {
	color: #49176d;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	font-style: normal;
}

/*--------------------------------------------------------------
	Calendar
--------------------------------------------------------------*/
.calendar {
	font-size: 18px;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    text-align: left;
}

.date {
	background: #a48bb6;
    float: left;
    width: 85px;
    text-align: center;
    margin-right: 10px;
    padding: 10px;
}

.month {
	background: #ffffff;
	color: #49176d;
	font-size: 20px;
	line-height: 1;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
}

.day {
	font-size: 43px;
	line-height: 1;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	color: #ffffff;
}

.event-details .title {
	color: #49176d;
	font-size: 22px;
    width: 96%;
	line-height: 1;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
}

.person {
	color: #b3a7bf;
	font-size: 16px;
	font-family: 'Gotham A', 'Gotham B';
	line-height: 1;
    margin-top: 5px;
}

.details {
    color: #b3a7bf;
    font-size: 16px;
    font-family: 'Gotham A', 'Gotham B';
    padding: 7px 30px;
    border: 2px solid #8a58b5;
    display: inline-block;
    line-height: 1;
    margin-top: 5px;
}

.details a {
    color: #b3a7bf;
    text-decoration: none;
}

.nswu-events {
	background: url("img/nswu-events-bg.jpg") no-repeat;
	background-size: cover;
	height: 394px;
	border-bottom: 7px solid #f0ca00;
	border-top: 7px solid #f0ca00;
	margin: 50px -15px 0;
}

.nswu-events h2 {
    text-align: center;
    color: #ffffff;
    padding: 22px 0 38px 0;
}

.calendar-wrapper {
    background: #ffffff;
    padding: 45px 0 0 0;
    text-align: center;
}

.nswu-events-btn {
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: none;
	background: #49176d;
	color: #ffffff;
	display: inline-block;
	border: 2px solid #8550b1;
	line-height: 1;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	padding: 10px 15px;
   	margin: 5px 0 -20px 0;
}

.nswu-events-btn:hover {
	color: #ffffff;
}

.nswu-events-btn span {
	color: #e7c20a;
}

.conversation-layout .column.column-35 {
	padding-right: 25px;
}

.counselor-layout .column.column-35 {
	padding-right: 25px;
}

.conversation-layout .vc_col-sm-3 {
	width: 22%;
	margin-right: 4%;
	background: #e6e7e8;
	height: 340px;
	margin-top: 10px;
}

.conversation-layout .vc_col-sm-4 {
	width: 31.333%;
	margin-right: 3%;
	background: #e6e7e8;
	margin-top: 10px;
}

.employee-layout .vc_col-sm-3 {
    width: 22%;
    margin-right: 4%;
    background: #e6e7e8;
    height: 320px;
    margin-top: 10px;
}

.conversation-layout .vc_gitem-zone-a .vc_gitem-row-position-middle, .conversation-layout .vc_gitem-zone-b .vc_gitem-row-position-middle {
	position: relative;
	margin-top: 20px;
	-webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
	transform: none;
}

.conversation-layout .vc_gitem-zone {
	overflow: visible;
}
.conversation-layout .post-title {
	color: #7f48ae;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	padding: 0 10px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 0;
}

.employee-layout .post-title {
    font-size: 17px;
    height: 20px;
}

.employee-layout .vc_gitem-acf.employee-position {
    color: #7f48ae;
    font-family: 'Archer A', 'Archer B';
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 0;
    height: 30px;
}

.employee-layout .employee-contact-info a {
    color: #7f48ae;
    background-color: #D7CEDA !important;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-top: 5px;
    border: none;
}

.employee-layout .employee-contact-info a:hover {
    border: none;
}

.conversation-layout .vc_gitem-zone-a .vc_gitem-row-position-top:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(73, 23, 109, 0.7);
	z-index: 2;
	display: none;
}

.conversation-layout .vc_col-sm-3:hover .vc_gitem-row-position-top:before {
	display: block;
}

.conversation-layout .vc_col-sm-4:hover .vc_gitem-row-position-top:before {
	display: block;
}

.conversation-layout .vc_gitem-zone-a .vc_gitem-row-position-top .vc_gitem-acf {
	position: absolute;
    top: 0;
    z-index: 3;
    color: #ffffff;
    display: none;
    padding: 10%;
    font-family: 'Gotham A', 'Gotham B';
}

.conversation-layout  .wpb_single_image .vc_single_image-wrapper {
    height: 195px;
}

.conversation-layout .wpb_single_image img {
	height: 100%;
    width: auto;
}

.conversation-layout  .vc_gitem-zone-a .vc_gitem-row-position-top, .conversation-layout  .vc_gitem-zone-b .vc_gitem-row-position-top {
	position: relative;
}

.conversation-layout .vc_gitem-row-position-top .wpb_single_image {
	margin-bottom: 0!important;
}

.conversation-layout .vc_gitem_row .vc_gitem-col {
	padding: 0;
}

.conversation-layout .vc_col-sm-3 .vc-gitem-zone-height-mode-auto:before {
	display: none;
}

.conversation-layout .vc_col-sm-4 .vc-gitem-zone-height-mode-auto:before {
	display: none;
}

.conversation-layout .vc_col-sm-3:hover .vc_gitem-row-position-top .vc_gitem-acf {
	font-size: 14px;
	line-height: 16px;
	display: block;
}

.conversation-layout .vc_col-sm-4:hover .vc_gitem-row-position-top .vc_gitem-acf {
	font-size: 14px;
	line-height: 16px;
	display: block;
}

.conversation-layout .more-btn {
	display: none;
	position: absolute;
    top: 70%;
    z-index: 3;
    left: 10%;
    width: 80%;
}

.employee-layout .more-btn {
    display: none;
    position: absolute;
    top: 40%;
    z-index: 3;
    left: 10%;
    width: 80%;
}

.conversation-layout .more-btn .vc_btn3.vc_btn3-color-white, .conversation-layout .more-btn .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
	display: inline-block;
    width: 100%;
    color: #7f48ae;
    background: #ffffff;
    border: 4px solid #7a45a5;
    font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	font-size: 22px;
	padding: 7px;
}
.conversation-layout .vc_btn3.vc_btn3-color-grey:hover, .conversation-layout .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover, .conversation-layout .vc_btn3.vc_btn3-color-grey:focus, .conversation-layout .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus {
	color: #7f48ae;
    background: #ffffff;
}

.conversation-layout .vc_col-sm-3:hover .vc_btn3-container.vc_btn3-center {
	display: block;
}

.conversation-layout .vc_col-sm-4:hover .vc_btn3-container.vc_btn3-center {
	display: block;
}

.conversation-layout .vc_gitem-zone-a .vc_gitem-row-position-bottom, .conversation-layout .vc_gitem-zone-b .vc_gitem-row-position-bottom {
	position: relative;
}

.conversation-layout .vc_grid-container {
	/*margin-top: 96px;*/
}

.conversation-layout .vc_grid-filter.vc_grid-filter-center {
	text-align: left;
	border: 2px solid #cecece;
	display: inline-block;
	margin-bottom: 70px;
}

.conversation-layout .vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
	border-radius: 0;
	border-left: 2px solid #cecece;
	margin: 0;
	font-size: 20px;
	color: #787878;
	padding: 7px 15px;
}

.conversation-layout .vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item:first-child {
	border-left: none;
}

.conversation-layout .vc_pageable-load-more-btn a {
	background: #49176d;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Archer A', 'Archer B';
    font-weight: 600;
    font-size: 26px;
    border-radius: 0;
    padding: 10px 50px;
    border: 2px solid #7f48ae;
    margin-top: 60px;
}

.conversation-layout .vc_pageable-load-more-btn a:hover {
	background: #49176d;
	color: #ffffff;
	border: 2px solid #7f48ae;
}

/* Player */
.player {
	position:relative;
	padding: 3px 5px 5px 5px;
	text-align:center;
	font-family:Helvetica, Arial;
	background: #beb4c6;
	margin: 15px 10px 0 10px;
}

.playpause {
	position: relative;
	cursor:pointer;
	color: #000000;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 31%;
	height: 11px;
	padding-left: 18px;
}

.playpause:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: transparent url("img/controls.svg") no-repeat;
	background-position: 0 0;
	width: 16px;
	height: 16px;
}

.playpause.active:before {
	background: transparent url("img/controls.svg") no-repeat;
	background-position: 0 -16px;
}

.volume, .progressbar{
	border:none;
	height:11px;
	margin-top: 3px;
}

.volume {
	background: #867c8e;
	float: left;
	width: 23%;
	position: relative;
}

.volume:before {
	display: block;
	position: absolute;
    top: -3px;
	left: -19px;
	content: "";
	width: 16px;
	height: 16px;
	background: transparent url("img/controls.svg") no-repeat;
	background-position: -16px -16px;
}

.progressbar {
	position: relative;
	background:#ccc;
	float: left;
	width: 32%;
	margin-right: 11%;
}

.player .ui-slider-handle{
	top: 0 !important;
	width: 11px !important;
	height: 11px !important;
	margin-left:-5px !important;
	background: #49176d;
    z-index: 2;
    position: absolute;
}

.small-button-widget {
    color: #ffffff;
    font-family: 'Archer A', 'Archer B';
    font-size: 16px;
    text-align: left;
}

.small-button-widget a {
    display: inline-block;
    border: 2px solid #773ca9;
    color: #773ca9;
    background: #ffffff;
    text-decoration: none;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    padding: 3px 20px;
}

.small-button-widget a:hover {
    background: #7f48ae;
    color: #ffffff;
}

.small-button-widget input[type=submit] {
    display: inline-block;
    border: 2px solid #773ca9;
    color: #773ca9;
    background: #ffffff;
    text-decoration: none;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    padding: 3px 20px;
    font-size: 16px;
    border-radius: 0;
    line-height: 1.4;
}

.departments-table {
    width: 100%;
}

.departments-table th {
    font-family: "Archer A", "Archer B";
    font-size: 24px;
    text-transform: uppercase;
    color: #573F6F;
    text-align: left;
    padding: 10px 25px;
}

.departments-table tr td {
    color: #49176d;
    padding: 10px 0 10px 25px;
}

.departments-table tr td:first-child {
    font-weight: 600;
}

.departments-table thead {
    background-color: #DBD4E2;
}

.departments-table tr {
    border-bottom: 1px solid #DBD4E2;
}

@media
only screen and (max-width: 760px), (max-device-width: 768px)  {

    /* Force table to not be like tables anymore
    .departments-table table, thead, tbody, th, td, tr {
        display: block;
    }*/

    /* Hide table headers (but not display: none;, for accessibility) */
    .departments-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .departments-table td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50% !important;
    }

    .departments-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding: 5px 0 0 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    .departments-table td:nth-of-type(1):before { content: "NAME"; font-weight: 600; }
    .departments-table td:nth-of-type(2):before { content: "POSITION"; font-weight: 600; }
    .departments-table td:nth-of-type(3):before { content: "DEPARTMENT"; font-weight: 600; }
    .departments-table td:nth-of-type(4):before { content: "CONTACT"; font-weight: 600; }
}

.textwidget {
    color: #49176d;
}

@media (max-width: 1024px) and (min-width: 821px) {
    .conversation-layout {
        padding: 50px 15px 0 15px !important;
    }

    .main-navigation .top-menu .search {
        margin: 15px 0 10px 34px;
        cursor: pointer;
        position: absolute;
        left: 86%;
    }

    .menu-top-nav-container {
        padding-right: 30px;
    }
}

@media (max-width: 820px) and (min-width: 768px) {
    .nswu-block-with-three-column .before-hover {
        margin-bottom: 83px !important;
    }

    .vc_tta-tabs .vc_col-sm-4 .vc_sep_holder.vc_sep_holder_l + h4 {
        padding: 0px 0.3em;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .nswu-block-with-three-column {
        text-align: center;
    }
}

.nswu-block-with-three-column .before-hover {
    margin-bottom: 57px;
}
@media (max-width: 1024px) and (min-width: 767px) {
    .nswu-block-with-four-columns p {
        line-height: 1.1;
        height: 101px;
    }
}

@media (max-width:1024px) and (min-width: 1023px) {
    .nswu-block-with-three-column .hover-block p {
        line-height: 21px;
    }
}

@media (max-width: 1024px) {
    .mobile-swipe {
        display: block;
    }

    .nswu-block-with-full-bg-left-content .vc_col-sm-12 .wpb_row.vc_inner.vc_row-fluid .vc_col-sm-6 {
        float: none;
        margin: auto;
    }

    .page-template-full-width .contains-sidebar #primary article {
        float: none;
        width: 100%!important;
        padding: 0 15px 0 15px;
    }

    .page-template-full-width .not-contains-sidebar #primary article {
        float: none;
        width: 100%!important;
        padding: 0 15px 0 15px;
    }

    .page-template-full-width .breadcrumbs-full-width + .not-contains-sidebar #primary article {
        float: none;
        width: 100%!important;
        padding: 5px 15px 0 15px;
    }

    .page-template-default .contains-sidebar #primary {
        padding: 0 15px 0 15px;
    }

    .page-template-default .not-contains-sidebar #primary {
        padding: 0 15px 0 15px;
    }

    #masthead + .breadcrumbs-wrapper {
        padding-left: 15px;
    }

    #masthead + .breadcrumbs-wrapper.breadcrumbs-full-width {
        margin-top: 144px;
        padding-left: 15px;
    }
}

@media (max-width: 820px) {

    .separator-with-text .vc_sep_holder {
        display: none !important;
    }

    .mobile-padding-top {
        padding-top: 20px;
    }

    .counselor-layout .row.about-me {
        padding-top: 30px;
    }

    .breadcrumbs-wrapper .breadcrumbs {
        font-size: 14px;
    }

    #esg-grid-32-1 {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 40px;
    }

	/*Common styles */
	.column {
		float: none;
	}

    .responsiveExpander {
        margin: 10px 10px 10px 0 !important;
	float: left;
    }

    .counselor-layout .follow-admissions {
        padding-top: 35px;
    }

	.column-35, .column-65, .column-50 {
		width: 100%;
	}

	.nswu-info-block .wpb_wrapper p {
		padding: 34px 25px;
		font-size: 16px;
	}

	.nswu-info-block .wpb_wrapper blockquote p {
		padding: 34px 10px 34px 40px;
	}

	.contains-sidebar #primary {
		float: none;
		width: 100%!important;
        padding: 0 15px 0 15px;
	}

	.not-contains-sidebar #primary {
		float: none;
		width: 100%!important;
        padding: 0 15px 0 15px;
	}

	.full-width.not-contains-sidebar #primary {
		float: none;
		width: 100%!important;
        padding: 0 0px 0 0px;
	}

    .contains-sidebar #secondary {
        float: none;
        width: 50% !important;
        padding: 50px 15px 0 15px;
        text-align: center;
        margin-left: 25%;
    }

    .contains-sidebar .left-sidebar#primary {
        float: right;
        width: 100%!important;
    }

    .contains-sidebar .left-sidebar#secondary {
        float: left;
        width: 100%!important;
    }

	.site-content {
		padding: 0 0px;
	}

    article {
        padding: 0 15px;
    }

    article.conversation-layout  {
        padding: 0 0 !important;
    }

    article.counselor-layout {
        padding: 0 0 !important;
    }

    .top-menu-container {
        padding: 0 15px;
    }

	.nswu-block-with-image {
		padding-bottom: 25px;
	}

	.footer-content {
		padding: 0 15px;
	}

	.footer-content-section {
		height: auto;
	}

	.footer-content-section .search-form {
		width: 100%;
	}

	.footer-content-section .search-form input {
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
	}

	.footer-content-section .widget_converse_cta_buttons_widget {
		margin: 0;
		padding-bottom: 180px;
	}

	#footer-widgets-menu aside:last-child {
		padding-bottom: 180px;
	}

	.footer-content-section .widget_nav_menu {
		width: 100%;
        padding-top: 20px;
	}

	.footer-content-section .widget_text {
		width: 100%;
        padding-top: 20px;
	}

	.footer-content-section .widget_text p {
		line-height: 19px;
	}

	.footer-content-section .widget_converse_footer_contact_widget {
		width: 100%;
        padding-top: 20px;
	}

	.sub-footer .phone {
		font-size: 33px;
	}

	.sub-footer .location-info li {
		/*border-left: none;*/
		margin-right: 1em;
		padding-left: 1em;
	}

	.sub-footer .location-info {
		margin: 0;
		padding: 0;
	}

	.footer-content-section .search-form .search-submit {
		left: 18px;
	}

 	.logo img {
 		max-width: 123px;
 	}

	.desktop-menu {
		display: none;
	}

	.main-navigation .top-menu.open {
		z-index: 4;
	}


	.main-navigation .top-menu .search {
		display: none;
	}

	.main-navigation .top-menu a {
		padding: 7px 0;
		font-size: 14px;
	}

	.main-navigation .top-menu .quick-main-link:after {
		top: 11px;
	    font-size: 20px;
	}

	.main-navigation .main-menu {
		padding: 67px 0 20px 0;
	}

	.mobile-menu-icon {
		display: block;
	    position: absolute;
	    color: #ffffff;
	    right: 27px;
	    top: 15px;
	    font-size: 12px;
	    text-transform: uppercase;
	    font-weight: bold;
	}

	.mobile-menu-icon p {
        color: #ffffff;
		margin: 0;
	}

	.mobile-navigation .mobile-menu-icon img {
		max-width: 29px;
	}

	.mobile-navigation {
		display: block;
	    background: #49176d;
	    color: #ffffff;
	    position: fixed;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    transition: all .3s ease;
	    width: 260px;
	    top: 0;
	    z-index: 10;
	    left: -260px;
	    height: 100%;
	    overflow-y: auto;
	}

	.menu-opened .mobile-navigation {
	    left: 0;
	}

	.menu-opened {
	    position: fixed;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    transition: all .3s ease;
	    left: 260px;
	    overflow: hidden;
	}

	.mobile-navigation .mobile-menu-icon {
		right: auto;
		left: 15px;
	}

	.mobile-navigation .menu-main-menu-container {
		margin-top: 55px;
		border-top: 1px solid #e5bf06;
	}

    .desktop-menu .menu-main-menu-container {
        margin-top: 2px;
    }

	.menu-main-menu-container ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.menu-main-menu-container ul li a {
		color: #ffffff;
		display: inline-block;
		width: 100%;
	}

	.menu-main-menu-container #menu-main-menu  li a {
		position: relative;
		background: #49176d;
		padding: 15px;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 1;
		text-decoration: none;
		border-bottom: 1px solid #e5bf06;
		font-family: 'Archer A', 'Archer B';
		font-weight: 600;
	}

	.menu-main-menu-container #menu-main-menu  li.menu-item-has-children a:first-child {
		position: relative;
	}

	.menu-main-menu-container #menu-main-menu  li.menu-item-has-children a:first-child:after {
		position: absolute;
		top: 16px;
		right: 13px;
		content: "";
		color: #49176d;
		background: #f0ca00 url("img/menu-plus-purple.png") center center no-repeat;
		width: 16px;
	    height: 16px;
	    border-radius: 50%;
	    font-weight: bold;
	}

    .menu-main-menu-container #menu-main-menu  li.menu-item-has-children.opened a:first-child:after {
        content: "";
        background-image: url("img/menu-minus-purple.png");
    }

	.menu-main-menu-container #menu-main-menu  li.menu-item-has-children .sub-menu li:first-child a:first-child {
        background: #6d458a;
	}

	.menu-main-menu-container #menu-main-menu  li.menu-item-has-children .sub-menu li a:first-child:after {
		content: "";
	    position: absolute;
	    top: 17px;
	    right: 12px;
	    width: 9px;
	    height: 13px;
	    background: url("img/white-right-arrow.png") no-repeat;
	}

	.menu-main-menu-container #menu-main-menu .sub-menu li a {
		background: #6d458a;
		text-transform: none;
		padding: 15px 20px 15px 15px;
	}

	.menu-main-menu-container #menu-main-menu li .sub-menu {
		display: none;
	}

	.menu-main-menu-container #menu-main-menu li.opened .sub-menu {
		display: block;
	}

	.search-wrapper {
		position: relative;
	    text-align: center;
    	margin: 25px 25px 25px 20px;
	}

	.search-wrapper input.search-field {
		width: 100%;
		color:#49176d;
		text-transform: uppercase;
		font-family: 'Archer A', 'Archer B';
		font-weight: 600;
        font-size: 22px;
	}

	.search-wrapper input:focus {
		outline: 0;
	}

	.search-wrapper input::-webkit-input-placeholder {
		color:#49176d;
		text-transform: uppercase;
		font-family: 'Archer A', 'Archer B';
		font-weight: 600;
	}
	.search-wrapper input::-moz-placeholder {
		color:#49176d;
		text-transform: uppercase;
		font-family: 'Archer A', 'Archer B';
		font-weight: 600;
	}
	.search-wrapper input:-moz-placeholder {
		color:#49176d;
		text-transform: uppercase;
		font-family: 'Archer A', 'Archer B';
		font-weight: 600;
	}
	.search-wrapper input:-ms-input-placeholder {
		color:#49176d;
		text-transform: uppercase;
		font-family: 'Archer A', 'Archer B';
		font-weight: 600;
	}

    .mobile-navigation .search-wrapper input::-webkit-input-placeholder {
        line-height: 28px;
        vertical-align: middle;
        text-transform: none;
    }
    .mobile-navigation .search-wrapper input::-moz-placeholder {
        line-height: 28px;
        vertical-align: middle;
        text-transform: none;
    }
    .mobile-navigation .search-wrapper input:-moz-placeholder {
        line-height: 28px;
        vertical-align: middle;
        text-transform: none;
    }
    .mobile-navigation .search-wrapper input:-ms-input-placeholder {
        line-height: 28px;
        vertical-align: middle;
        text-transform: none;
    }

    .mobile-navigation .search-wrapper input.search-field {
        text-transform: none;
        font-size: 19px;
        padding-left: 13px;
        padding-right: 25px;
        box-sizing: border-box;
    }

    .contains-sidebar .archive-layout .pagination {
        padding-bottom: 40px;
    }

    #secondary .search-form .search-submit {
        position: relative;
        top: -37px;
    }

    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }

	.search-wrapper .search {
		position: absolute;
	    right: 8px;
	    max-width: 18px;
	    top: 6px;
	}

	.menu-top-nav-container {
		display: none;
	}

	.main-navigation .quick-links-menu-wrapper .menu-top-nav-quick-links-container {
		top: 35px;
		left: 0;
		right: 0;
	}

	.main-navigation .top-menu .quick-main-link {
		text-align: right;
	}

	.main-navigation .top-menu {
		width: 100%;
	}

	.main-navigation .quick-links-menu-wrapper {
		width: 100%;
	}

	.search-wrapper form {
		position: relative;
	}

	.search-wrapper .search-submit {
		background: url("img/small-search-icon.png") no-repeat;
	    width: 21px;
	    height: 19px;
	    box-shadow: none;
	    font-size: 0;
	    padding: 0;
	    position: absolute;
        right: -3px;
    	bottom: 10px;
	    border: none;
	}

    .mobile-navigation .search-wrapper .search-submit {
        bottom: 6px;
        right: 5px;
    }

	/* Home page */

	.nswu-block-with-three-column .vc_col-sm-4 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

    .nswu-block-with-four-columns {
        padding-top: 40px;
    }

	.nswu-block-with-four-columns h2 {
	    margin: 25px 0 0 0;
    	line-height: 1;
	}

	.nswu-block-with-four-columns h6 {
		padding-top: 33px;
        text-transform: none;
	}

	.nswu-block-with-full-bg-left-content {
		padding: 50px 0;
        background-size: cover;
	}

    .nswu-block-with-full-bg-left-content .vc_col-sm-6 {
        width: 100%;
    }

    .nswu-block-with-full-bg-left-content h2 {
        margin-bottom: 20px;
    }

    .nswu-block-with-full-bg-left-content .vc_separator {
        margin-bottom: 20px;
    }

	.nswu-block-three-story {
	 	/*margin-top: 85px;*/
	}

	.nswu-block-three-story h2 {
		line-height: 1;
	}

	.nswu-block-three-story .story-link {
		margin-bottom: 30px!important;
	}

	.nswu-content-block h2 {
		line-height: 1;
	}

	.pre-footer-section h2 {
		padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 0;
	}

	body {
		padding-top: 0!important;
	}

	.employee-layout {
		padding: 0 15px;
	}

	.employee-layout h2 {
		margin: 20px 0;
	}

    .employee-layout .degrees-info h3 {
        padding-top: 10px;
    }

	.employee-layout .position {
		margin-bottom: 20px;
	}

    .employee-layout .column-65 {

    }

	.employee-info {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.nswu-block-three-story ul li {
		width: 100%;
	}

	.promo-section {
		margin: 0 0px;
	}

	/*.conversation-layout .row {
		padding: 0 15px;
	}*/

	.conversation-layout .conversation-info {
		padding-bottom: 38px;
	}

	.conversation-person-preview {
		padding: 0 15px;
		margin: 35px 0 35px 0;
	}

	.more-conversations {
		padding-top: 45px;
	}

	.conversation-layout .vc_col-sm-4 {
        width: 49%;
        margin-right: 1%;
        float: left;
    }

	.conversation-layout .vc_grid-container {
		margin-top: 50px;
	}

    #masthead + .breadcrumbs-wrapper {
        margin-top: 88px;
        padding-left: 15px;
    }

}

@media (max-width: 760px) {
    .hide-on-phone-only {
        display: none;
    }

    .breadcrumbs-wrapper {
        display: none;
    }
}

@media (max-width: 350px) {
    .nswu-accordion .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a span {
        font-size: 21px;
    }
}

@media (max-width: 820px) {
    .nswu-block-with-full-bg-left-content {
        min-height: 430px;
    }

    .nswu-block-with-full-bg-left-content .vc_col-sm-6 {
        width: 100% !important;
    }

    .nswu-block-with-full-bg-left-content {
        padding: 0 15px 50px 15px;
    }

    .calendar .slick-list {
        margin-left: 30px;
        margin-right: 30px;
    }

    figure.alignright {
        float: none;
    }

    .conversation-layout .vc_col-sm-3 {
        width: 49%;
        margin-right: 1%;
        margin-right: 1%;
        float: left;
    }

    .progressbar {
        width: 42%;
    }

    .playpause {
        width: 20%;
    }

    #masthead + .breadcrumbs-wrapper {
        margin-top: 87px;
        padding-left: 15px;
    }

    #masthead + .breadcrumbs-wrapper.breadcrumbs-full-width {
        margin-top: 144px;
        padding-left: 15px;
    }
}

.upw-posts article header {
    padding-bottom: 10px;
}

.mc4wp-form-fields input[type=text], .mc4wp-form-fields input[type=email] {
    width: 80%;
}

.imapper-close-button {
    content: url('/wp-content/themes/converse/img/close.jpg');
}

@media (max-width: 500px) {

    .wpDataTables .wpDataTable td ul {
        padding-left: 0px;
    }

    .mc4wp-form-fields input[type=text], .mc4wp-form-fields input[type=email] {
        width: 47%;
    }

    /*.vc_sep_holder_r, .vc_sep_holder_l {
        display: none;
    }*/

    .vc_separator.vc_separator_align_center h4 {
        padding: 0 !important;
    }

    .eg-converse-channels-grid-element-3 {
        margin-bottom: 5px !important;
        font-size: 15px !important;
    }

	main.archive-layout {
		padding-top: 10px;
	}

    .nswu-info-block .wpb_wrapper ul {
        font-size: 13px;
    }

	.archive #primary, .single article, article.type-page {
		max-width: 1140px;
		padding: 0px 0 0px;
		margin: 0 auto;
	}

    .mc4wp-form-fields p, .mc4wp-form-fields label {
        float:left;
    }

    .mc4wp-form-fields input {
        margin-left:15px;
        max-width: 150px;
    }

    .mc4wp-form-fields .small-button-widget input {
        float: none;
    }

    .mc4wp-form-fields .small-button-widget input {
        margin-left: 0px;
    }

    .mc4wp-response {
        clear: both;
    }

    h1 {
        font-size: 39px;
    }

    .conversation-layout .vc_col-sm-3 {
        width: 100%;
    }

    .nswu-block-with-three-column .hover-block p {
        font-size: 15px;
    }

    .vc_custom_stories {
        padding: 0 15px;
    }

    .conversation-layout .column.column-35 {
        padding-right: 0px;
    }

    .counselor-layout .column.column-35 {
        padding-right: 0px;
    }

	.conversation-layout .vc_col-sm-4 {
        width: 100%;
    }

    .contains-sidebar #secondary {
        float: none;
        width: 100% !important;
        padding: 0 15px 0 15px;
        text-align: center;
        margin-left: 0;
    }

    figure.alignright {
        float: none !important;
    }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: auto;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*Override cusmome gallery styles*/

.slick-next, .slick-prev {
	width: 27px;
    height: 26px;
    z-index: 1;
    text-shadow: none;
    box-shadow: none;
}

.slick-next {
    background: url("img/calendar-rigth-arrow.png") no-repeat;
}

.calendar .slick-prev {
    background: url("img/calendar-left-arrow.png") no-repeat;
    left: -40px;
    opacity: 0;
}

.slick-next:before, .slick-prev:before {
	content: "";
}

.slick-next:hover, .slick-next:focus {
	background: url("img/calendar-rigth-arrow.png") no-repeat;
	text-shadow: none;
    box-shadow: none;
}

.slick-prev:hover, .slick-prev:focus {
	background: url("img/calendar-left-arrow.png") no-repeat;
	text-shadow: none;
    box-shadow: none;
}

.slick-slide:hover,  .slick-slide:focus {
	outline: none;
}

.conversation-rollover-snippet {
	color: #ffffff;
    padding: 10% 10% 20%;
    font-family: 'Gotham A', 'Gotham B';
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-top: -15%;
}

.front-stories-wrapper {
    padding-top: 40px;
}

.pgzoomspacer {
    opacity: 0;
}

@media (max-width: 768px) {
	.slick-next {
		right: 0;
        display: none !important;
	}

    .mc4wp-form-fields .small-button-widget {
        text-align: center;
        clear: both;
        float: none;
    }

	.calendar .slick-prev {
		left: 0;
        display: none !important;
	}

	.counselor-layout {
		padding: 0 15px !important;
	}

	.nswu-block-with-four-columns .hover-block p {
		margin-top: 150px;
	}

    figure.alignright {
        float: right;
    }
}

.esg-center.eg-new-grid-element-3, .esg-bottom.eg-image-greed-skin-element-0, .esg-center.eg-converse-channels-grid-element-3 {
    font-family: 'Archer A', 'Archer B';
    font-weight: 600 !important;
}

.esg-bottom.eg-image-greed-skin-element-0 {
    /*margin-left: 15px !important;*/
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 20px !important
}

#image-grid .esg-bc.eec {
    text-align: left;
    background-color: rgba(73,23,109,0.80) !important;
}

#top-grid-1 .esg-bc.eec {
    text-align: left;
    background-color: rgba(73,23,109,0.80) !important;
}

.single_image_hover a {
	width: 100%;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* prettyPhoto styling for small screens  - below 767px width */
@media only screen and (max-width: 767px) {

    .breadcrumbs-wrapper + #content,
    #masthead + #content {
        margin-top: 100px;
    }

	.zip-code-submit {
		margin-top: 0px !important;
		margin-left: 0px !important;
	}

    .mc4wp-form-fields .small-button-widget {

        text-align: center;
        clear: both;
        float: none;
    }

    .pp_pic_holder.pp_default { width: 90%!important; margin-left:5%; left: 0!important; overflow: hidden; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 100%!important; height: auto!important; }
    .pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 20px; padding-bottom: 20px; background-color: #fff; margin-top: -2px!important; }
    a.pp_close { right: 10px!important; top: 10px!important; }
}

.font-12px * {
    font-size: 12.5px !important;
}

.font-17px * {
    font-size: 17px !important;
}

/* Divider on main page */
.divider-wrapper {
	position: relative;
	height: 0px;
	border-top: 8px solid #49176d;
}

.divider-wrapper .divider-buttons {
	position: absolute;
	z-index: 2;
	top: -25px;
	left: 50%;
	display: table;
	max-width: 1000px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.divider-wrapper .divider-buttons li {
	display: table-cell;
	width: 25%;
	text-align: center;
}

.divider-wrapper .divider-buttons a {
	display: inline-block;
	min-width: 240px !important;
	color: #fff;
	font: bold 18px/1.95 'Archer A', 'Archer B';
	text-transform: uppercase;
	text-decoration: none;
	background-color: #49176d;
	border: 3px solid #7f48ae;
}

@media (max-width: 825px) {
	.divider-wrapper {
		height: auto;
		/* styles for background of mobile divider*/
		padding: 5px 0;
		background-color: #49176d;
		border-width: 0;
	}
	.divider-wrapper .divider-buttons {
		position: static;
		display: block;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}
	.divider-wrapper .divider-buttons li {
		display: block;
		width: 100%;
		margin: 5px auto;
	}
}
.news-sidebar-feed .upw-posts .entry-image {
    float: left;
    margin-right: 1em;
}

.news-sidebar-feed .upw-posts .entry-title {
    font-size: 14px;
    font-weight: 400;
    font-family: "Gotham A", "Gotham B";
    line-height: 1.2em;
    display: table-cell;
}

.news-sidebar-feed .upw-posts article {
    margin-bottom: 1em;
}

.news-sidebar-feed .upw-posts article {
    padding: 0 0 3.5%;
}

.news-sidebar-feed .upw-posts article.type-post:last-child {
    border-bottom: 1px solid #ddd;
}

.news-sidebar-feed .upw-posts .entry-image img {
    max-height: 59px;
    width: auto;
}

aside.news-sidebar-feed {
    margin-bottom: 0em;
}

.grey-link a {
    color: #e0dce3;
}

* {
	word-wrap: normal !important;
}

.footer-content-section .search-form .search-submit {
	min-width: 0;
}

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
    line-height: 140%;
    margin: 0;
}

/* GCA 10132016 - font coloring for titles for Music, Art, Humanities and Theatre and Dance Category pages */
.events-category-arts h2.tribe-events-page-title {
  color: #38C3D4 !important;  
}

.events-category-arts h2.tribe-events-page-title a {
  color: #49176D;
}

.events-category-humanities h2.tribe-events-page-title {
  color: #9F0AA4 !important;  
}

.events-category-humanities h2.tribe-events-page-title a {
  color: #49176D;
}

.events-category-music h2.tribe-events-page-title {
  color: #DCB100 !important;  
}

.events-category-music h2.tribe-events-page-title a {
  color: #49176D;
}

.events-category-theatre-dance h2.tribe-events-page-title {
  color: #86AD4F !important;  
}

.events-category-theatre-dance h2.tribe-events-page-title a {
  color: #49176D;
}

/* Highlight Search Terms */
.hilite { background: #DDD6E3; }
.archive-title h4 a mark.hilite { background: #DDD6E3; }
p mark.hilite { background: #DDD6E3; }
h1.page-title mark.hilite {background: none !important;}
h2 mark.hilite {
	background: none;
	color: #49176D;
	}
strong mark.hilight {background: #DDD6E3;}


/* Styling for Beyond the Classroom Grid */
.beyondtheclassgrid .read-story-link a {
    background: #49176d none repeat scroll 0 0;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Archer A","Archer B";
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 35px;
    text-decoration: none;
}

.beyondtheclassgrid .read-story-title h3 a {
    color: #7f48ae;
    font-family: "Gotham A","Gotham B";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    max-height: 74px;
    overflow: hidden;
    text-decoration: none;
}

.essbfc-network i.essbfc-icon {
    width: 44px !important;
}

/* Styling for Sidebar Social Follow Us On */

ul.cnss-social-icon {
	margin-left: -9px !important;
}

hr.sidebargoldhr {
	background-color: #F1CC00;
}

/* Styling for Flexible Posts Widget - Showing Stories Newsfeed by Story Category */

.widget_dpe_fp_widget .dpe-flexible-posts .wp-post-image {
    float: left;
    margin-right: 1em;
}

.widget_dpe_fp_widget .dpe-flexible-posts .title {
    font-size: 14px;
    font-weight: 400;
    font-family: "Gotham A", "Gotham B";
    line-height: 1.2em;
    margin-left: 100px !important;
    width: 160px !important;
    /*display: table-cell; */
}

.widget_dpe_fp_widget .dpe-flexible-posts .title:hover {
    text-decoration: underline !important;
    color: #49176d !important;
}

.widget_dpe_fp_widget ul li {
  border-top: none !important;
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 1em !important;
}

.widget_dpe_fp_widget ul li:last-child {
    border-bottom: 0 none !important;
}


.widget_dpe_fp_widget .dpe-flexible-posts article {
    margin-bottom: 1em;
}

.widget_dpe_fp_widget .dpe-flexible-posts article {
    padding: 0 0 3.5%;
}

.widget_dpe_fp_widget .dpe-flexible-posts article.type-post:last-child {
    border-bottom: 1px solid #ddd;
}

.widget_dpe_fp_widget .dpe-flexible-posts .wp-post-image img {
    max-height: 59px;
    width: auto;
}

.widget_dpe_fp_widget {
    margin-bottom: 0em !important;
}

/* END Styling for Flexible Posts Widget - Showing Stories Newsfeed by Story Category */



/* Styling for Employee Publication Table - In Employee Bio Pages */

.publication thead {
font-size: 13px;
font-family: arial, sans-serif;
font-weight: bold;
background-color: #DDD6E3;
color: #49176D;
}

td.headpubyear, td.headpubfaculty, td.headpubcitation, td.headpubpmid {
	padding-left: 6px;
	padding-right: 6px
}

.pubyear {
font-size: 13px;
font-family: arial, sans-serif;
font-weight: normal;
line-height: 140%;
padding-top: 16px;
padding-left: 6px;
padding-right: 6px;
}


.pubfaculty p {
font-size: 13px;
font-family: arial, sans-serif;
font-weight: normal;
line-height: 140%;
color: #4A116F;
}

.pubfaculty {
	padding-left: 6px;
	padding-right: 6px;
    color: #4A116F;
}

.pubcitation {
	padding-left: 6px;
	padding-right: 6px;
}

.pubcitation p {
font-size: 13px;
font-family: arial, sans-serif;
font-weight: normal;
padding-right: 12px;
line-height: 140%;
color: #4A116F;
}

.pubpmid p {
font-size: 13px;
font-family: arial, sans-serif;
font-weight: normal;
line-height: 140%;
padding-left: 6px;
padding-right: 6px;
color: #4A116F;
}

.publication table, th, td {
   border: 1px solid black;
}



.publication tbody tr:nth-child(odd) {
   background-color: #F5F5F5;
}

.publication {
	border-top: 2px solid #F8E267;
	padding-top: 24px;
	margin-top: -48px;
}

ul.breadcrumbs, ul.menu {
	display: block;
}

/* END Styling for Employee Publication Table - In Employee Bio Pages */

