/*******************************************************
1. Fonts
2. Global Header Styles
*********************************************************/

/*****************************
******************************
COLOR GUIDE:

# Dark Purple (header background) : #441f49 - rgba(68, 31, 73, 1)
# Purple (text, links) : #763775 - rgba(118, 55, 117, 1)
# Light Purple : #B094B5 - rgba(176, 148, 181, 1)
# Light Grey : #eeeeee - rgba(238, 238, 238, 1)
# Light White : #f7f7f7 - rgba(247,247,247,1)
# Grey : #c1c1c1 - rgba(193, 193, 193, 1)
# Gold : #FFBD07 - rgba(255, 189, 7, 1)
# Dark Gold : #D9AA2A - rgba(217, 170, 42, 1)
******************************
*****************************/

@charset "utf-8";
/* CSS Document */

/*  **************************************************  **
    BEGIN FOCUS FOR ACCESSIBILITY
**  **************************************************  */

.contentHolder a:visited:not(.btn) {
    color: #6A4E00;
}
.contentHolder .tabContainer nav>a:visited {
    color: #FFF;
}
#footer a:visited {
    color: #FFBD07;
}
#wcuLoginForm *:focus,
.mainDropLinks *:focus,
#navigation a:focus,
#footer li a:focus, #header h1>a:focus img,
#crisisSiren a:focus img,
#facAlert a:focus,
#fRgtCol a:focus,
#fHorizLinks .grid6 > a:focus img,
#backToTopDS:focus,
#drop-content a:focus,
#drop-content input:focus,
#drop-content button:focus,
#aspnetForm input:focus,#aspnetForm select:focus,#aspnetForm textarea:focus,
.close-me:focus, a[href*="contact"]:focus, .breadCrumb a:focus, #headerLinksRight a:focus, a#searchBtnBox:focus{
    box-shadow: 0 0 10px #000;
    outline: 1px dotted #FFBD07;
}
#academic-drop a:focus, #apply-drop a:focus, #dept-drop a:focus {
    outline-offset: -5px;
}
a#searchBtnBox:focus
{
    outline-offset: -1px;
}
#home-content a img {
	box-sizing: border-box;
    outline: 0;
}
#home-content a:focus {
    outline: #FFBD07 dotted 1px;
}
.horizontalMenu ul a:focus {
    outline-offset: -10px;
}

/*  **************************************************  **
    END FOCUS FOR ACCESSIBILITY
**  **************************************************  */

#home-content a img, #home-wrapper *, #sliderContent p, #slideshow #sliderContent, #wcuLoginForm *, .btn, div[class^=grid], div[class^=grid]>div {
    box-sizing: border-box;
}
#btnForgot>a, #navigation ul li a, .home-mobile, .top-links li a, .top-links li a:hover i, .top-mobile {
    text-decoration: none;
}
#crisisSiren #crImage, #footer, #home-wrapper, .fancybox-inner, .navImgWrapper, .youVisitCtr {
    overflow: hidden;
}
#campus-annoucement ul, #campus-announcement ul, #fRgtCol ul, #hdnSiren ul, #hdnSirenDup ul, #home-content .fileList,#home-content .fileListItem, .fa-ul, .slides, .unv-address ul li, html.collegeTemplate .slides, ul.events, ul.forgotPass li {
    list-style-type: none;
}
.home-mobile, .top-mobile {
    text-transform: uppercase;
}
#academic-drop, #apply-drop, #header, #home-content p, #navigation, #searchbox, #searchcontent, #searchcontent form ul.simple-search button, .academic, .apply, .logo, body, dl, dt, form, h3.homepage, h4, img, li, ul {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    background-color: #441f49;
}
h1 {
    color: #444;
}
h2 {
    color: #555;
}
h3 {
    color: #666;
}
h4 {
    color: #777;
}
h5 {
    color: #888;
}
h6 {
    color: #999;
}

/*****************************
******************************
1. Fonts
******************************
*****************************/
@font-face{
    font-family: 'OpenSansLight';
    src: url('/fonts/open-sans/OpenSans-Light-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-Light-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSansLightItalic';
    src: url('/fonts/open-sans/OpenSans-LightItalic-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSansRegular';
    src: url('/fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSansItalic';
    src: url('/fonts/open-sans/OpenSans-Italic-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-Italic-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSansSemibold';
    src: url('/fonts/open-sans/OpenSans-Semibold-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSansSemiboldItalic';
    src: url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSansBold';
    src: url('/fonts/open-sans/OpenSans-Bold-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSansBoldItalic';
    src: url('/fonts/open-sans/OpenSans-BoldItalic-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSansExtrabold';
    src: url('/fonts/open-sans/OpenSans-ExtraBold-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'OpenSansExtraboldItalic';
    src: url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*****************************
******************************
End Fonts
******************************
*****************************/

/*****************************
******************************
2. Global Header Styles
******************************
******************************/
::selection {
    background: #6F316E;
    color: #fff;
}
a {
    outline: 0;
    color: #763775;
}
.noJsAlert {
    text-align: center;
    font-family: OpenSansRegular, sans-serif, arial;
    background-color: #ffbd07;
    border-color: 1px solid #d3a420;
    color: #441f49;
    margin: 0 auto;
    padding: 10px 0;
}
#apply-drop a, #drop-content a, #searchbox, #searchcontent label, .tab1, .tab1-widget, .tab2, .tab2-widget, .tab3, .tab3-widget, .top-links li a, .unv-address ul li, h3.homepage, input.login, ul.forgotPass li a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#campus-annoucement, #campus-announcement, #navigation ul li a, #news-wrapper, .home-mobile, body {
    font-family: Georgia, "Times New Roman", Times, serif;
}
body {
    overflow-x: hidden;
    overflow-y: auto;
    color: #575757;
    max-width: 100%;
}
img {
    max-width: 100%;
}
#container {
    position: relative;
    width: 100%;
    border-top: 5px solid #5f3465;
}
#textOnly, .adaOnlyLabel {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#loginDropDown, #wcuLoginForm, .logo {
    position: relative;
}
.logo {
    top: 0px;
}
.logo a:focus img {
    outline-offset: 5px;
}


/***************************
***************************
NEW HEADER/MENU - MAY 2019	
***************************
****************************/
#headerLinksRight{
	text-align: right;
	padding: 15px 0px 15px 0px;
	font-family: OpenSansRegular,sans-serif;
}
#headerLinksRight a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding-right: 20px;
}
#headerLinksRight a:last-of-type{
	padding-right: 0;
}
#headerLinksRight .fa{
	padding-right: 3px;
}
#headerLinksRight a:hover .fa{
	color: #FFBD07;
}
#headerLinksRight a::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
	margin-top: 5px;
    background: #FFBD07;
    transition: width .2s;
}
#headerLinksRight a:hover::after {
    width: 102%;
    transition: width .2s;
}
#headerLinksRight #searchIcon{
	padding-right: 0;
}
#headerLinksRight #searchIcon:hover::after{
	width: 0;
}
#headerLinksRight #searchIcon .fa:hover{
	color: #FFBD07;
}
.lineBreakItem{
	padding-left: 20px;
}
.firstLALink{
	border-top: 3px solid #FFBD07;
	margin-top: 20px;
}
#nav li.loginAreaLinks .fa{
	color: #FFBD07;
}
/***************************
END NEW HEADER/MENU	
***************************/


/*****************************
*****************************
Login Form
*****************************
*****************************/
#wcuLoginForm, .placeholder {
    font-family: OpenSansRegular, sans-serif, arial;
    font-size: .75em;
}
#formWebSearch #searchBtn:focus, #webSearch:focus {
    outline: #FFBD07 dotted 1px;
}
.mobileLogin {
    display: none!important;
}
.loginDropDown {
    display: none;
}
#loginInputWrap {
    display: inline-block;
}
#loginDropDown {
    float: left;
    z-index: 2;
    display: none;
    width: 100%;
}
#wcuLoginForm {
    float: right;
    background-color: #5f3465;
    color: #FFF;
    padding: 0 8px 5px;
}
#wcuLoginForm label {
    margin: 0 5px 0 0;
}
#wcuLoginForm input[type=submit] {
    border-radius: 0;
    margin: 0;
}
#wcuLoginForm input[type=email], #wcuLoginForm input[type=password] {
    width: 120px;
    margin: 0;
    background-color: #F7F7F7;
    padding: 4px 5px;
    border-radius: 0;
}
#wcuLoginForm input[type=email]:focus, #wcuLoginForm input[type=password]:focus {
    background-color: #f7f7f7;
}
#wcuLoginForm .lblLoginActive {
    color: #FFBD07;
    text-shadow: 0 1px 0 #000;
}
#wcuLoginForm .bubbleInfo {
    min-width: 170px;
    text-align: center;
    display: none;
}
.top-links, .top-links li {
    display: inline-block;
}
#formWebSearch fieldset, #wcuLoginForm fieldset, form[id*=altSearch] fieldset {
    border: transparent;
    padding: 0;
}
#formWebSearch legend, #wcuLoginForm legend, form[id*=altSearch] legend {
    position: absolute;
    left: -10000px;
    top: -10000px;
}
#passwordWrapper, #usernameWrapper, .placeholder {
    position: relative;
    display: inline-block;
}
#loginInputWrap label, .placeholder label {
    color: #666;
    cursor: text;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
}
#backToTopDS, #formWebSearch #searchBtn:hover, .headerBtn {
    cursor: pointer;
}
.placeholder label {
    text-align: left;
    top: 3px;
}
.top-links {
    top: 20px;
}
#formWebSearch{
	top: auto;
}
#btnForgot {
    position: absolute;
    top: 6px;
    right: 2px;
}
#btnForgot>a {
    background-color: #666;
    color: #f7f7f7;
    font-size: .875em;
    padding: 2px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}
#btnForgot .bubbleInfo {
    color: #000;
    right: -20px;
}
#btnForgot .bubbleInfo:before {
    left: auto;
    right: 15px;
}
#btnForgot .bubbleInfo:after {
    left: auto;
    right: 17px;
}

/*****************************
*****************************
Header drop down links
*****************************
*****************************/
.lines a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    height: 45%;
    width: 1px;
}
#formWebSearch, #searchDropDown, #webSearch, .top-links, .top-links li {
    position: relative;
}
.mainDropLinks {
    text-align: right;
}
.top-links li a {
    padding: 5px 10px;
    display: block;
    font-size: .75em;
}
.top-links li a i, .top-links li a span {
    margin-left: 5px;
}
.top-links li.apply a {
    color: #FFBD07;
}
#academic-drop, #apply-drop, #dept-drop {
    background: #FFF;
    box-shadow: 0 2px 7px 0 #000;
    text-align: left;
    position: absolute;
    z-index: 100;
    display: none;
}
#backToTopDS, #navigation ul, .flex-control-nav, .nav-content, .nav-image-header a {
    text-align: center;
}
.header-dropdown li {
    display: block;
}
.header-dropdown li a:hover {
    background-color: #ededed;
    color: #000!important;
}
#container .header-dropdown li a {
    padding: 10px 18px;
    display: block;
    color: #413C2D;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
    font-size: .75em;
    white-space: nowrap;
}
#campus-annoucement ul li a:hover, #campus-announcement ul li a:hover, #drop-content a:hover {
    text-decoration: underline;
}
.drop-left, .home-mobile, .top-mobile {
    font-weight: 700;
}
li.academic-option, li.apply-option, li.dept-option {
    display: none;
}

/** new login 01/20 **/
.loginGrid .top{
	text-align: center;
}
.loginGrid .loginBox{
    width: 300px;
	border: 2px solid #8D688D;
	background-color: #D8CCD9;
    margin: 0px auto;
}
#home-content .loginGrid .loginBox .btn{
	display: block;
	margin: 15px auto;
}
#home-content .loginGrid .loginHead p{
	text-align: center;
    font-weight: bold;
    padding: 5px 0;
    margin: 2px;
    color:#FFF;
	background-color: #AE94AF;
}
.loginGrid .userBox, .loginGrid .passBox{
	margin-left: 10px;
	display: block;
}
#home-content .loginGrid .userBox label,
#home-content .loginGrid .passBox label{
	width: 80px;
	text-align: right;
}
#home-content .loginGrid .userBox input,
#home-content .loginGrid .passBox input{
	width: initial;
	margin-top: 5px;
}
#home-content .loginGrid .passBox input{
	padding-top: 0.1875em;
	padding-left: 0.3125em;
}
.loginGrid .loginFail{
	text-align:center;
	color: red;
}
.loginGrid .loginGrid table{
	margin: 0 auto;
}
.contentHolder .loginGrid input[type=text],
.contentHolder .loginGrid input[type=password]{
	width: 100%;
}

