@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

html {
  font-size: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  background-color:#fff;
}
img {
  max-width: 100% !important;
  height: auto !important;
}
a {
  color:#0f0679;
}
a:hover {
  color:#e60000;
}
a:visited {
  text-decoration:none;
}
img#logo {
  height: auto;
  margin-top:7px;
  padding-left:15px;
  background-color:#fff;
}
p, h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  line-height:140%;
}
p:last-child {
  margin-bottom: 0px;
}

#toparea {
  background:#efefef;
  border-bottom:1px solid #c6c6c6;
  padding: 7px 0px;
  text-align: right;
}
#toparea form {
  display: inline-block;
}
#toparea form input {
  display: block;
  margin-left: 15px;
  width: 190px;
  height: 32px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 30px;
  background-image: url(magnify.png);
  background-position: 8px 8px;
  background-repeat: no-repeat;
  text-align:left;
  font-size:12px;
}

#topnav{
  margin:0px;
  padding:0px;
  text-align:right;
  display:inline;
}
#topnav li{
  display:inline-block;
  float:none;
  font-size:14px;
  color:#000000;
  margin-left:14px;
}
#topnav li a{
  color:#000000;
}
.hdrsocial{
  max-height: 20px;
}
.hdrsocial img{
  max-height:18px;
  margin-top:0;
  padding:0px 1px;
}

#branding {
  padding: 25px 3px;
  background-color:#ffffff;
  border-bottom:3px solid #0f0679;
  position:relative;
  display:block;
  z-index:2;
}
#branding .col-md-3{
  padding-left:0px;
}
#headright{
  margin-top:20px;
}
#sliderow{
  z-index:1;
}
.nivo-nextNav {
  right: 1%;
  background-image: url(right-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}
.nivo-prevNav {
  left: 1%;
  background-image: url(left-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.nivo-caption {
  text-align:center;
  top:0;
  left:0;
  height: 15%;
  position:absolute;
  font-weight:700;
  text-shadow:1px 1px 1px #000;
  background: #888888;
}
.nivo-caption span {
  font-size:24px;
}

a.bluebtn {
  background-color:#0a0276;
  border-radius : 5px;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  display:inline-block;
  color:#fff;
  padding:10px 20px;
  text-decoration:none;
}
a.bluebtn:visited {
  text-decoration:none;
}
a.bluebtn:hover {
  text-decoration:none;
  background:#e90000;
}

#homegrey {
  padding: 50px 0px;
  background-color: #ffffff;
  border-top:3px solid #0f0679;
}
#homegrey h1, #homegrey h2 {
  font-weight: 600;
  color: #0f0679;
  font-size: 20px;
  border-bottom:2px solid #e0e0e0;
  padding-bottom:5px;
  margin-bottom:15px;
}
.homeinfohdr {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}
#homegrey h3 {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  padding-bottom:5px;
  margin-bottom:15px;
}
#homegrey p, #homegrey ul li{
  color: #000000;
  font-size: 16px;
}
#homegrey ul{
  margin-bottom:20px;
}
#homegrey ul {
   list-style-type: disc;
   list-style-position: inside;
}
#homegrey ol {
   list-style-type: decimal;
   list-style-position: inside;
}
#homegrey ul ul, #homegrey ol ul {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
}
#homegrey ol ol, #homegrey ul ol {
   list-style-type: lower-latin;
   list-style-position: inside;
   margin-left: 15px;
}

#footerboxes {
  background :#424242;
  padding-top:30px;
  padding-bottom:40px;
}
#footerboxes .boxarea{
  padding:30px 15px;
}
.footerh3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #eeeeee;
  padding-bottom:12px;
}
#footerboxes ul li {
  color:#ffffff;
  font-size:15px;
  line-height:200%;
}
#footerboxes p {
  color:#ffffff;
  font-size:15px;
  line-height:150%;
}
#footerboxes p a{
  font-weight:bold;
  color:#ffffff;
}

.embed-container {
  position: relative;
  padding-bottom: 52%;
  height: 0;
  overflow: hidden;
  border: 2px solid #bbb;
  margin-bottom:10px;
  max-width:98%;
} 
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
}

