@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:300,300i,400,400i,900,900i|Oswald:300');
body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  color:#282425;
}
img {
  max-width: 100%;
  height: auto;
}
a, a:link{
  color:#273b7a;
}

.input_full {
  width: 100% !important;
}

#top-bar {
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 188, 0, 1) 0%,rgba(249, 220, 122, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 188, 0, 1) 0%, rgba(249, 220, 122, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 188, 0, 1) ),color-stop(1,rgba(249, 220, 122, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 188, 0, 1) 0%, rgba(249, 220, 122, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 188, 0, 1) 0%, rgba(249, 220, 122, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4BC00', endColorstr='#F9DC7A' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 188, 0, 1) 0%, rgba(249, 220, 122, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9DC7A',endColorstr='#F4BC00' , GradientType=0);
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size:14px;
  font-family: 'Oswald';
  text-transform: uppercase;
}
#top-bar a{
  color:#000;
}
#top-bar img{
  width:24px;
  height: auto;
}
#top-bar form {
  display: inline-block;
}

#top-bar form input {
  display: block;
  margin-left: 15px;
  width: 150px;
  height: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 30px;
  background-image: url(magnify.png);
  background-position: 10px 5px;
  background-repeat: no-repeat;
  text-align: left;
  color:#000;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}

ul.top-list{
  display: inline-block;
  margin:0px 10px;
  padding:0px;
  list-style-type:none;
  height:32px;
  vertical-align: middle;
}
ul.top-list li{
  display:inline-block;
  margin:0px;
  padding:0px;
  list-style-type:none;
  margin:0px 10px;
  height: 32px;
  line-height: 32px;
}

#header-bar {
  background-color: #570000;
  margin-bottom:20px;
}

.toptxt {
    color: #e8b60b;
    font-size: 14px;
    padding: 8px 0px 0px;
    font-weight: bold;
    float: left;
}

#header-social img{
  width:24px;
  height: auto;
}

#logo img{
  max-width:90%;
  height:auto;
  display:block;
  margin-bottom:10px;
  padding-right:12px;
}

nav#main{
  margin-top:24px;
}
.navdiv {
  padding-left:10px;
  float: left;
}
nav#main ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
  margin-top: 7px;
}
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: #ffffff;
  font-size: 16px;
  padding: 8px 0px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Oswald';
}
nav#main ul li a:hover {
  text-decoration: none;
  color:#f4bc00;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-color: #f4bc00;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color: #273b7a;
}

.tag {
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  padding:0;
  padding-bottom:5px;
  text-align: center;
}

.maroon-box{
  display: inline-block;
  font-weight: 600;
  color:#570000;
  font-size: 22px;
  padding:10px 16px;
  border:4px solid #570000;
  text-align: center;
}
.maroon-box-borderless{
  display: inline-block;
  font-weight: 600;
  color:#570000;
  font-size: 25px;
  padding:10px 16px;
  text-align: center;
}
.maroon-gold-div {
  padding:0 4px !important;
}
.maroon-gold-cell {
  height:100px !important;
}
a.maroon-gold{
  display: inline-block;
  font-weight: 500;
  color:#570000;
  background-color:#f4bd02;
  text-decoration: none;
  font-size: 14px;
  padding:6px 2px;
  border-radius: 10px;
  border:3px solid #570000;
  width: 100%;
}
a.maroon-gold:hover{
  color:#f4bd02;
  background-color:#570000;
}
.landing_page_form {
  background-color:#f4bd02;
  padding:0;
  margin:0;
  border:3px solid #570000;
}
.landing_pad {
  padding:12px;
  margin:12px;
}
.maroon-form-button{
  background-color:#570000;
  color:#ffffff;
}
.maroon-form-button:hover{
  background-color:#570000;
  color:#dddddd;
}

a.maroon-btn{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color:#570000;
  text-decoration: none;
  font-size: 14px;
  padding:10px 20px;
  border:2px solid #570000;
  font-family: 'Oswald';
  font-size: 16px;
}
a.maroon-btn:hover{
  color:#fff;
  background-color:#570000;
}