/*****************************
*****************************
Header Search
*****************************
*****************************/
#formWebSearch, .searchMain {
    display: inline-block;
}
#giveSearchBlock{
	display: inline;
}
#searchSlider{
	display: inline-block;
	position: relative;
	top: 10px;
	text-align: center;
	overflow: hidden;
    width: 32px;
    height: 29px;
    transition: all .5s ease;
	margin-left: 10px;
}
.homeSlideSearch{
	color: #FFBD07;
	padding: 5px;
}
#searchBtnBox{
	background-color: rgba(68,31,73, 1);
	height: 29px;
	width: 32px;
    position: absolute;
    right: 0;
    z-index: 700;
}
#searchBtnBox .fa-search, #searchBtnBox .fa-times{
	transition: all 1s ease;
}
.searchSlideBox{
	background-color: #fff;
	height: 28px;
	width: 0px;
	float: left;
	position: relative;
	left: 0;
	transition: all .5s ease;
}
.searchMain .placeholder label{
    text-align: left;
    top: 7px;
}
#webSearch {
    width: 124px;
    -webkit-appearance: none;
    border-radius: 0;
    height: 20px;
    border-right: 30px solid transparent;
	transition: all .5s ease;
}
#searchDropDown {
    display: none;
    z-index: 1;
    width: 100%;
}
#searchDropDown #formWebSearch {
    display: block;
    padding: 10px 0;
    background-color: #5f3465;
    margin: 0;
}
.headerBtn, .headerInput {
    margin: 0;
    padding: 3px 5px;
    opacity: .95;
}
.headerInput:focus, .headerInput:focus+button {
    opacity: 1;
}
.headerBtn {
    background: #FFF;
    border: none;
    padding: 0;
}
.headerBtn::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.headerInput {
    border: 0;
}
#formWebSearch #searchIcon {
    position: absolute;
    top: 0;
}
#formWebSearch #searchBtn {
    position: absolute;
    height: 26px;
    width: 32px;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #F7F7F7;
}
.mobile-nav.searchbar .icon-search {
    display: none;
}
#formWebSearch #searchBtn img {
    position: relative;
    left: -1px;
    top: -1px;
    height: 22px;
    padding: 0;
    margin: 0;
    z-index: 2;
}
#header {
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 11;
    width: calc(100% - 60px);
    background-color: rgba(68, 31, 73, .75);
    max-width: 100%;
    padding: 10px 30px 10px 30px;
	float: left;
}
#home-wrapper {
    background-color: #fff;
}
#home-content {
    margin: 0 auto;
    max-width: none;
    width: 100%;
}
select.apply-drop {
    width: 100%;
}
.search {
    display: none!important;
}
#academic-select, #apply-select, #dept-select {
    width: 115px;
}
#navigation-wrapper {
    z-index: 9;
    clear: both;
    width: 100%;
    position: relative;
    border-top: none;
}
#nav-container {
    background: #d5d5d5;
    background: -ms-linear-gradient(top, #d5d5d5 0, #878787 100%);
    background: linear-gradient(top, #d5d5d5 0, #878787 100%);
    box-shadow: 0 2px 9px 0 #000;
}
#navigation {
    background: #6c6c6c;
    background: -ms-linear-gradient(top, #7b7b7b 0, #656565 100%);
    background: linear-gradient(top, #7b7b7b 0, #656565 100%);
    margin: 0 auto;
    width: 100%;
	padding: 10px 0px 5px 0px;
}
#navigation ul {
    padding: 0;
	display: block;
	overflow: hidden;
	width: 100%;
}
#navigation ul li{
	width: 8%;
}
#navigation ul li.main-nav {
    padding: 13px 1.68421052631579% 12px;
    display: inline-block;
}
#navigation ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
	margin-top: 5px;
    background: #FFBD07;
    transition: width .2s;
}
#navigation ul li a:hover::after {
    width: 100%;
    transition: width .2s;
}
#navigation ul li.loginAreaLinks{
	display: none;
}

#navigation ul li a {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 1em;
	font-family: OpenSansRegular,sans-serif;
	text-transform: uppercase;
}
#drop-content .prelink, #drop-content a {
    font-size: .875em;
}
li.mobile-nav {
    display: none!important;
    padding: 0 1.052631578947368%;
}
#navigation .leftLargeItem{
	float: left;
}
#navigation .rightSmallItem{
	float: right;
	font-size: .8em;
	line-height: 1.6em;
}
.phillyCampusMenu{
	padding: 10px 0px;
}

/* ----------------- 
----------------- 
DROP DOWN STYLE
----------------- 
---------------- */
#drop-down {
    display: none;
    background: #7A7A7A;
    box-shadow: 0 5px 9px -3px #000;
}
#drop-down .nf {
    display: block;
}
#backToTopDS, #pageslide, .tablet-show {
    display: none;
}
#drop-content {
    margin: 0 auto;
    color: #fff;
    height: 150px;
    width: 100%;
    max-width: 1280px;
}
#drop-content figure {
    margin: 0;
}
#drop-down .placeholder label {
    top: 7px;
}
#drop-down .placeholder {
    width: 100%;
    position: relative;
}
#drop-down #arts .headerBtn, #drop-down #athletics .headerBtn, #drop-down .headerBtn {
    top: 0;
    right: 35px;
    width: 37px;
    background-color: #F7F7F7;
    height: 30px;
}
#drop-down .headerBtn {
    position: absolute;
}
#drop-down .headerInput {
    position: absolute;
    left: 0;
    width: calc(100% - 80px);
    border-right: 40px solid transparent;
    padding: 0 0 0 5px;
    height: 30px;
}
.navImgWrapper, div.nav-img img, img.nav-image {
    border: 4px solid rgba(241, 232, 232, .14);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    margin-right: 10px;
}
.youVisitCtr {
    padding: 5px 10px 0;
    max-height: 142px;
}
.youVisitCtr iframe {
    min-width: 0!important;
    max-width: 100%!important;
}
#drop-down figure, .youVisitCtriframe {
    padding: 0 10px;
    margin-top: 5px;
}
#drop-down .firstCol {
    padding-left: 45px;
}
#drop-down .grid3.firstCol {
    padding-left: 5px;
    width: 30%;
}
#drop-down .grid3.firstCol+.grid3 {
    width: 20%;
}
#drop-content .L4more {
    position: relative;
    top: 3px;
}
.headerBtn.dropBtn {
    position: relative;
    left: -10px;
}

/* -----------------
----------------- 
END DROP DOWN STYLE
----------------- 
---------------- */


/*  begin remove when changing to sprites   */
img.nav-image, div.nav-img img{
    border: 4px solid rgba(241, 232, 232, 0.14);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    margin-right:10px;
}
/*  end remove when changing to sprites */

/*  ******************* main menu sprites styles ************************************   */


#alumni #wcua, #alumni #wcuf {
    position: absolute;
    color: #666;
}
#alumni, #arts, #athletics, #current-student, #faculty, #parents, #prospective-student, #visitor {
    width: 100%!important;
    padding: 1% 0;
}
#alumni #wcuf {
    left: 14%;
    bottom: 9.5%;
}
#alumni #wcua {
    left: 7%;
    bottom: 32%;
}
.nav-image-header {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    color: #FFBD07;
}
#drop-content a,
ul#nav ul.subnav li a {
    color: #fff;
    text-decoration: none;
}
.drop-left, .drop-mid {
    height: 210px;
}
.drop-left, .drop-mid, .drop-right {
    float: left;
    padding: 0 0 0 10%;
}
#drop-content li {
    list-style: none;
    line-height: 1.375em;
}
.figure {
    width: 100%;
    padding: 10px 0 0;
}
.navImgWrapper {
    width: 216px;
    height: 118px;
}
#drop-down .navImgWrapper div {
    background-repeat: no-repeat;
}
.iwSm {
    width: 110px;
    height: 80px;
}
.nav-sprite-imgs {
    width: 220px;
    height: 122px;
}
#navImg-1 {
    background: url(../images/menuImages.jpg);
}
#navImg-2 {
    background: url(../images/menuImages.jpg) -220px 0;
}
#navImg-3 {
    background: url(../images/menuImages.jpg) -432px 0;
}
#navImg-4 {
    background: url(../images/menuImages.jpg) -648px 0;
}
#navImg-5 {
    background: url(../images/menuImages.jpg) -864px 0;
}
#navImg-6 {
    background: url(../images/menuImages.jpg) -1080px 0;
}
#navImg-7 {
    width: 110px;
    height: 80px;
    background: url(../images/menuImages.jpg) -1296px 0;
}
#navImg-8 {
    background: url(../images/menuImages.jpg) -1512px 0;
}
#navImg-9 {
    background: url(../images/menuImages.jpg) -1728px 2px;
}
#navImg-10 {
    background: url(../images/menuImages.jpg) -1944px 0;
}

/*  *********************************************************************************   */

.nav-content{
    text-align: center;
}
.tablet-show{
    display:none;
}
/* ------------------ MOBILE NAVIGATION SLIDEOUT MENU ------------ */

ul#nav li {
    list-style: none;
    line-height: 1.5em;
}
ul.subnav li {
    padding: 0 25px;
}
ul#nav ul.subnav li a {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
}
.top-mobile {
    border-bottom: 1px solid #464646;
    margin-left: 10px;
    font-size: .825em;
    font-family: arial;
    color: #8F8F8F;
    padding: 10px 0 1px;
}
.top-mobile a{
    color: #fff;
}
.home-mobile {
    padding: 0 6px;
    font-size: 1em;
    position: fixed;
    right: 20px;
    top: 5px;
    border: 1px solid #CCC;
    background-color: #999;
}
#mmClose {
    display: inline-block;
    text-indent: -9999px;
}
.home-mobile .fa-times {
    color: #000;
    font-size: 1em;
}

/* ---------------------------- PAGESLIDE JQUERY -------------------------------*/
#pageslide{
    /* These styles MUST be included. Do not change. */
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    overflow:auto;

    /* Specify the width of your pageslide here */
    width: 100%;
    padding: 0px;

    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    box-shadow: inset 0 0 5px 5px #222;
}
#pageslide #nav{
    padding: 20px 0;
}
/* ----- BACK TO TOP ---------*/
#backToTopDS{
    z-index: 9999;
    bottom: 60px;
    right: 25px;
    position: fixed;
    width: 51px;
    height: 51px;
    border-radius: 10px;
    background-color: #666;
    display: none;
    color: #F7F7F7;
    font-size: 1.5em;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    border: 2px solid #000;
}


/* ---------------------------- FLEX SLIDER ------------------------------------*/
.no-js .slides.loading li:first-child .flex-caption {
    display: block;
}
.no-js .slides.loading li .flex-caption {
    display: none;
}
.photo-by {
    color: #666;
    float: right;
    font-size: 12px;
}
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0;
}
.contentHolder .slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*********************************
*********************************
FlexSlider Necessary Styles
*********************************
*********************************/
.flexslider{
    margin: 0;
    padding: 0;
}
.flexslider .slides > li{
    display: none;
    -webkit-backface-visibility: hidden;
    } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img{
    max-width: 100%;
    display: block;
}
.flex-pauseplay span{
    text-transform: capitalize;
}
.btnContact, .close-me, .news-tabs li a, h2.c-title {
    text-transform: uppercase;
}

