.row-header {
    background-color: rgb(242, 242, 242);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 242, 242)), to(rgb(232, 232, 232)));
    background-image: -webkit-linear-gradient(top, rgb(242, 242, 242), rgb(232, 232, 232));
    background-image: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: linear-gradient(to top, #f2f2f2, #e8e8e8);
}

* {
    margin: 0;
    padding: 0;
}

.vh {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

div.status span {
    padding-right: 20px;
    padding-bottom: 3px;
    margin-right: 5px;
}

div.status {
    white-space: nowrap;
    font-weight: bold;
}

.status-normal {
    color: #27863B;
}

.status-normal span.status {
    background: url("/imgs/statusIcons.png") 0 -61px;
    background-repeat: no-repeat;
}

.status-strike {
    color: #2E4897;
}

.status-strike span.status {
    background: url("/imgs/statusIcons.png") 0 -91px;
    background-repeat: no-repeat;
}

.status-other {
    color: #D2444A;
}

.status-other span.status {
    background: url("/imgs/statusIcons.png") 0 -30px;
    background-repeat: no-repeat;
}

.judgImg {
    background: url('/imgs/headerIcons.png') 0 15px;
    padding: 16px;
    margin-left: -3px;
    background-size: 95px;
    background-repeat: no-repeat;
}

.mocImg {
    background: url('/imgs/headerIcons.png') -64px 15px;
    padding: 16px;
    background-size: 95px;
    background-repeat: no-repeat;
}

.newsImg {
    background: url('/imgs/headerIcons.png') -31px 10px;
    padding: 17px;
    background-size: 95px;
    background-repeat: no-repeat;
}

#appBanner div#container h1 {
    color: #2e4897;
    font-weight: 400;
    font-size: 2.1em;
    margin-bottom: 0px;
}

#appBanner div#container {
    position: absolute;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

#appBanner div#bg {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    opacity: 0.9;
    background: rgb(4, 102, 138);
}

#appBanner p {
    color: rgb(255, 255, 255);
    font-size: 1.5em;
}

#appBanner p#continue {
    font-size: 1.8em;
}

#appBanner p span {
    text-decoration: underline;
    cursor: pointer;
}

html {
    background: url(imgs/html.png) left top repeat;
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #3e3e3e;
    font-weight: normal;
}

.bodyDiv {
    background: url(imgs/body.png) left top repeat-x;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

h1 {
    margin: 0px 0px 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #27863B;
    font-weight: 300;
    font-size: 3.4em;
}

.small {
    font-size: 2.4em;
}

.large {
    font-size: 2.4em;
}

.extraLarge {
    font-size: 5em;
}

h2 {
    margin: 0px 0px 15px 0px;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.6em;
    color: #04668a;
    font-weight: 700;
    text-transform: uppercase;
}

h3, legend, .h3-styled {
    margin: 0px 0px 15px 0px;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.6em;
    color: #04668a;
    font-weight: 700;
}

.h3-styled {
    display: block;
}

h4 {
    margin: 0px;
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h5 {
    margin: 0px 0px 15px 0px;
}

.struck {
    text-decoration: line-through;
}

address {
    font-size: 1.2em;
}

p {
    font-size: 1.3em;
    line-height: 1.6em;
    margin: 0px 0px 15px 0px;
}

ul, ol {
    padding: 0px;
    margin: 0px;
}

ul li, ol li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #04668a;
}

a:hover {
    text-decoration: underline;
}

fieldset {
    border: 0;
    padding: 0px;
}

blockquote {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    font-style: italic;
    font-size: 1.2em;
}

.bullet ul li, .bullet li {
    list-style-type: square;
    margin-left: 20px;
}

.btn {
    background: #2E4897;
    border: 0;
    border-bottom: 5px solid #072A6C;
    font-size: 1.4em;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 700;
    padding: 11px 20px 7px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

.btn:hover {
    border-bottom: 0px;
    margin-bottom: 5px;
    text-decoration: none;
}

.green {
    font-size: 1.0em;
    background: #27863B;
    border-bottom: 5px solid #1c5e2a;
}

.gray {
    font-size: 1.0em;
    background: rgb(180, 180, 180);
    border-bottom: 5px solid rgb(140, 140, 140);
}

table .btn {
    padding: 5px 15px 3px;
}

table .back {
    font-size: 1.3em;
    padding: 10px 15px 5px 35px;
    background: #27863B url(imgs/back.png) 8px 50% no-repeat;
    float: left;
    display: block;
}

.basket {
    background: #27863B;
    border-bottom: 5px solid #1c5e2a;
    font-size: 1.5em;
    font-weight: 300;
    padding: 8px 12px 7px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

.basket .icon {
    line-height: 0;
    font-size: 2.5em;
    vertical-align: top;
    margin-right: 5px;
}

.basket:hover {
    border-bottom: 0px;
    margin-bottom: 5px;
    text-decoration: none;
}

.largeBtn {
    background: #057DBC;
    border-bottom: 5px solid #04668a;
    font-size: 1.7em;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 700;
    padding: 25px 3% 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
    display: block;
    text-align: center;
}

.largeBtn:hover {
    border-bottom: 0px;
    margin-bottom: 5px;
    text-decoration: none;
}

.largeBtn span {
    position: relative;
    top: -5px;
    padding: 0px 0px 0px 10px;
}

.more {
    font-size: 1.3em;
    color: #2E4897;
    text-transform: uppercase;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 700;
}

.total {
    font-size: 4.8em;
    font-weight: 300;
    color: #2E4897;
    word-wrap: break-word;
}

.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
    position: relative;
}

.border-bottom {
    border-bottom: 1px solid #D1D1D1;
    padding: 0px 0px 15px 0px;
}

.imageCenter {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.forgotLink {
    float: right;
    margin-right: 20%;
}

#breadcrumb {
    font-size: 1.2em;
}

#wrapper {
    max-width: 1060px;
    margin: 0 auto;
    width: 100%;
}

.welcome {
    height: 210px;
}

#header {
    padding: 20px 4% 10px 4%;
    float: left;
    width: 92%;
}

#header header {
    float: left;
}

#header h1 {
    font-size: 0em;
    line-height: 0;
}

#header h1 a {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #111111;
}

.nav-holder {
    float: right;
}

#mobile-menu {
    display: none;
}

#mobile-menu ul {
    float: right;
}

#mobile-menu ul li:first-child {
    border-left: 1px solid #00688e;
}

#mobile-menu ul li:last-child a {
    border-right: none;
}

#mobile-menu ul li {
    float: left;
}

#mobile-menu ul li a {
    color: #ffffff;
    padding: 3px 6px 3px 6px;
    border-left: 1px solid #1faee3;
    border-right: 1px solid #00688e;
    display: block;
    font-size: 2.5em;
    position: relative;
}

#mobile-menu ul li .active {
    background: #36b8a0;
}

#mobile-menu ul li a:hover {
    text-decoration: none;
}

#mobile-menu ul li a .icon {
    font-size: 50px;
    line-height: 18px;
}

#mobile-menu .items {
    font-size: 0.5em;
    background: #2E4897;
    position: absolute;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 18px;
    text-align: center;
    top: 3px;
    left: 30px;
}

.greenBg {
    background: #36b8a0;
    font-size: 1.3em;
    padding: 10px 3%;
    float: left;
    width: 94%;
    color: #ffffff;
    display: none;
}

.greenBg ul {
    float: right;
}

.greenBg ul li {
    padding: 0 6px 0 5px;
    background: url(imgs/tns.gif) right 5px no-repeat;
    display: inline;
}

.greenBg ul li:last-child {
    background: none;
}

.greenBg ul li a {
    color: #ffffff;
    text-decoration: underline;
}

#tns {
    float: left;
    margin: 10px 0px 0px 0px;
}

#tns ul li {
    display: inline;
    padding: 0 6px 0 5px;
    background: url(imgs/tns.gif) right 2px no-repeat;
}

#tns ul li a {
    color: #ffffff;
    font-size: 1.4em;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
}

#tns ul .last {
    border: 0;
    padding: 0px 0px 0px 10px;
    background: none;
}

#account {
    float: left;
    position: relative;
}

#account ul {
    list-style-type: none;
}

#account ul li {
    display: block;
    float: left;
    margin-left: 10px;
}

#basket {
    position: absolute;
    top: 58px;
    right: 0px;
    z-index: 100;
    background: #ffffff;
    padding: 15px 6% 0px 6%;
    min-width: 290px;
    display: none;
}

#basket h2 {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}

#basket table th, #basket table td {
    padding: 5px 7px 5px 0px;
    border: none;
}

#basket .amt {
    color: #04668a;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.6em;
}

#basket:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    top: -20px;
    left: 45%;
    margin-left: -10px;
}

#gns {
    margin-bottom: 15px;
    padding: 0 4%;
    width: 92%;
    float: left;
}

#gns ul {
    float: left;
    list-style: none;
}

#gns ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    text-align: center;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 700;
}

#gns ul li a {
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    background: #04668a url(imgs/btn-pattern.gif) left top repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 25px 0 0;
    behavior: url(/css/PIE.htc);
    position: relative;
    font-size: 1.4em;
}

#gns ul a:hover {
    background: #2E4897;
    text-decoration: none;
}

#gns ul .active a {
    background: #2E4897;
}

#gns ul .last a {
    margin: 0;
}

div#accountMenuContainer {
    background-color: white;
    display: none;
    position: absolute;
    z-index: 1000;
    margin-top: 2px;
    margin-left: 0px;
    border-radius: 5px;
    border: 1px solid #eee;
}

ul#accountMenu li {
    display: block;
    text-align: center;
    float: none;
    border-bottom: 1px solid #eee;
    margin-left: 0;
}

