body {
    font-size: .9rem;
    line-height: 1.7142857143;
	overflow-y: hidden
}

#printSection {
	visiblity: hidden;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

h4 {
    font: 700 1.157rem/1.2222222222 Catamaran, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 22px;
}

.header-top{
	padding: 12px 0;
	position: relative;
	z-index: 1;
}

.header-top:before{
	position: absolute;
	top: 0;
	right: -9999px;
	bottom: 0;
	left: -9999px;
	content: "";
	background: #1c1c1c;
	z-index: -1;
	min-height: 55.5px;
	max-height: 55.5px;	
}

.header-top:after{
	content: "";
	display: block;
	clear: both;
}

.container::after {
    clear: both;
}

.container::before, .container::after {
    content: " ";
    display: table;
}

.accessibility{
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -10000px;
	top: auto;
}

#wrapper {
    background: #fff;
    color: #555;
    overflow: hidden;
    position: relative;
}

#header {

    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    padding: 37px 0;
    width: 100%;
    overflow: visible;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);

}

.header-links {
    display: inline-block;
    vertical-align: middle;
    max-width: 110px;
    font-size: 0;
    line-height: 1;
    float: right;
    margin-right: -38px;
	margin-top: 7.5px !important;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;	
}

.header-links li {
    display: inline-block;
    vertical-align: top;
    margin-right: 38px;
}

.header-links a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #bcbcbc;
}

div.logo {
    white-space: nowrap;
}

.logo {
    width: 157px;
    float: left;
    margin-left: 4px;
}

.logo img {
    width: 100%;
    height: auto;
}

[class^="icon-"], [class*=" icon-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-links .text {
    font-size: 0;
    line-height: 1;
}

.header-links [class^="icon-"], .header-links [class*=" icon-"], .header-links .fa {
    font-size: 1.157rem;
}

.header-links [class^="icon-"] {
    font-size: .875rem;
}

#tickerIconWrapper {
    width: 18px !important;
    float: left;
}

#ticker {
    width: calc(83.3333% - 48px) !important;
    font-size: large;
    font-weight: bold;
    float: left;
}

#tickerMessages {
    padding-left: 0;
}

.topreg {

    color: #00457c;
}

.bottomreg {
    color: white;
}

.reg {

    font-size: .9rem !important;
    vertical-align: bottom;
	text-decoration: none; 
}

#nav {

    background: none;
    color: #fff;
    min-height: auto;
    margin-bottom: 0;
    border: none;
    position: static;
}

#nav .navbar-toggle {
    font-size: .9rem;
    line-height: 1;
    background: none;
    color: #888;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: -30px 0 0 0;
        margin-top: -30px;
    border: none;
    border-radius: 0;
}

#nav .navbar-nav > .active > a, #nav .navbar-nav > .hover > a {
    background: whitesmoke;
    color: #cf9406;
}

::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar::after {
    clear: both;
}

.navbar::before, .navbar::after {
    content: " ";
    display: table;
}

#nav .navbar-nav {
    font-size: 1.157rem;
    line-height: 1.2222222222;
    margin: 0;
}

#nav .navbar-nav > li > a {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 38px 15px;
    border-bottom: 1px solid #80a2be;
}

#nav .navbar-collapse {
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    display: block;
    padding: 0;
    margin: 0;
    border-top: none;
}

#nav .navbar-collapse::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00457c;
    display: block;
    pointer-events: none;
    z-index: -1;
}

#nav .navbar-collapse::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -9999px;
    left: -9999px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: rgba(0, 0, 0, .5);
    display: block;
    opacity: 0;
    pointer-events: none;
    z-index: -2;
}

.nav::before, .nav::after {
    content: " ";
    display: table;
}

.nav::after {
    clear: both;
}

#main {
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    width: 100%;
}

.social-networks, .widget ul, .header-links, .drop-block, .footer-nav-list, .contact-detail, .docs {
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
    list-style: none;
}

.docs::before {
    width: 1px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: #a6a5a6;
    margin: 0 16px 0;
}

.docs li {
    margin-bottom: 24px;
}

.docs li + li::before {
    width: 1px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: #a6a5a6;
    margin: 0 16px 0;
}

.docs a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #bcbcbc;
}

.docs a:hover {
    color: #fff;
}

.jumbotron::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 69, 124, .55);
    z-index: -1;
    content: "";
}

.jumbotron {
    font-size: 1.0275rem;
    line-height: 1.5;
    text-align: center;
    padding: 22px 0 55px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
	min-height: 498px;		
	max-height: 498px;	
}

.footer-area {
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    background: #141215;
    color: #ccc;
    width: 100%;
}

.footer-navigation {
    padding: 103px 13px 22px;
}

.footer-nav {
    font-size: .9rem;
    line-height: 1.7142857143;
    margin-bottom: 56px;
    padding-left: 5px;
}

.footer-nav-list a:hover {
    color: #fff;
}

.footer-area .logo {
    width: 173px;
    float: none;
    margin: 0 0 22px -5px;
}

.footer-nav-list {
    font-size: .9rem;
    line-height: 1.2857142857;
    margin-bottom: 24px;
}

.footer-nav-list li {
    padding-left: 11px;
    margin-bottom: 12px;
    position: relative;
}

.footer-nav-list a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #bcbcbc;
}

.footer-nav h4 {
    font-size: 1.02587rem;
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 33px;
    position: relative;
}

.footer-nav h4::after {
    width: 31px;
    height: 1px;
    background: #bcbcbc;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-nav .text {
    margin-bottom: 43px;
}