/* Clearfix for the .slides element */
.slides:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.bubbleInfo:after, .bubbleInfo:before, .contentHolder h3::after {
    content: "";
}
.flexslider span.slider-header, span.slider-header a {
    color: #ffbd07;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    line-height: 18px;
}
html[xmlns] .slides{
    display: block;
}
* html .slides{
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/*.no-js .slides > li:first-child {display: block;}*/

/* FlexSlider Default Theme
*********************************/
.flexslider{
    position: relative;
    zoom: 1;
    clear:both;
}
.flexslider .slides{
    zoom: 1;
    position:relative;
}
.flexslider .slides > li{
    position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container{
    zoom: 1;
    position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption{
    background:none;
    max-height:110px;
    min-height:110px;
    width: 100%;
    padding: 2%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.flexslider span.slider-header{
    color: #ffbd07;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    font-size: 2.25em;
    line-height: 18px;
}
span.slider-header a{
    color: #ffbd07;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    font-size: 1em;
    line-height: 18px;
    text-decoration:none;
}
.flexslider span.slider-header a:hover{
    color:#fff;
}
.flex-caption p{
    width:96%;color:#fff;
    font-size:1.125em;
    text-shadow: 0 -1px 0 rgba(0,0,0,1);
}
.learn-more a{
    color: #ffbd07;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
/* Direction Nav */
.flex-direction-nav{
    height: 0;
}
.flex-direction-nav li a{
    border:0;
    width: 57px;
    height: 87px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -999em;
}
.flex-next{
    background:url(/images/slider/next-btn.png);
    background-position: right 0px;
    right:3.3125%;
}
.flex-next:hover{
    background-position:right -87px;
}
.flex-prev {
    left:3.3125%;
    background:url(/images/slider/prev-btn.png);
}
.flex-prev:hover{
    background-position:right 87px;
    }
.flex-direction-nav li .disabled{
    opacity: .3;
    filter:alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav{
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center;
}
.flex-control-nav li{
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1; *display: inline;
}
.flex-control-nav li:first-child{
    margin: 0;
}
.flex-control-nav li a{
    width: 13px;
    height: 13px;
    display: block;
    background: #FFF;
    cursor: pointer;
    text-indent: -999em;
}
.flex-control-nav li a:hover{
    background-position: 0 -13px;
}
.flex-control-nav li a.active{
    background-position: 0 -26px;
    cursor: default;
}


















.alert_status_special a {
    color: #00f!important;
}
.alert_status_emergency a, .alert_status_high a, .alert_status_weather a {
    color: red!important;
}
#campus-annoucement, #campus-announcement, #campus-connection, #news-wrapper, #social-media, #wcu-weekly {
    width: 42.84210526315789%;
}
#campus-annoucement h2.c-title, #campus-announcement h2.c-title {
    text-align: left;
}
#social-media, #wcu-weekly, .news-tabs, .news-tabs li a, a.date span.day, a.date span.month, h2.c-title {
    text-align: center;
}
#news-wrapper, #social-media {
    padding-top: 42px;
}
#social-media {
    padding-bottom: 20px;
}
#campus-annoucement, #campus-announcement, #news-wrapper {
    float: left;
    clear: left;
}
#campus-connection, #social-media, #wcu-weekly {
    clear: right;
    float: right;
}
.FancyBoxText {
    width: 700px;
    padding: 0 20px 20px;
    max-width: 100%;
}
.fancybox-media img {
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5);
}
.news-content {
    display: none;
    font-size: .875em;
}
.news-tabs {
    box-shadow: 0 1px 0 rgba(255, 255, 255, .65);
    border-bottom: 1px solid #C7C7C7;
}
.news-tabs li {
    background: #f7f7f7;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    display: inline-block;
    padding: 5px 0 2px;
    box-shadow: inset 0 0 67px rgba(109, 47, 109, .5);
}
.news-tabs li.active {
    background: #FFF;
    box-shadow: 0 -2px 8px -1px rgba(0, 0, 0, .4);
}
.news-tabs li.active a {
    color: #763775;
    opacity: 1;
    filter: alpha(opacity=100);
}
.news-tabs li.active a:hover {
    text-decoration: none;
}
.news-tabs li a {
    opacity: .2;
    filter: alpha(opacity=20);
    text-shadow: 0 1px 0 rgba(256, 256, 256, .7);
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 10px;
    text-decoration: none;
    font-size: 1.75em;
    color: #575757;
    letter-spacing: -2px;
    font-weight: 400;
}
.news-tabs li a:hover {
    text-decoration: none;
}
a.date {
    text-decoration: none;
    display: block;
    width: 50px;
    border-radius: 5px;
}
a.date, a.news-img img {
    box-shadow: 0 1px 8px -1px #000;
    float: left;
    margin-right: 6%;
}
.events-content-section, .news-content-section {
    float: left;
    width: 73.531172%;
    line-height: 20px;
}
.events-content-section p, .news-content-section p {
    font-size: 1em!important;
    font-family: Georgia, "Times New Roman", Times, serif!important;
}
a.date span.day, h2.c-title {
    font-family: Arial, Helvetica, sans-serif;
}
ul.events li {
    padding: 30px 0;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .65);
    float: left;
    width: 100%;
}
ul.events li:last-child {
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
}
a.date span.month {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OTRhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjQzN2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -ms-linear-gradient(top, #a794a7 0, #7f437e 100%);
    background: linear-gradient(top, #a794a7 0, #7f437e 100%);
    display: block;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
a.date span.day {
    font-size: 1.5em;
    font-weight: 700;
    padding: 5px 0;
    display: block;
    color: #000;
    background: #f9fcf7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
h4 a {
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 200;
}
a.news-img img {
    padding: 3px;
    background: #fff;
    border-radius: 5px;
}
span.news-date {
    font-style: italic;
    color: #767676;
    font-size: 1em;
    display: block;
}
#home-content p {
    color: #575757;
    margin: 1em 0;
    line-height: 22px;
}
#campus-annoucement ul li, #campus-announcement ul li {
    border-bottom: 1px solid #cfcfcf;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .65);
    padding: 5px 0;
}
#campus-annoucement ul li a, #campus-announcement ul li a {
    text-decoration: none;
}
h2.c-title {
    font-size: 1.75em;
    color: #575757;
    letter-spacing: -2px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
h3.homepage, span.secondary {
    color: #763775;
}
h3.homepage {
    font-size: 1.125em;
    font-weight: 200;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}
#tabs, #tabs-widget {
    font-size: .75em;
    list-style: none;
}
#social-media ul li {
    display: inline;
}
#social-media ul li a.socialIcon {
    background-image: url(/images/social-media.png);
    display: inline-block;
}
#crisisSirenDup, .tab_content, .tab_content_widget {
    display: none;
}
#social-media ul li a.learnMore {
    color: #FFBD07;
}
.fbook, .twitter {
    padding: 20px;
}
.fbook {
    background-position: 120px 1px;
}
.fbook:hover {
    background-position: 120px 38px;
}
.twitter {
    background-position: 0 1px;
}
.twitter:hover {
    background-position: 0 38px;
}
.youtube {
    padding: 20px 35px;
    background-position: 75px 0;
}
.youtube:hover {
    background-position: 75px 37px;
}




/* --------------
--------------
STUDENT LOGIN 
--------------
------------- */
.tabs_wrapper{
    background:url(/images/login-bg2.png) no-repeat;
    height:277px;
    width:253px;
    margin:0 auto;
}
.tab1, .tab2, .tab3, .tab1-widget, .tab2-widget, .tab3-widget, input.login, ul.forgotPass li a{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tab1, .tab1-widget{
    margin-left: 31px;
    padding-left: 6px;
    padding-right: 4px;
}
.tab2, .tab2-widget{
    margin-left: 12px;
    padding-left: 9PX;
    padding-right: 7px;
}
.tab3, .tab3-widget{
    margin-left: 15px;
    margin-left: 13px \0/;
    padding-right: 18px;
    padding-left: 18px;
}
#tabs{
    padding-top:25px;
    list-style: none;
    font-size: 0.75em;
}
#tabs-widget{
    padding-top:20px;
    list-style: none;
    font-size: 0.75em;
}
#tabs li, #tabs-widget li{
    display: inline;
}
#tabs-widget li a{
    vertical-align:baseline;
    color:#010101;
    text-decoration: none;
    outline: none;
    background: #dbcbdb;
    border-radius: 3px;
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,6);
    padding-top:13px;
    padding-bottom:10px;
    padding-bottom:14px \0/;
    font-size:.75em;
}
#tabs li a{
    vertical-align: baseline;
    color: #010101;
    text-decoration: none;
    outline: none;
    background: #dbcbdb;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-bottom: 14px url(0/);
    border-radius: 3px;
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,6);
}
#tabs li a:hover{
    text-decoration:underline;
}
#tabs-widget li.active a{
    text-decoration:underline;
    background: #ffffff; /* Old browsers */
    background: -o-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#f7f7f7 100%); /* W3C */
}
#tabs li.active a{
    opacity:1;
    text-decoration:underline;
    background: #fff; /* Old browsers */
    background: -o-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#f7f7f7 100%); /* W3C */
}

#tabs li a.icon_accept, #tabs-widget li a.icon_accept{
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#tabs li a.icon_accept:hover, #tabs-widget li a.icon_accept:hover{
    padding-left: 24px;
}
#tabs_content_container{

}
.tab_content, .tab_content_widget{
    display: none;
}
#webmailpass, #webmailuser,#mywcuuser, #mywcupass, #d2luser, #d2lpass{
    border:2px solid #CEE1F4;
    width:150px;
    height:15px;
    padding:3px;
    box-sizing:content-box;
}
ul.forgotPass li{
    margin-left:73px;
    width:65%;
    list-style-type:none;
    line-height:14px;
    }
.tab_content_widget ul.forgotPass li a{
    text-decoration:none;
    font-size:1em!important;
    line-height:0px!important;
    color:#000;
    font-weight:bold;
}
ul.forgotPass li a{
    text-decoration:none;
    font-size:.75em;
    color:#000;
    font-weight:bold;
}
ul.forgotPass li a:hover{
    text-decoration:underline;
}
input.login{
    color:#fff;
    padding:5px 10px;
    text-shadow:0px 1px 0px rgba(0, 0, 0, .7);
    cursor:pointer;
    border:none;
    margin-left:37%;
    border-radius:5px;
    background: #5f5f5f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmNWY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -o-linear-gradient(top,  #5f5f5f 0%,#474747 100%);
    background: -ms-linear-gradient(top,  #5f5f5f 0%,#474747 100%);
    background: linear-gradient(top,  #5f5f5f 0%,#474747 100%);
}
input.login:hover{
    background: #474747;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZjVmNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -o-linear-gradient(top,  #474747 0%,#5f5f5f 100%);
    background: -ms-linear-gradient(top,  #474747 0%,#5f5f5f 100%);
    background: linear-gradient(top,  #474747 0%,#5f5f5f 100%);
}
dt{
    padding:10px 0px 4px 16%;
}
dl{
    margin: 27px 0px 16px 0px;
}
.help-link{
    padding-left:24%;
    margin-right: 8px;
}

/* --------------- 
---------------
FOOTER 
---------------
------------------- */

#footer .footerContent {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
#fHorizLinks li {
    display: inline-block;
    padding-left: 5px;
    border-left: 1px solid #FFF;
    margin-left: 5px;
}
.footerSpace {
    padding-top: 30px;
}
#fRgtCol ul, #fRgtCol>.grid12 {
    padding-top: 10px;
}
#fHorizLinks div:first-of-type li {
    display: block;
}
#fHorizLinks div:first-of-type li, #fHorizLinks ul li:first-child {
    border-left: transparent;
    margin-left: 0;
    padding-left: 0;
}
#footer #fHorizLinks .faList li:first-child {
    padding-left: 3px;
}
#footer #fHorizLinks .faList li {
    border-color: transparent;
    float: left;
    padding-left: 10px;
}
#fRgtCol a, #fRgtCol ul, #gcwf {
    float: right;
    clear: right;
}
#fRgtCol a {
    width: 153px;
    max-width: 153px;
}
#fRgtCol li {
    display: inline-block;
    padding-left: 20px;
}
#fRgtCol li:first-child {
    padding-left: 28px;
}
#fRgtCol ul a {
    float: none;
}
#fRgtCol>.grid12 {
    text-align: right;
}
#close-container, .footer-logo {
    text-align: center;
}
#crisisSiren a, #emotiCtr a {
    color: #ffbd07;
    text-decoration: none;
    position: relative;
}
#crisisSiren #crImage {
    background-image: url(/global/images/emergency009.png);
    width: 55px;
    height: 62px;
    margin: auto;
    position: relative;
    right: 10px;
}
#crisisSiren #crText {
    width: 75px;
    padding-top: 5px;
    margin: auto;
    position: relative;
}
#facAlert {
	width: 197px;
    height: 62px;
    background-color: #fff;
    float: left;
}
#facAlert span {
    float: left;
}
#facAlert .linkText {
    color: #000;
    font-size: 1.65em;
    width: 130px;
    padding: 5px 0 0 3px;
    font-family: Times;
}
#facAlert .fa {
    color: #D55;
    padding-left: 10px;
    padding-top: 7px;
    width: 60px;
    font-size: 3.5em;
}
#crisisSiren {
	width: 197px;
    height: 62px;
    background-color: #fff;
    margin-bottom: 10px;
}
#crisisSiren span {
    float: left;
}
#crisisSiren .linkText {
    color: #000;
    font-size: 1.65em;
    width: 130px;
    padding: 5px 0 0 3px;
    font-family: Times;
}
#crisisSiren .fa {
    color: #D55;
    padding-left: 10px;
    padding-top: 7px;
    width: 60px;
    font-size: 3.5em;
}
#gcwf {
    margin-top: 10px;
}