ul#accountMenu li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul#accountMenu li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul#accountMenu li:last-child, ul#accountMenu li.last {
    border-bottom: 0
}

ul#accountMenu li a {
    padding: 5px 15px;
    font-size: 14px;
    display: block;
    width: 100px;
}

ul#accountMenu li a:hover {
    text-decoration: none;
    background-color: #2E4897;
    color: white;
}

#main {
    background: #ffffff;
    float: left;
    padding: 25px 4%;
    width: 92%;
}

#banner {
    margin-bottom: 20px;
    position: relative;
}

#banner .desc {
    width: 49%;
    float: left;
    position: absolute;
    top: 40px;
    left: 4%;
    font-weight: 300;
}

#banner .desc span {
    font-size: 3.0em;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 5px 0px;
    display: block;
    line-height: 1.3em;
}

.search {
    background: #04668a url(imgs/btn-pattern.gif) left top repeat;
    float: right;
    margin-bottom: 20px;
    position: relative;
}

.search h2 {
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #034157
}

.search .holder {
    padding: 5% 4%;
    float: left;
}

.search p {
    font-size: 1.8em;
    color: #ffffff;
    border-bottom: 1px solid #034157;
    padding: 0px 0px 20px 0px;
}

.search input[type=radio] {
    margin: 5px;
}

.search input[type=text] {
    border: 1px solid #2e4897;
    font-size: 1.4em;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 0px 10px 10px 0px;
    width: 58%;
}

.search input[type=search] {
    border: 1px solid #2e4897;
    font-size: 1.4em;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 0px 10px 10px 0px;
    width: 58%;
}

.search label {
    font-size: 1.4em;
    color: #ffffff;
    padding: 2px 5px 0px 3px;
    margin: 0px;
    width: auto;
    text-align: left;
}

.search .arrow {
    position: absolute;
    top: 26%;
    right: 15%;
}

#searchTabs {
    margin: 20px 0 10px 0px;
    float: left;
    width: 100%;
}

#searchTabs .searchContent:last-child {
    display: none;
}

#searchTabs ul li a {
    background: #034157;
    color: #ffffff;
    display: block;
    font-size: 1.4em;
    padding: 10px 20px;
    float: left;
    margin: 0px 2px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    behavior: url(/css/PIE.htc);
    position: relative;
}

#searchTabs ul .active a {
    background: #ffffff;
    color: #3e3e3e;
}

.searchContent {
    background: #ffffff;
    float: left;
    padding: 15px 4%;
    width: 92%;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    behavior: url(/css/PIE.htc);
    position: relative;
}

.rhs #searchTabs {
    margin: 15px 0px 10px 0px;
}

.rhs #searchTabs ul li a {
    font-size: 1.4em;
    padding: 10px 12px;
}

.rhs .search .holder {
    padding: 10px 6%;
    width: 88%;
}

form[action='/intlSearch'] {
    display: none;
}

.international-search-form .searchContent {
    border-radius: 5px 5px 5px 5px;
    margin-top: 20px;
}

/* Homepage Columns */

.tagline {
    background: #057DBC;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 300;
    font-size: 2.4em;
    color: #ffffff;
    text-align: center;
    padding: 8px 2%;
    margin-bottom: 15px;
    width: 96%;
    display: block;
}

.column {
    margin-bottom: 20px;
    float: left;
}

.column h1 {
    font-size: 1.8em;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.column ul {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0px 0px 10px 0px;
    float: left;
    width: 100%;
    display: block;
}

.column ul li {
    padding: 0px 0px 7px 15px;
    background: url(imgs/bullet.png) left 6px no-repeat;
    display: block;
}

.column ul li a {
    text-decoration: underline;
}

.column ul li a:hover {
    text-decoration: none;
}


.bg {
    background: url(imgs/html.png) left top repeat;
    padding: 15px 6%;
    display: block;
}

.returnSpotlight {
    float: left;
    width: 100%;
    display: block;
}

.returnSpotlight h1 {
    font-size: 1.8em;
    width: 100%;
    background: none;
}

.returnSpotlight .bg {
    float: left;
    padding: 15px 2%;
    width: 27.33333%;
    margin: 0px 1% 20px 1%;
}


.spotlights {
    clear: left;
    float: left;
    width: 100%;
}

.spotlights ul li {
    margin-bottom: 20px;
}

.date {
    margin: 0px;
}

.highlight {
    background-color: #FFFF99 !important;
}

/* Tables */

table tr.grey-row td {
    background-color: #fbfbfb;
}

table.uk td {
    padding: 3px;
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    border: solid #e0e0e0 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0px 15px 0px;
}

table td, table th {
    border-top: 1px solid #e0e0e0;
    padding: 10px;
    text-align: left;
}

table th {
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: linear-gradient(to top, #f2f2f2, #e8e8e8);
    border-top: none;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #3e3e3e;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    line-height: 1.6em;
}

table td {
    font-size: 1.3em;
    line-height: 1.6em;
}

table td:first-child, table th:first-child {
    border-left: none;
}

table th:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

table th:last-child {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

table th:only-child {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

table .center {
    text-align: center;
}

table .right {
    text-align: right;
}

table .offer td {
    border: 1px solid #8fb5c5;
    border-left: none;
    background: #e8f1f4;
    color: #04668a;
}

table .offer td:first-child {
    border-left: 1px solid #8fb5c5;
    border-right: none;
}

table .totalInfo td {
    padding: 5px 10px;
}

/*table tr:nth-child(odd)    { background-color:#fafafa; }*/
.basic, .documents {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.basic th {
    background: none;
}

.no-border {
    border: 0px;
}

.documents th {
    border-top: 1px solid #e0e0e0;
}

.documents th:first-child {
    border-left: 1px solid #e0e0e0;
}

.documents th:last-child {
    border-right: 1px solid #e0e0e0;
}

.smallTitle, .smallHeader {
    font-weight: bold;
    display: none;
}

.largeTotal td {
    font-size: 1.6em;
}

.searchResults .title a {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}

.searchResults .title a:hover {
    text-decoration: none;
}

.searchResults .desc {
    font-size: 0.9em;
}


/* My Generic Content Styles */

.content h1, .report h1, .checkout h1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.checkout h1 img {
    vertical-align: middle;
}

.content ul, .content ol, .checkout ul, .checkout ol {
    margin: 0px 0px 15px 0px;
}

.content ul ul, .content ol ol {
    margin-top: 10px;
}

.content ul li, .checkout ul li {
    font-size: 1.3em;
    line-height: 1.6em;
    background: url(imgs/content-li.gif) left 9px no-repeat;
    padding: 0px 0px 5px 15px;
}

.content ul li ul li {
    font-size: 1.0em;
}

.content ol li {
    font-size: 1.3em;
    line-height: 1.6em;
    list-style-type: decimal;
    margin: 0px 0px 0px 20px;
}

.content ol li ol li {
    font-size: 1.0em;
}

.content blockquote {
    font-style: italic;
}

.content .cards li, .checkout .cards li {
    width: auto;
}

.content .cards {
    margin-right: 22%;
}


.altBG {
    background-color: #fafafa;
}

#registrationTable tr td:first-child {
    text-align: right;
}

#registrationTable .align-bottom, .align-bottom {
    vertical-align: bottom;
    padding-bottom: 20px;
}

.floatDate, .floatDateSpecial {
    padding-top: 15px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*sharing components on pages*/
#shareLinks {
    font-size: 0.8em;
    font-weight: bold;
    border: 1px solid #d1d1d1;
    display: block;
    color: #3e3e3e;
    padding: 10px;
    background: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: linear-gradient(to top, #f2f2f2, #e8e8e8);
    text-transform: uppercase;
    position: absolute;
    z-index: 100;
    margin-top: 5px;
    margin-left: -48px;
}

#shareLinks ul li {
    display: block;
    float: none;
}

/*breakcrumbs for industry list*/

#industryLinks a {
    background: #2e4897;
    color: #ffffff;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    padding: 3px 5px 3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
    position: relative;
    border-bottom: 2px solid #072a6c;
    line-height: 3;
}

#industryLinks b {
    background: #eee;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    padding: 3px 5px 3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
    position: relative;
    border-bottom: 2px solid #ddd;
    line-height: 3;
}

#level-links {
    font-size: 1.4em;
    text-align: center;
}

#level-links a {
    background: #2e4897;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    padding: 3px 5px 3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
    position: relative;
    border-bottom: 2px solid #072a6c;
    line-height: 3;
}

/* list of may trade as names for comapany*/
#alternativeNames {
    font-size: 0.75em
}

.loading {
    background: url(/imgs/loading.gif) no-repeat;
}

.paypalButton {
    margin-left: 10px;
}

/*search tabs go mad when they are in a grid with content class*/
.rhs #searchTabs .tabs {
    margin: 0;
}

.rhs #searchTabs .tabs li {
    padding: 0;
}

/*list of directors*/
#directorsTable tr td {
    vertical-align: top;
}

#directorsTable tr td ul li {
    font-size: 1em;
}

#directorsTable tr td b {
    font-size: 1.1em;
}

/*director report*/
#directorReport tr td {
    vertical-align: top;
}

#directorReport tr td ul li {
    font-size: 1em;
}

#directorReport tr td b {
    font-size: 1.1em;
}

/*director name sidebar*/
#sideBar a {
    font-size: 1.4em;
}

/* My Account Page */

.content .largeTabs {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    top: 1px;
}