#homemiddle{
  margin-bottom:20px;
}
#homemiddle h1{
  color:#273b7a;
  font-size:25px;
  text-transform: uppercase;
  margin-bottom:20px;
  font-family: 'Oswald';
  font-weight: 500;
}
#homemiddle p{
  color:#000;
  font-size:16px;
  margin-bottom:20px;
}
#homemiddle img{
  max-width: 100%;
  height: auto;
}
#homemiddle img.shadow-img{
  width:100%;
  height:24px;
  opacity: .5;
}

#yellow-bar {
  padding-top: 25px;
  padding-bottom: 25px;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 188, 0, 1) 0%,rgba(249, 220, 122, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 188, 0, 1) 0%, rgba(249, 220, 122, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 188, 0, 1) ),color-stop(1,rgba(249, 220, 122, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 188, 0, 1) 0%, rgba(249, 220, 122, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 188, 0, 1) 0%, rgba(249, 220, 122, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4BC00', endColorstr='#F9DC7A' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 188, 0, 1) 0%, rgba(249, 220, 122, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9DC7A',endColorstr='#F4BC00' , GradientType=0);
  text-shadow: 1px 1px 0px #fcf2b9;
}
#yellow-bar h3{
  color:#5b0000;
  font-weight:300;
  font-size:28px;
  margin:0px;
  line-height:normal;
  font-family: 'Oswald';
  font-weight: 500;
  margin-bottom:18px;
  padding-bottom:12px;
  background-image: url(yellow-line.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 300px 2px;
}
#yellow-bar img{
  
}
#yellow-bar .col-md-4 div{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(249, 220, 122, 1) 0%,rgba(244, 188, 0, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(249, 220, 122, 1) 0%, rgba(244, 188, 0, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(249, 220, 122, 1) ),color-stop(1,rgba(244, 188, 0, 1) ));
  background : -o-linear-gradient(90deg, rgba(249, 220, 122, 1) 0%, rgba(244, 188, 0, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(249, 220, 122, 1) 0%, rgba(244, 188, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9DC7A', endColorstr='#F4BC00' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(249, 220, 122, 1) 0%, rgba(244, 188, 0, 1) 100%);
  box-shadow : 1px 1px 5px rgba(0, 0, 0, 0.45);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4BC00',endColorstr='#F9DC7A' , GradientType=0);
  padding:16px;
  margin:10px 0px;
}
#yellow-bar .col-md-4 div img{
  width:120px;
  height: auto;
}
#yellow-bar .col-md-4 div p{
  margin-bottom:12px;
}
#yellow-bar h2{
  font-family: 'Oswald';
  font-size: 24px;
  margin-top:0px;
}

#home-features{
  padding-top:25px;
  padding-bottom:25px;
}
#home-features h3{
  font-family: 'Oswald';
  font-weight:600;
}
#home-features p{
  margin-bottom:12px;
  line-height:150%;
}
#home-features a.maroon-btn{
  font-size:14px;
  padding:6px;
}

#footer-bar {
  padding-top: 30px;
  padding-bottom: 40px;
  border-top:1px solid #e1e4eb;
  background-color:#2d2d2d;
  background-image: url(top-shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color:#fff;
}
#footer-bar p{
  color:#fff;
}
#footer-bar a{
  color:#f4bd02;
}
#footer-social img{
  width:32px;
  height: auto;
}
#footer-social{
  margin-bottom:20px;
}

#content-bar-one{
  background-color:#fff;
  padding-top:30px;
  padding-bottom:50px;
}
#page-content h2, #page-content h3, #page-content h4, #page-content p, #page-content ul{
  margin:0px;
  padding:0px;
  line-height:140%;
  margin-bottom:20px;
}
#page-content h2{
  font-weight:600;
  color:#000;
  font-family: 'Oswald';
}
#page-content h3{
  font-weight:500;
  color:#5b0000;
  font-family: 'Oswald';
}
#page-content h4{
  font-weight:500;
  color:#273b7a;
  font-family: 'Oswald';
}
#page-content ul {
  margin-top: 10px;
}
#page-content ol {
  margin-top: 10px;
}
#page-content ul li {
  list-style: square outside none;
  margin-left: 20px;
  line-height: 125%;
  padding-bottom: 6px;
}
#page-content ol li {
  list-style: decimal outside none;
  margin-left: 20px;
  line-height: 125%;
}

