/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*fonts
================================*/
@font-face{
	font-family:'Futura';
	src:url("fonts/Futura.eot");
	src:url("fonts/Futura.eot?#iefix") format("embedded-opentype"),url("fonts/Futura.woff") format("woff"),url("fonts/Futura.ttf") format("truetype"),url("fonts/Futura.svg#0a6c4238-8f76-4cd8-8a7c-919987f6f22f") format("svg")}
@font-face{font-family:'Lato';src:url("fonts/Lato-Reg-webfont.eot");src:url("fonts/Lato-Reg-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/Lato-Reg-webfont.woff") format("woff"),url("fonts/Lato-Reg-webfont.ttf") format("truetype"),url("fonts/Lato-Reg-webfont.svg#lato") format("svg");font-style:normal;font-weight:normal}
@font-face{font-family:'Lato';src:url("fonts/Lato-RegIta-webfont.eot");src:url("fonts/Lato-RegIta-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/Lato-RegIta-webfont.woff") format("woff"),url("fonts/Lato-RegIta-webfont.ttf") format("truetype"),url("fonts/Lato-RegIta-webfont.svg#latoregularitalic") format("svg");font-style:italic;font-weight:normal}


/*common
================================*/

body {
    background-color: #cdd7dd;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    line-height: 1.5;
}

#main-site-wrapper  h1 span,
#main-site-wrapper  h2 span,
#main-site-wrapper  h3 span,
#main-site-wrapper  h4 span,
#main-site-wrapper  h5 span,
#main-site-wrapper  h6 span,
#main-site-wrapper  label span {
    padding: 0;
}

#main-site-wrapper .tiny-hint {
    color: #777;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 11px;
    text-transform: lowercase;
}