.content .largeTabs li {
    float: left;
    background: none;
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: linear-gradient(to top, #f2f2f2, #e8e8e8);
    display: block;
}

.content .largeTabs .active {
    border-right: none;
}

.content .largeTabs .active a {
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #ffffff;
    color: #04668A;
}

.content .largeTabs a {
    color: #3e3e3e;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    display: block;
    background: #f2f2f2;
    float: left;
    padding: 8px 20px 6px;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-left: none;
}

.content .largeTabs li:first-child a {
    border-left: 1px solid #d1d1d1;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
    behavior: url(/css/PIE.htc);
    position: relative;
}

.content .largeTabs li:last-child a {
    border-right: 1px solid #d1d1d1;
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
    border-radius: 0px 5px 0px 0px;
    behavior: url(/css/PIE.htc);
    position: relative;
}

.content .tabContent {
    display: none;
}

#account-1 {
    display: block;
}

.content .tabs {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.tabContent {
    padding: 15px 3%;
    border: solid #e0e0e0 1px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    float: left;
    width: 94%;
}

.tabContent h2 {
    padding: 0px 0px 10px 0px;
    border-bottom: solid #d1d1d1 1px;
}

.mobTitle {
    margin-top: 15px;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
}

/* Company Report Page */

.statusBar {
    float: left;
    width: 100%;
    margin: 0px 0px 5px 0px;
}

.statusBar span {
    float: left;
    font-size: 1.2em;
    margin: 0px 10px 10px 0px;
}

.statusBar .updated {
    background: url(imgs/updated.png) left 1px no-repeat;
    padding: 0px 0px 0px 20px;
}

.statusBar .views {
    background: url(imgs/views.png) left 2px no-repeat;
    padding: 0px 0px 0px 30px;
}

.statusBar .companies {
    background: url(/imgs/company2.png) left 2px no-repeat;
    padding: 0px 0px 0px 20px;
}

.report .statusBar ul {
    float: right;
    margin: 0px;
}

.statusBar ul li a, li.statusBar a.add-btn {
    background: #2e4897 url(imgs/share.png) 5px 4px no-repeat;
    color: #ffffff;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    padding: 3px 5px 3px 23px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
    position: relative;
    border-bottom: 2px solid #072a6c;
}

.statusBar ul li .twitter {
    background: #2e4897 url(imgs/twitter.png) 6px 4px no-repeat;
    margin: 0px 10px 0px 0px;
}

.report .tabContent {
    border: none;
    padding: 15px 0;
    width: 100%;
}

.report h2 {
    margin: 0px 0px 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #27863B;
    font-weight: 300;
    font-size: 2.4em;
    padding: 0px 0px 10px 0px;
    text-transform: none;
    clear: left;
    border-bottom: 1px solid #D1D1D1;
}

.report .largeTabs {
    float: left;
    width: 100%;
    margin: 0px;
}

.report .largeTabs li {
    float: left;
    padding: 0px;
    width: 20%;
    text-align: center;
}

.report .largeTabs .narrower {
    float: left;
    padding: 0px;
    width: 14%;
    text-align: center;
}

.report .largeTabs a {
    font-size: 1.0em;
    font-weight: bold;
    border: 1px solid #d1d1d1;
    display: block;
    border-right: none;
    color: #3e3e3e;
    padding: 10px 0;
    background: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: linear-gradient(to top, #f2f2f2, #e8e8e8);
    text-transform: uppercase;
}

.report .largeTabs li:first-child a {
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.report .largeTabs li:last-child a {
    border: 1px solid #d1d1d1;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.report .largeTabs a:hover {
    color: #04668a;
    background: #ffffff;
    text-decoration: none;
}

.report .largeTabs a.active {
    color: #04668a;
    background: #ffffff;
    text-decoration: none;
}

.report ul {
    margin: 0px 0px 15px 0px;
    float: left;
}

.report ul li {
    font-size: 1.3em;
    padding: 0px 0px 5px 0px;
    line-height: 1.6em;
    float: left;
}

.report ul li .title {
    font-weight: bold;
    width: 42%;
    margin: 0px;
    float: left;
}

.report ul li .desc {
    width: 58%;
    margin: 0px;
    display: inline-block;
    float: right;
    text-align: left;
}

.report .tabContent ul, .report .tabContent ul li {
    width: 100%;
}

.colLeft {
    width: 46%;
    float: left;
    margin: 0px 4% 0px 0px;
}

.colRight {
    width: 46%;
    float: left;
    margin: 0px 0px 0px 4%;
}

#report-3 .title {
    width: 55%;
}

#report-3 .desc {
    width: 38%;
}

.buyBox {
    background: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f4f3ee));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f4f3ee);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f4f3ee);
    background-image: -ms-linear-gradient(top, #f9f9f9, #f4f3ee);
    background-image: -o-linear-gradient(top, #f9f9f9, #f4f3ee);
    background-image: linear-gradient(to top, #f9f9f9, #f4f3ee);
    border: 1px solid #d1d1d1;
    clear: left;
    padding: 0px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.buyBox .details {
    border-right: 1px solid #d1d1d1;
    padding: 15px 3% 0px;
    width: 58%;
    float: left;
}

.buyBox .details h3 {
    text-transform: uppercase;
}

.buyBox .buyNow {
    padding: 15px 0 0;
    width: 35%;
    float: left;
    text-align: center;
}

.buyBox .total {
    color: #27863B;
    font-size: 4.5em;
    line-height: 1em;
}

.buyBox p {
    margin: 0px 0px 10px 0px;
}

.buyBox h3 {
    margin: 0px 0px 5px 0px;
}

.buyBox ul {
    margin: 0px 0px 5px 0px;
}

.buyBox ul li {
    font-size: 1.3em;
    line-height: 1.6em;
    background: url(imgs/content-li.gif) left 9px no-repeat;
    padding: 0px 0px 0px 10px;
}

.buyBox .btn {
    padding: 10px 15px 5px;
    font-size: 1.3em;
}

.ratings {
    border-bottom: 1px solid #D1D1D1;
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
    background: url(imgs/ratings.gif) 50% top repeat-y;
}

.ratings h2 {
    background: #ffffff;
}

.ratings .colLeft, .ratings .colRight {
    padding: 0px 0px 20px 0px;
}

.stars span {
    background: url(imgs/stars.png) right top no-repeat;
    float: left;
    width: 24px;
    height: 23px;
    display: block;
    text-indent: -99999em;
    margin: 5px 5px 0px 0px;
}

.stars .active {
    background: url(imgs/stars.png) left top no-repeat;
}

.small-stars span {
    background: url(/imgs/small-stars.png) right top no-repeat;
    float: left;
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -99999em;
    margin: 2px 2px 0px 0px;
}

.small-stars .active {
    background: url(/imgs/small-stars.png) left top no-repeat;
}

.ratings label {
    font-size: 1.2em;
    width: 100%;
    margin: 0px 0px 15px 0px;
    text-align: left;
}

.ratings textarea {
    width: 90%;
    height: 150px;
    font-size: 1.2em;
    resize: none;
}

.ratings .btn {
    font-size: 1.3em;
}

.rating span {
    background: url(imgs/stars.png) right top no-repeat;
    float: left;
    width: 24px;
    height: 23px;
    display: block;
    text-indent: -99999em;
    margin: 5px 5px 0px 0px;
}

.rating .active {
    background: url(imgs/stars.png) left top no-repeat;
}

.rating .temp {
    background: url(imgs/stars.png) left top no-repeat;
}

.rating span:hover {
    background: url(imgs/stars.png) left top no-repeat;
}

.closeText {
    font-size: 0.9em;
}

.company_review p {
    font-size: 1.3em;
    margin: 0px;
}

.company_review p span {
    color: #057DBC;
    margin: 0px;
}

.company_review h4 {
    margin-top: -5px;
}

.quotes {
    font-family: Times, Serif;
    font-size: 3em;
    padding-left: 10px;
    padding-right: 10px;
}

.company_review {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 25px;
}

.replyForm {
    display: none;
}

.replyForm textarea {
    font-size: 1.2em;
    height: 150px;
    resize: none;
    width: 95%;
}

.replyForm input {
    font-size: 1.2em;
}

.replyFormButton {
    background: url("imgs/share.png") no-repeat scroll 5px 4px #2e4897;
    border-bottom: 2px solid #072a6c;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px 5px 3px 23px;
    position: relative;
    text-transform: uppercase;
    border: none;
}

.replyFormButton:hover {
    text-decoration: underline;
}

.alert-danger {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}

.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

/* Barometer page */

.barometer .statusBar ul {
    float: right;
    margin: 0px;
}

.barometer .statusBar ul li {
    float: left;
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 0 0 5px;
}

.barometer .statusBar ul li a {
    background: #2e4897 url(imgs/share.png) 5px 4px no-repeat;
    color: #ffffff;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    padding: 3px 5px 3px 23px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
    position: relative;
    border-bottom: 2px solid #072a6c;
}

.barometer .statusBar ul li .twitter {
    background: #2e4897 url(imgs/twitter.png) 6px 4px no-repeat;
    margin: 0px 10px 0px 0px;
}

.barometer .tabContent {
    border: none;
    padding: 15px 0;
    width: 100%;
}

.barometer h2 {
    margin: 0px 0px 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #27863B;
    font-weight: 300;
    font-size: 2.4em;
    padding: 0px 0px 10px 0px;
    text-transform: none;
    clear: left;
    border-bottom: 1px solid #D1D1D1;
}

.barometer .largeTabs {
    float: left;
    width: 100%;
    margin: 0px;
}

.barometer .largeTabs li {
    float: left;
    padding: 0px;
    font-size: 1.3em;
    text-align: center;
    width: 25%;
}

.barometer .largeTabs a {
    font-size: 1.0em;
    font-weight: bold;
    border: 1px solid #d1d1d1;
    display: block;
    border-right: none;
    color: #3e3e3e;
    padding: 10px;
    background: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: linear-gradient(to top, #f2f2f2, #e8e8e8);
    text-transform: uppercase;
}

.barometer .largeTabs li:first-child a {
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.barometer .largeTabs li:last-child a {
    border: 1px solid #d1d1d1;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.barometer .largeTabs a:hover {
    color: #04668a;
    background: #ffffff;
    text-decoration: none;
}

.barometer ul {
    margin: 0px 0px 15px 0px; /* float:left; */
}

.barometer ul li {
    float: left;
}

.barometer ul li .title {
    font-weight: bold;
    width: 55%;
    margin: 0px;
    float: left;
}

.barometer ul li .desc {
    width: 40%;
    margin: 0px;
    display: inline-block;
    float: right;
    text-align: left;
}

.barometer .tabContent ul, .barometer .tabContent ul li {
    width: 100%;
}

.barometer .column header h1 {
    color: #3E3E3E;
    margin-top: 25px;
    font-weight: bold;
}

.barometer .column h3 {
    text-transform: uppercase;
}

/* Industry Review */

.review .statusBar ul {
    float: right;
    margin: 0px;
}

.review .statusBar ul li {
    float: left;
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 0 0 5px;
}

.review .statusBar ul li a {
    background: #2e4897 url(imgs/share.png) 5px 4px no-repeat;
    color: #ffffff;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    padding: 3px 5px 3px 23px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
    position: relative;
    border-bottom: 2px solid #072a6c;
}

.review .statusBar ul li .twitter {
    background: #2e4897 url(imgs/twitter.png) 6px 4px no-repeat;
    margin: 0px 10px 0px 0px;
}

.review .tabContent {
    border: none;
    padding: 15px 0;
    width: 100%;
}

.review h2 {
    margin: 0px 0px 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #27863B;
    font-weight: 300;
    font-size: 2.4em;
    padding: 0px 0px 10px 0px;
    text-transform: none;
    clear: left;
    border-bottom: 1px solid #D1D1D1;
}

.review .largeTabs {
    float: left;
    width: 100%;
    margin: 0px;
}

.review .largeTabs li {
    float: left;
    padding: 0px;
    font-size: 1.3em;
    text-align: center;
    width: 25%;
}

.review .largeTabs a {
    font-size: 1.0em;
    font-weight: bold;
    border: 1px solid #d1d1d1;
    display: block;
    border-right: none;
    color: #3e3e3e;
    padding: 10px;
    background: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    background-image: linear-gradient(to top, #f2f2f2, #e8e8e8);
    text-transform: uppercase;
}

.review .largeTabs li:first-child a {
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.review .largeTabs li:last-child a {
    border: 1px solid #d1d1d1;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.review .largeTabs a:hover {
    color: #04668a;
    background: #ffffff;
    text-decoration: none;
}

.review ul {
    margin: 0px 0px 15px 0px; /* float:left; */
}

.review ul li {
    float: left;
}

.review ul li .title {
    font-weight: bold;
    width: 55%;
    margin: 0px;
    float: left;
}

.review ul li .desc {
    width: 40%;
    margin: 0px;
    display: inline-block;
    float: right;
    text-align: left;
}

.review .tabContent ul, .review .tabContent ul li {
    width: 100%;
}

.review .column header h1 {
    color: #3E3E3E;
    margin-top: 25px;
    font-weight: bold;
}

.review .column h3 {
    text-transform: uppercase;
}

/* Form */

.form {
    background: url(imgs/html.png) left top repeat;
    padding: 15px 2%;
    margin-bottom: 25px;
}

.form ul li {
    padding: 0px 0px 5px 0px;
    background: none;
    float: left;
    width: 100%;
}

input[disabled].basket.disabled_not_applicable {
    background: #27863B !important;
    border-bottom: 5px solid #1c5e2a !important;;
}

input[disabled], select[disabled] {
    background: rgb(230, 230, 230) !important;
    cursor: not-allowed;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=search], input[type=date], select, textarea {
    border: 1px solid #2e4897;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 5px;
    width: 50%;
    margin: 0px 0px 10px 0px;
    background: #ffffff;
}

input[type=text].required, input[type=password].required, input[type=email].required, input[type=number].required, input[type=search].required, input[type=date].required, select.required, textarea.required {
    border: 1px solid #04668a;
}

td.required::after, strong.required::after, label.required::after {
    content: "*";
}

select {
    line-height: 1.8em;
}

input[type=radio] {
    float: left;
    margin: 5px;
}

.short {
    width: 25.7%;
}

.form .billing, .form .note {
    margin: 0px 0px 10px 27%;
    float: left;
}

#email {
    border: none;
    padding: 0px;
    background: none;
    margin: 0px;
    position: relative;
    top: 6px;
}

label, .radioBtn legend {
    font-size: 1.0em;
    font-weight: bold;
    width: 25%;
    float: left;
    text-align: right;
    margin: 6px 2% 0px 0px;
    color: #3E3E3E;
}

.form .radioBtn {
    padding: 0px 0px 15px 0px;
}

.radioBtn label {
    width: auto;
    font-weight: normal;
    margin: 0px 10px 0px 5px
}

.btnHolder {
    margin: 5px 0px 0px 0px;
}

.form .green {
    margin: 0px 0px 0px 27%;
}

.form .gray {
    margin: 0px 0px 0px 27%;
}

.form .green:hover {
    margin-bottom: 5px;
}

.form .gray:hover {
    margin-bottom: 5px;
}

.checkout .stars span {
    margin: 0px 10px 0px 0px;
    position: relative;
    top: -4px;
}

.checkout .finalPayment li {
    background: none;
    text-align: right;
    font-size: 1.6em;
    font-weight: bold;
}

.checkout .finalPayment .btn {
    margin: 0px 0px 0px 25px;
    padding: 15px 25px;
    font-size: 1.2em;
}

.checkout .finalPayment .btn:hover {
    margin: 0px 0px 5px 25px;
}

#payByCardButton {
    font-size: 1.6em;
    font-weight: bold;
}

/* RHS */
.rhs {
    float: right;
}

.rhs .search {
    margin-bottom: 20px;
}

.rhs .search input[type="text"] {
    width: 80%;
}

.rhs .search input[type="search"] {
    width: 80%;
}


.featureImg {
    float: left;
    width: 100%;
}

.feature {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 88%;
    padding: 15px 6% 0px 6%;
}

.feature .badge {
    position: absolute;
    right: -5%;
    top: -20px;
}

.feature p {
    padding-right: 10%;
    font-size: 1.5em;
}

.feature ul li {
    font-size: 1.2em;
}

.feature .checklist {
    padding: 0px 0px 15px 0px;
}

.feature .checklist li {
    background: url(imgs/tick.png) left 7px no-repeat;
    padding: 5px 0px 7px 20px;
}

.account h2, .checkout h2 {
    clear: left;
}

.account .cards {
    margin: 5px 2% 0px 0px;
}

.deals {
    width: 25%;
    float: left;
    margin: 0px 3% 15px 0px;
    text-align: center;
    padding: 25px 2%;
}

.deals h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #27863B;
    font-size: 2.0em;
    font-weight: 300;
}

.paymentOptions {
    width: 66%;
    float: left;
}

.paymentOptions input[type=radio] {
    margin: 0 auto;
    float: none;
}


.remove {
    background: url(imgs/remove.png) bottom left no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -99999em;
    margin: auto;
}

.removed {
    background: url(imgs/remove.png) top left no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -99999em;
    margin: auto;
}


/* Footer */

#footer {
    padding: 25px 3%;
    float: left;
    width: 94%;
}

#footer a {
    color: #3e3e3e;
}

#fns {
    width: 100%;
}

#fns ul {
    margin-bottom: 10px;
    float: left;
}