/* *****************
*****************
BEGIN SIREN FANCYBOX
*****************
************************* */
#hdnHelp {
    max-width: 600px;
}
#hdnHelp, #hdnSiren, #hdnSirenDup {
    padding: 10px;
}
#hdnHelp>.row-responsive, #hdnSiren li, #hdnSirenDup li {
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
}
#hdnHelp>.row-responsive:last-child, #hdnSiren li:last-child, #hdnSirenDup li:last-child {
    border-bottom: none;
}
#survey-content, .hide-survey a {
    border: 1px solid rgba(0, 0, 0, .3);
}

/* *****************
*****************
END SIREN FANCYBOX    
*****************
************************* */
#prMember img {
    padding-top: 5px;
}
#close-container {
    padding: 2%;
    width: 250px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.close-me {
    color: #ffbd07;
    font-size: 1.25em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
    transition: color ease 1s;
}
a.close-me:hover {
    color: #D9AA2A;
}
#footer {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 20px;
    clear: both;
    background-color: #441f49;
    box-shadow: 0 -3px 8px 0 #000;
    box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, .3);
    position: relative;
    font-family: OpenSansRegular, sans-serif;
}
.footerContent {
    font-size: .75em;
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
    color: #eee;
}
.footerContent a {
    color: #FFF;
}
.footerLinks {
    text-align: right;
}
.footerLinks img {
    max-height: 51px;
}
.footerIcon {
    font-size: 1.5em;
}
.footerIcon+.footerIcon {
    margin-left: 10px;
}

/* ------------------
------------------
SURVEY POPUP
------------------
------------------------*/
#survey {
    font-size: 12px;
    position: fixed;
    top: 30%;
    width: 280px;
    z-index: 100;
    left: -325px;
}
#commentBox {
    resize: none;
    width: 250px;
}
#survey-content {
    width: 100%;
    box-shadow: 0 0 9px -2px #000;
    background: #fff;
    background: -ms-linear-gradient(left, #fff 0, #eee 100%);
    background: linear-gradient(to right, #fff 0, #eee 100%);
    padding: 10px;
}
#survey-content li {
    list-style: none;
    line-height: 24px;
}
.hide-survey a {
    height: 69px;
    width: 21px;
    background: url(/images/survey-hide2.jpg);
    position: absolute;
    left: 301px;
    top: 0;
    border-left: none;
}
#show-survey a:hover {
    width: 24px;
}
#show-survey a {
    background: url(/images/survey-hide2.jpg) right -136px;
    height: 69px;
    width: 21px;
    position: fixed;
    top: 30%;
    z-index: 99;
    left: 0;
    box-shadow: 0 0 5px -2px #000;
    border: 1px solid rgba(0, 0, 0, .3);
}
ul.survey-options li, ul.survey-value li {
    display: inline;
    list-style: none;
}
.survey-title {
    font-size: 12px;
    font-weight: 700;
    clear: both;
    margin-bottom: 3px;
}
.like-option {
    font-size: 10px;
}
#survey p {
    font-size: 13px;
}

/* ----------------- RESPONSIVE MENU --------------------- */
/* ---------------------- FANCYBOX JQUERY ------------------- */
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object{
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.fancybox-wrap{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin{
    position: relative;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}
.fancybox-opened{
    z-index: 8030;
}
.fancybox-opened .fancybox-skin{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner{
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}
.fancybox-inner  div
{
    outline: none;
}
.fancybox-inner{
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner{
    -webkit-overflow-scrolling: touch;
}
.fancybox-error{
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}
.fancybox-image, .fancybox-iframe{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.fancybox-image{
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
    background-image: url('/includes/fancyapps-fancyBox-3a66a9b/source/fancybox_sprite.png');
}
#fancybox-loading{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8020;
}
#fancybox-loading div{
    width: 44px;
    height: 44px;
    background: url('/includes/fancyapps-fancyBox-3a66a9b/source/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close{
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav{
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url('/includes/fancyapps-fancyBox-3a66a9b/source/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev{
    left: 0;
}
.fancybox-next{
    right: 0;
}
.fancybox-nav span{
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span{
    left: 20px;
    background-position: 0 -36px;
}
.fancybox-next span{
    right: 20px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span{
    visibility: visible;
}
.fancybox-tmp{
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}
#fancybox-overlay.overlay-fixed{
    position: fixed;
    bottom: 0;
    right: 0;
}

/* Title helper */
.fancybox-title{
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title{
    visibility: visible;
}
.fancybox-title-float-wrap{
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    text-align: center;
}
.fancybox-title-float-wrap .child{
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap{
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap{
    margin-top: 10px;
}
.fancybox-title-over-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/* fancybox thumbs */
#fancybox-thumbs{
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}
#fancybox-thumbs.bottom{
    bottom: 2px;
}
#fancybox-thumbs.top{
    top: 2px;
}
#fancybox-thumbs ul{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#fancybox-thumbs ul li{
    float: left;
    padding: 1px;
    opacity: 0.5;
}
#fancybox-thumbs ul li.active{
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover{
    opacity: 1;
}
#fancybox-thumbs ul li a{
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}
#fancybox-thumbs ul li img{
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}

/*-------------------- 
--------------------
START OF BUBBLE TEXT POP OUT
--------------------
--------------------*/
.bubbleWrap {
    z-index: 1;
    display: inline-block;
    position: relative;
}
.bubbleTrigger {
    color: #763775;
    text-decoration: underline;
    cursor: pointer;
}
.bubbleInfo {
    position: absolute;
    background-color: #FFF;
    padding: 10px;
    box-shadow: 0 0 5px rgba(3, 3, 3, .5);
    border: 1px solid #AAA;
    border-radius: 5px;
    top: 32px;
    min-width: 320px;
}
.bubbleInfo:before {
    border-top: 8px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #AAA;
    position: absolute;
    left: 15px;
    top: -15px;
    z-index: 2;
}
.bubbleInfo:after {
    border-top: 6px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #FFF;
    position: absolute;
    left: 17px;
    top: -11px;
    z-index: 3;
}
.activeBubble {
    z-index: 9;
}

/* ---------------------
---------------------
DROP DOWN BUTTON
---------------------
---------------------*/
.dropdown-menu {
    font: 14px sans-serif;
    position: absolute;
    z-index: 9999999;
    display: none;
}
.dropdown-menu.has-tip:after, .dropdown-menu.has-tip:before {
    content: '';
    display: inline-block;
    position: absolute;
}
.dropdown-menu UL {
    min-width: 160px;
    list-style: none;
    background: #FFF;
    border: 1px solid #DDD;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    overflow: visible;
    padding: 4px 0;
    margin: 0;
}
.dropdown-menu.has-tip {
    margin-top: 8px;
}
.dropdown-menu.has-tip:before {
    top: -6px;
    left: 9px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, .2);
}
.dropdown-menu.has-tip.anchor-right:before {
    left: auto;
    right: 9px;
}
.dropdown-menu.has-tip:after {
    top: -5px;
    left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
}
.dropdown-menu.has-tip.anchor-right:after {
    left: auto;
    right: 10px;
}
.dropdown-menu.has-scroll UL {
    max-height: 358px;
    overflow: auto;
}
.dropdown-menu LI {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 18px;
}
.dropdown-menu LABEL, .dropdown-menu LI>A {
    display: block;
    color: #555;
    text-decoration: none;
    line-height: 18px;
    padding: 3px 15px;
    white-space: nowrap;
}
.dropdown-menu LABEL:hover, .dropdown-menu LI>A:hover {
    background-color: #763775;
    color: #FFF;
    cursor: pointer;
}
.dropdown-menu .divider {
    font-size: 1px;
    border-top: solid 1px #E5E5E5;
    padding: 0;
    margin: 10px 1px;
}

/*------------------
------------------
START OF ACCORDION
------------------
------------------ */
#accordion, .accordion {
    width: 100%;
    clear: both;
}

/*  REMOVE FIRST SELECTOR AFTER SWITCHING FROM I TO SPAN FOR FONT AWESOME FOR OMNI  */

#accordion h3 i, #accordion h3 span, .accordion h3 i, .accordion h3 span {
    position: absolute;
    left: 10px;
    top: 15px;
}

#accordion ul, .accordion ul {
    list-style-position: inside;
    margin-left: 15px;
}

#accordion ul li, .accordion ul li {
    margin-bottom: 10px;
}

#accordion h3, .accordion h3 {
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 30px;
    color: #522152;
    border-radius: 4px;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2), inset 0 3px 10px #FFF;
    margin: 16px 0;
}
#accordion h3::after {
    background: 0 0;
}
.contentHolder .accordion h3::after {
    background: 0 0;
}
#accordion h3:hover, .accordion h3:hover {
    background-color: #eee;
}
#accordion>div, .accordion>div {
    padding: 0 16px 16px;
}
#accordion p:first-child, .accordion p:first-child {
    margin: 0 0 1em;
    padding: 0;
}
#accordion h3>a, .accordion h3>a {
    text-decoration: none;
    color: #522152;
}

/* -----------------
-----------------
START OF JQUERY TABS
-----------------
---------------- */
.tabContainer {
    background-color: #f7f7f7;
}
.tabContainer .tabContentContainer {
    padding: 20px;
}
.tabContainer nav {
    background-color: #eee;
    padding: 20px 20px 0;
    border-bottom: 1px solid rgba(193, 193, 193, .5);
}
.tabContainer nav a {
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    background-color: #763775;
    color: #FFF;
    display: inline-block;
    padding: 10px 10px 5px;
    margin: 5px 5px 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.tabContainer nav a.activeTab {
    box-shadow: 0 0 1px #FFBD07;
    text-decoration: underline;
    background-color: #D9AA2A;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}
.breadCrumb a, .btn, .homeButtons>a {
    text-decoration: none;
}
.tabContainer select, .tabContainer .tabBtn{
    display: none;
}
@media screen and (max-width:768px) {
    .tabContainer nav a {
        display: none
    }
    .tabContainer select {
        display: block;
        width: 100%;
        margin: 10px 0;
        padding: 5px
    }
	.tabContainer a.tabBtn{
		display: block;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
		color: #FFF;
		margin-bottom: 10px;
		text-decoration: none;
	}
    .moccordion {
        width: 100%;
        clear: both;
        position: relative
    }
    .moccordion h3 span {
        position: absolute;
        left: 10px;
        top: 15px
    }
    .moccordion ul {
        list-style-position: inside;
        margin-left: 15px
    }
    .moccordion ul li {
        margin-bottom: 10px
    }
    .moccordion h3 {
        cursor: pointer;
        background-color: #f7f7f7;
        border: 1px solid #ccc;
        padding: 10px 10px 10px 30px;
        color: #522152;
        border-radius: 4px;
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2), inset 0 3px 10px #fff;
        margin: 16px 0
    }
    #container .moccordion h3::after {
        background: 0 0
    }
    .moccordion h3:hover {
        background-color: #eee
    }
    .moccordion>div {
        padding: 0 16px;
        overflow: auto
    }
    .moccordion p:first-child {
        margin: 0 0 1em;
        padding: 0
    }
    .moccordion h3.selected>div {
        outline: 0
    }
}

/* ----------------- START OF GRID LAYOUT ---------------- */
.toggle{
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.toggleSlow {
	-o-transition: all .4s linear;
    transition: all .4s linear
}

.rounded, div[data-class*=rounded] img {
    border-radius: 6px
}
.circle, div[data-class*=circle] img {
    border-radius: 50px
}
.shadow, div[data-class*=shadow] img {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35)
}

.btn {
    outline: 0;
    text-shadow: 0 -1px 0 #FFF;
    text-align: center;
    transition: box-shadow .2s linear;
    display: inline-block;
    color: #000;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 12px;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGMkYyRjIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNDRkNGQ0YiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODUpIiAvPgo8L3N2Zz4=) #f2f2f2;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), 0 0 2px rgba(0, 0, 0, .05);
    border: 1px solid rgba(199, 199, 199, 1);
    border-color: #b3b3b3 #b3b3b3 #c1c1c1
}