/*colors
================================*/
a, a:hover { color: #00539f; }
    
.bg-color-bluegray {
    background: #98B0D2;
}

.bg-color-bluegray h1 {
    color: #00539f;
}

.link-gray a {
    color: #c2c2c2;
    text-decoration: none;
}

.main-bg-color {
    color: #fff;
    background: #00539f;
}

.main-bg-gray {
    color: #fff;
    background: #BFCBD8;
}

.main-bg-color-white {
    background: #fff;
}

.main-bg-color-white h2 {
    color: #00539f;
    font-size:13px;
}

main-bg-color-white h1{color: #00539f;}

.main-bg-color p {
    color: #fff;
}

#main-site-wrapper .asterix {
    color: #E70F47;
    font-size: 14px;
    font-weight: 100;
}

.col_dark_blue{color: #00539f;}
.col_light_blue{color: #0096db;}
.col_white{color: #fff;}
a.col_white, a.col_white:hover, a.col_white:focus{color:#fff; text-decoration:underline;}


/*buttons
================================*/
.arrow-button {
    position: relative;
    background: none repeat scroll 0 0 #E70F47;
    float: left;
    text-align: center;
    z-index: 80;
    height: 40px;
    display: block;
}

.arrow-button a,
.arrow-button input {
    border: 0 none;
    outline: 0 none;
    line-height: 23px;
    background-color: #E70F47;
    padding: 8px 2px 8px 7px;
    cursor: pointer;
    color: #FFF;
    font-weight: normal;
    font-family: 'Futura', 'Trebuchet MS',sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none !important;
    float: left;
    min-width: 60px;
    height: 40px;
    margin: 0;
    z-index: 10;
    -webkit-appearance: none;
}

.arrow-button a:after,  .arrow-button:after{
    left: 100%;
    top: 50%;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #e70f47;
    border-width: 20px;
    margin-top: -20px;
    z-index: 90;
}

.arrow-button.blue input {
    background: #0096db;
}

.arrow-button.blue:after {
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #0096db;
}

.arrow-button.bblue{background: none repeat scroll 0% 0% #00AFFF;}
.arrow-button.bblue:after { border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #00AFFF;}
.arrow-button.bgrey:after { border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #d0d0d0;}
.arrow-button.bblue input,  .arrow-button.bblue a{ background-color: #00AFFF;}
.arrow-button.bgrey input,  .arrow-button.bgrey a{ background-color: #d0d0d0;}

.arrow-button.sm{height: 30px; margin:10px 0px 0px 15px;}
.arrow-button.sm a, .arrow-button.sm input 
{
height: 30px;
padding: 4px 2px 4px 7px;
font-size:12px;
}
.arrow-button a:after,  .arrow-button:after{
    border-width: 20px;
    margin-top: -20px;
}

.arrow-button.sm a:after,  .arrow-button.sm:after{
    border-width: 14px;
    margin-top: -14px;
}




 /*headers
    ================================*/
h1, h2, h3 {
    font-family: 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    overflow: hidden;
}

h2 {
    font-size: 16px;
}

p {
    line-height: 1.5;
}

/*nav bar
================================*/
.container-fluid .navbar-nav {
    margin: 0;
}

 /*form
    ================================*/
#main-site-wrapper input {
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#main-site-wrapper input:focus,
#main-site-wrapper .form-control:focus,
#main-site-wrapper textarea:focus {
    border-color: #0070B0 !important;
    box-shadow: none;
}

#main-site-wrapper select:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#main-site-wrapper label {
    color: #444B52;
    font-family: 'Lato','Trebuchet MS' , sans-serif;
    text-align: right;
}

#main-site-wrapper .text-left {
    text-align: left;
}

#main-site-wrapper .input-wrapper {
    /*height: 37px;*/
    height:auto;
}

#main-site-wrapper .radio-check {
    height: 0;
    clear: both;
}

#main-site-wrapper input[type=checkbox],
#main-site-wrapper input[type=radio]  {
    float: left;
    margin: 2px 0 0;
    margin-right: 5px;
}

.errorMessage, p.errormessage {font-size: .8em;}
.successMessage {font-size: .8em; color:#0096DB !important;}
.errorMessage .val-eror{font-size: 1.2em; padding:10px;}
#main-site-wrapper .loginform .input-wrapper {width: 100% !important;}




/*main
================================*/
.row.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}



.col-left{padding-left:0px;padding-right:8px;}
.col-mid{padding-left:4px;padding-right:4px;}
.col-right{padding-left:8px;padding-right:0px;}

.businessdayc .col-sm-2, .fringe_br .col-sm-2 {padding-top:10px;}
.businessdayc .col-sm-6, .fringe_br .col-sm-6, .businessdayc .col-sm-5, .fringe_br .col-sm-5 {padding-top:10px;}
.vcenter{
  position: relative;
  top: 0%;
 left: 5%;
transform: translate(-10%, 8%);
}

main.row{margin-top:10px;}

main.no-margin {
    margin-bottom: 10px !important;
}

.col-pa-bt15 {
    margin-bottom: 15px !important;
}

.main-bg-color {
    color: #fff;
    background: #00539f;
}

.main-bg-color-white {
    background: #fff;
    color:#222;
}

.main-bg-color-lblue{ background: #0096db;}

.main-bg-color-white h2, .main-bg-color-white h1{
    color: #00539f;
}

.main-bg-color p {
    color: #fff;
}

#main-site-wrapper .flexslider {
    border: none;
}

.video-wrapper {
    border: none;
}

.main-content-wrapper {
    background: #e5eef6;
}

#main-site-wrapper nav, #main-site-wrapper nav .dropdown-menu{
    padding: 0;
    background: #00539f;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    min-height: 45px;
}

.conf-banner-wrapper,
#main-site-wrapper nav .container-fluid {
    padding: 0;
}

#main-site-wrapper nav a.activated, #main-site-wrapper nav .active a,  #main-site-wrapper nav a:hover, #main-site-wrapper nav li .dropdown.open{
  color: #fff;
  background: #0096db;
}


#main-site-wrapper nav a {
    border-right: 1px solid #024B8A;
    font-family: 'Futura', 'Trebuchet MS', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 8px;
}

#main-site-wrapper nav li:last-child > a {
    color: #0FB3FF;
}

#main-site-wrapper nav li:last-child > a:hover, #main-site-wrapper nav li.active:last-child > a {
    color: #fff;
}