#fns ul li {
    margin: 0;
    display: block;
    float: left;
    padding: 0px 12px 15px 0px;
}

#fns ul li a {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    font-size: 1.5em;
    font-weight: 700;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    text-transform: uppercase;
    -moz-box-shadow: 1px 1px 1px #000000 inset;
    -webkit-box-shadow: 1px 1px 1px #000000 inset;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    display: inline-block;
    behavior: url(/css/PIE.htc);
    position: relative;
}

.cards {
    float: right;
    margin: 10px 0px 10px 0px;
}

.cards li {
    float: left;
    margin-left: 10px;
}

.copy {
    clear: left;
    padding: 0px 1%;
    margin: 0px;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.5em;
}

.copy a {
    padding: 0px 0px 0px 10px;
    text-decoration: underline;
}


/* IE Tweaks */


.ie6 #wrapper, .ie7 #wrapper {
    width: 1060px;
}

.ie7 #banner {
    width: 629px;
    height: 322px;
}

.ie7 #gns ul li a, .ie8 #gns ul li a {
    font-size: 1.39em;
}

.ie7 .column {
    width: 300px;
}

.ie7 .returnSpotlight {
    padding: 0px 0px 20px 0px;
}

.ie7 .returnSpotlight .bg {
    width: 262px;
}

.ie7 .search {
    height: 325px;
}

.ie7 .search ul li:first-child {
    position: relative;
    top: 14px;
}

.ie7 .container_12 .grid_4 {
    width: 300px
}

.ie7 .container_12 .spotlights ul li {
    width: 300px;
}

.ie7 .radioBtn {
    position: relative;
    height: 50px;
}

.ie7 .btnHolder {
    position: absolute;
    top: 8px;
    left: 200px;
}

.ie7 .rhs .search {
    height: 275px;
}

.ie7 #fns ul li a, .ie8 #fns ul li a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bbbbbb, endColorstr=#50bbbbbb);
    zoom: 1;
}

.ie7 .report .largeTabs li.last a, .ie8 .report .largeTabs li.last a {
    border: 1px solid #D1D1D1;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    behavior: url(/css/PIE.htc);
}