#title-bar {
  margin-top:-20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #273b7a;
  background-image: url(top-shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#title-bar h1{
  color:#fff;
  font-weight:300;
  line-height:normal;
  padding:0px;
  margin:0px;
  font-family: 'Oswald';
  text-align: left;
}

.widget{
  margin-bottom:20px;
}
#text-widget{
  padding:16px;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(251, 233, 173, 1) 0%,rgba(255, 255, 255, 1) 98.65%);
  background : -webkit-linear-gradient(90deg, rgba(251, 233, 173, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(251, 233, 173, 1) ),color-stop(0.9865,rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(251, 233, 173, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  background : -ms-linear-gradient(90deg, rgba(251, 233, 173, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBE9AD', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(251, 233, 173, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  border-style : Solid;
  border-color : #F4BE0A;
  border-color : rgba(244, 190, 10, 1);
  border-width : 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FBE9AD' , GradientType=0);
}
.widget h3{
  margin:0px;
  margin-bottom:10px;
  line-height:140%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight:500;
  color:#5b0000;
  font-family: 'Oswald';
}
.widget p{
  margin:0px;
  margin-bottom:20px;
  line-height:140%;
}
ul#widget-list{
  margin:0px;
  padding:0px;
  list-style-type: none;
}
ul#widget-list li{
  margin:0px;
  padding:0px;
  list-style-type: none;
  margin-bottom:8px;
}
ul#widget-list li a {
    color: #27345e;
    font-size: 21px;
    font-weight: 500;
    display: block;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: left;
    font-family: 'Oswald';
    padding-top: 5px;
    padding-bottom: 5px;
  text-decoration: none !important;
}
ul#widget-list li a:hover{
  color:#ff4f00;
}

.sliderholder {
   margin-top: 8px;
}
.nivo-nextNav {
  right: 1%;
  background-image: url(arrow-next.png);
  width: 25px;
  height: 25px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.nivo-prevNav {
  left: 1%;
  background-image: url(arrow-prev.png);
  width: 25px;
  height: 25px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
.nivo-caption {
  background:#555555;
  color:#ffffff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 8;
  padding: 3px 9px;
  overflow: hidden;
  display: none;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=9);
  font-size: 18px;
  font-weight:500;
  height: 32px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption-link,.nivo-caption-link:visited { color: #ffffff !important; text-decoration: none; }
.nivo-caption-link:hover { color: #ffbf00 !important; text-decoration: none; }

/**** cymCMS specific ****/
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* gallery */
#gallery-masonry {
    margin: 0 auto;
    width: auto;
}

#gallery-masonry div.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;
}

.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-bottom: 10px;
}
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);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

img.scale {
  width:100% !important;
}

.cymProdCaption {
  padding: 3px;
  font-size: 11px;
  color: #0160aa;
}
.cymDisplayTitle { display: none; }
.cymBody { padding: 8px; line-height: 130%; }
.cymBody ul {
    margin-top: 10px;
}
.cymBody ol {
    margin-top: 10px;
}
.cymBody ul li {
    list-style: square outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.cymBody ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.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;
}

.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%; }

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); }

.sidenav, .sidenav_static {
  color: #4d4d4d;
  margin-bottom:8px;
  font-size:13px;
  list-style-type:none;
}
.sidenav_static {
  font-size:13px;
  font-weight: bold;
  list-style-type:none;
  text-transform:uppercase;
}
.sidenav_child_static {
  font-size:13px;
  font-weight: bold;
  list-style-type:none;
  margin-left:16px;
}
.sidenav a {
  color: #273b7a;
  font-size:13px;
  text-decoration:none;
  font-weight: bold;
}
.sidenav a:hover {
  text-decoration:underline;
}
.sidenav_child {
  margin-left:20px;
  margin-bottom: 9px;
  list-style: square outside none;
}
.sidenav_child a {
  color: #4d4d4d;
  font-size:13px;
  text-decoration:none;
}
.sidenav_child a:hover {
  text-decoration:underline;
}
.sidenav_lftmar { margin-left:12px; }