nav#main ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
  margin-top:5px;
}
nav#main ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-left: 12px;
}
nav#main ul li:first-child {
  margin-left: 0px;
}
nav#main ul li a {
  color: #0f0679;
  font-size: 16px;
  padding: 16px 0px;
  display: block;
  font-weight:700;
}
nav#main ul li a:hover {
  text-decoration: none;
  color: #e60000;
}
#rmfoot #copyright {
  padding-top: 20px;
}
#rmfoot #copyright p {
  font-size: 11px;
  color: #8c8c8c;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-color: #0a0276;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color:#e90000;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#pageinterior {
  padding: 20px 0px;
  background : -moz-linear-gradient(50% 100% 90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(230, 230, 230, 1) ), color-stop(1, rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0);
}
#pagetitle {
  background-color:#e90000;
  padding:20px 0px;
  background-image:url(shadow.png);
  background-repeat:repeat-x;
}
#pagetitle h1{
  font-size:32px;
  font-weight:normal;
  line-height:normal;
  margin:0px;
  color:#ffffff;
}

#sidebar {
  margin-top:10px;
}
#sidebar .widget {
  height: auto;
  margin-bottom:20px;
  padding:20px;
  background-color:#f2f2f2;
  border:1px solid #dbdbdb;
  border-radius:12px;
  -moz-border-radius:12px;
}
#sidebar, #sidebar p {
  text-shadow:none;
  color:#333333;
}
.sidebarh3 {
  display: inline-block;
  font-size:20px;
  font-weight:bold;
  color:#333333;
  padding-bottom:10px;
}
#sidebar .widget a.orangebtn{
  font-size:14px;
  padding:5px 12px;
}

#pagecontent {
  background : #ffffff;
  padding: 20px 0px 50px;
  background-image:url(foot-shadow.png);
  background-repeat:repeat-x;
}
#pagecontent p {
  font-size: 100%;
}
#pagecontent h2, #pagecontent h3, #pagecontent h4, #pagecontent h5, #pagecontent ul, #pagecontent p {
  margin-bottom: 20px;
}
#pagecontent h2 {
  font-weight:900;
  font-size: 26px;
  color: #0a0276;
}
#pagecontent h3 {
  font-weight:900;
  font-size: 24px;
  color: #000000;
}
#pagecontent h4 {
  font-size: 20px;
  color: #000000;
  font-weight:900;
}
.spanh4 {
  font-size: 16px;
  color: #000000;
  font-weight:900;
  padding-top:12px;
  display: inline-block;
  line-height:130%;
}
.spanh3 {
  font-size: 20px;
  color: #000000;
  font-weight:900;
  padding-top:12px;
  display: inline-block;
  line-height:130%;
}

a.blackbtn {
  background : #000000;
  background : rgba(0, 0, 0, 1);
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
}
a.blackbtn:hover {
  background-color: #4D4D4D;
  color: #ffd400 !important;
}
.footerbox li a {
  color:#fff;
}
.footerbox li a:hover {
  text-decoration: underline;
}

.hdrred {
  font-weight:900;
  font-size: 24px;
  color: #e90000 !important;
}

a.paynow{
  text-decoration: none;
  border:1px solid #0f0679;
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  padding: 3px !important;
}
a.paynow:hover {
  text-decoration: underline;
}

.socialicons{
  margin-bottom:20px;
}
.socialicons img{
  padding:0px 2px;
}

/**** cymCMS specific ****/
/* gallery */
#gallery-masonry {
    margin: 0 auto;
    width: auto;
}

#gallery-masonry div.item {
    display: block;
    width: 210px;
    float: left;
    background-color: #ffffff;
    padding: 3px;
    border-radius: 5px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}
.cymProdCaption {
  padding: 3px;
  font-size: 12px;
  color: #0a0276;
}