.ie7 .report ul li .desc {
    width: 140px;
}

.ie7 .statusBar ul li a {
    background-position: 5px 8px;
}

.ie7 .form input[type=text] {
    border: 1px inset #abadb3;
    border-bottom: 1px solid #e3e9ef;
    border-right: 1px solid #e3e9ef;
    padding: 2px 5px;
    margin-top: 4px;
}

.ie7 .form select {
    margin-top: 4px;
}

.ie7 .checkout .form {
    position: relative;
}

.ie7 .checkout .cards {
    margin-bottom: 0px;
    position: absolute;
    top: 20px;
    right: 10px;
}

.ie7 table th:first-child, .ie8 table th:first-child {
    border-left: none;
}

/*Cookie Policy*/
#cookie-policy a:link {
    text-decoration: none;
    color: white;
}

#cookie-policy a:visited {
    text-decoration: none;
    color: white;
}

#cookie-policy a:hover {
    text-decoration: underline;
    color: black;
}


#cookie-policy {
    background: #1896C5; /* Old browsers */
    border-bottom: 1px solid white;
}

#cookie-policy .center-content {
    text-align: center;
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
}

#cookie-policy h1 {
    font-size: 18px;
    color: white;
    margin: 0;
    font-weight: bold;
}

#cookie-policy p {
    margin-bottom: 5px;
    color: white;
}

#regCheck {
    text-align: left !important;
    padding-left: 12%;
}

/**flags for shareholders and such*/
.flag {
    width: 16px;
    height: 11px;
    background: url(/imgs/flags.png) no-repeat
}

.flag.flag-ad {
    background-position: -16px 0
}

.flag.flag-ae {
    background-position: -32px 0
}

.flag.flag-af {
    background-position: -48px 0
}

.flag.flag-ag {
    background-position: -64px 0
}

.flag.flag-ai {
    background-position: -80px 0
}

.flag.flag-al {
    background-position: -96px 0
}

.flag.flag-am {
    background-position: -112px 0
}

.flag.flag-an {
    background-position: -128px 0
}

.flag.flag-ao {
    background-position: -144px 0
}

.flag.flag-ar {
    background-position: -160px 0
}

.flag.flag-as {
    background-position: -176px 0
}

.flag.flag-at {
    background-position: -192px 0
}

.flag.flag-au {
    background-position: -208px 0
}

.flag.flag-aw {
    background-position: -224px 0
}

.flag.flag-az {
    background-position: -240px 0
}

.flag.flag-ba {
    background-position: 0 -11px
}

.flag.flag-bb {
    background-position: -16px -11px
}

.flag.flag-bd {
    background-position: -32px -11px
}

.flag.flag-be {
    background-position: -48px -11px
}

.flag.flag-bf {
    background-position: -64px -11px
}

.flag.flag-bg {
    background-position: -80px -11px
}

.flag.flag-bh {
    background-position: -96px -11px
}

.flag.flag-bi {
    background-position: -112px -11px
}

.flag.flag-bj {
    background-position: -128px -11px
}

.flag.flag-bm {
    background-position: -144px -11px
}

.flag.flag-bn {
    background-position: -160px -11px
}

.flag.flag-bo {
    background-position: -176px -11px
}

.flag.flag-br {
    background-position: -192px -11px
}

.flag.flag-bs {
    background-position: -208px -11px
}

.flag.flag-bt {
    background-position: -224px -11px
}

.flag.flag-bv {
    background-position: -240px -11px
}

.flag.flag-bw {
    background-position: 0 -22px
}

.flag.flag-by {
    background-position: -16px -22px
}

.flag.flag-bz {
    background-position: -32px -22px
}

.flag.flag-ca {
    background-position: -48px -22px
}

.flag.flag-catalonia {
    background-position: -64px -22px
}

.flag.flag-cd {
    background-position: -80px -22px
}

.flag.flag-cf {
    background-position: -96px -22px
}

.flag.flag-cg {
    background-position: -112px -22px
}

.flag.flag-ch {
    background-position: -128px -22px
}

.flag.flag-ci {
    background-position: -144px -22px
}

.flag.flag-ck {
    background-position: -160px -22px
}

.flag.flag-cl {
    background-position: -176px -22px
}

.flag.flag-cm {
    background-position: -192px -22px
}

.flag.flag-cn {
    background-position: -208px -22px
}

.flag.flag-co {
    background-position: -224px -22px
}

.flag.flag-cr {
    background-position: -240px -22px
}

.flag.flag-cu {
    background-position: 0 -33px
}

.flag.flag-cv {
    background-position: -16px -33px
}

.flag.flag-cw {
    background-position: -32px -33px
}

.flag.flag-cy {
    background-position: -48px -33px
}

.flag.flag-cz {
    background-position: -64px -33px
}

.flag.flag-de {
    background-position: -80px -33px
}

.flag.flag-dj {
    background-position: -96px -33px
}

.flag.flag-dk {
    background-position: -112px -33px
}

.flag.flag-dm {
    background-position: -128px -33px
}

.flag.flag-do {
    background-position: -144px -33px
}

.flag.flag-dz {
    background-position: -160px -33px
}

.flag.flag-ec {
    background-position: -176px -33px
}

.flag.flag-ee {
    background-position: -192px -33px
}

.flag.flag-eg {
    background-position: -208px -33px
}

.flag.flag-eh {
    background-position: -224px -33px
}

.flag.flag-england {
    background-position: -240px -33px
}

.flag.flag-er {
    background-position: 0 -44px
}

.flag.flag-es {
    background-position: -16px -44px
}

.flag.flag-et {
    background-position: -32px -44px
}

.flag.flag-eu {
    background-position: -48px -44px
}

.flag.flag-fi {
    background-position: -64px -44px
}

.flag.flag-fj {
    background-position: -80px -44px
}

.flag.flag-fk {
    background-position: -96px -44px
}

.flag.flag-fm {
    background-position: -112px -44px
}

.flag.flag-fo {
    background-position: -128px -44px
}

.flag.flag-fr {
    background-position: -144px -44px
}

.flag.flag-ga {
    background-position: -160px -44px
}

.flag.flag-gb {
    background-position: -176px -44px
}

.flag.flag-gd {
    background-position: -192px -44px
}

.flag.flag-ge {
    background-position: -208px -44px
}

.flag.flag-gf {
    background-position: -224px -44px
}

.flag.flag-gg {
    background-position: -240px -44px
}

.flag.flag-gh {
    background-position: 0 -55px
}

.flag.flag-gi {
    background-position: -16px -55px
}

.flag.flag-gl {
    background-position: -32px -55px
}

.flag.flag-gm {
    background-position: -48px -55px
}

.flag.flag-gn {
    background-position: -64px -55px
}

.flag.flag-gp {
    background-position: -80px -55px
}

.flag.flag-gq {
    background-position: -96px -55px
}

.flag.flag-gr {
    background-position: -112px -55px
}

.flag.flag-gs {
    background-position: -128px -55px
}

.flag.flag-gt {
    background-position: -144px -55px
}

.flag.flag-gu {
    background-position: -160px -55px
}

.flag.flag-gw {
    background-position: -176px -55px
}

.flag.flag-gy {
    background-position: -192px -55px
}

.flag.flag-hk {
    background-position: -208px -55px
}

.flag.flag-hm {
    background-position: -224px -55px
}

.flag.flag-hn {
    background-position: -240px -55px
}

.flag.flag-hr {
    background-position: 0 -66px
}

.flag.flag-ht {
    background-position: -16px -66px
}

.flag.flag-hu {
    background-position: -32px -66px
}

.flag.flag-ic {
    background-position: -48px -66px
}

.flag.flag-id {
    background-position: -64px -66px
}

.flag.flag-ie {
    background-position: -80px -66px
}

.flag.flag-il {
    background-position: -96px -66px
}

.flag.flag-im {
    background-position: -112px -66px
}

.flag.flag-in {
    background-position: -128px -66px
}

.flag.flag-io {
    background-position: -144px -66px
}

.flag.flag-iq {
    background-position: -160px -66px
}

.flag.flag-ir {
    background-position: -176px -66px
}

.flag.flag-is {
    background-position: -192px -66px
}

.flag.flag-it {
    background-position: -208px -66px
}

.flag.flag-je {
    background-position: -224px -66px
}

.flag.flag-jm {
    background-position: -240px -66px
}

.flag.flag-jo {
    background-position: 0 -77px
}

.flag.flag-jp {
    background-position: -16px -77px
}

.flag.flag-ke {
    background-position: -32px -77px
}

.flag.flag-kg {
    background-position: -48px -77px
}

.flag.flag-kh {
    background-position: -64px -77px
}

.flag.flag-ki {
    background-position: -80px -77px
}

.flag.flag-km {
    background-position: -96px -77px
}

.flag.flag-kn {
    background-position: -112px -77px
}

.flag.flag-kp {
    background-position: -128px -77px
}

.flag.flag-kr {
    background-position: -144px -77px
}

.flag.flag-kurdistan {
    background-position: -160px -77px
}

.flag.flag-kw {
    background-position: -176px -77px
}

.flag.flag-ky {
    background-position: -192px -77px
}

.flag.flag-kz {
    background-position: -208px -77px
}

.flag.flag-la {
    background-position: -224px -77px
}

.flag.flag-lb {
    background-position: -240px -77px
}

.flag.flag-lc {
    background-position: 0 -88px
}

.flag.flag-li {
    background-position: -16px -88px
}

.flag.flag-lk {
    background-position: -32px -88px
}

.flag.flag-lr {
    background-position: -48px -88px
}

.flag.flag-ls {
    background-position: -64px -88px
}