.btnAlert, .btnMain, .btnSecondary, .btnSuccess {
    background-repeat: repeat-x
}
.btn:focus {
    box-shadow: inset 0 0 3px 1px rgba(255, 255, 255, .5)
}
.btn:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2)
}
.btn:active {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3)
}
.btnAlert, .btnMain, .btnSecondary, .btnSuccess, .btnWarning {
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

#sliderContent p, .sliderh1 {
    text-shadow: 0 1px rgba(0, 0, 0, .8)
}
.btnMain {
    background-color: #783777;
    border-color: #6e306d #6e306d #522152;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NTQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5RTdCOUUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2RTMwNkQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0NTQpIiAvPgo8L3N2Zz4=)
}
.btnSecondary {
    background-color: #d3a420;
    border-color: #d3a420 #d3a420 #ab7f05;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NzAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0RBQjkwNiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0QzQTQyMCIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzU3MCkiIC8+Cjwvc3ZnPg==)
}
.btnSuccess {
    background-color: #5BB75B;
    border-color: #51A351 #51A351 #387038;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM2MkM0NjIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM1MUEzNTEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MzIpIiAvPgo8L3N2Zz4=)
}
.btnAlert {
    background-color: #DA4F49;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxMzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFRTVGNUIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCRDM2MkYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxMzEpIiAvPgo8L3N2Zz4=);
    border-color: #BD362F #BD362F #802420
}
.btnWarning {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGQUY0QiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTIwQSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzczNykiIC8+Cjwvc3ZnPg==) repeat-x #EDA246;
    border-color: #ED8809 #ED8809 #E38209
}
#slideshow {
    width: 100%;
    position: relative
}
#slideshow #sliderContent {
    zoom: 1;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0
}
.sliderh1 {
    padding: 0 0 0 1%;
    margin: 1% 0;
    color: #ffbf07;
    float: left;
    font-size: 2em;
    line-height: 33px;
    font-weight: 300
}

#sliderContent {
    box-shadow: 0 3px 11px -1px rgba(0, 0, 0, .52)
}
#sliderContent p {
    margin: 0;
    width: 100%;
    clear: both;
    padding: 5px 0 5px 10px;
    font-size: 1.25em;
    color: #fff
}
.slides img {
    display: block
}
ul#contact {
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    float: right;
    font-size: 1em;
    list-style: none;
    text-align: right;
    padding: 1% 2% 1% 0
}
ul#contact a {
    color: #D9AA2A
}
.row-responsive {
    width: 100%;
    margin: 10px 0 20px;
    float: left
}
div[class^="grid"] > div{
    box-sizing:border-box;
}
div[class^="grid"]:first-child{
    margin-left: 0;
}
div[class^="grid"]{
    float: left;
    box-sizing:border-box;
}
    /* Chose what margin you want left then divide by your suggested container.. so I choose container to be 1127px and margin-left 40px*/

    /*margin-left: 3.54924578527063%;*/ /* 40px / 1127px */

    /* Now take your 40px * number of left margins (11) subtract from container (1127) then divide that number absolute by numer of column (12) */

.grid1 {
    width: 8.333333333333334%
}
.grid2 {
    width: 16.666666666666668%
}
.grid3 {
    width: 25%
}
.grid4 {
    width: 33.333333333333336%
}
.grid5 {
    width: 41.66666666666667%
}
.grid6 {
    width: 50%
}
.grid7 {
    width: 58.333333333333336%
}
.grid8 {
    width: 66.66666666666667%
}
.grid9 {
    width: 75%
}
.grid10 {
    width: 83.33333333333334%
}
.grid11 {
    width: 91.66666666666669%
}
.grid12 {
    width: 100%;
    margin-left: 0!important
}
.top-links li a {
    color: #FFBD07;
    text-shadow: inherit;
    background-color: #4E2354;
    font-family: OpenSansRegular, sans-serif, arial
}
.top-links li a:hover, .top-links li.apply a:hover {
    text-decoration: none;
    background-color: #5F3465
}
.top-links .mobileGiveBtn{
	display: none;
}
#academic-drop li a, #apply-drop li a, #dept-drop li a {
    background-color: #FFF
}
#academic-drop li a:hover, #apply-drop li a:hover, #dept-drop li a:hover {
    background-color: #DDD
}
.lines a:before {
    border: none
}
#container .header-dropdown li a {
    padding-left: 22px;
    padding-right: 22px
}
.homeButtons>a {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #5F3465;
    border: 1px solid #5F3465;
    background-color: silver;
    color: #333;
    transition: .3s;
    text-shadow: 0 1px 0 #FFF
}
.header h1, .header h2, h1.homepageHeader {
    text-shadow: 0 1px rgba(68, 31, 73, .7);
    font-family: Georgia, "Times New Roman", Times, serif
}
li.homeButtons:hover {
    color: #000
}

@media screen and (max-width: 1185px){
	#giveSearchBlock{
		display: block;
	}
	#header{
		height: 90px;
	}
}





@media screen and (max-width:768px) {
    div[class^=grid] {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px
    }
    #slideshow .slides {
        display: none;
    }
    #slideshow {
        margin-top: -7px;
    }
    #slideshow #sliderContent {
        position: inherit;
        background: #333;
        background: rgba(51, 51, 51, .8);
    }
    #sliderContent h1, #sliderContent ul {
        width: 100%;
        padding: 2% 0;
    }
    #sliderContent h1, #sliderContent p, #sliderContent ul {
        font-size: 1em;
        float: none;
        box-sizing: border-box;
        clear: both;
        text-align: center;
    }
    .row-responsive {
        margin: 0;
    }
    #formWebSearch #searchBtn {
        height: 26px;
    }
    .homeButtons>a {
        width: 125px;
    }
}

.headerWrapper, html.collegeTemplate .header {
    overflow: hidden;
    background-color: #B094B5;
    background-image: none;
}

@media screen and (max-width: 545px){
	.homeButtons > a
	{
		width: 105px;
	}
}

/* RWD Non DOT NET PAGES (DEPARTMENTS ETC.) */
#columnNone {
    margin-top: 10px;
}
/*-------------------- SECONDARY PAGES --------------------*/
/*contribute fixes*/
img[height] {
    height: auto;
}
img[hspace] {
    padding-left: 10px;
    padding-right: 10px;
}
img[vspace] {
    padding-top: 10px;
    padding-bottom: 10px;
}
img[align=left] {
    padding-right: 20px;
    padding-left: 0;
}
img[align=right] {
    padding-left: 20px;
    padding-right: 0;
}
@media only screen and (max-width:480px) {
    img[align=left], img[align=right], img[hspace] {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~Header w/ breadcrumb ~~~~~~~~~~~~~~~~~~~~*/
.headerWrapper {
    background-color: #B094B5;
    background-image: -o-linear-gradient(top, #B094B5 0%,#937b96 100%);
    background-image: -ms-linear-gradient(top, #B094B5 0%,#937b96 100%);
    background-image: linear-gradient(to bottom, #B094B5 0%,#937b96 100%);
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNCMDk0QjUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM5MzdCOTYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1NDApIiAvPgo8L3N2Zz4=);
    padding: 25px 0 35px 0;
    overflow: hidden;
}
.header {
    width: 100%;
	padding: 0 30px;
    max-width: none;
    margin: 0 auto;
    position: relative;
}
.header h1 {
    margin-top: 3px;
    font-weight: 400;
    color: #FFF
}
.header h2 {
    margin: 0;
    padding: 0
}
.header h2 span {
    vertical-align: middle;
    box-shadow: -1px 0 0 rgba(0, 0, 0, .1);
    float: left;
    border-left: 1px solid #ccc;
    padding: 10px;
    font-size: small;
    font-weight: 700;
    margin: 6px 0 0 10px;
    color: #eee
}
.header h1, .header h2 {
    float: left
}
h1.homepageHeader {
    color: #FFF;
    margin: 0;
    padding: 0;
    width: 60%;
    float: left;
    font-weight: 400
}
.breadCrumb, .btnContact {
    font-family: OpenSansBold, sans-serif
}

/*~~~~~~~~~~~~~~~~~~~~~~~~COLLEGE TEMPLTE STYLES~~~~~~~~~~~~~~~~~~~~~~~~*/
html.collegeTemplate .headerWrapper {
    padding: 0
}
html.collegeTemplate .header {
    width: 100%;
    padding: 0 30px
}
html.collegeTemplate .pageWrapper {
    margin-top: 0
}
html.collegeTemplate .slides {
    max-width: none;
    margin: 0 auto
}
html.collegeTemplate .slides li{
	margin: 0;
}
[id*="CollegeTemplateSlideshow"]{
	overflow: hidden;
	width: 100%;
	position: relative;
}
[id*="CollegeTemplateSlideshow"] .secondarySlider{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
[id*="CollegeTemplateSlideshow"] .flex-viewport{
	overflow: visible !important;
}
[id*="CollegeTemplateSlideshow"] .flex-viewport:before{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
/** direction nav **/
[id*="CollegeTemplateSlideshow"] .flex-prev{
	background: url('../images/prev.png');
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
[id*="CollegeTemplateSlideshow"] .flex-next{
	background: url('../images/next.png');
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
[id*="CollegeTemplateSlideshow"] .flex-direction-nav li a{
	margin: 0;
	top: 0;
	width: calc(50% - 1280px/2);
	min-width: 50px;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	background-position: center;
}
[id*="CollegeTemplateSlideshow"] .flex-direction-nav li:first-of-type a{
	left: 0;
}
[id*="CollegeTemplateSlideshow"] .flex-direction-nav li:last-of-type a{
	right: 0;
}
[id*="CollegeTemplateSlideshow"] .flex-next:hover, [id*="CollegeTemplateSlideshow"] .flex-prev:hover{
	background-position: center;
}
/** control nav **/
[id*="CollegeTemplateSlideshow"] .flex-control-nav{
	bottom: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	max-width: 1280px;
}
[id*="CollegeTemplateSlideshow"] .flex-control-paging li a{
	background: #FFF;
	box-shadow: 0 0 1px rgba(0,0,0,.5);
	border-radius: 100%;
	margin: 0 5px;
}
[id*="CollegeTemplateSlideshow"] .flex-control-paging li a.flex-active{
	background-color: #D9AA2B;
}

.btnContact {
    float: right;
    font-size: .6875em;
	background-image: -o-linear-gradient(top, #5D2E66 0%,#441f49 100%);
    background-image: -ms-linear-gradient(top, #5D2E66 0%,#441f49 100%);
    background-image: linear-gradient(to bottom, #5D2E66 0%,#441f49 100%);
    background-color: #5D2E66;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2MzAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1RDJFNjYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM0NDFGNDkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2MzApIiAvPgo8L3N2Zz4=)
}
#contact h1, #contact h2, .contact h1, .contact h2 {
    background: #ffbd07;
    padding: 10px;
    margin-top: 0;
    text-shadow: 0 1px 0 #FFF
}
#contact h2, .contact h2 {
    font-size: 2em;
    color: #444
}
.btnContact:active {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .6)
}
.breadCrumb {
    color: #eee;
    padding-top: 10px;
    font-size: 11px
}
#contact, .contact {
    display: none;
    font-family: OpenSansRegular, Arial, sans-serif
}
.breadCrumb a {
    color: #441f49;
    font-size: .875em
}
.breadCrumb a:hover {
    text-decoration: underline
}
/*Top Gold Border*/
.goldTopDivider {
    border-top: 5px solid #ffbd07
}

/* ~~~~~~~~~~~~~~~~contact info above footer ~~~~~~~~~~~~~~~~ */




.contentHolder h1, .contentHolder h2, .contentHolder h3, .contentHolder h4, .contentHolder h5, .pageWrapper {
    font-family: OpenSansRegular, sans-serif
}
.contactHolder {
    padding: 0 10px
}
#contactFancyBox{
    display: none;
    font-family: 'OpenSansRegular',Arial,sans-serif;
}
#contactFancyBox h2{
    background: #ffbd07;
    padding: 10px;
    margin-top: 0;
    text-shadow: 0px 1px 0px #FFF;
}
.pageWrapper {
    position: relative;
    margin-top: -30px;
    margin-bottom: 0;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: none
}
#home-content .pageWrapper .contentHolder {
    font-size: .875em;
    line-height: 24px
}
.contentHolder {
    padding: 0 30px 10px;
    min-height: 400px
}
blockquote {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 24px;
    padding: 0 0 0 12px;
    margin-left: 0;
    border-left: 2px solid rgba(0, 0, 0, .15);
    margin-bottom: 20px
}
.horizontalMenu ul, .verticalMenu ul {
    line-height: inherit!important
}
.contentHolder ol, .contentHolder ol ol, .contentHolder ul, .contentHolder ul ul {
    margin-left: 20px;
    padding: 0
}
.contactHolder hr, .contentHolder hr {
    border: 1px solid #EEE;
    margin-top: 15px;
    margin-bottom: 15px
}
.contentHolder h3 {
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    clear: left
}
.contentHolder h3::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    height: 3px;
    width: 5%;
    background: #763775
}
.tinynav, html.js .slides li {
    display: none
}
.contentHolder h4 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid #763775
}
.contentHolder h5 {
    font-size: 1em;
    color: #777
}

@media only screen and (max-width:1300px){
	[id*="CollegeTemplateSlideshow"] .flex-direction-nav li a{
		background-color: rgba(0,0,0,0);
		background-position: inherit;
		height: 50px;
		width: 50px;
		top: auto;
		bottom: 5px;
	}
}

@media screen and (max-width:768px) {
    .header h2, html.collegeTemplate .headerWrapper {
        display: none
    }
    .contentHolder {
        min-width: inherit
    }
    .pageWrapper, html.collegeTemplate .pageWrapper {
        margin-top: 0
    }
    html.collegeTemplate .header {
        padding: 10px
    }
    .contact h1 {
        font-size: 1.5em
    }
    .collegeHomepage {
        text-align: center
    }
    h1.homepageHeader {
        font-size: 1.5em;
        margin: 5px auto 10px
    }
    a.homepageBtn, h1.homepageHeader {
        float: none
    }
}

@media screen and (max-width:480px) {
    .contentHolder {
        padding: 0 15px
    }
	#formWebSearch #searchBtn{
		right: auto;
	}
}

/* ---------------- Secondary Navigation ---------------- */
html.js .slides li{
    display: none;
}
.tinynav {
    width: 95%;
    padding: 5px;
    margin: 12px auto;
    font-size: 1em;
    font-weight: 400
}
.verticalMenu ul li {
    margin: 0 18px;
    overflow: visible;
    box-shadow: 0 2px #FFF
}
.verticalMenu ul a {
    margin: 0 -18px;
    text-decoration: none;
    padding: 15px;
    color: #522152;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: OpenSansLight, sans-serif;
    display: block;
    text-shadow: 0 1px #bfbfbf;
    transition: all linear 250ms
}
.verticalMenu ul>li+li {
    border-top: 1px solid #dedede
}
.verticalMenu ul li ul[class^=l_tinynav] li+li {
    border-top: 1px solid #e8e8e8
}
.verticalMenu {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRUVFRUVFIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMjEpIiAvPgo8L3N2Zz4=);
    background-image: -ms-linear-gradient(top, #eee 0, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 0, #fff 100%)
}
.verticalMenu ul>li {
    position: relative;
    display: block;
    font-size: .9375em
}
.verticalMenu .l_tinynav1 a:hover {
    color: #E8AF0C
}
.verticalMenu .dropDownNav {
    padding-right: 33px
}
.verticalMenu ul i, .verticalMenu ul span {
    position: absolute;
    right: 0;
    top: 17px
}
.horizontalMenu select, .verticalMenu select {
    border: 1px solid #ccc;
    color: #666
}
.verticalMenu .l_tinynav1 li ul[class^=l_tinynav] li {
    display: block
}
.verticalMenu ul li ul li a {
    display: block;
    font-size: .90625em;
    color: #763775
}
@media screen and (max-width:768px) {
    .verticalMenu .tinynav {
        display: block;
        cursor: pointer
    }
    .verticalMenu {
        background: 0 0
    }
    .verticalMenu ul {
        display: none
    }
    .verticalMenu #sideContentHolder {
        padding-bottom: 0;
        padding-top: 0
    }
}