#main-site-wrapper .navbar-default .navbar-nav .dropdown > .open > a:focus, #main-site-wrapper .dropdown-toggle.active,
#main-site-wrapper .navbar-default .navbar-nav > .open > a,#main-site-wrapper .navbar-default .navbar-nav > .open > a:focus,#main-site-wrapper .navbar-default .navbar-nav > .open > a:hover
{
    background-color: #0096db;
    color: #fff;

}



#main-site-wrapper nav .dropdown-menu li:last-child > a {
    color: #fff;
}

#main-site-wrapper .navbar-default .navbar-nav > .open > a:focus, #main-site-wrapper .navbar-default .navbar-nav > .open > a:hover, 
{
    background-color: #00539f;
    color: #fff;

}


#main-site-wrapper .dropdown li a{
 border-bottom: 1px solid #024B8A;
 border-right:0px;
}

.conf-banner-wrapper img, main .img-responsive {
    width: 100%;
}

article{margin-top:10px;}
.margin-top-15 {margin-top:15px;}
.margin-top-10 {margin-top:10px;}

/*slider
================================*/
.flexslider-2 iframe {
    width: 100%;
    height: 208px;
}

/* my application*/
.panel-heading {
    color: #FFF;
    background-color: #428BCA;
    border-color: #428BCA;
}

/*wellcome
================================*/
.welcome-wrapper .main-bg-color {
    padding-bottom: 15px;
}

/*footer
================================*/
footer {
    color: #fff;
    margin-bottom: 10px !important;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
}