.flag.flag-lt {
    background-position: -80px -88px
}

.flag.flag-lu {
    background-position: -96px -88px
}

.flag.flag-lv {
    background-position: -112px -88px
}

.flag.flag-ly {
    background-position: -128px -88px
}

.flag.flag-ma {
    background-position: -144px -88px
}

.flag.flag-mc {
    background-position: -160px -88px
}

.flag.flag-md {
    background-position: -176px -88px
}

.flag.flag-me {
    background-position: -192px -88px
}

.flag.flag-mg {
    background-position: -208px -88px
}

.flag.flag-mh {
    background-position: -224px -88px
}

.flag.flag-mk {
    background-position: -240px -88px
}

.flag.flag-ml {
    background-position: 0 -99px
}

.flag.flag-mm {
    background-position: -16px -99px
}

.flag.flag-mn {
    background-position: -32px -99px
}

.flag.flag-mo {
    background-position: -48px -99px
}

.flag.flag-mp {
    background-position: -64px -99px
}

.flag.flag-mq {
    background-position: -80px -99px
}

.flag.flag-mr {
    background-position: -96px -99px
}

.flag.flag-ms {
    background-position: -112px -99px
}

.flag.flag-mt {
    background-position: -128px -99px
}

.flag.flag-mu {
    background-position: -144px -99px
}

.flag.flag-mv {
    background-position: -160px -99px
}

.flag.flag-mw {
    background-position: -176px -99px
}

.flag.flag-mx {
    background-position: -192px -99px
}

.flag.flag-my {
    background-position: -208px -99px
}

.flag.flag-mz {
    background-position: -224px -99px
}

.flag.flag-na {
    background-position: -240px -99px
}

.flag.flag-nc {
    background-position: 0 -110px
}

.flag.flag-ne {
    background-position: -16px -110px
}

.flag.flag-nf {
    background-position: -32px -110px
}

.flag.flag-ng {
    background-position: -48px -110px
}

.flag.flag-ni {
    background-position: -64px -110px
}

.flag.flag-nl {
    background-position: -80px -110px
}

.flag.flag-no {
    background-position: -96px -110px
}

.flag.flag-np {
    background-position: -112px -110px
}

.flag.flag-nr {
    background-position: -128px -110px
}

.flag.flag-nu {
    background-position: -144px -110px
}

.flag.flag-nz {
    background-position: -160px -110px
}

.flag.flag-om {
    background-position: -176px -110px
}

.flag.flag-pa {
    background-position: -192px -110px
}

.flag.flag-pe {
    background-position: -208px -110px
}

.flag.flag-pf {
    background-position: -224px -110px
}

.flag.flag-pg {
    background-position: -240px -110px
}

.flag.flag-ph {
    background-position: 0 -121px
}

.flag.flag-pk {
    background-position: -16px -121px
}

.flag.flag-pl {
    background-position: -32px -121px
}

.flag.flag-pm {
    background-position: -48px -121px
}

.flag.flag-pn {
    background-position: -64px -121px
}

.flag.flag-pr {
    background-position: -80px -121px
}

.flag.flag-ps {
    background-position: -96px -121px
}

.flag.flag-pt {
    background-position: -112px -121px
}

.flag.flag-pw {
    background-position: -128px -121px
}

.flag.flag-py {
    background-position: -144px -121px
}

.flag.flag-qa {
    background-position: -160px -121px
}

.flag.flag-re {
    background-position: -176px -121px
}

.flag.flag-ro {
    background-position: -192px -121px
}

.flag.flag-rs {
    background-position: -208px -121px
}

.flag.flag-ru {
    background-position: -224px -121px
}

.flag.flag-rw {
    background-position: -240px -121px
}

.flag.flag-sa {
    background-position: 0 -132px
}

.flag.flag-sb {
    background-position: -16px -132px
}

.flag.flag-sc {
    background-position: -32px -132px
}

.flag.flag-scotland {
    background-position: -48px -132px
}

.flag.flag-sd {
    background-position: -64px -132px
}

.flag.flag-se {
    background-position: -80px -132px
}

.flag.flag-sg {
    background-position: -96px -132px
}

.flag.flag-sh {
    background-position: -112px -132px
}

.flag.flag-si {
    background-position: -128px -132px
}

.flag.flag-sk {
    background-position: -144px -132px
}

.flag.flag-sl {
    background-position: -160px -132px
}

.flag.flag-sm {
    background-position: -176px -132px
}

.flag.flag-sn {
    background-position: -192px -132px
}

.flag.flag-so {
    background-position: -208px -132px
}

.flag.flag-somaliland {
    background-position: -224px -132px
}

.flag.flag-sr {
    background-position: -240px -132px
}

.flag.flag-ss {
    background-position: 0 -143px
}

.flag.flag-st {
    background-position: -16px -143px
}

.flag.flag-sv {
    background-position: -32px -143px
}

.flag.flag-sx {
    background-position: -48px -143px
}

.flag.flag-sy {
    background-position: -64px -143px
}

.flag.flag-sz {
    background-position: -80px -143px
}

.flag.flag-tc {
    background-position: -96px -143px
}

.flag.flag-td {
    background-position: -112px -143px
}

.flag.flag-tf {
    background-position: -128px -143px
}

.flag.flag-tg {
    background-position: -144px -143px
}

.flag.flag-th {
    background-position: -160px -143px
}

.flag.flag-tj {
    background-position: -176px -143px
}

.flag.flag-tk {
    background-position: -192px -143px
}

.flag.flag-tl {
    background-position: -208px -143px
}

.flag.flag-tm {
    background-position: -224px -143px
}

.flag.flag-tn {
    background-position: -240px -143px
}

.flag.flag-to {
    background-position: 0 -154px
}

.flag.flag-tr {
    background-position: -16px -154px
}

.flag.flag-tt {
    background-position: -32px -154px
}

.flag.flag-tv {
    background-position: -48px -154px
}

.flag.flag-tw {
    background-position: -64px -154px
}

.flag.flag-tz {
    background-position: -80px -154px
}

.flag.flag-ua {
    background-position: -96px -154px
}

.flag.flag-ug {
    background-position: -112px -154px
}

.flag.flag-um {
    background-position: -128px -154px
}

.flag.flag-us {
    background-position: -144px -154px
}

.flag.flag-uy {
    background-position: -160px -154px
}

.flag.flag-uz {
    background-position: -176px -154px
}

.flag.flag-va {
    background-position: -192px -154px
}

.flag.flag-vc {
    background-position: -208px -154px
}

.flag.flag-ve {
    background-position: -224px -154px
}

.flag.flag-vg {
    background-position: -240px -154px
}

.flag.flag-vi {
    background-position: 0 -165px
}

.flag.flag-vn {
    background-position: -16px -165px
}

.flag.flag-vu {
    background-position: -32px -165px
}

.flag.flag-wales {
    background-position: -48px -165px
}

.flag.flag-wf {
    background-position: -64px -165px
}

.flag.flag-ws {
    background-position: -80px -165px
}

.flag.flag-ye {
    background-position: -96px -165px
}

.flag.flag-yt {
    background-position: -112px -165px
}

.flag.flag-za {
    background-position: -128px -165px
}

.flag.flag-zanzibar {
    background-position: -144px -165px
}

.flag.flag-zm {
    background-position: -160px -165px
}

.flag.flag-zw {
    background-position: -176px -165px
}

/*bg colors*/
.bg-success {
    background-color: #DFF0D8;
}

.bg-warning {
    background-color: #FCF8E3;
}

.bg-info {
    background-color: #D9EDF7;
}

.bg-danger {
    background-color: #F2DEDE;
}

.bg-default {
    background-color: #eee;
}

.bg-yellow {
    background-color: #ffffcd;
}

/*job list font change*/
#offering ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3e3e3e;
    line-height: 21px;
    margin-left: 15px;
    list-style-type: square;
}

#cust ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3e3e3e;
    line-height: 21px;
    margin-left: 15px;
    list-style-type: square;
}

/* job-tabs*/
.arrow-menu {
    list-style: none;
    overflow: hidden;
    margin-left: 20%;
}

.arrow-menu li {
    float: left;
}

.arrow-menu li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 65px;
    background: hsla(168, 54%, 48%, 1);
    position: relative;
    display: block;
    float: left;
    text-align: center;
}

.arrow-menu li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(168, 54%, 48%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.arrow-menu li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.arrow-menu li a:hover {
    background: hsla(77, 33%, 20%, 1);
}

.arrow-menu li a:hover:after {
    border-left-color: hsla(77, 33%, 20%, 1) !important;
}

.arrow-menu li a.selected {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 65px;
    background: hsla(196.1, 94.4%, 27.8%, 1);
    position: relative;
    display: block;
    float: left;
    text-align: center;
    margin-left: 100px;
}

.arrow-menu li a.selected:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(196.1, 94.4%, 27.8%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.arrow-menu li a.selected:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.arrow-menu li a.selected:hover:after {
    border-left-color: hsla(196.1, 94.4%, 27.8%, 1) !important;
}

table.contactUs td {
    border: none;
}

table.contactUs h2 {
    margin: 0;
    color: #2E4897;
    font-family: "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 1.7em;
}

table.contactUs td:nth-last-child(2) {
    font-weight: bold;
    color: #176279;
    font-size: 14px;
}

table.contactUs label {
    font-weight: normal;
}

table.contactUs input {
    margin-right: 10px;
}

/* Begin Media Queries */
@media screen and (max-width: 1300px) and (min-width: 1061px) {
    .arrow-menu {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1060px) {
    #gns ul li a {
        padding: 10px 10px;
    }

    #banner .desc span {
        font-size: 2.3em;
    }

    .search p {
        margin: 0px 0px 8px 0px;
        padding: 0px 0px 8px 0px;
    }

    #searchTabs ul li a {
        padding: 10px 1px;
        font-size: 1.2em;
        margin: 0;
    }

    .arrow-menu {
        list-style: none;
        overflow: hidden;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1024px) {

    .feature .badge {
        display: none;
    }

    .total {
        font-size: 3.5em;
    }

    #footer, #header {
        padding: 15px 2%;
        width: 96%;
    }

    #main {
        padding: 25px 2%;
        width: 96%;
    }

    #gns {
        width: 96%;
        padding: 0px 2%;
    }

    .report .largeTabs a {
        padding: 10px 0;
    }

    .largeBtn span {
        display: inline-block;
        width: 60%;
        padding: 0px;
        top: 0px;
    }

    .loggedIn #tns {
        float: right;
        margin: 0px 0px 10px 0px;
    }

    .loggedIn #account {
        float: right;
        clear: right;
    }

    .arrow-menu {
        list-style: none;
        overflow: hidden;
        margin-left: 0px;
    }

    #searchTabs ul li a {
        padding: 10px 1px;
        font-size: 1.2em;
        margin: 0;
    }
}

