﻿/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*LAYOUT*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.4285;
    color: #fff;
    /*background: url(../img/texture3.JPG);*/
   /*background: url(../img/bg-3.png);*/
    background: #EEEEEE;
    background-color: #EEEEEE;
    border-top: 7px solid #D04741;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474c56;
}
h1 {
    font-size: 48px;
    /* PIXEL FALLBACK */
    
    font-size: 4.8rem;
}
h2 {
    font-size: 36px;
    /* PIXEL FALLBACK */
    
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 0;
}
h3 {
    font-size: 22px;
    /* PIXEL FALLBACK */
    
    font-size: 2.2rem;
    font-weight: bold;
}
.jumbotron {
    /*background: url(../img/texture3.JPG);*/
    /*squares.JPG texture.JPG);SpinFire.PNG url(../img/Custom/SpinFire/SpinFire.PNG)*/
    
    min-height: 700px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    /*background-color: #EEEEEE;*/
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;

    background: #EEEEEE;
}
.jumbotron h1 {
    /*color: #fff !Important;*/
    color: #474c56;
    margin-top: 0;
}
.jumbotron h2 {
    font-size: 20px;
    /* PIXEL FALLBACK */
    
    font-size: 2.0rem;
    font-weight: normal;
    /*color: #fff;*/
    color: #474c56;
    margin-bottom: 0;
}
.jumbotron p {
    /*color: #fff;*/
    float: left;
    font-size: 18px;
    /* PIXEL FALLBACK */
    
    font-size: 1.8rem;
    margin: 45px 0;
}
h2.form-title {
    color: #fff;
    padding: 36px 0;
    text-align: center;
    position: relative;
}
.verticle-line {
    border-left: 4px solid;
    /*border-color: #e2574c !important;*/
    margin: 50px 0 0;
    padding: 0 0 0 19px;
}
.list-separated {
    margin-top: 10px;
    margin-bottom: 15px;
}
.horizontal-line {
border-bottom: 1px solid #f0f4f7;
}
.tagline {
    display: block;
    border-top: 3px solid #E2574C;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Profile*/

.profile-stat {
    padding-bottom: 12px;
}
.profile-stat-title {
    /*color: #7f90a4;*/
    font-size: 20px;
    text-align: center;
}
.profile-stat-text {
    /*color: #5b9bd1;*/
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}
.profile-desc-title {
    color: #7f90a4;
    font-size: 14px;
    font-weight: 600;
}
.profile-desc-text {
    color: #7e8c9e;
    font-size: 14px;
}
.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
}
.portlet.light.bordered {
    border: 1px solid #e7ecf1 !important;
}
.portlet {
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}
.portlet {
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}
.portlet > .portlet-title {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.portlet > .portlet-body {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.portlet > .portlet-title > .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Tabs*/

.account-main .nav-tabs {
    border: none;
    margin: 0;
}
.account-main > li.active {
    background: 0 0;
    border-bottom: 4px solid #36c6d3;
    position: relative;
}
.account-main .nav-tabs > li.open,
.nav-tabs > li:hover {
    background: 0 0;
    border-bottom: 4px solid #9fe4ea;
}
.account-main .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    /*background-color: transparent;*/
    
    border-bottom-color: transparent;
    border: 1px solid transparent;
}
.account-main .tab-content {
    border-top: 1px solid #dae2ea;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Nav*/
nav {
	height: 40px;
	width: 100%;
	background: #455868;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
    float:left;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	/*width: 600px;*/
	height: 40px;
    float:left;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: block;
	/*width: 300px;*/
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	/*text-shadow: 1px 1px 0px #283744;*/
    outline:0;
    text-decoration:none;
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    padding-left:10px;
    padding-right:10px;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active, nav a:focus, nav a selected, nav li .selected {
	background-color: #8c99a4;
    outline:0;
    color: #fff;
    text-decoration:none;
}
nav a#pull {
	display: none;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Buttons*/

button {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    /*width: 250px;*/
    
    border: none;
    background: #F66013;
}
button:hover {
    background: #333;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Arrows*/

.arrow-down {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 25px solid #F66013;
    bottom: -17px;
    left: 45%;
    position: absolute;
}
.arrow-left {
    position: absolute;
    right: -10px;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid;
}
.arrow-down-2 {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #F66013;
    top: 75px;
    left: 48%;
    position: absolute;
    display: none;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Fancy Labels*/

.label.arrowed,
.label.arrowed-in {
    position: relative;
    z-index: 1;
}
.label.arrowed-in:before,
.label.arrowed:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    border: 1px solid transparent;
    border-right-color: #abbac3;
    -moz-border-right-colors: #abbac3;
}
.label.arrowed-in:before {
    border-color: #abbac3 #abbac3 #abbac3 transparent;
    -moz-border-left-colors: none;
}
.label.arrowed-in-right,
.label.arrowed-right {
    position: relative;
    z-index: 1;
}
.label.arrowed-in-right:after,
.label.arrowed-right:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    border: 1px solid transparent;
    border-left-color: #abbac3;
    -moz-border-left-colors: #abbac3;
}
.label.arrowed-in-right:after {
    border-color: #abbac3 transparent #abbac3 #abbac3;
    -moz-border-right-colors: none;
}
.label-info.arrowed:before {
    border-right-color: #3a87ad;
    -moz-border-right-colors: #3a87ad;
}
.label-info.arrowed-in:before {
    border-color: #3a87ad #3a87ad #3a87ad transparent;
    -moz-border-right-colors: #3a87ad;
}
.label-info.arrowed-right:after {
    border-left-color: #3a87ad;
    -moz-border-left-colors: #3a87ad;
}
.label-info.arrowed-in-right:after {
    border-color: #3a87ad transparent #3a87ad #3a87ad;
    -moz-border-left-colors: #3a87ad;
}
.label-info {
    background-color: #3A87AD;
}
.label-grey {
    background-color: #A0A0A0;
}
.label-success {
    background-color: #82AF6F;
}
.label-warning {
    background-color: #F89406;
}
.label-danger {
    background-color: #D15B47;
}
.label-primary.arrowed:before {
    border-right-color: #428bca;
    -moz-border-right-colors: #428bca;
}
.label-primary.arrowed-in:before {
    border-color: #428bca #428bca #428bca transparent;
    -moz-border-right-colors: #428bca;
}
.label-primary.arrowed-right:after {
    border-left-color: #428bca;
    -moz-border-left-colors: #428bca;
}
.label-primary.arrowed-in-right:after {
    border-color: #428bca transparent #428bca #428bca;
    -moz-border-left-colors: #428bca;
}
.label-success.arrowed:before {
    border-right-color: #82af6f;
    -moz-border-right-colors: #82af6f;
}
.label-success.arrowed-in:before {
    border-color: #82af6f #82af6f #82af6f transparent;
    -moz-border-right-colors: #82af6f;
}
.label-success.arrowed-right:after {
    border-left-color: #82af6f;
    -moz-border-left-colors: #82af6f;
}
.label-success.arrowed-in-right:after {
    border-color: #82af6f transparent #82af6f #82af6f;
    -moz-border-left-colors: #82af6f;
}
.label-warning.arrowed:before {
    border-right-color: #f89406;
    -moz-border-right-colors: #f89406;
}
.label-warning.arrowed-in:before {
    border-color: #f89406 #f89406 #f89406 transparent;
    -moz-border-right-colors: #f89406;
}
.label-warning.arrowed-right:after {
    border-left-color: #f89406;
    -moz-border-left-colors: #f89406;
}
.label-warning.arrowed-in-right:after {
    border-color: #f89406 transparent #f89406 #f89406;
    -moz-border-left-colors: #f89406;
}
.label-important.arrowed:before {
    border-right-color: #d15b47;
    -moz-border-right-colors: #d15b47;
}
.label-important.arrowed-in:before {
    border-color: #d15b47 #d15b47 #d15b47 transparent;
    -moz-border-right-colors: #d15b47;
}
.label-important.arrowed-right:after {
    border-left-color: #d15b47;
    -moz-border-left-colors: #d15b47;
}
.label-important.arrowed-in-right:after {
    border-color: #d15b47 transparent #d15b47 #d15b47;
    -moz-border-left-colors: #d15b47;
}
.label-danger.arrowed:before {
    border-right-color: #d15b47;
    -moz-border-right-colors: #d15b47;
}
.label-danger.arrowed-in:before {
    border-color: #d15b47 #d15b47 #d15b47 transparent;
    -moz-border-right-colors: #d15b47;
}
.label-danger.arrowed-right:after {
    border-left-color: #d15b47;
    -moz-border-left-colors: #d15b47;
}
.label-danger.arrowed-in-right:after {
    border-color: #d15b47 transparent #d15b47 #d15b47;
    -moz-border-left-colors: #d15b47;
}
.label-inverse.arrowed:before {
    border-right-color: #333;
    -moz-border-right-colors: #333;
}
.label-inverse.arrowed-in:before {
    border-color: #333 #333 #333 transparent;
    -moz-border-right-colors: #333;
}
.label-inverse.arrowed-right:after {
    border-left-color: #333;
    -moz-border-left-colors: #333;
}
.label-inverse.arrowed-in-right:after {
    border-color: #333 transparent #333 #333;
    -moz-border-left-colors: #333;
}
.label-pink.arrowed:before {
    border-right-color: #d6487e;
    -moz-border-right-colors: #d6487e;
}
.label-pink.arrowed-in:before {
    border-color: #d6487e #d6487e #d6487e transparent;
    -moz-border-right-colors: #d6487e;
}
.label-pink.arrowed-right:after {
    border-left-color: #d6487e;
    -moz-border-left-colors: #d6487e;
}
.label-pink.arrowed-in-right:after {
    border-color: #d6487e transparent #d6487e #d6487e;
    -moz-border-left-colors: #d6487e;
}
.label-purple.arrowed:before {
    border-right-color: #9585bf;
    -moz-border-right-colors: #9585bf;
}
.label-purple.arrowed-in:before {
    border-color: #9585bf #9585bf #9585bf transparent;
    -moz-border-right-colors: #9585bf;
}
.label-purple.arrowed-right:after {
    border-left-color: #9585bf;
    -moz-border-left-colors: #9585bf;
}
.label-purple.arrowed-in-right:after {
    border-color: #9585bf transparent #9585bf #9585bf;
    -moz-border-left-colors: #9585bf;
}
.label-yellow.arrowed:before {
    border-right-color: #fee188;
    -moz-border-right-colors: #fee188;
}
.label-yellow.arrowed-in:before {
    border-color: #fee188 #fee188 #fee188 transparent;
    -moz-border-right-colors: #fee188;
}
.label-yellow.arrowed-right:after {
    border-left-color: #fee188;
    -moz-border-left-colors: #fee188;
}
.label-yellow.arrowed-in-right:after {
    border-color: #fee188 transparent #fee188 #fee188;
    -moz-border-left-colors: #fee188;
}
.label-light.arrowed:before {
    border-right-color: #e7e7e7;
    -moz-border-right-colors: #e7e7e7;
}
.label-light.arrowed-in:before {
    border-color: #e7e7e7 #e7e7e7 #e7e7e7 transparent;
    -moz-border-right-colors: #e7e7e7;
}
.label-light.arrowed-right:after {
    border-left-color: #e7e7e7;
    -moz-border-left-colors: #e7e7e7;
}
.label-light.arrowed-in-right:after {
    border-color: #e7e7e7 transparent #e7e7e7 #e7e7e7;
    -moz-border-left-colors: #e7e7e7;
}
.label-grey.arrowed:before {
    border-right-color: #a0a0a0;
    -moz-border-right-colors: #a0a0a0;
}
.label-grey.arrowed-in:before {
    border-color: #a0a0a0 #a0a0a0 #a0a0a0 transparent;
    -moz-border-right-colors: #a0a0a0;
}
.label-grey.arrowed-right:after {
    border-left-color: #a0a0a0;
    -moz-border-left-colors: #a0a0a0;
}
.label-grey.arrowed-in-right:after {
    border-color: #a0a0a0 transparent #a0a0a0 #a0a0a0;
    -moz-border-left-colors: #a0a0a0;
}
.label {
    line-height: 1.15;
    height: 20px;
}
.label.arrowed:before {
    left: -10px;
    border-width: 10px 5px;
}
.label-lg.arrowed,
.label-lg.arrowed-in {
    margin-left: 6px;
}
.label.arrowed-in:before {
    left: -5px;
    border-width: 10px 5px;
}
.label.arrowed-right:after {
    right: -10px;
    border-width: 10px 5px;
}
.label-lg.arrowed-in-right,
.label-lg.arrowed-right {
    margin-right: 6px;
}
.label.arrowed-in-right:after {
    right: -5px;
    border-width: 10px 5px;
}
.label-lg {
    padding: .3em .6em .4em;
    font-size: 13px;
    line-height: 1.1;
    height: 24px;
}
.label-lg.arrowed:before {
    left: -12px;
    border-width: 12px 6px;
}
.label-xlg.arrowed,
.label-xlg.arrowed-in {
    margin-left: 7px;
}
.label-lg.arrowed-in:before {
    left: -6px;
    border-width: 12px 6px;
}
.label-lg.arrowed-right:after {
    right: -12px;
    border-width: 12px 6px;
}
.label-xlg.arrowed-in-right,
.label-xlg.arrowed-right {
    margin-right: 7px;
}
.label-lg.arrowed-in-right:after {
    right: -6px;
    border-width: 12px 6px;
}
.label-xlg {
    padding: .3em .7em .4em;
    font-size: 14px;
    line-height: 1.3;
    height: 28px;
}
.label-xlg.arrowed:before {
    left: -14px;
    border-width: 14px 7px;
}
.label-sm.arrowed,
.label-sm.arrowed-in {
    margin-left: 4px;
}
.label-xlg.arrowed-in:before {
    left: -7px;
    border-width: 14px 7px;
}
.label-xlg.arrowed-right:after {
    right: -13px;
    border-width: 14px 7px;
}
.label-sm.arrowed-in-right,
.label-sm.arrowed-right {
    margin-right: 4px;
}
.label-xlg.arrowed-in-right:after {
    right: -7px;
    border-width: 14px 7px;
}
.label-sm {
    padding: .2em .4em .3em;
    font-size: 11px;
    line-height: 1;
    height: 18px;
}
.label-sm.arrowed:before {
    left: -8px;
    border-width: 9px 4px;
}
.label-sm.arrowed-in:before {
    left: -4px;
    border-width: 9px 4px;
}
.label-sm.arrowed-right:after {
    right: -8px;
    border-width: 9px 4px;
}
.label-sm.arrowed-in-right:after {
    right: -4px;
    border-width: 9px 4px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Controls*/

img {
    vertical-align: middle;
    border: 0;
}
.form-control {
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
}
.submit-btn {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border: none;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Signup*/

.form-title h1 {
    font-size: 23px;
}
.form-bg {
    padding: 50px 20px;
    /* default fallback */
    
    background: rgb(36, 56, 66) transparent;
    /* nice browsers */
    
    background: rgba(36, 56, 66, 0.8);
}

.signup-panel{
    background-color: white;
    opacity: 80;
    margin-top: 10px !important;
    padding-top: 5px !important;
    border-radius: 4px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Home*/

.otherlinks-section {
    background: #243842;
    padding: 50px 0;
    margin-top: 0;
}
.otherlinks {
    background: #374d5b;
    height: 75px;
    position: relative;
}
.otherlinks p,
.otherlinks p a {
    line-height: 73px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    width: 100%;
    margin: 0px;
    text-align: center;
}
.highlight-list {
    padding: 0px;
    float: left;
    width: 100%;
    margin: 47px 0 0;
}
.highlight-list li {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.highlight-bullet {
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    height: 45px;
    float: left;
    line-height: 44px;
    text-align: center;
    width: 45px;
}
.highlight-content {
    width: 70%;
    margin-left: 20px;
    float: left;
    margin-top: 10px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*Account*/
.account-logoff {
    float:right;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*RESPONSIVE*/

@media screen and (min-width: 100px) {} @media screen and (max-width: 959px) {
    .home-body-right{
        padding-right: 0px !important;
        margin-right: 0px !important;
        padding-left: 5px;
        margin-left: 23px;
    }
    .form-lbl-uni{
        width: 108px;
    }
}

@media screen and (min-width: 960px) {} @media screen and (max-width: 959px) {
    .container,
    .tab-content {
        padding-left: 5px;
        padding-right: 5px;
        border: 0 !Important;
    }
    .logo {
        text-align: center;
    }
    .jumbotron {
        /*background: url(../img/texture3.JPG);*/
        background-repeat: no-repeat;
        background-color: #EEEEEE;
    }
        #otherlinks-section .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    #otherlinks-section .container .row {
        padding-left: 20px;
        padding-right: 20px;
    }
    #otherlinks-section .otherlinks {
        margin-top: 10px;
    }
        blockquote {
        font-size:10px;
    }

    /*Home Page*/
    /*------------------------------------------------------*/
    
    .highlight-list {
        display: none !Important;
    }
    .home-header-msg,
    .account-header-msg {
        border: 0;
        text-align: center;
        margin: 5px;
        padding: 0;
    }
    .home-header-row {
        margin-top: 5px !Important;
    }
    h2.form-title {
        padding: 26px 0;
    }

    .home-body-left,
    .home-body-right {
        margin-top: 10px !Important;
    }
    .home-otherlinks-msg {
        display: none;
    }

    /*Account Page*/
    /*------------------------------------------------------*/
    .account-logoff {
        margin-top:0px !Important;
        width:100% !Important;
        float: none;
        /*float: left;*/
    }

	nav {
		border-bottom: 0;
        float: none;
        z-index:1000;
        background-color: #283744;
	}
	nav ul {
		display: none;
		height: auto;
        float: none;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../img/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

    nav li {
		display: block;
		float: none;
		width: 100%;
        background-color: #283744;
        border-bottom: 1px solid #576979;
	}
	nav li a {
        border-right:0;
        text-align:left;
        padding-left:25px;
	}
    .footable {
        visibility:visible;
        min-width:300px !important;
    }
}
.franchise-message {
    width: 100%;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    }
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/* Moved from custom.css */
.custom_success {
    border: 1px solid !Important;
    border-color: #cacaca !important;
}
.custom_error {
    border: 1px solid !Important;
    border-color: #d42029 !important;
}
.custom_errorMSG {
    margin: .5em 0;
    display: block;
    color: #dd4b39;
    line-height: 17px;
    -webkit-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
    -moz-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
    -ms-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
    -o-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
    transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
    height: auto;
    max-height: 0px;
    opacity: 0;
}
span.valerror[style*="inline"] {
    display: block !Important;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/***********************************************************************/
.receipt-wrapper{
    max-width: 614px !important;
    width: 100% !important;
}
.receipt-logo{
    max-width: 239px;
   background-size:contain;
   border: none !important;
   outline: none !important;
}
.footable > tbody > tr {
    height: 10px !important;
}
.footable-toggle{
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}
.footable-paging > td{
    margin: 0 0 0 0;
    border: 1px solid #F66013 !important;
    border-left: 0px !important;
    padding: 0 0 0 0;
    background-color:#EEE !important;
}
.footable-pagination-wrapper{
    height: 32px;
    padding: 0px;
    margin: 0px;
    background-color:#EEE;
    display: block;
}
.footable-pagination-wrapper > ul{
   margin-top: 4px;
   padding: 0px;
    margin: 0px;
    background-color:transparent;
    display:inline-flex;
}
.footable-pagination-wrapper > div{
   display: none;
   visibility:hidden;
}
.footable-pagination-wrapper > span{
   
   display: inline-flex;
   vertical-align: top;
   margin-top: 5px;
   margin-left: 10px;
}
/***********************************************************************/