.location-form {
    max-width: 225px;
    padding: 0;
    margin: 0 0 0 -3px;
    position: relative;
    border: 1px solid #565457;
}

.location-form .form-group {
    margin-bottom: 0;
}

.location-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #777;
}

.location-form .form-control {
    font-size: .9rem;
    line-height: 1.2857142857;
    background: none;
    color: #fff;
    height: 45px;
    font-style: italic;
    padding: 6px 45px 6px 15px;
    border: none;
}

.location-form input[type="submit"] {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    background: none;
    width: 43px;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	color: inherit;
}

.contact-detail address {
    line-height: 1.29;
    margin-bottom: 0;
}

.contact-detail [href^="mailto:"] {
    word-break: break-all;
}

.contact-detail li {
    padding-left: 33px;
    margin-bottom: 24px;
    position: relative;
}

.contact-detail [class^="icon-"], .contact-detail .fa {
    font-size: 1.157142859rem;
    position: absolute;
    top: 0;
    left: -2px;
}

.contact-detail a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #bcbcbc;
}

#footer {
    font-size: .9rem;
    line-height: 1.7142857143;
    padding: 12px 8px 12px;
    border-top: 1px solid #434144;
}

#sidebar {
    padding-left: 53px;
    border-left: 1px solid #ebebeb;
	height: 100%;
}

.custom-checkbox{
	vertical-align: text-top;
}

@media(min-width: 768px) {
	.header-links {
    	margin-right: -16px;
	}
	
	.header-links li {
	    margin-right: 16px;
	}
	
	#header {
	    padding: 32px 0;
	}
	
	.logo {
	    width: 198px;
	}
	
	#nav .navbar-toggle {
	    margin-top: -29px;
	}
	
	.jumbotron::after {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    width: 0;		
	}
	
	.jumbotron {
	    white-space: nowrap;
	    text-align: center;
		text-align: left;
		padding: 0;
	}
	
	.footer-navigation {
	    padding: 102px 0 22px;
	}
	
	#footer {
	    text-align: center;
	    padding: 12px 0;
		white-space: nowrap;
	}
	
	.docs li {
	    display: inline-block;
	    vertical-align: top;
	    margin-bottom: 0;
	}
	
	.docs:before {
		content: "";
	}
	
	.docs li + li::before {
	    content: "";
	}
}

@media(min-width: 1024px) {
	#nav .navbar-nav > .active > a, #nav .navbar-nav > .hover > a {
	    background: none;
	}

	.header-links {
	    max-width: calc(100% - 150px);
	    margin-right: -45px;
		width: 220px;
		display: block;
		position: relative;
	}
	
	.header-links li {
	    margin-right: 45px;
	}
	
	header-links [class^="icon-"] {
	    font-size: .8357rem;
	}
	
	.header-links .text {
	    font-size: .85rem;
	    padding-left: 13px;
	}
	
	#header {
	    padding-bottom: 25px;
	}
	
	.logo {
	    width: 200px;
	    float: left;
	    margin-left: 0;
	}
	
	#nav .navbar-nav > li > a {
	    color: #888;
	    text-transform: uppercase;
	    font-weight: 700;
	    padding: 0;
	    border-bottom: none;
	}
	
	.navbar-toggle {
	    display: none;
	}
	
	.logo {
	    width: 200px;
	    float: left;
	    margin-left: 0;
	}
	
	#nav .navbar-nav {
	    font-size: .9rem;
	    line-height: 1.2857142857;
	    display: inline-block;
	    vertical-align: top;
	    float: none;
	    margin-right: -19px;
	}
	
	#nav .navbar-collapse::before {
	    bottom: auto;
	}
	
	#nav .navbar-nav > li {
	    display: inline-block;
	    vertical-align: top;
	    float: none;
	    padding-bottom: 15px;
	    margin-right: 19px;
	}
	
	.footer-navigation {
	    padding: 102px 0 40px;
	}
	
	.footer-nav {
	    padding: 15px 0 0;
	    margin-bottom: 20px;
	}
	
	.footer-area .logo {
	    margin: -16px 0 22px 5px;
	}
	
	.footer-nav-list li {
	    padding-left: 21px;
	}
	
	.footer-nav h4 {
	    margin-bottom: 40px;
	}
	
	.docs {
	    display: inline;
	}
	
	.contact-detail [class^="icon-"], .contact-detail .fa {
	    left: -5px;
	}
	
	.contact-detail li {
	    padding-left: 30px;
	    margin-bottom: 4px;
	}
}

@media(min-width: 1300px) {
	#nav {
	    width: calc(100% - 220px);
	}
	
	.logo {
	    width: 220px;
	}
	
	#nav .navbar-nav {
	    margin-right: -27px;
	}
	
	#nav .navbar-nav > li {
	    margin-right: 27px;
	}
	
	.footer-navigation {
	    padding-bottom: 35px;
	}
	
	.container {
	    width: 1190px;
	    max-width: 100%;
	}
	
	#footer {
	    padding: 12px 0;
	}
	
	.contact-detail li {
	    margin-bottom: 22px;
	}
}

.pull-right{
	float: right !important;
}

.icon-pinpad{
	background-image: url("/img/icon-pinpad.svg");
	height: 15.957px;
	width: 12px;
}

.scrollable {
    max-height: calc(100vh - 97px) !important;
	min-height: calc(100vh - 97px) !important;
    overflow-y: scroll;
}

.btn
{
	cursor: pointer;
}

a.btn-primary
{
	color: #FFF !important;
}

.form-control::placeholder
{
	color: #999;
}