.cymcard {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  margin-top:10px;
  margin-bottom:10px;
  background-color:#ffffff;
  height:275px;
}
.cymcard:hover {
  box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.cymcardlink {
  text-decoration: none;
}
.cymcardlink:hover {
  text-decoration: none;
}
.cymcardcap {
  padding:8px;
  margin:0;
  font-size: 12px !important;
  color: #555555;
  line-height: 125% !important;
}
.cymcard img{
  padding:6px;
  width:100%;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  margin:4px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.vthumbnail {
  display: block;
  padding: 4px;
  width: 330px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  margin:8px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alignright { 
  text-align: right;
}
.alignleft { 
  text-align: left;
}

.cymDisplayTitle { display: none; }
.cymBody { padding: 8px; line-height: 130%; font-size: 16px; }
.cymBody ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 4px;
}
.cymBody ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 4px;
}
.cymBody strong,b { font-weight: bold; }
.cymBody em,i { font-style: italic; }
.cymArticleBody { padding-top:6px; }
.cymBody .cymHeader, .cymSectHeader, .cymArticleHeader, .cymTitle, .cymGalleryHeader, span.cymHeader {
  line-height: 120%;
  font-size:18px;
  font-weight: normal;
}
.cymCalcTable td {
  padding: 3px;
}
.cymBody h4 {
  margin-top: 8px;
  margin-bottom: 10px;
}

.primary ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.primary ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.cymGallery { padding: 8px; line-height: 130%; }
.cymGallery ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}
.cymGallery ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.cymGallery strong,b { font-weight: bold; }
.cymGallery em,i { font-style: italic; }

ul.cymSiteMap { list-style: disc outside none; margin-left: 10px; }
ul.cymSiteMap ul li { line-height: 100%; }
ul.cymSiteMap ul.cymSiteMap { list-style: disc outside none; margin-left: 20px; }
ul.cymSiteMap ul.cymSiteMap ul li { line-height: 100%; }

.sidenavm {
  margin-left: 0px;
  line-height: 135%;
  padding-bottom: 0;
}
.sidenav, .sidenav_child {
  list-style: square outside none;
  margin-left: 18px;
  color: #9e9b94;
  font-size:15px;
  padding: 4px 0;
}
.sidenav a, .sidenav_child a {
  color:#f89857c;
  font-size:15px;
  padding:0;
  text-decoration:none;
}
.sidenav a:hover, .sidenav_child a:hover {
  text-decoration:underline;
}
.sidenav_static, .sidenav_child_static {
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}

hr.grad { border: 0; height: 0; border-top: 1px solid rgba(0,0,0,0.2); border-bottom: 1px solid rgba(255,255,255,0.3); }