.cymFormTable { width: 99%; }
.cymFormBody { padding: 10px 0px 0px 2px }
.cymLabel { color: #555555; }
.cymLabelRequired { color: #555555; }
.cymHelp { color: #777777; font-style: italic; }

.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;
}

.tftable { margin-top:16px; font-size:12px;color:#333333;width:99%;border-width: 1px;border-color: #000000;border-collapse: collapse;}
.tftable th { color:#ffffff; font-size:12px;background-color:#590000;border-width: 1px;padding: 8px;border-style: solid;border-color: #000000;text-align:left;}
.tftable tr { background-color:#FEFAEE;}
.tftable td { font-size:12px; border-width: 1px; padding:8px; border-style:solid; border-color: #000000;}
.tftable .tdh { font-weight: 500; }
.tftable tr:hover {background-color:#ffffff;}

.topmar8 { margin-top:8px; }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar24 { margin-top:24px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom:15px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe {
  padding-top:30px;
  padding-left:0;
}
.vm-video-container iframe {
  padding: 2px;
  background-color: #bbbbbb;
}

.topmar8  { margin-top:8px;  }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar24 { margin-top:24px; }
.topmar32 { margin-top:32px; }

/************************/
/* Mobile */
/************************/

@media (max-width: 1199px) {
nav#main ul li {
  margin-left: 20px;
}
}

@media (max-width: 991px) {
#top-bar .text-right{
  text-align:center;
}
#logo{
  margin:0 auto;
}
nav#main {
  vertical-align:top;
}
nav#main ul {
  text-align: center;
  margin-top: 0px;
}
nav#main ul li {
  margin-left: 10px;
  margin-right: 0px;
}
#logo img {
  margin:0 auto;
  margin-bottom: 6px;
}
#footer-bar, #footer-bar .text-right{
  text-align: center;
}
a.maroon-gold{
  font-size: 12px;
}
.tag {
  font-size: 14px;
}
.maroon-box{
  font-size: 18px;
}
.maroon-box-borderless{
  font-size: 18px;
}
}

@media (max-width: 767px) {
nav#main {
  margin: 0 auto;
  float: none;
  margin-top: 0px;
}
#menu-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}
nav#main ul, nav#main:active ul {
  display: none;
  position: relative;
  padding: 20px;
  background: #570000;
  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: 10px 0;
  margin: 0;
  margin-left: 0px;
  display: block;
}
nav#main ul li a {
  padding: 0px;
  width: 100%;
  font-size: 18px;
}
nav#main ul li a:hover {
  color: #f4bd02
}
nav#main:hover ul {
  display: block;
}
.maroon-gold-cell {
  height:80px !important;
}
a.maroon-gold{
  font-size: 11px;
}
.maroon-box{
  font-size: 16px;
}
.maroon-box-borderless{
  font-size: 16px;
}
}

@media (max-width: 725px) {
ul.top-list {
  display: block;
  margin:0 auto;
  margin-top:0;
  margin-bottom: 42px;
  height:15px;
}
ul.top-list li{
  font-size: 11px;
  display:inline-block;
  margin:0px;
  padding:0px;
  list-style-type:none;
  margin:0px 4px;
  height: 15px;
  line-height: 15px;
}
}

@media (max-width: 610px) {
#top-bar form {
  display: block;
  margin:0 auto;
  margin-top:10px;
}
#top-bar form input {
  display: block;
  margin:0 auto;
  margin-bottom:4px;
}
.top-list{
  padding-top:5px !important;
}
.tag {
  padding-top:6px;
  font-size: 12px;
}
.maroon-gold-cell {
  height:90px !important;
}
a.maroon-gold{
  font-size: 12px;
}
.maroon-box{
  font-size: 12px;
}
.maroon-box-borderless{
  font-size: 12px;
}
}
