/************************ Login Elements ************************/
.welcomeTxt {
    font-weight: bold;
}
.loginMenu {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 9999;
    padding: .5em 1em;
    background: #363636;
}
.loginwelcome {
    margin-bottom: 21px;
}
.loginMenu a {
    color: #FFF;
}
.loginMenu ul {
    margin: 0;
    padding: 0;
}
.loginMenu li {
    font-size: .8em;
    padding: 0 0 .5em 0;
    list-style: none;
}
.loginwelcome::after {
    cursor: pointer;
    content: '\f013';
    color: #666;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.post-log a {
    border-right: 1px solid #CCC;
    padding: 0 5px 0 0;
}
.post-log a:last-of-type {
    border-right: 0;
    padding: 0;
}
#login-middle a {
    color: #FFF;
    background: #007ab5;
    padding: .5em 1em;
    border-radius: 5px;
    transition: all ease .3s;
}
#login-middle a:hover {
    color: #000;
    background: #e5f1f7;
}
/************************ Search Elements ************************/
.search {
    display: none;
    max-width: 500px;
    margin: 0 auto;
    margin-top: -42px;
    position: relative;
    background: #e5f1f7;
    text-align: center;
    z-index: 100;
    box-sizing: border-box;
}
.search div  {
    display: inline-block;
}
.scrolledHead .search {
    top: 146px;
}
a.btnClose:before {
    float: right;
    display: inline-block;
    content: '\f00d';
    color: #007ab5;
    text-align: left;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    margin: 7px 15px 0 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.btnSearch {
	height: 45px;
	width: 45px;
	display: inline-block;
    vertical-align: middle;
	font-size: 0px;
    background: url(/App_Themes/STTI/Global/images/bgSearch.png) no-repeat;
}
.sfsearchBox {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    z-index: 5;
    width: 100%;
    top: 4px;
}
.sfsearchTxt  {
    border: 1px solid #CCC;
    min-width: 400px
}
.k-autocomplete {
    width: auto !important;
}
input.sfsearchSubmit {
    font-size: 0;
    cursor: pointer;
	height: 45px;
	width: 45px;
    border: none;
    background: url(/App_Themes/STTI/Global/images/bgSearch.png) no-repeat !important;
    position: relative;
    top: -5px;
}
input.sfsearchSubmit:hover, .search input[type="submit"]:hover {
    background: url(/App_Themes/STTI/Global/images/bgSearch.png) no-repeat !important;
}
.k-popup.k-list-container {
    padding: 0;
    background: #FFF !important;
    border: 1px solid #CCC !important;
    border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    -webkit-bordr-radius: 10px!important;
}
.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item {
    font-size: 1em;
    color: #000;
    line-height: 1.7em;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    transition: background 0.2s ease;
}
.k-popup.k-list-container .k-state-hover {
    color: #FFF;
    background: #CCC;
}
.sfsearchResultTitle a {
    color: #0079b4;
    font-size: 1.3em;
}
dd.sfsearchResultUrl, dd.sfsearchResultHighLighter {
    padding: 0;
    margin: 0;
}
.sfsearchResultHighLighter {
    margin: 0 0 10px 0 !important;
    padding: 10px 0 !important;
    border-bottom: 1px dotted #CCC;
}
nav .k-block, nav .k-widget, nav .k-header {
    background: none !important;
}
/********************* Main Navigation *********************/
a.btnRwd {
    display: none;
    width:52px;
    height:52px;
    background: #4a307c;
    margin-right: -1em;
}
a.btnRwd:after {
    content: '\f0c9';
    color: #715b9c;
    text-align: center;
    font: normal normal normal 3em/52px FontAwesome;
    margin-right: 8px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
nav .k-menu .k-item {
    float: none !important;
    display: inline-block !important;
    border-right: none !important;
}
nav .k-menu .k-last {
    background: none;
}
nav .k-menu .k-item>.k-link {
    color: #FFF;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 600;
}
nav a.sfSel.k-link, nav .k-menu .k-item>.k-link:hover {
    background: #4a307c;
}
nav .k-menu .k-item>.k-link>.k-i-arrow-s {
    margin-right: 0;
}
nav .k-menu .k-menu-group {
    border: none;
}
nav .k-group {
    background: #4a307c !important;
}
nav .k-menu .k-menu-group .k-item {
    display: block !important;
    background: none;
}
nav .k-menu .k-menu-group .k-item>.k-link {
    font-size: 1.3em;
    font-weight: normal;
    text-transform: none;
    color: #FFF;
    text-align: left;
    padding: .5em 1em;
    transition: background 0.2s ease;
}
nav .k-menu .k-menu-group .k-item>.k-link:hover {
    color: #FFF;
    background: #007ab5;
}
nav .k-icon {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
}
nav .k-i-arrow-e:before {
    content: '\f054';
    color: #FFF;
    margin: 0 0 0 15px;
    text-align: left;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/************************ L3 Navigation ************************/
.rightNav .k-treeview {
	white-space: normal;
    overflow: hidden;
}
.rightNav .k-treeview .k-item {
	padding: 0;
}
.rightNav .k-treeview a.k-in {
	color: #000;
	display: block;
	margin: 0;
	padding: .6em 1em;
	border: none;
	border-bottom: 1px solid #FFF;
    background: #ededed;
    transition: background 0.2s ease;
}
.rightNav .k-treeview .k-item>.k-group a.k-in {
	padding: .6em 2em;
    border-bottom: none;
}
.rightNav .k-treeview .k-item a.k-in:hover, .rightNav .sfSel {
    background: #e5f1f7 !important;
}
.rightNav .k-icon {
    float: right;
    width: 20px;
    height: 20px;
    margin: 11px 13px 0 0 !important;
    background-image: none;
}
.rightNav .k-icon:before {
    width: 20px !important;
    height: 20px !important;
    color: #442580;
    text-align: left;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.rightNav .k-plus.k-icon:before {
    content: '\f054';
}
.rightNav .k-minus.k-icon:before {
    content: '\f078';
}
.rightNav .k-treeview .k-item > .k-group .k-icon:before {
    width: 16px !important;
    height: 16px !important;
    color: #007ab5;
    font: normal normal normal 16px/1 FontAwesome;
}
/******************* Bread Crumbs ******************/
.l2crumbz .RadSiteMap .rsmOneLevel .rsmItem .rsmLink {
    padding-left: 0;
}
.sfBreadcrumbWrp a:hover {
    background: none !important;
    text-decoration: underline;
}
/************************ Sitemap Nav ************************/
.sitemap .k-treeview {
	white-space: normal;
    overflow: hidden;
}
.sitemap .k-group .k-group {
    margin-left: 1em !important;
}
.sitemap .k-treeview .k-item {
	padding: 0;
}
.sitemap .k-treeview a.k-in {
	display: block;
	margin: 0;
	padding: .5em 2em;
	border: none;
}
.sitemap .k-icon {
    float: left;
    width: 20px;
    height: 32px;
    margin: 0 !important;
}
.sitemap .k-icon:before {
    color: #442580;
    text-align: left;
    font: normal normal normal 16px/31px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.sitemap .k-plus.k-icon:before {
    content: '\f0da';
}
.sitemap .k-minus.k-icon:before {
    content: '\f0d7';
}
.sitemap .k-treeview .k-item > .k-group .k-icon:before {
    width: 16px !important;
    height: 16px !important;
    color: #007ab5;
    font: normal normal normal 16px/30px FontAwesome;
}
/******************* Bread Crumbs ******************/
.l2crumbz .RadSiteMap .rsmOneLevel .rsmItem .rsmLink {
    padding-left: 0;
}
.sfBreadcrumbWrp a:hover {
    background: none !important;
    text-decoration: underline;
}

/*********************** General News, Events, Blogs *****************/
.sfnewsList, .sfeventsList, .sfpostsList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sflistitem {
    margin-bottom: 2em;
}
h2.sfnewsTitle a, h2.sfeventTitle a, h2.sfpostTitle a {
    color: #666;
    font-weight: normal;
}
.fullStoryWrap {
    text-align: right;
}
a.sffullstory, a.eventLink {
    color: #0079b3;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0 0 0;
}
a.sffullstory:after, a.eventLink:after {
    content: '\f101';
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: .5em;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/*********************** Home News *****************/
.homeNews {
    margin-bottom: 20px;
}
.mainHomeContent .sfnewsListItem  {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
.sfnewsList a.btnArrow {
    margin-top: 20px;
    display: inline-block;
}
/*********************** Home Events *****************/
.homeEvents {
    margin-top: 70px;
}
.sfeventListItem {
    margin-bottom: 30px;
    clear: both;
}
.dateIcon {
    float: left;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    color: #FFF;
    min-width: 68px;
    text-align: center;
    text-transform: uppercase;
    padding: 3px;
    margin: 0 0 2em 0;
    background: #715b9c;
}
.dateBot {
    background: #FFF;
    color: #715b9c;
    font-size: 1.5em;
}
.eventRight {
    margin-left: 7em;
}
/*********************** Global Pagination *****************/
.sf_pagerNumeric a {
    font-size: 1.2em;
    display: inline-block;
    padding: 0 5px;
    border-radius: 50%;
    margin: 0 3px 0 0;
}
a.sf_PagerCurrent {
    color: #FFF;
    background: #CCC;
}
/*********************** RSS **********************/
.rssArticle {
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px dashed #CCC;
}
.innertube .rssArticle a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
/*********************** FORMS **********************/
.sfFormBox .sfTxt, .sfFieldWrp .sfTxt {
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #CCC;
}
.sfFormBox .sfTxt:focus, .sfFieldWrp .sfTxt:focus {
    outline: none;
    background: #EEE;
}
.sfTxtBoxMedium .sfTxt, .sfFieldWrp .sfTxt {
    width: 50%;
}
.sfError {
    color: #cb252d;
}
.sfSuccess {
    color: green;
    font-size: 1.5em;
}
 .sfSuccess:before {
   // content: '\f05d';
    text-align: left;
    font: normal normal normal 1.2em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
} 
main input[type="submit"] {
    color: #FFF;
    background: #007AB5 none repeat scroll 0% 0%;
    padding: 0.5em 1em;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    border: none;
}
main input[type="submit"]:hover {
    color: #000;
    background: #E5F1F7 none repeat scroll 0% 0%;
}

/*********************** Mobile Nav ***********************/
.rwdNav {
    display: none;
    position: absolute;
    left: 2em;
    right: 2em;
}
.rwdNav .k-treeview {
	background: #4a307c;
	white-space: normal;
}
.rwdNav .k-treeview .k-item {
	padding: 0;
}
.rwdNav .k-treeview a.k-in {
    font-size: 1.3em;
    color: #FFF;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 35px;
	border: none;
    border-bottom: 1px solid #715b9c;
}
.rwdNav .k-treeview .k-item>.k-group a.k-in {
	background: #715b9c;
	padding: 10px 10px 10px 45px;
    border-bottom: none;
}
.rwdNav .k-treeview .k-item>.k-group .k-item>.k-group a.k-in {
	color: #FFF;
    
	background: #363636;
	padding: 10px 10px 10px 55px;
    
	border-bottom: 1px solid #666;
}
.rwdNav a.sfSel.k-in {
    color: #FFF;
    background: #0079b3;
}
.rwdNav .k-treeview .k-item>.k-group .k-item>.k-group .k-item>.k-group a.k-in {
	background: #e5f1f7;
    color: #000;
	padding: 10px 10px 10px 55px;
    border-bottom: 1px solid #FFF;
}
.rwdNav .k-treeview .k-item>.k-group .k-item>.k-group .k-item>.k-group .k-item>.k-group a.k-in {
	background: #e1dede;
    color: #000;
	padding: 10px 10px 10px 55px;
    border-bottom: 1px solid #FFF;
}
.rwdNav .k-plus, .rwdNav .k-minus {
	position: absolute;
    width: 40px;
    height: 40px;
	padding: 0;
	margin: 0 !important;
}
.rwdNav .k-plus:before {
    content: '\f054';
    color: #715b9c;
    text-align: left;
    margin: 8px 0 0 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.rwdNav .k-minus:before {
    content: '\f078';
    color: #715b9c;
    text-align: left;
    margin: 8px 0 0 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.rwdNav .k-item>.k-group .k-plus:before, .rwdNav .k-item>.k-group .k-minus:before {
    color: #4a307c;
}
.rwdNav .k-item>.k-group .k-item>.k-group .k-plus:before, .rwdNav .k-item>.k-group .k-item>.k-group .k-minus:before {
    color: #FFF;
}
/*********************** Member Stories ***********************/
.memberBox {
    position: relative;
    overflow: hidden;
    margin: 1%;
    display: inline-block;
    vertical-align: text-top;
}
.memberGrid .memberBox, .memberList .memberBox {
    max-width: 47%;
}
.memberMain .memberBox {
    max-width: 98%;
    max-height: 466px;
}
.memberGrid .memberBox {
    max-width: 47%;
}
.studentStoriesL2 .memberGrid .memberBox {
    max-width: 22.8%;
}
.memberBox:hover .memberTxt {
     transform: translate(0px, -40%);
    -webkit-transform: translate(0px, -40%);
    -moz-transform: translate(0px, -40%);
    -ms-transform: translate(0px, -40%);
}
.memberMain .memberBox:hover .memberTxt {
     transform: translate(0px, -25%);
    -webkit-transform: translate(0px, -25%);
    -moz-transform: translate(0px, -25%);
    -ms-transform: translate(0px, -25%);
}
.memberBox img {
    margin-bottom: -5px;
}
a.memberLink {
    position: absolute;
    width: 100%;
    height: 100%;
}
.memberTxt {
    color: #FFF;
    background: #007ab5;
    padding: 1em;
    opacity: .9;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -81%;
    transition: .5s all;
    box-sizing: border-box;
}
.memberMain .memberTxt {
    background: #4a307c;
    bottom: -90%;
}
.memberList .memberTxt {
    bottom: -87%;
}
.memberList .memberBox:hover .memberTxt {
     transform: translate(0px, -30%);
    -webkit-transform: translate(0px, -30%);
    -moz-transform: translate(0px, -30%);
    -ms-transform: translate(0px, -30%);
}
.memberTxt h3 {
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
}
.memberTxt div {
    display: inline;
}
.memberTxt a {
    display: inline;
    color: #FFF;
    border-bottom: 1px dotted #FFF;
}
.memberTxt a:hover {
    color: #FFF;
    border-bottom: none;
}
.memberTxt a:after {
    content:'\f101';
    color: #FFF;
    margin: 0 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.memberTitle {
    margin-bottom: 1em;
}
.memberImg img {
  border: 3px solid #ededed;
  float: right;
  margin: 1em;
  max-width: 400px;
}
/************* comments ******************/
.sfcommentsFormWrp {
    width: auto;
    background: none;
}
.sfcommentsForm {
    padding: 1em; 
    border: 1px solid #CCC;
    background: #EEE;
}
ol.sfcommentsFieldsList, ol.sfcommentsList  {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sfcommentsFieldsList li {
    margin: 0 0 15px 0;
}
.sfcommentDetails {
    margin: 0 0 1em 0;
    clear: both;
    display: block !important;
}
.sfcommentAuthorAvatar {
    float: left;
    margin: 0 1em 1em 0; 
}
.sfcommentsForm a.sfLinkBtn {
    display: block;
    padding: 5px;
    background: #CCC;
}
.sfcommentsForm .reToolbar {
    background: #CCC;
}
.sfcommentsSubmitBtnWrp input[type=submit], a.sfLeaveCommentLnk {
    cursor: pointer;
    color: #FFF;
    padding: .5em 1em;
    background: #007ab5;
    border: none;
    border-radius: 5px;
    border-style: none;
    transition: all ease .3s;
}
    a.sfLeaveCommentLnk {
        margin-bottom: 2em;
    }
    .sfcommentsSubmitBtnWrp input[type=submit]:hover, a.sfLeaveCommentLnk:hover {
        color: #000;
        background: #e5f1f7;
    }
/*********************** Backend View ***********************/
.sfPageWrapper .studentStories .whiteBlock {
    top: initial;
    position: initial;
}
.sfPageWrapper .studentStories {
    max-height: none;
}
/********************** All things buttons *****************/
a.btn,a.button{
	
	padding:10px;
	background-color:#007abf;
	border-radius:5px;
	padding-top:8px;
	padding-bottom:8px;
	color:#FFF;
	border:1px solid;
	text-decoration:none !important;
	cursor:pointer;
	white-space:nowrap;
	display:inline-block;
	font-size:14px;
	user-select:none;
	
}

a.btn:hover,a.button:hover{
	
	background-color:#006199;
	color:#FFF;
	
}

a.btn[type="foundationold"],a.button[type="foundationold"]{
	
	padding-left:38px;
	padding-right:38px;
	border-radius:0;
	box-shadow:2px 3px 3px black;
	border:0;
	color:#f8f8f8;
	font-weight:600;
	font-size:14pt;
	background-color:#af2b30;
	text-shadow:1px 1px 0px black;
	background: #2a1d1d;
	background: -moz-linear-gradient(top,  #2a1d1d 0%, #732c2f 50%, #812025 53%, #af2b30 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2a1d1d 0%,#732c2f 50%,#812025 53%,#af2b30 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2a1d1d 0%,#732c2f 50%,#812025 53%,#af2b30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a1d1d', endColorstr='#af2b30',GradientType=0 ); /* IE6-9 */
	
}

a.btn[type="foundation"],a.button[type="foundation"]{
	
	font-size:14px;
	padding:12px;
	padding-top:14px;
	padding-bottom:14px;
	min-width:176px;
	background-color:#be2f37;
	text-align:center;
	border:0;
	font-family:Helvetica, Arial, sans-serif;
	
}

a.btn[type="chapterconsultationold"],a.button[type="chapterconsultationold"]{
	
	-moz-linear-gradient(top,  #7458ab 0%, #482881 68%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7458ab 0%,#482881 68%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7458ab 0%,#482881 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7458ab', endColorstr='#482881',GradientType=0 ); /* IE6-9 */
	padding-right: 15px;
	padding-top: 6px;
	padding-left: 15px;
	padding-bottom: 6px;
	font-size: 14.5px;
	border: 1px solid #412481;
	
}

a.btn[type="chapterconsultation"],a.button[type="chapterconsultation"]{
	
	padding-right: 15px;
	padding-top: 6px;
	padding-left: 15px;
	padding-bottom: 6px;
	font-size: 14.5px;
	background:#7458ab;
	
}

a.btn[type="chapterconsultation"]:hover,a.button[type="chapterconsultation"]:hover{
	
	background:#583e8a;
	
}

a.btn[color="transparent"],a.button[color="transparent"]{
	
	border:1px solid #a09e9e;
	color:#7561a7;
	background-color:transparent;
	
}

a.btn[color="transparent"]:hover,a.button[color="transparent"]:hover{
	
	background-color:rgba(218, 218, 218, 0.62);
	
}

a.btn[type="submitentry"],a.button[type="submitentry"]{
	
	-webkit-box-shadow: -5px 5px 0px 0px rgba(191,225,238,1);
	-moz-box-shadow: -5px 5px 0px 0px rgba(191,225,238,1);
	box-shadow: -5px 5px 0px 0px rgba(191,225,238,1);
	color:white;
	background-color:#078abc;
	padding:9px;
	padding-left:16px;
	padding-right:16px;
	user-select:none;
	display:inline-block;
	font-weight:bold;
	border-radius:0;
	border:0;
	
}

a.btn[type="primary"],a.button[color="primary"]{
	
	padding:10px 20px 10px 20px;
	
}

a.btn[color="green"],a.button[color="green"]{
	
	background-color:#003220;
	
}

a.btn[color="green"]:hover,a.button[color="green"]:hover{
	
	background-color:#5d836f;
	
}

a.btn[color="grey"],a.button[color="grey"],a.btn[color="gray"],a.button[color="gray"]{
	
	background-color:white;
	border:1px solid #ccc;
	color:black;
	
}

a.btn[color="grey"]:hover,a.button[color="grey"]:hover,a.btn[color="gray"]:hover,a.button[color="gray"]:hover{
	
	background-color:#ebebeb;
	border:solid #adadad 1px;
	
}

a.btn[color="purple"],a.button[color="purple"]{
	
	background-color:#442580;
	padding-left:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	border:0;
	
}

a.btn[color="purple"]:hover,a.button[color="purple"]:hover{
	
	background-color:#301d5d;
	
}

a.btn[color="sigmapurple"],a.button[color="sigmapurple"]
{

  background-color:#5e50a1;

}

.btn[color="sigmapurple"]:hover,a.button[color="sigmapurple"]:hover
{

  background-color:#50438d;

}

a.btn[color="lightpurple"],a.button[color="lightpurple"]{
	
	background-color:#715b9c;
	padding-left:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	border:0;
	
}

a.btn[color="lightpurple"]:hover,a.button[color="lightpurple"]:hover{
	
	background-color:#50387e;
	font-family:Helvetica, Arial, sans-serif;
	
}

a.btn[color="red"],a.button[color="red"]{
	
	background-color:#be2f37;
	padding-left:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	border:0;
	
}

a.btn[color="red"]:hover,a.button[color="red"]:hover,a.btn[type="foundation"]:hover,a.button[type="foundation"]:hover{
	
	background-color:#a71e26;
	
}

a.btn[size="xsmall"],a.button[size="xsmall"]{
	
	padding:5px 10px;
	line-height:1.3;
	font-size:12px;
	font-family:Arial;
	
}

a.btn[size="small"],a.button[size="small"]{
	
	padding:8px 10px;
	line-height:1.2;
	font-size:12px;
	border-radius:4px;
	font-family:Arial;
	
}

a.btn[size="medium"],a.button[size="medium"]{
	
	font-size:16px;
	font-weight:300;
	padding:9px;
	padding-right:20px;
	padding-left:20px;
	font-family:'Source Sans Pro', sans-serif;
	
}

a.btn[size="large"],a.button[size="large"]{
	
	font-size:12pt;
	padding:15px;
	padding-left:25px;
	padding-right:25px;
	
}