.horizontalMenu {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzc2Mzc3NSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyMjE1MiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzUzNikiIC8+Cjwvc3ZnPg==) #5D2E66;
    background-image: -ms-linear-gradient(top, #5D2E66 0, #441f49 100%);
    background-image: linear-gradient(to bottom, #5D2E66 0, #441f49 100%)
}
.horizontalMenu ul {
    width: 100%;
    display: table;
    font-size: 1em!important
}
.horizontalMenu ul>li {
    display: table-cell;
    position: relative
}
.horizontalMenu ul a {
    text-decoration: none;
    padding: 20px 15px;
    text-align: center;
    color: #FFF;
    font-size: .9375em;
    font-weight: 400;
    display: block;
    text-shadow: 0 1px 3px #000;
    transition: color linear 250ms
}
.horizontalMenu ul ul[class^=l_tinynav] {
    visibility: hidden;
    position: absolute;
    top: 100%;
    background-color: #636363;
    z-index: 99999;
    width: 100%
}
.horizontalMenu ul li:hover ul[class^=l_tinynav] {
    visibility: visible
}
.horizontalMenu ul a:hover {
    color: #E8AF0C
}
.horizontalMenu ul li ul[class^=l_tinynav] li {
    display: block;
    width: 100%
}
.horizontalMenu ul li ul[class^=l_tinynav] a {
    border: 1px solid #ccc;
    font-size: .875em;
    border: 1px solid rgba(204, 204, 204, .5);
    border-top: none;
    margin: 0
}

@media screen and (max-width:768px) {
    .horizontalMenu .tinynav {
        display: block;
        cursor: pointer
    }
    .horizontalMenu {
        background-color: transparent;
        background-image: none
    }
    .horizontalMenu ul {
        display: none
    }
}

/* ----------------- START OF MEDIA Queries -------------- */
@media screen and (max-width:1280px) {
    div#close-container {
        position: relative;
        z-index: 10;
        width: 25%;
        margin-left: 75%;
        text-align: left;
        padding-left: 0
    }
}

/* Tablet Portrait */
@media screen and (max-width:1180px) {
    .events-content-section {
        width: 60%
    }
    .news-tabs li a {
        font-size: 1.4375em
    }
    #drop-content a {
        font-size: .75em
    }
    .emergency,
    .wcu-alert {
        margin: 0
    }
    .college-port,
    .feedback {
        float: none!important
    }
    #icons ul li a img {
        width: 22%
    }
    #alumni #wcua, #alumni #wcuf {
        font-size: .75em;
        left: 5%
    }
}

@media screen and (max-width:1100px) {
    #drop-content {
        font-size: .75em
    }
    #drop-content a {
        font-size: 1em
    }
    #drop-down .firstCol {
        padding-left: 15px
    }
}

@media screen and (min-width:900px) and (max-width:1100px) {
    .shorten {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .drop-left, .drop-mid, .drop-right {
        padding-left: 7%
    }
}

/* Tablet Landscape */
@media only screen and (min-width:480px) and (max-width:1024px) {
    .logo {
        float: none;
        margin: 0 auto;
        position: relative;
        top: 10px
    }
    #searchcontent {
        width: 31%;
        top: 0
    }
    #navigation-wrapper {
        top: 0;
        margin: 0
    }
    #header h1.logo img {
        max-width: 90%
    }
    .top-links {
        left: 0
    }
}

/* iPads (landscape) */
@media only screen and (min-width:768px) and (max-width:905px) {
    #crisisSiren #crText {
        width: 100%;
        position: initial;
        text-align: right;
        padding-top: 0
    }
    #footer .footerContent .grid6 {
        width: 50%
    }
    .footerContent .grid4 {
        float: right;
        width: 30%
    }
    #crisisSiren, #facAlert {
        float: right;
        max-width: 153px
    }
    #crisisSiren .fa, #facAlert .fa {
        font-size: 3em
    }
    #crisisSiren .linkText, #facAlert .linkText {
        font-size: 1.1em;
        float: left;
        width: 90px;
        height: 54px
    }
    #facAlert {
        margin-bottom: 10px
    }
    .footerContent .grid5 {
        width: 70%
    }
    .footerContent .grid3 {
        width: 30%;
        float: right;
        clear: right
    }
    .drop-left, .drop-mid, .drop-right {
        padding-left: 3%
    }
    .top-links {
        top: 5px
    }
    #formWebSearch {
        top: 0px;
    }
    #alumni #wcua, #alumni #wcuf {
        font-size: .65em;
        left: 5%
    }
}


@media only screen and (max-width:830px) {
    .events-content-section {
        width: 76%
    }
    .tabs_wrapper {
        margin: 0 auto
    }
    #navigation ul li.main-nav {
        padding: 12px 1.052631578947368%
    }
    #addressList, .footerLinks {
        height: 100px
    }
    #campus-annoucement, #campus-announcement, #campus-connection, #news-wrapper, #social-media, #wcu-weekly, #weather, .footer-logo, .unv-address {
        float: none;
        width: 100%
    }
    .unv-address {
        padding-bottom: 20px
    }
    .footer-logo {
        padding-bottom: 10%
    }
    #drop-down .firstCol {
        padding-left: 0
    }
}

@media only screen and (max-width:1000px) {
    .footerContent {
        width: 90%
    }
	/* --------- SLIDE SHOW EDIT ----------*/
    .flex-caption {
        box-sizing: border-box;
        position: relative;
        background: #441f49!important;
        max-height: 144px;
        min-height: 144px
    }
    .flexslider span.slider-header {
        font-size: 1.25em
    }
}

@media only screen and (max-width:901px) {
    #emotiCtr a, .grid6.unv-address {
        float: right
    }
    #crisisSiren #crText, #crisisSiren a {
        text-align: left
    }
    #crisisSiren #crText, #emotiCtr a {
        color: #fff;
        text-decoration: underline
    }
    #emotiCtr div {
        text-align: right
    }
    #emotiCtr img {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .moccordion .fa {
        display: none
    }
}

@media only screen and (max-width:768px) {
    #wcuLoginForm, .btnContact, .header, .header h1, .mobileLogin {
        float: none
    }
    #addressList li, #crisisSiren #crText, #emotiCtr div, #wcuLoginForm, .footerLinks, .header, .header h1, .logo, .mainDropLinks {
        text-align: center
    }
    .logo {
        margin: 0 auto 5px;
        width: 45%
    }
    .top-links {
        top: 10px
    }
    .top-links li a {
        font-size: .875em;
        padding: 5px
    }
	.top-links .giveBtn a{
		margin-top: 10px;
	} 
	.mobile-nav .fa-search {
        display: none
    }
    #formWebSearch {
        top: 0;
        float: none;
        margin: 10px 0;
        left: 0
    }
    #formWebSearch .placeholder {
        width: 90%;
        margin: auto;
        display: block
    }
    #footer, #home-content.rwdContent, .header {
        width: 100%
    }
    #formWebSearch input {
        width: 94%;
        padding-right: 0
    }
    #formWebSearch #searchBtn {
		position: absolute;
		height: 26px;
		width: 32px;
		z-index: 1;
		background-color: #F7F7F7;
    }
    .placeholder label {
        left: 10px
    }
	#searchSlider{
		display: none;
	}
    .mobileLogin {
        display: inline-block!important
    }
    #navigation ul {
        text-align: left;
		padding: 12px 0px;
    }
    #navigation ul li a {
        font-size: 1.5em;
        padding-left: 50px
    }
    #drop-down, #navigation ul li.main-nav, #searchcontent {
        display: none!important
    }
    #navigation ul li.mobile-nav {
        display: inline-block!important
    }
    #navigation ul li.mobile-nav.searchbar {
        position: absolute;
        right: 11%;
        top: 22px
    }
    .mobile-nav a {
        background: url(/images/mobile-nav-search.png) -3px -6px no-repeat;
        background-size: 51px 77px
    }
    .mobile-nav.searchbar a {
        background: url(/images/mobile-nav-search.png) 0 -39px no-repeat;
        background-size: 51px 77px
    }
    #home-wrapper {
        background-color: #FFF
    }
    .header {
        padding: 0 15px
    }
    .header h1 {
        font-size: 1.5em
    }
    .breadCrumb {
        padding-top: 0
    }
    .headerWrapper {
        padding: 15px 0
    }
    #footer .noMobile,
    .noMobile {
        display: none
    }
    #footer .footer-logo {
        padding-bottom: 5px
    }
    .btnContact {
        display: inline-block;
        margin: 0
    }
    #navigation-wrapper {
        margin-bottom: 0;
        top: 0
    }
    .drop-left, .drop-mid, .drop-right {
        margin: 0;
        padding: 0 1%!important;
        width: 31%
    }
    .tablet-show {
        display: inherit
    }
    #crisisSiren {
        display: block
    }
    #crImage, #crisisSirenDup {
        display: none
    }
    #emotiCtr div {
        padding-bottom: 10px
    }
    #emotiCtr a {
        float: initial;
        float: none
    }
    #footer #fHorizLinks .faList li:first-child {
        padding-left: 3px
    }
    #footer #fHorizLinks .faList li {
        float: none;
        display: inline
    }
}

@media only screen and (min-width:601px) and (max-width:765px) {
    #navigation ul li a {
        letter-spacing: -1px
    }
}

@media only screen and (max-width:500px){
#navigation ul li.mobile-nav.searchbar{
        padding-right: 100px;
    }
}
@media only screen and (max-width:330px){
    #navigation ul li a{
        font-size: 1em;
    }
}
@media only screen and (min-width:601px) and (max-width:765px){
    #navigation ul li a{
        letter-spacing:-1px;
    }
}

/* Kindle Fire and Smaller Tablets (landscape)*/
@media only screen and (min-width:601px) {
    #search-drop-down {
        display: none!important
    }
}