footer .main-bg-color-lblue{padding-bottom:10px;}
.powered-by{ padding: 8px 0;}
.powered-by p.small{margin:0px;}
.promoted-by {padding:10px 0 10px 0;}
footer h2{padding-bottom:0px;margin-bottom:0px;}
.table-bordered td{border: 1px solid #6E6E6E !important;border-bottom:0px;padding:1px;}
.read_only{background: #eeeeee none repeat scroll 0% 0%;}

/***Comercial.tml***/
.fringe_br {
    background: transparent url("/images/fringe_br.jpg") no-repeat scroll center top;
     background-size: cover; 
     min-height: 134px;  
}

.businessdayc {
    background: transparent url("/images/business-day.jpg") no-repeat scroll center top;
    min-height: 134px;
	background-size: cover;
}

.vbottom {
    position: inherit;
    bottom: inherit;
}

/*** Fringe Booking ***/
.fringe_bg {
    background: transparent url("/images/fringe_br.jpg") no-repeat scroll center top;
     background-size: cover; 
     padding:10px; 
}

.pa-10{padding:10px;}

/* =========== My Profile page =======*/

.reserved-session li{min-width:245px;} 

.nav-tabs{background-color:#00539f;border-bottom:none}
.tabs .nav-tabs>li{margin:0;position:relative}.tabs
.nav-tabs>li>a{margin:0;color:#FFF;border-left:1px solid rgba(255,255,255,0.2) !important;border-right:1px solid rgba(0,0,0,0.15) !important;border-top:none;border-bottom:none;line-height:auto;height:36px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.tabs .nav-tabs>li>a .menu-icon{margin-right:5px}
.tabs .nav-tabs>li>a .menu-active{width:100%;position:absolute;bottom:-8px;left:0;text-align:center;visibility:hidden;font-size:16px}
.tabs .nav-tabs>li.active>a,.tabs .nav-tabs>li.active>a:hover,.tabs .nav-tabs>li.active>a:focus{border:none;background:#0096db;color:#FFF}
.tabs .nav-tabs>li.active>a .menu-active,.tabs .nav-tabs>li.active>a:hover .menu-active,.tabs .nav-tabs>li.active>a:focus .menu-active{visibility:visible}
.tabs .nav-tabs>li:last-child{border-right:1px solid rgba(255,255,255,0.2)}.tabs .nav-tabs>li>a:hover{background-color:rgba(255,255,255,0.15)}
.tabs .tab-content{background-color:#FFF;position:relative;}
.tabs{border: 1px solid #00539f;border-radius: 3px;}
.table-condensed .progress{margin-bottom:0px !important;}
.table-condensed th {border-bottom: 1px solid #0064BA !important;}
.list-inline li{padding-bottom:5px;}

/* =========== Embeded Responsive Classes =======*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
    
}

/*====Include media-query.css=====*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

body {
    padding: 0;
}

.main-content-wrapper {
    padding: 0;
}

.container-fluid>.navbar-collapse,
#main-site-wrapper .navbar-collapse {
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle,
.navbar-toggle.collapsed,
.navbar-toggle.collapsed:hover {
    border: none;
    margin-top: 5px;
    margin-bottom: 4px;
    margin-right: 25px;
    background: transparent;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-toggle.collapsed .icon-bar,
.navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar{
    background-color: #e6e6e6;
    width: 30px;
    height: 3px;
}

.navbar-toggle.collapsed:hover .icon-bar {
    background: #fff;
}

.main-content-wrapper {
    width: 100%;
}

#main-site-wrapper nav a {
text-align:center;
}

.col-pa-bt15 {
    margin-bottom: 10px !important;
}


/*footer
================================*/
.dev-company {
    float: left;
}

@media (max-width: 767px){
 .col-left, .col-right, .col-mid{padding-left:0px;padding-right:0px;}
}

@media (min-width:767px) and (max-width: 800px) {
 h1.box_header{font-size:14px;} 
}

@media (max-width: 444px) {
.arrow-button.sm{height: 30px; margin:0px 0px 10px 0px;}
.arrow-button.sm a, .arrow-button.sm input 
{
height: 30px;
padding: 8px 2px 4px 7px;
}
}


/* Small devices (tablets, 768px and up)*/
@media (min-width: 798px) {
    .main-content-wrapper {
        width: 100%;
        padding: 0 10px;
    }
    
    .container-fluid>.navbar-collapse,
    #main-site-wrapper .navbar-collapse {
        margin: 0;
        padding: 0 10px;
    }
	
	.businessdayc .col-sm-2, .fringe_br .col-sm-2{padding-top:65px;}
	.businessdayc .col-sm-6, .fringe_br .col-sm-6, .businessdayc .col-sm-5, .fringe_br .col-sm-5{padding-top:25px;}
	
	.dnscode{display:block;}
	
	.vbottom {
    position: absolute;
    bottom: 0;
}
}

/*   (desktops, 992px and up) */
@media (min-width: 992px) {
    .main-content-wrapper {
        width: 970px;
    }

    .row.no-margin {
        margin: 0;
    }

    .dev-company {
        float: right;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:  1200px) {

    .row.no-margin {
        margin: 0;
    }
}





/* ==========================================================================
   Media query
   ========================================================================== */
@media (min-width: 360px) {
    .row {
        margin-left: -15px;
    }    
}


@media (min-width:  992px) {

    .row.no-margin,  .no-margin{
        margin: 0;
    }

    label.col-sm-3 {
        width: 30.333333%;
    }

 /*** col with same height ***/
 .row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}
}


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 492px) {

	/* Force table to not be like tables anymore 
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) 
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	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;
	}
*/
}


p.errormessage {color:red;}
a.blue:link, a.blue:visited, a.blue:active{
padding:  0 0 0 16px;
text-decoration: none;
    background-image: url(/resources/nccelections/img/blue_arrow_solo.gif);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    color: #0093D0;
font-family:arial,helvetica,freesans,sans-serif;
font-size:12px;
}


a.blue:hover {
    padding:  0 0 0 20px;
    background-image: url(/resources/nccelections/img/blue_arrow_solo_over.gif);
    background-repeat: no-repeat;
    background-position: 5px 4px;
    color: #0093D0;
}

.border{
    border-bottom:1px dotted #d4d4d4;
    padding:3px 2px;
}

td input[type=submit]{
color: #fff;
    background-color: #00539f;
    border-color: #024B8A;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 15px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    font-family: 'Futura', 'Trebuchet MS', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
td input[type=submit]:hover{
    background-color: #0096db;
    border-color: #024B8A;
}


td{text-align:left !important;}
.checkboxInput input[type='checkbox'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #024B8A;
}
.checkboxInput input[type='checkbox']:checked {
    background: #00539f;
}

.checkboxLabel{  
font-size:1.4em;
 font-family: 'Lato','Trebuchet MS' , sans-serif;
}

h1, h2{color: #00539f !important;}
h1.box_header{color: #fff !important;}