@media screen and (max-width: 1023px) {
    #gns ul li a {
        padding: 10px 10px;
    }

    .arrow-menu {
        list-style: none;
        overflow: hidden;
        margin-left: 0px;
    }

    .arrow-menu li a {
        margin-left: 0px;
    }

    #searchTabs ul li a {
        padding: 10px 1px;
        font-size: 1.2em;
        margin: 0;
    }
}

@media screen and (max-width: 960px) {
    #tns {
        float: right;
        margin: 0px 0px 10px 0px;
    }

    #account {
        float: right;
        clear: right;
    }

    #gns ul li a {
        font-size: 1.2em;
        padding: 10px 5px;
        margin: 0px 10px 0px 0px;
    }

    .search p {
        font-size: 1.5em;
    }

    #searchTabs ul li a {
        padding: 10px 1px;
        font-size: 1.2em;
        margin: 0;
    }

    #searchTabs {
        margin: 10px 0px 8px 0px;
    }

    .search .holder {
        padding: 5px 4%;
    }

    .search input[type="text"] {
        width: 50%;
    }

    .container_12 .grid_9 {
        width: 98%;
    }

    .container_12 .rhs {
        float: left;
        width: 98%;
    }

    .container_12 .rhs .search {
        width: 100%;
    }

    .flex-control-nav {
        display: none;
    }

    #banner .desc {
        top: 15%;
    }

    #designedBy {
        display: none;
    }

    /* job-tabs*/
    .arrow-menu {
        list-style: none;
        overflow: hidden;
        margin-left: 0px;
    }

    .arrow-menu li {
        float: left;
    }

    .arrow-menu li a {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 65px;
        background: hsla(168, 54%, 48%, 1);
        position: relative;
        display: block;
        float: none;
        text-align: center;
        margin-left: 0px;
    }

    .arrow-menu li a:after {
        content: " ";
        display: -webkit-box;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid hsla(168, 54%, 48%, 1);
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2;
    }

    .arrow-menu li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1;
    }

    .arrow-menu li a:hover {
        background: hsla(77, 33%, 20%, 1);
    }

    .arrow-menu li a:hover:after {
        border-left-color: hsla(77, 33%, 20%, 1) !important;
    }

}

.nav-justified > li {
    float: none;
}

@media screen and (max-width: 960px) and (min-width: 768px) {

    .rhs .search label {
        padding: 2px 10px 0 3px;
        font-size: 1.2em;
    }

    #searchTabs ul li a {
        font-size: 1.1em;
        padding: 10px 1px;
        margin: 0;
    }

    .imageCenter {
        width: 98% !important;
    }

    #regCheck {
        padding-left: 10px;
    }
}

@media screen and (max-width: 850px) and (min-width: 768px) {
    #searchTabs ul li a {
        font-size: 1em;
        padding: 0px 0px;
        margin: 0;
    }

    #designedBy {
        display: none;
    }

    #regCheck {
        padding-left: 10px;
    }

    /* job-tabs*/
    .arrow-menu {
        list-style: none;
        overflow: hidden;
        margin-left: 0px;
    }

    .arrow-menu li {
        float: left;
    }

    .arrow-menu li a {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 65px;
        background: hsla(168, 54%, 48%, 1);
        position: relative;
        display: block;
        float: none;
        text-align: center;
        margin-left: 0px;
    }

    .arrow-menu li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid hsla(168, 54%, 48%, 1);
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2;
    }

    .arrow-menu li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1;
    }

    .arrow-menu li a:hover {
        background: hsla(77, 33%, 20%, 1);
    }

    .arrow-menu li a:hover:after {
        border-left-color: hsla(77, 33%, 20%, 1) !important;
    }

    .arrow-menu li a.selected {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 65px;
        background: hsla(196.1, 94.4%, 27.8%, 1);
        position: relative;
        display: block;
        float: left;
        text-align: center;
        margin-left: 100px;
    }

    .arrow-menu li a.selected:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid hsla(196.1, 94.4%, 27.8%, 1);
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2;
    }

    .arrow-menu li a.selected:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1;
    }

    .arrow-menu li a.selected:hover:after {
        border-left-color: hsla(196.1, 94.4%, 27.8%, 1) !important;
    }
}


@media screen and (max-width: 768px) {
    #header h1 {
        margin: 0px;
    }

    .search p {
        font-size: 1.3em;
    }

    .container_12 .search {
        width: 34%;
    }

    #banner {
        width: 62%;
    }

    #footer .cards {
        float: left;
    }

    #main {
        -moz-border-raius: 0px;
        -webkit-border-raius: 0px;
        border-radius: 0px;
    }

    #account, #tns {
        display: none;
    }

    .container_12 #header .grid_12 {
        width: 100%;
        margin: 0%;
    }

    #header {
        padding: 0;
        width: 100%;
    }

    #header header {
        width: 105px;
        padding: 11px 0px 10px 0px;
        margin: 0px 0px 0px 1%
    }

    #mobile-menu {
        display: block;
    }

    #gns {
        background: #36b8a0;
        font-size: 1.3em;
        padding: 10px 3%;
        float: left;
        width: 94%;
        color: #ffffff;
        margin-bottom: 0px;
        display: none;
    }

    #gns ul li {
        float: none;
    }

    #gns ul li a {
        background: none;
        text-transform: none;
        font-size: 1.2em;
        float: left;
        text-align: left;
    }

    .rhs .bg, .rhs .featureImg {
        display: none;
    }

    #searchTabs ul li a {
        font-size: 1.2em;
        margin: 0;
        padding: 10px 1px;
    }

    .checkout .cards {
        float: left;
        margin: 0px 0px 0px 25%;
    }

    .imageCenter {
        width: 98% !important;
    }

    #designedBy {
        display: none;
    }

    #regCheck {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    #banner {
        width: 98%;
    }

    .search p {
        font-size: 1.8em;
    }

    .container_12 .search {
        width: 98%;
    }

    .container_12 .grid_8 {
        width: 98%;
    }

    .container_12 .grid_4 {
        width: 98%;
    }

    .returnSpotlight .bg {
        width: 86%;
        padding: 15px 6%;
    }

    .tabContent .colRight, .tabContent .colLeft {
        margin: 0px;
        width: 100%;
    }

    .report ul {
        width: 100%;
    }

    #header header {
        margin: 0px 0px 0px 4%;
    }

    .largeBtn span {
        display: inline-block;
        width: auto;
        padding: 0px 0px 0px 10px;
        top: -5px;
    }

    .imageCenter {
        width: 98% !important;
    }

    #designedBy {
        display: none;
    }

    #regCheck {
        padding-left: 10px;
    }

    .arrow-menu {
        display: none;
    }

    #searchTabs ul li a {
        font-size: 1.2em;
        margin: 0;
    }
}

@media screen and (max-width: 640px) {

    .deals {
        width: 96%;
        margin-right: 0px;
    }

    .paymentOptions {
        width: 100%;
    }

    .checkout .finalPayment .btn {
        margin: 15px 0px 0px 25px;
    }

    .checkout .finalPayment .btn:hover {
        margin: 15px 0px 5px 25px;
    }

    .imageCenter {
        width: 98% !important;
    }

    #designedBy {
        display: none;
    }

    #regCheck {
        padding-left: 10px;
    }

    .arrow-menu {
        display: none;
    }

    #searchTabs ul li a {
        font-size: 1.2em;
        margin: 0;
    }
}