@media only screen and (max-width:767px) {
    #footer .footerContent * {
        text-align: center;
        clear: initial;
        float: initial;
        float: none
    }
    #footer #crisisSiren, #footer #facAlert {
        margin: auto;
        text-align: left;
        position: relative
    }
    #crisisSiren .linkText, #facAlert .linkText {
        position: absolute;
        text-align: left;
        left: 60px
    }
    #footer #crisisSiren {
        margin-bottom: 10px
    }
    #footer #facAlert .fa {
        float: left
    }
}

@media only screen and (max-width:600px) {
    #container {
        border-top: 0
    }
    #formWebSearch, #wcuLoginForm, .flexslider, a.news-img img {
        display: none
    }
    #loginDropDown #wcuLoginForm {
        padding: 10px 0!important
    }
    .events-content-section {
        width: 100%
    }
    .grid12 .footerSpace {
        border-top: 1px solid #763775
    }
    #fHorizLinks>.grid12 {
        padding: 5px 0;
        margin-bottom: 0
    }
    #fHorizLinks .grid12>.footerSpace li {
        display: block;
        border-left: transparent
    }
    #fHorizLinks ul.grid12 {
        border-bottom: 1px solid #763775
    }
    #fHorizLinks ul.grid12 li {
        width: 100%;
        border-left: transparent;
        margin: 0
    }
    #fHorizLinks ul.footerSpace li, #fHorizLinks ul.grid12 li,
    ul.footerSpace {
        padding: 5px 0
    }
    #fRgtCol li:first-child {
        padding-left: 0
    }
}

/* Hand Held Device Landscape */
@media only screen and (max-width:480px) {
    @-ms-viewport {
        width: device-width
    }
	
    .flexslider, li.academic, li.apply, li.directories {
        display: none!important
    }
    li.academic-option, li.apply-option, li.dept-option {
        display: inline-block;
        float: left;
        clear: left;
        margin: 0;
        padding: 0;
        position: relative
    }
    li.dept-option {
        float: right
    }
    .directories, .no-lines {
        float: right;
        clear: right
    }
    .directories a:before {
        border-right: none;
        height: 0;
        width: 0
    }
    .search {
        display: block!important
    }
    #home-content {
        width: 96%
    }
    #drop-content {
        width: 100%
    }
    .top-links li a {
        padding: 0
    }
    .logo {
        float: none;
        margin: 0 auto;
        position: relative;
        top: 0
    }
    .top-links {
        margin: 0;
        top: 0;
        left: 0;
        float: left;
        width: 100%;
        text-align: center
    }
	.top-links .mobileLogin{
		display: block !important;
		float: none;
		width: 100%;
		padding: 10px 0px;
	}
	.top-links .mobileLogin a{
		padding: 10px;
	}
	.top-links .desktopGiveBtn{
		display: none;
	}
	.top-links .mobileGiveBtn{
		display: block;
		float: right;
	}
	.top-links .mobileGiveBtn a{
		margin-top: 5px;
	}
    #navigation {
        width: 100%;
        height: auto
    }
    #formWebSearch .placeholder {
        margin-left: 5%;
        width: 100%
    }
    #formWebSearch input {
        width: 75%
    }
    #home-wrapper #crisisSiren.grid6 {
        width: 50%;
        position: relative;
        left: 25%
    }
    #crisisSiren #crImage, #crisisSiren #crText {
        float: left;
        position: initial
    }
}

@media only screen and (min-width:360px) and (max-width:480px) {
    #icons ul li a img {
        width: 33%!important
    }
    #icons ul li {
        margin: 0 5%!important
    }
}

@media only screen and (max-width:360px) {
    .apply, .search {
        float: right
    }
    .news-tabs li a {
        font-size: 1.125em
    }
    #icons ul li a img {
        width: 49%!important
    }
    #navigation-wrapper {
        background: #b4b4b4
    }
    .apply {
        clear: right
    }
    .top-links {
        text-align: inherit!important
    }
    .top-links li a {
        font-size: 1em!important;
        padding: 0
    }
    li.academic-option, li.apply-option {
        padding-left: 0
    }
    .logo {
        width: 96.578947%!important
    }
}

/*****************************
******************************
SMALL PHONES - HTC EVO
******************************
*****************************/
@media only screen and (max-width:320px) {
    #navigation ul li a {
        padding: 0 5px
    }
    #navigation .open {
        padding-left: 50px
    }
    .mobile-nav.searchbar a {
        background: 0 0
    }
    .mobile-nav.searchbar .fa-search, .mobile-nav.searchbar .icon-search {
        display: inline-block;
        font-size: 1.25em;
        color: #FFF;
        font-weight: 400;
        position: relative;
        top: -5px
    }
}

/*****************************
******************************
PRINT MEDIA QUERY
******************************
*****************************/
@media print {
    body,
    div[class^=grid] {
        width: 100%
    }
    body {
        font-family: Georgia, serif!important
    }
    #home-content {
        width: 95%
    }
    .pageWrapper,
    html.collegeTemplate .pageWrapper {
        margin: 0;
        padding: 0
    }
    #footer, #header, #navigation-wrapper, #widget-bar, .header, .headerWrapper, .secondarySlider,
    div[id$=sidemenu] {
        display: none
    }
}
.fa, .fa-stack, .widgetAlert {
    display: inline-block
}
/* ------------ IE 7 CHEATS -------- */
#social-media ul li a{
    *display:inline;
}

/*  ****************    BEGIN DOCUMENT LIST     *************************************** */
#home-content .docuIcon, #home-content .fileList li:before, #home-content .fileListItem:before {
    background-image: url(/images/docsSprite.png);
    display: inline-block;
    height: 16px;
    width: 16px
}
#home-content .docuIcon {
    position: relative;
    top: 2px;
    margin-left: 1px;
    background-repeat: no-repeat
}
#home-content .fileList {
    text-indent: -21px;
    margin-left: 21px
}
#home-content .fileList li:before, #home-content .fileListItem:before {
    content: " ";
    margin-right: 4px
}
.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}
#home-content .fileList ol, #home-content .fileList ul {
    text-indent: 0;
    margin-left: 40px
}
#home-content .fileList li li:before {
    background-image: none;
    content: none
}
#home-content .fileListItem {
    margin-left: 0;
    text-indent: -20px
}
#home-content .pdfIcon, #home-content .pdfList li:first-child:before, #home-content .pdfListItem:before {
    background-position: 0 0
}
#home-content .docIcon, #home-content .docList li:before, #home-content .docListItem:before {
    background-position: -26px 0
}
#home-content .xlsIcon, #home-content .xlsList li:before, #home-content .xlsListItem:before {
    background-position: -52px 0
}
#home-content .pptIcon, #home-content .pptList li:before, #home-content .pptListItem:before {
    background-position: -78px 0
}
#home-content .zipIcon, #home-content .zipList li:before, #home-content .zipListItem:before {
    background-position: -104px 0
}

/*  ****************    END DOCUMENT LIST       *************************************** */

/* *****************    BEGIN CURRENT FONT AWESOME VERSION 4.7  *********************** */
@font-face {
    font-family: FontAwesome;
    src: url(/fonts/icons/font/fontawesome-webfont.eot?v=4.7.0);
    src: url(/fonts/icons/font/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/icons/font/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/fonts/icons/font/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/fonts/icons/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em
}
.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right, .pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.widgetAlert, .widgetAlert a {
    color: #F7F7F7;
    font-family: OpenSansRegular, sans-serif, arial
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-cog:before, .fa-gear:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before, .fa-users:before {
    content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}
.fa-eur:before, .fa-euro:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}
.fa-krw:before, .fa-won:before {
    content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-television:before, .fa-tv:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-envira:before {
    content: "\f299"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-wheelchair-alt:before {
    content: "\f29b"
}
.fa-question-circle-o:before {
    content: "\f29c"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-volume-control-phone:before {
    content: "\f2a0"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}
.fa-handshake-o:before {
    content: "\f2b5"
}
.fa-envelope-open:before {
    content: "\f2b6"
}
.fa-envelope-open-o:before {
    content: "\f2b7"
}
.fa-linode:before {
    content: "\f2b8"
}
.fa-address-book:before {
    content: "\f2b9"
}
.fa-address-book-o:before {
    content: "\f2ba"
}
.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}
.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-user-circle-o:before {
    content: "\f2be"
}
.fa-user-o:before {
    content: "\f2c0"
}
.fa-id-badge:before {
    content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}
.fa-quora:before {
    content: "\f2c4"
}
.fa-free-code-camp:before {
    content: "\f2c5"
}
.fa-telegram:before {
    content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}
.fa-shower:before {
    content: "\f2cc"
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}
.fa-podcast:before {
    content: "\f2ce"
}
.fa-window-maximize:before {
    content: "\f2d0"
}
.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-window-restore:before {
    content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}
.fa-bandcamp:before {
    content: "\f2d5"
}
.fa-grav:before {
    content: "\f2d6"
}
.fa-etsy:before {
    content: "\f2d7"
}
.fa-imdb:before {
    content: "\f2d8"
}
.fa-ravelry:before {
    content: "\f2d9"
}
.fa-eercast:before {
    content: "\f2da"
}
.fa-microchip:before {
    content: "\f2db"
}
.fa-snowflake-o:before {
    content: "\f2dc"
}
.fa-superpowers:before {
    content: "\f2dd"
}
.fa-wpexplorer:before {
    content: "\f2de"
}
.fa-meetup:before {
    content: "\f2e0"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.widgetAlert {
    position: absolute;
    top: -15px;
    border: 2px solid #F7F7F7;
    background-color: red;
    border-radius: 20px;
    padding: 2px 8px;
    cursor: pointer;
    text-shadow: 1px 1px 10px #300
}
.widgetAlert a {
    text-decoration: none;
    text-shadow: 1px 1px 1px #300
}

/* *****************    END CURRENT FONT AWESOME VERSION 4.7   ************************* */

/* *****************        BEGIN OUC SNIPPETS         ************************* */

/*** FONT AWESOME ICON SNIPPET ***/
#home-content .faIcons {
    font-size: 3em
}
#home-content .faIcons a {
    text-decoration: none;
    display: inline;
    margin: 0 2px
}
#home-content .faIcons .fa-facebook-square {
    color: #3b5998;
}
#home-content .faIcons .fa-twitter-square {
    color: #55acee;
}
#home-content .faIcons .fa-instagram {
    color: #125688;
}
#home-content .faIcons .fa-youtube-square {
    color: #B00;
}
#home-content .faIcons .fa-linkedin-square {
    color: #007BB5;
}
#home-content .faIcons .fa-pinterest-square {
    color: #CB2027;
}
#home-content .faIcons .fa-flickr {
    color: #FF0084;
}
#home-content .faIcons .fa-snapchat-square {
    color: #FFFC00;
}
.expandList>li>div:first-child {
    text-decoration: underline;
    color: #763775
}

/*** IMAGE BTN ACCORDION PANEL SNPPET ***/
.imgBtnAccordionCtr .contentButton {
    margin: 20px 10px;
    background-color: #DDD;
    border: 1px solid #eee;
    padding: 5px;
    min-height: 315px;
    width: calc(33.333333333% - 20px);
    float: left
}
.imgBtnAccordionCtr .contentButton:hover {
    cursor: pointer;
    background-color: #eee
}
.imgBtnAccordionCtr .contentButton h3 {
    text-align: center;
    color: #5e5e5e;
    font-size: 1.125em;
    border-bottom: transparent;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .3)
}
.imgBtnAccordionCtr h3::after {
    background: 0 0
}
.imgBtnAccordionCtr .contentButton img {
    margin: 0 auto;
    display: block
}
.imgBtnAccordionCtr .buttonContent.active {
    padding: 15px
}
#home-content .responsiveTable td, #home-content .responsiveTable th {
    padding: 5px;
    border: 1px solid #CCC
}

@media only screen and (max-width:1024px) {
    .imgBtnAccordionCtr .contentButton {
        width: calc(50% - 20px)
    }
}

@media only screen and (max-width:700px) {
    .imgBtnAccordionCtr .contentButton {
        width: 100%
    }
}

/*** RESPONSIVE TABLE SNIPPET ***/
#home-content .responsiveTable {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0
}
#home-content .responsiveTable tr:nth-of-type(odd) {
    background: #EEE
}
#home-content .responsiveTable th {
    background: #763775;
    color: #fff;
    font-weight: 700;
    text-align: left
}
#home-content .responsiveTable td.tableLeft, #home-content .responsiveTable th.tableLeft {
    text-align: left
}
#home-content .responsiveTable td.tableCenter, #home-content .responsiveTable th.tableCenter {
    text-align: center
}
#home-content .responsiveTable td.tableRight, #home-content .responsiveTable th.tableRight {
    text-align: right
}