.cymFormTable { width: 99%; }
.cymFormTable .fText { width: 85%; }
.cymFormTable .fTextArea { width: 85%; }
.cymFormTable .fSelect { width: 88%; }
.cymFormBody { padding: 10px 0px 0px 2px }
.cymLabel { color: #555555; }
.cymLabelRequired { color: #555555; }
.cymHelp { color: #777777; font-style: italic; }
.cymRequiredSup { color: red; font-weight: bold; }

.cymSuccess {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 8px;
}
.cymWarning {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 8px;
}
ul.cymWarning { list-style: disc outside none; margin-left: 10px; }
ul.cymWarning li { line-height: 100%; }

.form_gallery {
    margin: 0 auto;
    width: auto;
}
.form_gallery .item {
    display: block;
    width: 160px;
    float: left;
    background-color: #ffffff;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}
/* events calendar */
.fc-header-title h2 { font-size: 15px; line-height:18px; }
.fc-event { border: 1px solid #000000; background-color: #e90000; }
a.fc-event { text-decoration: none; color: #eeeeee !important; font-size:11px; font-weight:bold; }
a.fc-event:hover { text-decoration: underline; }
a.fc-event:visited { color: #eeeeee !important; }
.events-table { margin-top:16px; color:#000000;width:99%;border-width: 1px;border-color: #000000;border-collapse: collapse;}
.events-table th { color:#ffffff; font-size:18px; font-weight:600; background-color:#e90000;border-width: 1px;padding: 8px;border-style: solid;border-color: #000000;text-align:left;}
.events-table tr { background-color:#ffffff;}
.events-table td { font-size:15px; border-width: 1px; padding:8px; border-style:solid; border-color: #000000;}
.events-table .tdh { font-weight: 500; }
a.events-btn,a.events-btn:visited{
  background : -moz-linear-gradient(50% 0% -90deg,rgba(251, 0, 7, 1) 0%,rgba(191, 39, 45, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(251, 0, 7, 1) 0%, rgba(191, 39, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(251, 0, 7, 1) ),color-stop(1,rgba(191, 39, 45, 1) ));
  background : -o-linear-gradient(-90deg, rgba(251, 0, 7, 1) 0%, rgba(191, 39, 45, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(251, 0, 7, 1) 0%, rgba(191, 39, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB0007', endColorstr='#BF272D' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(251, 0, 7, 1) 0%, rgba(191, 39, 45, 1) 100%);
  border-radius : 6px;
  -moz-border-radius : 6px;
  -webkit-border-radius : 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB0007',endColorstr='#BF272D' , GradientType=0);
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700px;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
}
a.events-btn:hover{
  background:#777;
  text-decoration:none;
  text-shadow:1px 1px 3px #333;
}

/* careers page */
.careers-image-container {
  position: relative;
  display: inline-block;
}
.careers-image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.careers-overlay-text {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.careers-overlay-text h2 {
  font-weight:600;
  font-size: 22px !important;
  color: #0a0276;
  line-height: 150%;
  margin-top:10px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prodcap {
  padding: 2px;
  margin-right:4px;
  margin-left: 4px;
  font-size: 11px;
  color: #4e4e4e;
}

.topmar4  { margin-top:4px; }
.topmar8  { margin-top:8px; }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar18 { margin-top:18px; }
.topmar20 { margin-top:20px; }
.topmar24 { margin-top:24px; }
.topmar32 { margin-top:32px; }

/************************/
/* Mobile */
/************************/

@media (max-width: 991px) {
#toparea form{
    margin-top:6px;
}
ul.socialicons {
  text-align: center;
}
img#logo {
  padding: 20px 0px;
  display: block;
}
#branding .container > .row {
  background-position: 0 112px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
#copyright p {
  text-align: center;
}
#copyright {
  margin-bottom: 20px;
}
#footerboxes{
  padding:30px 0px;
}
#footerboxes .col-md-4{
  border:none;
}
#footerboxes .col-md-4{
  padding:8px;
}
#rmfoot .col-md-6{
  text-align:center !important;
  margin-bottom:20px;
}
#footnav ul{
  text-align:center;
}
#footnav ul li{
  display:block;
  margin-left:0px;
  margin-bottom:8px;
}
.pagecontent {
  margin-bottom:30px;
}
#homebuttons{
  margin-bottom:30px;
  padding:0px 10px;
}
.nivo-caption h1{
  font-size:20px;
}
nav#main ul {
  text-align: center;
}
nav#main ul li{
  margin:0px 8px;
}
}

@media (max-width: 768px) {
  #toparea{
    text-align:center;
  }
  #sliderow{
    background-image:none;
    text-align:center !important;
  }
  #sliderow .col-sm-6:last-child{
    display:none;
  }

  .nivo-caption { display:none !important; }
  .nivo-nextNav, .nivo-prevNav { display:none !important; }

  .careers-overlay-text h2 {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    margin-top:18px !important;
  }
}

@media (max-width: 568px) {
img {
  max-width: 100% !important;
  height: auto !important;
}
#branding{
  padding-left:15px;
  padding-right:15px;
}
nav#main {
  margin: 0 auto;
  float: none;
  margin-top: 0px;
}
#menu-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
nav#main ul, nav#main:active ul {
  display: none;
  position: relative;
  padding: 20px;
  background: #fff;
  border: none;
  margin: 0 auto;
  width: 100%;
  border-radius: 4px 0 4px 4px;
  margin-bottom: 10px;
  border:1px solid #D0D0D0
}
nav#main ul li {
  text-align: center;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  margin-left: 0px;
  display: block;
}
nav#main ul li a {
  padding: 0px;
  width: 100%;
}
nav#main ul li a:hover {
  color:#e90000;
}
nav#main:hover ul {
  display: block;
}
#topnav{
  margin:0px;
  padding:0px;
  text-align:center;
  display:block;
}
#topnav li{
  display:block;
  margin-bottom:5px;
  margin-left:0px;
  background-image:none;
}
#homebuttons li{
  width:100%;
  float:none;
  margin-bottom:5px;
  margin-right:0px;
}
a.paynow{
  text-decoration: none;
  border:0;
}
}