@media screen and (max-width: 560px) {
    #creditreport .cspDesc {
        display: none;
    }

    #designedBy {
        display: none;
    }

    #regCheck {
        padding-left: 10px;
    }

    .arrow-menu {
        display: none;
    }

    #searchTabs ul li a {
        font-size: 1.2em;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 2.5em;
    }

    table td {
        padding: 10px 3px;
    }

    .largeTabs {
        display: none;
    }

    .mobTitle, .activeLink {
        padding: 10px 3%;
        display: block;
        border: 1px solid #D1D1D1;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: url(imgs/plus.png) 98% 50% no-repeat;
        float: left;
        width: 94%;
    }

    .activeLink {
        background: none;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

    .content .tabContent {
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        border-radius: 0px 0px 5px 5px;
        border-top: 0px;
    }

    #account-1 {
        display: none;
    }

    #banner {
        display: none;
    }

    .ratings {
        background: none;
    }

    .ratings .colRight, .ratings .colLeft {
        margin: 0px;
        width: 100%;
    }

    label, .radioBtn legend {
        width: 100%;
        margin-top: 0px;
        text-align: left;
        margin-bottom: 10px;
    }

    input[type="text"], input[type=password], input[type=email], select, textarea {
        width: 93%;
    }

    .form .billing, .form .note {
        margin-left: 0%;
    }

    .form .green {
        float: right;
        margin: 0px 4% 0px 0px;
    }

    .form .gray {
        float: right;
        margin: 0px 4% 0px 0px;
    }

    .mobTitle {
        display: block;
    }

    .content .cards {
        float: right;
        margin-right: 5%;
    }

    .checkout .cards {
        float: left;
        margin: 0px;
    }

    .checkout .products thead {
        display: none;
    }

    .checkout .products td {
        width: 94%;
        display: block;
    }

    .checkout .products .totalInfo td {
        width: 42%;
        display: inline-block;
    }

    .checkout .products .totalInfo .btnRow {
        display: none;
    }

    .checkout .products .center {
        text-align: left;
    }

    .checkout .removed, .checkout .remove {
        margin: 0px;
        display: inline-block;
    }

    .checkout .offer td, .checkout table .offer td:first-child {
        border: none;
    }

    .checkout .products .offer td:last-child {
        border-bottom: 1px solid #8FB5C5;
        margin: 0px 0px 15px 0px;
    }

    .checkout .products .offer {
        margin: 0px 0px 30px 0px;
    }

    .checkout .smallTitle {
        display: inline-block;
    }

    .checkout .smallHeader th, .checkout .smallHeader {
        display: block;
    }

    .checkout .smallHeader {
        margin: 0px 0px 0px 0px;
    }

    .checkout .finalPayment li {
        text-align: center;
        font-size: 1.5em;
        padding-left: 0px;
    }

    .searchResults th:last-child, .searchResults td:last-child {
        display: none;
    }

    /* .tabContent .documents th:last-child, .tabContent .documents td:last-child{display:none;} */
    /* hiding page count in documents table */
    .tabContent .documentsPurch td:nth-last-child(3) {
        display: none;
    }

    .tabContent .documentsPurch th:nth-last-child(3) {
        display: none;
    }

    .tabContent .documentsPurch td:nth-last-child(2) {
        display: none;
    }

    .tabContent .documentsPurch th:nth-last-child(2) {
        display: none;
    }

    /* hiding page count in documents table */
    .tabContent .documents td:nth-last-child(4) {
        display: none;
    }

    .tabContent .documents th:nth-last-child(4) {
        display: none;
    }

    .tabContent .documents td:nth-last-child(2) {
        display: none;
    }

    /*hiding columns in the industry documents table*/
    .tabContent .industryDocuments td:nth-last-child(4) {
        display: none;
    }

    .tabContent .industryDocuments th:nth-last-child(4) {
        display: none;
    }

    .tabContent .industryDocuments td:nth-last-child(3) {
        display: none;
    }

    .tabContent .industryDocuments th:nth-last-child(3) {
        display: none;
    }

    .tabContent .industryDocuments td:nth-last-child(2) {
        display: none;
    }

    .tabContent .industryDocuments th:nth-last-child(2) {
        display: none;
    }

    .tabContent .acntDetails th:nth-last-child(1) {
        display: none;
    }

    .tabContent .acntDetails th:nth-last-child(2) {
        display: none;
    }

    .tabContent .acntDetails td:nth-last-child(1) {
        display: none;
    }

    .tabContent .acntDetails td:nth-last-child(2) {
        display: none;
    }

    /*hiding two columns in the directors table*/
    .tabContent .directors td:nth-last-child(2) {
        display: none;
    }

    .tabContent .directors th:nth-last-child(2) {
        display: none;
    }

    .tabContent .directors td:nth-last-child(1) {
        display: none;
    }

    .tabContent .directors th:nth-last-child(1) {
        display: none;
    }

    .keyRatio th:nth-last-child(1) {
        display: none;
    }

    .keyRatio th:nth-last-child(2) {
        display: none;
    }

    .keyRatio td:nth-last-child(1) {
        display: none;
    }

    .keyRatio td:nth-last-child(2) {
        display: none;
    }

    .busNames td:nth-last-child(4) {
        display: none;
    }

    .busNames th:nth-last-child(4) {
        display: none;
    }


    #busDocs th:nth-last-child(2) {
        display: none;
    }

    #busDocs td:nth-last-child(2) {
        display: none;
    }

    .otherDirs td:nth-last-child(3) {
        display: none;
    }

    .otherDirs th:nth-last-child(3) {
        display: none;
    }

    #inTheNews th:nth-last-child(2) {
        display: none;
    }

    #inTheNews td:nth-last-child(2) {
        display: none;
    }

    .commJudg th:nth-last-child(1) {
        display: none;
    }

    .commJudg td:nth-last-child(1) {
        display: none;
    }

    .tabContent .documents th:nth-last-child(2) {
        display: none;
        border-right: 1px solid #E0E0E0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0;
    }

    .imageCenter {
        width: 98% !important;
    }

    #creditreport .cspDesc {
        display: none;
    }

    .navBar {
        display: none;
    }

    .forgotLink {
        margin-right: 4%;
    }

    #designedBy {
        display: none;
    }

    #regCheck {
        padding-left: 10px;
    }

    .arrow-menu {
        display: none;
    }

    #searchTabs ul li a {
        font-size: 1.2em;
        margin: 0;
    }
}

@media screen and (max-width: 360px) {

    table.accounts {
        display: none;
    }

    #designedBy {
        display: none;
    }

    #regCheck {
        padding-left: 10px;
    }

    .arrow-menu {
        display: none;
    }

    #searchTabs ul li a {
        font-size: 1.2em;
        margin: 0;
    }
}


.modalDialog {
    position: fixed;
    /*font-family: Arial, Helvetica, sans-serif;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    overflow: auto;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 45%;
    height: auto;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: url(imgs/html.png) left top repeat;
}

@media screen and (max-width: 640px) {
    .modalDialog > div {
        width: 80%;
    }
}

.modal-header {
    text-align: center;
    padding: 2px 0px 0px 0px;
}

.modal-body {
    text-align: center;
    padding: 5px 10px 0px 10px;
    font-size: 100%;
    overflow: auto;
}

.modal-footer {
    text-align: center;
    padding: 15px 0px 2px 0px;
}

.close {
    background: #606061;
    color: #FFFFFF;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.form-group {
    margin: 10px 0px 2px;
}

input.simple-input {
    margin: 0px;
}

.has-error input, .has-error select {
    border-color: #a94442;
}
.has-error label.error {
    display: inline-block;
}

label.error {
    width: 100%;
    margin: 2px 0px;
    float: none;
    display:none;
    font-size: 12px;
    color: #a94442;
}

label.error.left {
    text-align: left;
}

label.error.center {
    text-align: center;
}


.recaptchaBox {
    width: 304px;
    margin:0 auto;
}

.recaptchaBox.left {
    margin-left: 0px;
    margin-right: 0px;
}

.fw-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

a {
    font-weight: bold;
}

.tagline.header-text {
    background: none;
    color: #057DBC;
    padding: 0;
    width:100%;
    font-size: 2.4em
}

.tab-btn {
    padding: 9px 9px !important;
}

.basket-billing-address {
    padding-top: 7px;
}

.input-info {
    font-size: 13px;
}

.form-row {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
}

.form-row .label {
    flex: 0 0 auto;
    width: 25%;
    display: block;
    margin-right: 15px;
    text-align: right;
    font-size: 13px;
}
.form-row .label label {
    width: 100%;
    float: unset;
}

.form-row .label-bottom-holder {
    display: flex;
    align-items: end;
    height: 100%;
}

.form-row .input {
    flex: 0 0 auto;
    width: 75%;
    display: block;
    margin-left: 15px;
}

.form-row .input input {
    width: 60%;
}

.text-center {
    text-align: center;
}

.barometer-opt-form div.g-recaptcha.recaptchaBox {
    margin: 0;
    padding-bottom: 10px;
}

.error-color {
    color: #e60000;
}

.top-message {
    padding-bottom: 15px;
}

input[disabled], select[disabled], .btn[disabled], .btn.disabled {
    background: #696969 !important;
    border-color: #3D3D3D;
}

.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
    background-color: #428bca !important;
    border-color: #357ebd;
}

.solo-price {
    color:#27863b;
    font-family:open-sans,Arial,Helvetica,sans-serif;
    font-size:45px;
    font-weight:300;
}

.solo-policy {
    margin:0;
    padding:0;
    border:none;
    text-align:justify;
    line-height: 1.6;
}

.solo-policy ul li, .solo-policy ol li {
    font-size: 1.3em;
}

.solo-policy ol li {
    list-style-type: auto;
}

.solo-policy ul li {
    list-style-type: disc;
}

.solo-policy ul.inner-list > li, .solo-policy ol.inner-list > li {
    font-size: 1em;
}

.solo-policy ul li p, .solo-policy ol li p {
    font-size: 1em;
}

.solo-policy ul, .solo-policy ol {
    padding-left: 1.3em;
}

.solo-policy .list-margin, .solo-policy div.sc-subpoint {
     margin-left: 1.3em;
}

.solo-policy h2 {
    margin-top: 30px;
}

.solo-policy .section-label {
    margin-top: 0;
}

.txt-underline {
    text-decoration: underline;
}

.tc-header {
    font-size: 3em;
}

ol.list-upper-roman > li {
    list-style-type: upper-roman;
}

ol.list-lower-roman > li {
    list-style-type: lower-roman;
}

ol.list-lower-latin > li {
    list-style-type: lower-latin;
}

ol.list-upper-latin > li {
    list-style-type: upper-latin;
}

ol.list-decimal > li {
    list-style-type: decimal;
}

.fw-normal {
    font-weight: normal;
}

.policy-notice {
    margin-top: 20px;
}