/*** PICTURE GRID FLEX SLIDER SNIPPET ***/
#home-content .pictureGridSlider .opaqueTitle {
    background-color: rgba(0, 0, 0, .8);
    display: inline-block;
    padding: 2px 5px;
    color: #FFBD07;
    font-weight: 700;
    font-size: 1.1em;
    position: relative;
    top: 36px;
    margin: 0
}

@media only screen and (max-width:768px) {
	/* Force table to not be like tables anymore */
    #home-content .responsiveTable, #home-content .responsiveTable tbody, #home-content .responsiveTable td, #home-content .responsiveTable th, #home-content .responsiveTable thead, #home-content .responsiveTable tr {
        display: block
    }
	/* Hide table headers (but not display: none;, for accessibility) */
    #home-content .responsiveTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    #home-content .responsiveTable tr {
        border: 1px solid #CCC
    }
    #home-content .responsiveTable td {
		/* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #C1C1C1;
        position: relative;
        padding-left: 50%
    }
    #home-content .responsiveTable td.tableCenter, #home-content .responsiveTable td.tableLeft, #home-content .responsiveTable td.tableRight, #home-content .responsiveTable th.tableCenter, #home-content .responsiveTable th.tableLeft, #home-content .responsiveTable th.tableRight {
        text-align: left
    }
    #home-content .responsiveTable td:before {
		/* Now like a table header */
        position: absolute;
		/* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 700;
		/* Label the data */
        content: attr(data-label)
    }
}

/*  for flex slider mixed content   */
#home-content .flexsliderMixedContent {
    position: relative
}
#home-content .flexsliderMixedContent .slides li {
    padding: 10px;
    background-color: #eee;
    margin: 0 5px;
    width: 100%;
    display: inline-block
}
#home-content .flexsliderMixedContent img {
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    margin: auto
}
#home-content .flexsliderMixedContent .flex-prev {
    background: url(/images/prev1.png);
    left: 1%
}
#home-content .flexsliderMixedContent .flex-next {
    background: url(/images/next1.png);
    right: 1%
}
#home-content .flexsliderMixedContent .flex-direction-nav li a {
    top: 16%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    width: 50px;
    height: 126px;
    opacity: .7
}
#home-content .flexsliderMixedContent .flex-control-paging {
    display: none
}
#home-content .flexsliderMixedContent .flex-direction-nav li a:hover {
    opacity: 1
}
#home-content .flexsliderMixedContent .slides {
    height: 300px;
    overflow: hidden
}
#home-content .flexsliderMixedContent img+* {
    font-size: .9em;
    display: block;
    padding-top: 5px;
    color: #575757
}

/* for sync flex slider */
#home-content .syncImgSlides .slides li {
    padding: 10px 5px
}
#home-content .syncContentSlides .slides li .grid4 {
    padding-right: 10px
}

@media only screen and (max-width:768px) {
    #home-content .syncContentSlides .slides li .grid4 img {
        padding: 0;
        display: block;
        margin: 0 auto
    }
}
/* for hover image button snippet */
#home-content .imgHoverBtn .imgHoverHidden {
    display: none
}

/*********News Image Button Snippet**********/
#home-content .commNewsItem figcaption {
    padding-top: 10px;
    padding-right: 10px
}
#home-content .commNewsItem {
    display: block;
    float: left;
    width: 100%;
    position: relative
}
#home-content .commNewsItem:hover {
    background-color: #763775;
    transition: background-color .5s
}
#home-content figure {
    margin: 0;
    padding: 10px 0
}
#home-content .commNewsItem h3 {
    display: inline;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: none;
    font-size: 1em;
    color: #474747;
    text-decoration: none
}
#home-content .commNewsItem:hover h3 {
    color: #FFBD07;
    transition: color .5s
}
#home-content .commNewsItem h3:after {
    display: none
}
#home-content .commNewsItem:hover img {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35)
}
#home-content .commNewsItem img {
    float: left;
    margin: 10px 20px 20px;
	max-width: 159px
}
#home-content .commNewsItem a {
    text-decoration: none;
    color: #404040;
    display: block;
	float: left;
	width: 100%;
}
#home-content .commNewsItem .commDate {
    position: absolute;
    color: #404040;
    bottom: 30px;
    left: 30px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, .8);
    padding: 0 5px
}

@media screen and (max-width:1200px) {
    #home-content .commNewsItem img {
        float: none;
        display: block;
        margin: 0 auto
    }
    #home-content .commNewsItem figcaption {
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center
    }
    #home-content .commNewsItem .commDate {
        bottom: unset;
        top: 80px
    }
}

@media screen and (max-width:768px) {
    #home-content .commNewsItem img {
        float: left;
        display: unset;
        margin: 10px 20px 20px
    }
    #home-content .commNewsItem figcaption {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: unset;
        text-align: left
    }
    #home-content .commNewsItem .commDate {
        bottom: 30px;
        top: unset
    }
}

/****************      PURPLE PICTURE BUTTON      *********************/
#home-content .pictureBtns {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}
#home-content .pictureBtns a {
    background-color: #763775;
    padding: 0;
    line-height: 0;
    text-align: center;
    display: inline-block;
    text-decoration: none
}
#home-content .pictureBtns a:hover img {
    opacity: .4;
    background-color: #763775
}
#home-content .pictureBtns p {
    padding: 10px;
    text-align: center
}
#home-content .pictureBtns a img {
    display: block;
    width: 100%
}
#home-content .gridTitle {
    background-color: #763775;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    font-size: 1.1em;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (max-width:768px) {
    #home-content .pictureBtns {
        margin-bottom: 5px
    }
    #home-content .pictureBtns a,
    #home-content .pictureBtns a img {
        width: 100%
    }
	.top-mobile a{color: #fff; font-size: 1.1em;}
}

@media screen and (max-width:481px) {
    #home-content .pictureBtns a img {
        display: none!important
    }
    #home-content .gridTitle {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

/********** CONTENT CAROUSEL SLIDE SNIPPET **********/
#home-content .contentCarouselSlides .slides li {
    background-color: #EEE;
    margin: 0 5px;
    padding: 5px
}

/********** PURPLE CONTENT SNIPPET **********/
#home-content .purpleContentBtn>.grid12 {
    border: 1px solid #EEE;
    text-align: center;
    background: #FFF
}
#home-content .purpleContentBtn>.grid12:hover {
    background: #B094B5
}
#home-content .purpleContentBtn>.grid12:hover p {
    color: #fff
}
#home-content .purpleContentBtn a {
    text-decoration: none;
    display: block
}
#home-content .purpleContentBtn .purpleContentTitle {
    background: #763775;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 1.1em
}

/** tile builder snippet **/
#home-content .tileBuilderSnippet > div{
	padding-right: 10px;
}
#home-content .tileBuilderSnippet > div.grid6:nth-of-type(2n+1){
	clear: left;
}
#home-content .tileBuilderSnippet > div.grid4:nth-of-type(3n+1){
	clear: left;
}
#home-content .tileBuilderSnippet > div.grid3:nth-of-type(4n+1){
	clear: left;
}

@media screen and (max-width:768px) {
	#home-content .tileBuilderSnippet > div.grid6{
		width: 50%;
	}
	#home-content .tileBuilderSnippet > div.grid4{
		width: 33.3333%;
	}
	#home-content .tileBuilderSnippet > div.grid3{
		width: 25%;
	}
}

@media screen and (max-width:480px) {
	#home-content .tileBuilderSnippet > div.grid6,
	#home-content .tileBuilderSnippet > div.grid4,
	#home-content .tileBuilderSnippet > div.grid3{
		width: 100%;
	}
	#home-content .tileBuilderSnippet > div.grid6:nth-of-type(2n+1),
	#home-content .tileBuilderSnippet > div.grid4:nth-of-type(3n+1),
	#home-content .tileBuilderSnippet > div.grid3:nth-of-type(4n+1){
		clear: none;
	}
}

/**************************************/
/******	BLOCK BTN TILE SNIPPET	******/
/**************************************/
#home-content .wcuTileBtn{
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 60px 20px 60px 20px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.4em;
	transition: all .2s ease-in-out;
	display: table;
	width: 100%;
}
#home-content .wcuTileBtn:hover{
	transform: scale(1.02);
	transition: all .2s ease-in-out;
}
#home-content .wcuTileBtn span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-align: center;
}
#home-content .wcuPurpleTile, #home-content .wcuPurpleTile:visited{
	background-color: #441F49;
	color: #fff;
}
#home-content .wcuGrayTile, #home-content .wcuGrayTile:visited{
	background-color: #EEE;
	color: #763775;
}
@media only screen and (max-width:1400px){
	#home-content .wcuTileBtn{
		padding: 50px 20px 50px 20px;
		font-size: 1.6em;
	}
}
@media only screen and (max-width:800px){
	#home-content .wcuTileBtn{
		padding: 40px 20px 40px 20px;
	}
}
@media only screen and (max-width:768px){
	#home-content .wcuTileBtn{
		font-size: 2em;
	}
}
/**************************************/
/***	END BLOCK BTN TILE SNIPPET	***/
/**************************************/

/* *****************        END OUC SNIPPETS           ************************* */

/* *****************  AUTOCOMPLETE FOR SEARCH BOX  ***************** */
.autocomplete-group, .autocomplete-no-suggestion {
    padding: 2px 5px
}
#home-content .purpleContentBtn>.grid12 img {
    display: block
}
#home-content .videoContainer {
    position: relative
}
#home-content .videoContainer .playBtn {
    position: absolute;
    left: 0;
    top: 0
}
#home-content .videoContainer .fancybox-media img.playBtn {
    box-shadow: none
}
#home-content .flexsliderLarge div.flex-caption>p {
    color: #FFF
}
.autocomplete-group strong, .autocomplete-suggestions strong {
    font-weight: 700;
    color: #000
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background-color: #fff;
    cursor: default;
    overflow: auto;
    box-shadow: 1px 4px 3px rgba(50, 50, 50, .64)
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-family: OpenSansRegular, sans-serif, arial;
    font-size: .75em
}
.autocomplete-selected {
    background: #F0F0F0
}
.autocomplete-group strong {
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #000
}



/**************************************/
/******	NEW MENU - MEDIA QUERIES	*******/
/**************************************/

@media only screen and (max-width:1340px){
	#navigation ul li a{
		font-size: .87em;
	}
	#headerLinksRight a{
		font-size: .85em;
	}
	#headerLinksRight #searchBtnBox:hover::after {
		width: 0;
	}
}

@media only screen and (max-width:1185px){
	#navigation ul li a{
		font-size: .8em;
	}
	#headerLinksRight a{
		font-size: .9em;
	}
	#navigation ul li{
		width: 8.4%;
	}
	.lineBreakItem{
		display: block;
	}
	#headerLinksRight{
		padding: 10px 0px 15px 0px;
	}
}

@media only screen and (max-width:1050px){
	#navigation ul li a{
		font-size: .7em;
	}
	#navigation .studentLifeLink{
		width: 9%;
	}
}

@media only screen and (max-width: 890px){
	#navigation ul li a{
		font-size: .62em;
	}
	#navigation ul li.main-nav{
		padding: 12px 1.7%;
	}
	#headerLinksRight a{
		font-size: .77em;
	}
}

@media only screen and (max-width: 800px){
	#headerLinksRight a{
		padding-right: 15px;
	}
}

@media only screen and (max-width:768px){
	#navigation ul li a{
		font-size: 1.2em;
	}
	#nav li.loginAreaLinks{
		padding-top: 15px;
		border-bottom: none;
	}
	#nav li.loginAreaLinks .fa{
		color: #FFBD07;
	}
	.loginAreaLinks a{
		display: inline-block;
		color: #fff;
	}
	#headerLinksRight{
		display: none;
	}
	#navigation{
		max-height: 60px;
	}
	.top-mobile{
		margin-right: 10px;
	}
	#navigation ul li a::after{
		display: none;
	}
	#nav .fa{
		padding-right: 5px;
	}
	#searchDropDown #formWebSearch{
		padding: 20px 0px;
	}
	#nav .fa-times{
		padding-right: 0;
	}
    #navigation ul li.mobile-nav.searchbar{
        float: right;
    }
}

@media only screen and (max-width:620px){
#navigation ul li.mobile-nav.searchbar{
        padding-right: 20px;
    }
}
@media only screen and (max-width:590px){
#navigation ul li.mobile-nav.searchbar{
        padding-right: 40px;
    }
}
@media only screen and (max-width:440px){
#navigation ul li.mobile-nav.searchbar{
        padding-right: 50px;
    }
}
@media only screen and (max-width:380px){
#navigation ul li.mobile-nav.searchbar{
        padding-right: 60px;
    }
}
@media only screen and (max-width:330px){
    #navigation ul li a{
        font-size: 1em;
    }
}





