/* Reset Styles
****************************************************/
html body {
    padding-bottom: 0px !important;
}

.old-styles-wrapper {
    background: #fff;
    font-size: 12px;
    background: url(/v2images/common/advanceswirlbg.jpg) no-repeat center top #fffffd;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    color: #252525;
}
.old-styles-wrapper iframe {
    border: 0px;
    background: #fff;
    padding: 3%;
}
.old-styles-wrapper iframe body {
    overflow-x: hidden;
}
.old-styles-wrapper a {
    text-decoration: none;
    color: #0d376d;
}
.old-styles-wrapper a.pure-button {
    color: #fff;
}
.old-styles-wrapper a:hover {
    opacity: 0.9;
}

.old-styles-wrapper p, .old-styles-wrapper pre {
    margin: 1em 0;
}

.old-styles-wrapper .nomargin {
    margin: 0px !important;
}
.old-styles-wrapper .notop {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.old-styles-wrapper .nobottom {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.old-styles-wrapper .noright {
    margin-right: 0px !important;
    padding-right: 0px !important;
}
.old-styles-wrapper .noleft {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.old-styles-wrapper .noborder {
    border: 0px !important;
}

.old-styles-wrapper .cleared {
    width: 100%;
    clear: both;
}

.old-styles-wrapper .button-small {
    font-size: 80%;
}
.old-styles-wrapper .button-large {
    font-size: 150%;
}

/* Text Styles
****************************************************/
h1, h2, h3, h4 {
    font-weight: normal;
    font-family: "myriad pro", arial, helvetica;
}
h1 {
    font-size: 2.5em;
}
h1.larger {
    font-size: 3.5em;
}
h1.double {
    font-size: 5em;
}
h1.simple {
    border-bottom: 0px !important;
}
h2.with-aside {
    line-height: 2em;
}

.old-styles-wrapper .light {
    color: #fff;
}
.old-styles-wrapper .light a {
    color: #e4e4e4;
}

.old-styles-wrapper .subtle {
    color: #999;
}
.old-styles-wrapper .subtle span {
    color: #000;
}
.old-styles-wrapper .note {
    line-height: 1em;
}
.old-styles-wrapper .red {
    color: #f45555;
}

.old-styles-wrapper .message {
    font-size: 1.4em !important; 
    color: #00457F; 
    margin: 1em 0px; 
    text-align: center;
}
.old-styles-wrapper .message.error {
    width: 100%; 
    padding: 1em 0px; 
    background: #fe7777; 
    border: 2px solid red; 
    display: none; 
    border-radius: 0.6em; 
    -webkit-border-radius: 0.6em; 
    -moz-border-radius: 0.6em; 
    font-size: 1em !important; 
    color: #fff !important;
}
.old-styles-wrapper .message.success {
    width: 80%; 
    padding: 1em 10%; 
    background: #6fa879; 
    border: 2px solid green; 
    border-radius: 0.6em; 
    -webkit-border-radius: 0.6em; 
    -moz-border-radius: 0.6em; 
    font-size: 1em !important; 
    color: #fff !important; 
    margin: 10px 0px;
}
.old-styles-wrapper .message.warning {
    width: 80%; 
    padding: 1em 10%; 
    background: #dcc591; 
    border: 2px solid #b89d5f; 
    border-radius: 0.6em; 
    -webkit-border-radius: 0.6em; 
    -moz-border-radius: 0.6em; 
    font-size: 1em !important; 
    color: #000 !important; 
    margin: 10px 0px;
}
.old-styles-wrapper .center {
    text-align: center;
}
.old-styles-wrapper .center-margined {
    margin: 0 auto;
}

/* Main Layout Styles
****************************************************/
.old-styles-wrapper .container {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.old-styles-wrapper .inner-container {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
}
.old-styles-wrapper .widget-container {
    margin-top: 2em;
    background: #e4e4e4;
    box-shadow: 0px 0px 4px 2px #666;
    -moz-box-shadow: 0px 0px 4px 2px #666;
    -webkit-box-shadow: 0px 0px 4px 2px #666;
}

.old-styles-wrapper .padded-column {
    padding-top: 1em;
    padding-bottom: 1em;
}
.old-styles-wrapper .half-padded-column {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.old-styles-wrapper .padded-box {
    padding: 1.5em;
}
.old-styles-wrapper .inner-padded-box {
    padding: 0.5em;
}
.old-styles-wrapper .inner-padded-box h1, .inner-padded-box h2, .inner-padded-box h3 {
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.old-styles-wrapper .container-box {
    padding: 1.5em;
    margin: 1.5em 0px;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.old-styles-wrapper .float-right {
    float: right;
}

.old-styles-wrapper .center-align {
    text-align: center;
}
.old-styles-wrapper .left-align {
    text-align: left;
}
.old-styles-wrapper .right-align {
    text-align: right;
}
.old-styles-wrapper .bottom-align {
    vertical-align: bottom;
}

#body-center .pure-button {
    font-size: 1.2em;
    text-transform: uppercase;
    border-radius: 0.3em;
}

section h1 {
    font-size: 2em;
    color: #252525;
}

.old-styles-wrapper .widgets h1 {
    border-bottom: 12px solid #eee;
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.5em;
}
.old-styles-wrapper .widgets .widget-list {
    list-style: none;
    padding-left: 0px;
}
.old-styles-wrapper .widgets .widget-list li {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.old-styles-wrapper .widgets .widget-list li img {
    width: 100%;
}
.old-styles-wrapper .widgets .widget-list li p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 0px;
}
.old-styles-wrapper .widgets .widget-list li a {
    color: #252525;
}
.old-styles-wrapper .widgets .widget-list li a:hover {
    color: #999;
}
.old-styles-wrapper .widgets .widget-list li span.date {
    color: #777b85;
}

/* Usable Sitewide Element Styles
****************************************************/
hr {
    display: block;
    clear: both;
    margin: 1em auto;
    width: 60%;
    border-bottom: 1px solid #3b3b3b;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
hr.double {
    border-bottom: 3px dotted #ccc;
}

.old-styles-wrapper .hidden {
    display: none;
}

.old-styles-wrapper .top-border {
    border-top: 1px solid #ccc;
}

.old-styles-wrapper .text-white {
    color: #fff !important;
}

img.boxed-image {
    padding: 0.8em;
    border: 1px solid #ccc;
}

.old-styles-wrapper .full-images img {
    width: 100%;
}

.old-styles-wrapper .leadin {
    padding: 1em 0px;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
}
.old-styles-wrapper .leadin p {
    margin: 0px;
}

.old-styles-wrapper .title-banner .content-container h1 {
    margin: 2.5em 0px;
    text-align: center;
    color: #fff;
    font-size: 4em;
    border-bottom: 0px;
}

aside h3 {
    text-align: left;
    margin: 0px 0px 1em 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
}

.old-styles-wrapper .simple {
    margin-left: 1.5em;
}
.old-styles-wrapper .simple aside {
    background: #e4e4e4;
}
.old-styles-wrapper .simple aside h3 {
    border-bottom: 0px;
    font-size: 2em;
    margin-bottom: 0px;
    margin-left: 0px;
}
.old-styles-wrapper .simple aside .pure-menu.pure-menu-open, .simple aside .pure-menu.pure-menu-horizontal li .pure-menu-children {
    border-left: 0px !important;
}

.old-styles-wrapper #nav-container {
    padding-top: 2em;
}

.old-styles-wrapper #main-nav .level1 {
    padding-left: 0px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    float: right;
}
.old-styles-wrapper #main-nav .level1 li {
    display: inline-block;
    position: relative;
}
.old-styles-wrapper #main-nav .level1 li a {
    width: auto;
    padding: 8px 7px 8px;
    display: inline-block;
    font-size: 0.95em;
}
.old-styles-wrapper #main-nav .level1 li .level2  li a:hover {
    opacity: 0.8;
}
.old-styles-wrapper #main-nav .level1 li .level2 li {
    border-right: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.old-styles-wrapper #main-nav .level1 li .level2 a {
    padding: 10px 15px;
    color: #333;;
}
.old-styles-wrapper #main-nav .level2, #main-nav .level3 {
    display: none;
}
.old-styles-wrapper #main-nav .level2 li .level3  li a:hover {
    opacity: 0.8;
}
.old-styles-wrapper #main-nav .level2 li .level3 li {
    border-right: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.old-styles-wrapper #main-nav .level2 li .level3 a {
    padding: 10px 15px;
    color: #333;
}

nav.vertical-nav {
   border: 0px !important;
   border-left: 1px solid #ccc !important;
   padding: 1em 0px;
}
nav.vertical-nav a {
    white-space: normal;
    text-align: left;
    font-size: 0.9em;
    line-height: 1em;
    text-transform: uppercase;
}

.old-styles-wrapper .subnav-wrapper {
    width: 100%;
    background: #083869;
    margin-bottom: 1em;
}
.old-styles-wrapper .subnav-wrapper a {
    padding: 1em;
    color: #fff;
    display: inline-block;
}
    
.old-styles-wrapper .subnav-wrapper a:hover {
    background: #0b4c8b;
}

.old-styles-wrapper .grey-sidebar, .grey-sidebar > div, .grey-sidebar nav {
    background: #e4e4e4 !important;
}
.old-styles-wrapper .grey-sidebar .pure-menu ul li .pure-menu-children {
    -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.62);
    background: #fff;
}

.old-styles-wrapper #full-nav-container {
    background: #f1f1f1;
    width: 100%;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #d4d4d4;
}
.old-styles-wrapper #full-nav-container ul.level1 {
    text-align: left;
}
.old-styles-wrapper #full-nav-container ul.level1 > li > a {
    padding: 13px 22px;
    color: #333;
    border-right: 1px solid #d4d4d4;
}
.old-styles-wrapper #full-nav-container ul.level1 li .level2 {
    margin-left: 0;
    padding-left: 8px;
    top: 28px;
    width: 200px;
    z-index: 10000;
}
.old-styles-wrapper #full-nav-container ul.level1 li .level2 li a {
    
}

aside.left-nav-bar {
    padding-top: 1em;
    margin-bottom: 1em;
}
aside.left-nav-bar, .grey-sidebar > div, .grey-sidebar nav {
    background: #fff !important;
}
aside.left-nav-bar .pure-menu ul li .pure-menu-children {
    -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.62);
    background: #fff;
}
aside.left-nav-bar #cart {
    padding: 2em;
}

aside nav.vertical-nav a {
    padding-left: 17px;
}
aside nav.vertical-nav a {
    border-left: 3px solid #fff;
}
aside nav.vertical-nav a:hover, aside nav.vertical-nav a.active {
    border-left: 3px solid #003e7e;
}

aside.left-nav-bar #left-side-nav {
    padding: 0px;
    border-bottom: 10px solid #f1f1f1 !important;
    background: #ebebeb;
}
aside.left-nav-bar #left-side-nav .pure-menu-can-have-children > .pure-menu-label::after {
    margin-left: -20px;
    margin-right: 10px;
}
aside.left-nav-bar #left-side-nav a {
    color: #777777;
    padding: 0px;
    line-height: 36px;
    border-top: 0px;
    border-bottom: 0px;
}
aside.left-nav-bar #left-side-nav a:hover, aside.left-nav-bar #left-side-nav a:active, aside.left-nav-bar #left-side-nav a:focus, aside.left-nav-bar #left-side-nav .pure-menu-open {
    background: #f1f1f1;
    color: #0078e7;
}
aside.left-nav-bar #left-side-nav .pure-menu-open a {
    color: #0078e7;
}
aside.left-nav-bar #left-side-nav a:hover .fa, aside.left-nav-bar #left-side-nav a:active .fa, aside.left-nav-bar #left-side-nav a:focus .fa, aside.left-nav-bar #left-side-nav .pure-menu-open .fa {
    background: #0078e7;
    color: #fff;
}
aside.left-nav-bar #left-side-nav a .fa {
    border-right: 3px solid #0078e7;
    background: #444;
    height: 100%;
    width: 40px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    float: left;
}
aside.left-nav-bar #left-side-nav ul li > ul {

}
aside.left-nav-bar #left-side-nav ul li > ul > li > a {
    padding: 0px 20px;
}

.old-styles-wrapper .hamburger-nav > ul > li > a {
    font-weight: bold;
}
.old-styles-wrapper .hamburger-nav .level2 > li {
    padding-left: 0px;
}
.old-styles-wrapper .hamburger-nav ul {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}
.old-styles-wrapper .hamburger-nav li {
    list-style-type: none;
    display: block;
    float: left;
    margin: 0;
    background: #e4e4e4;
    padding: .8em 0 .6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; /* Fixes Firefox bug */
    box-sizing: border-box;
    width: 20%;
    text-align: center;
}

a.hamburger-button {
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
}

a.open-panel {
    display: none;
}
a.open-panel {
    padding: 1em 5%;
    background: #333;
    width: 100%;
}

.old-styles-wrapper .full-width-frame {
    width: 100%;
}

.old-styles-wrapper .note {
    width: 100%;
    font-style: italic;
}

.old-styles-wrapper table.alternate {
    border: 0px;
    background: #fff;
}
.old-styles-wrapper table.alternate td, table.alternate th {
    border: 0px;
    padding: 10px 20px;
}
.old-styles-wrapper table.alternate tr:nth-child(even) {
    background: #f1f1f1;
}

.old-styles-wrapper table.full-width-table {
    width: 100%;
}

.old-styles-wrapper table .table-row-additional td {
    padding-bottom: 4em;
    padding-top: 3em;
    border-bottom: 3px solid #ccc;
}

#body-center .pure-paginator .pure-button {
    background: #fff;
    border-radius: 0px;
    color: #666;
    margin-left: 3px;
    padding: 1em 0.8em;
}
#body-center .pure-paginator .pure-button-active, #body-center .pure-paginator .pure-button:hover {
    background: #e4e4e4;
    box-shadow: 0px 0px 0px black;
}
#body-center .pure-button-bold {
    font-weight: bold;
}

.old-styles-wrapper .layunder-container {
    position: relative;
    overflow: hidden;
    height: 111px;
    width: 296px;
    text-align: left;
}
.old-styles-wrapper .layunder-top {
    position: absolute;
}
.old-styles-wrapper .layunder-container span {
    padding: 0px 5%;
    width: 90%;
    background: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 1.2em;
    color: #333;
    border-top: 1px solid #000;
    z-index: 999;
}

.old-styles-wrapper .layunder-content {
    position: absolute;
    top: 100%;
    left: 0px;
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    background: #999;
    width: 276px;
    padding: 0px 10px;
    min-height: 100%;
    color: #fff;
    -webkit-box-shadow: inset 0 0 10px #000;
    -moz-box-shadow:    inset 0 0 10px #000;
    box-shadow:         inset 0 0 10px #000;
    text-shadow: 1px 1px 1px black;
    line-height: 1.2em;
    font-size: 1.15em;
}
.old-styles-wrapper .layunder-content h4 {
    font-weight: bold;
}

.old-styles-wrapper .right-col-button {
    width: 281px;
    padding-left: 15px;
    font-size: 1.2em;
    line-height: 1.5em;
    vertical-align: baseline;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-shadow: 1px 1px 1px #999;
}
.old-styles-wrapper .right-col-button .fa {
    float: right;
    border-left: 1px solid #fff;
    background: #ccc;
    height: 100%;
    width: 40px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
}

/* Form Element Styles
****************************************************/
.old-styles-wrapper .pure-form legend {
    font-weight: bold;
    font-size: 1.1em;
}
.old-styles-wrapper .pure-form legend > span {
    font-size: 0.9em;
    font-style: italic;
    color: #999;
    font-weight: normal;
}
.old-styles-wrapper .pure-form.center-align input {
    margin: 0 auto;
}
.old-styles-wrapper .pure-form .form-group select {
    height: 35px;
}
.old-styles-wrapper .checkbox-container {
    padding: 0.13em 0px;
}

.old-styles-wrapper .pure-controls input[type=submit] {
    margin-bottom: 1em;
}

.old-styles-wrapper .supplierForm .inner-padded-box {
    line-height: 2.5em;
    min-height: 58px;
}
.old-styles-wrapper .supplierForm .inner-padded-box label {
    width: 100%;
    display: inline-block;
    line-height: 1.1em;
}
.old-styles-wrapper .scopeSelectionForm .inner-padded-box label {
    width: auto;
}

.old-styles-wrapper .tooltip {
    width: 16px; 
    height: 18px; 
    display: inline-block; 
    background: url(/registration/images/icons/information.png) no-repeat 0px 2px; 
    text-decoration: none; 
    position: relative;
}
.old-styles-wrapper .tooltip:hover {
    cursor: pointer;
}
.old-styles-wrapper .tooltip-info {
    width: 150px; 
    display: none; 
    position: absolute; 
    background: #666; 
    border: 2px solid #333; 
    padding: 4px 2px 6px 4px; 
    color: #fff; 
    font-size: 0.9em; 
    line-height: 1.1em; 
    left: 16px; 
    top: 3px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    z-index: 99;
}

input.error, select.error, textarea.error {
    border: 1px solid red !important;
}

/* Table Element Styles
****************************************************/
th {
    background: url("/images/events/tablebg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #00457F;
    font-size: 1.1em;
}
.old-styles-wrapper .style5 {
    color: #fff;
}

table.alternate-rows tr:nth-child(odd) {
    background-color: #f2f2f2; /* Light gray for odd rows */
}
table.content-top td {
    vertical-align: top;
}

/* Event Element Styles
****************************************************/
.old-styles-wrapper .category-block {
    margin-bottom: 5em;
}
.old-styles-wrapper .category-block h2 {
    font-size: 2em;
}
.old-styles-wrapper .image-box {
    background: #f1f1f1;
    border: 1px solid #666;
    text-align: center;
    min-height: 450px;
}
.old-styles-wrapper .image-box > img {
    width: 100%;
    height: auto;
}
.old-styles-wrapper .image-box > a {
    margin-top: -1em;
    margin-left: auto;
}
.old-styles-wrapper .image-box > div {
    text-align: left;
}
.old-styles-wrapper .image-box h1, .image-box h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px !important;
}
.old-styles-wrapper .image-box h1 {
    line-height: 1em;
}
.old-styles-wrapper .image-box h2 {
    color: #999;
    font-size: 1.3em;
}

/* Header Styles
****************************************************/
.old-styles-wrapper header[role="banner"] {
    padding-bottom: 0px !important;
    margin-bottom: 26px;
    background: url("/v2images/common/cctv-banner.jpg") no-repeat top center;
}
.old-styles-wrapper header.container {
    padding: 0px 0px 1em 0px;
}
.old-styles-wrapper header ul, .old-styles-wrapper header ol {
    list-style: none;
    padding-left: 0px;
}
.old-styles-wrapper header #logo {
    display: inline-block;
    padding-top: 0.5em;
}
.old-styles-wrapper header #main-nav-container {
    display: inline-block;
    float: right;
}
.old-styles-wrapper header #main-nav {
    position: relative;
    z-index: 9999;
    float: right;
}
.old-styles-wrapper header #main-nav #main-nav-items > li {
    border-bottom: 0px;
}
.old-styles-wrapper header #main-nav li:last-child {
    border-right: 0px;
}
.old-styles-wrapper header nav {
    background: none !important;
}
.old-styles-wrapper header nav > ul > li > a {
    color: #fff !important;
}
.old-styles-wrapper header nav > ul > li, .old-styles-wrapper header nav > ul > li > a:focus {
    background: none !important;
    color: #296cc6 !important;
}
.old-styles-wrapper header nav > ul > li > a:hover {
    background: #0c4b8b !important;
}
.old-styles-wrapper header nav .pure-menu-has-children .pure-menu-children {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:    4px 4px 8px 0px rgba(0, 0, 0, 0.21);
    box-shadow:         4px 4px 8px 0px rgba(0, 0, 0, 0.21);
}

.old-styles-wrapper header .login-cta {
    font-size: 1.09em;
    margin: 0px 0px 0px 1em !important;
}
.old-styles-wrapper header .login-cta a {
    color: #333;
    text-shadow: 1px 1px 1px #999;
    border-radius: 0px;
}

.old-styles-wrapper header.big-blue {
    background: #083869;
}
.old-styles-wrapper header.big-blue h1 {
    padding: 1em 0px;
    color: #fff;
}
.old-styles-wrapper header .verify-form {
    width: 100%;
    margin-top: 10px;
    clear: both;
    float: right;
}
.old-styles-wrapper header .verify-form .pure-button {
    color: #333;
    text-shadow: 1px 1px 1px #999;
    border-radius: 0px;
}
.old-styles-wrapper header .verify-form .pure-input {
    padding: 5px 5px;
    margin-right: 5px;
}

.old-styles-wrapper .banner-container {
    background: #083869;
    width: 100%;
    display: inline-block;
}

.old-styles-wrapper nav {
    font-size: 0.9rem;
}
.old-styles-wrapper nav ul {
    width: 100%;
}
.old-styles-wrapper nav ul li ul {
    width: auto;
    text-align: left;
}

.old-styles-wrapper .search-input { 
    border: 2px solid #e4e4e4; 
    color: #999; 
    padding: 7px 20px 5px 2%;
    width: 83%; 
    background: url(/images/icons/search.jpg) no-repeat right center #fff;
    display: block;
    font-style: italic;
}

.old-styles-wrapper .social-icons {
    width: 33px; 
    height: 33px;
}
.old-styles-wrapper .social-icons a {
    width: 28px; 
    height: 28px; 
    background-image: url(/v2images/icons/social-icons.png); 
    text-indent: -9999px;
    float: left;
    display: inline;
    margin-left: 5px;
}
.old-styles-wrapper footer {
    margin-top: 3em;
}
.old-styles-wrapper footer .social-icons a {
    margin: 5px 0px 0px 5px;
}
.old-styles-wrapper .social-icons .fbicon {
    background-position: -28px 0px;
}
.old-styles-wrapper .social-icons .twicon:hover, #social-icons .fbicon:hover {
    opacity: 0.7;
}

.footer-main {
    margin-top: 0px !important;
    position: inherit !important;
}

/* Main Body Styles
****************************************************/
.old-styles-wrapper #secondary-nav-container {
    padding: 25px 0px 0px;
}
.old-styles-wrapper #secondary-nav {
    margin-top: 1em;
}
.old-styles-wrapper #secondary-nav, #secondary-nav a {
    text-transform: uppercase;
}

.old-styles-wrapper .coloured-blocks > section .inner-box {
    border-radius: 1em;
    border: 1px solid #eaeae8;
    background-position: right center;
    background-size: 33% 100%;
    background-repeat: no-repeat;
}
.old-styles-wrapper .coloured-blocks > section .inner-content {
    padding: 1.5em 1.5em 1.5em 2em;
    position: relative;
}
.old-styles-wrapper .coloured-blocks > section .inner-content h1 {
    margin-top: 0px;
}
.old-styles-wrapper .coloured-blocks > section .inner-content p {
    font-size: 1.2em;
    line-height: 1.4em;
}
.old-styles-wrapper .coloured-blocks > section .inner-content .pure-button {
    margin-top: 0.5em;
}

.old-styles-wrapper .coloured-blocks > section:nth-of-type(1) .inner-box {
    border-left: 12px solid #AEC7E1;
    background-image: url(/v2images/home/about.jpg);
}
.old-styles-wrapper .coloured-blocks > section:nth-of-type(1) .inner-content .pure-button {
    background: #AEC7E1;
}
.old-styles-wrapper .coloured-blocks > section:nth-of-type(2) .inner-box {
    border-left: 12px solid #4979AA;
    background-image: url(/v2images/home/lookingforaserviceprovider.jpg);
}
.old-styles-wrapper .coloured-blocks > section:nth-of-type(2) .inner-box .hover-content {
    background: rgba(73, 121, 170, 0.9);
}
.old-styles-wrapper .coloured-blocks > section:nth-of-type(2) .inner-content .pure-button {
    background: #4979AA;
}
.old-styles-wrapper .coloured-blocks > section:nth-of-type(3) .inner-box {
    border-left: 12px solid #083869;
    background-image: url(/v2images/home/lookingtojoinus.jpg);
}
.old-styles-wrapper .coloured-blocks > section:nth-of-type(3) .inner-content .pure-button {
    background: #083869;
}
.old-styles-wrapper .coloured-blocks > section:nth-of-type(4) .inner-box {
    border-left: 12px solid #01172E;
    background-image: url(/v2images/home/newsandevents.jpg);
}
.old-styles-wrapper .coloured-blocks > section:nth-of-type(4) .inner-content .pure-button {
    background: #01172E;
}
.old-styles-wrapper .coloured-blocks > section .inner-content p.additional {
    line-height: 0.8em;
}
.old-styles-wrapper .coloured-blocks .additional a {
    font-size: 0.8em;
}

.old-styles-wrapper .coloured-blocks .hover-button {
    
}
.old-styles-wrapper .coloured-blocks .hover-content {
    display: none;
    position: absolute;
    top: 2em;
    left: 0px;
    height: auto;
    text-align: left;
    padding: 0.5em 0px;
    z-index: 100;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
}
.old-styles-wrapper .coloured-blocks .hover-content a {
    font-size: 1em;
    clear: both;
    display: block;
    width: 100%;
    color: #fff;
    padding: 0.5em 1em;
}
.old-styles-wrapper .coloured-blocks .hover-content a:hover {
    color: #333;
}
.old-styles-wrapper .coloured-banner .section-box {
    margin: 0px;
    border-right: 1px solid #ececec;
    padding: 0 2em;
}
.old-styles-wrapper .coloured-banner .section-box .cell {
    border-right: 0;
}
.old-styles-wrapper .coloured-banner .cell.icon {
    padding-top: 0.7em;
}
.old-styles-wrapper .coloured-banner .cell.message p {
    margin-top: 1.3em;
}
.old-styles-wrapper .coloured-banner .cell.action {
    font-size: 1.4em;
}
.old-styles-wrapper .coloured-banner .cell.content {
    font-size: 1.2em;
}

.old-styles-wrapper .html-slider {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}
.old-styles-wrapper .html-slider {
    position: relative;
}
.old-styles-wrapper .html-slider img {
    width: 100%;
}
.old-styles-wrapper .html-slider .slide-text {
    width: 90%;
    padding: 15px 5%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
}
.old-styles-wrapper .html-slider .slide-text .link {
    position: absolute;
    top: -30px;
    right: 0px;
    line-height: 20px;
    padding: 5px 10px;
    background: #0b3f79;
    text-transform: uppercase;
    color: #fff;
}
.old-styles-wrapper .sy-pager li.sy-active a {
    background: #0b3f79;
}

.old-styles-wrapper #column-imagelinks {
    text-align: right;
}
.old-styles-wrapper #column-imagelinks img {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:    4px 4px 8px 0px rgba(0, 0, 0, 0.21);
    box-shadow:         4px 4px 8px 0px rgba(0, 0, 0, 0.21);
}
.old-styles-wrapper #column-imagelinks a {
    line-height: 2.5em;
    margin-bottom: 20px;
    display: inline-block;
}

/* Content Page Styles
****************************************************/
.old-styles-wrapper .content-container h1 {
    border-bottom: 1px solid #ccc;
}
.old-styles-wrapper .content-image {
    width: 100%;
    max-width: 100%;
}
.old-styles-wrapper .cms-content table {
    width: 100%;
}

/* Post Page Styles
****************************************************/
.old-styles-wrapper .post {
    margin: 1em 0px;
    padding: 1em 0px 2.5em;
    border-bottom: 1px solid #ccc;
}
.old-styles-wrapper .post.simple {
    border-bottom: 0px;
}
.old-styles-wrapper .post-summary {
    margin: 0.4em 0px;
    padding: 0.4em 0px 1em;
    border-bottom: 1px solid #ccc;
}
.old-styles-wrapper .post .info-line, .posts-widget li .info-line {
    width: 100%;
    font-size: 1.3em;
}
.old-styles-wrapper .post .info-line span, .posts-widget li .info-line span {
    color: #003e7e;
    margin-left: 1em;
}
.old-styles-wrapper .post .info-line span:first-of-type, .posts-widget li .info-line span:first-of-type {
    margin-left: 0px;
}
.old-styles-wrapper .post .info-box, .posts-widget li .info-box {
    width: 100%;
    padding: 0px;
    font-size: 1.3em;
}

.old-styles-wrapper .more {
    margin-left: 0.4em;
}

.old-styles-wrapper .posts-widget {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}
.old-styles-wrapper .posts-widget li {
    margin: 0px 0px 5em;
}
.old-styles-wrapper .posts-widget li a.title {
    font-size: 1.7em;
}

/* FAQs Page Styles
****************************************************/
.old-styles-wrapper .question {
    background: url("/images/icons/faqicon.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E4E4E4;
    color: #00457F;
    display: inline-block;
    font-size: 1.4em !important;
    height: auto;
    padding: 1em 0 1em 25px;
}
.old-styles-wrapper .answer {
    border-bottom: 1px solid #E4E4E4;
    clear: both;
    display: inline-block;
}
.old-styles-wrapper .question, .answer {
    width: 97%;
}

/* Team Page Styles
****************************************************/
.old-styles-wrapper .featured-wrapper {
    padding: 1em 0px;
    background-color: hsla(210, 58%, 93%, 1);
}
.old-styles-wrapper .featured-wrapper h1 {
    border-bottom: 0px;
}
.old-styles-wrapper .image-list .post {
    padding: 1.5em;
    border-bottom: 0px;
    text-align: center;
}
.old-styles-wrapper .image-list .post p span {
    font-style: italic;
}
.old-styles-wrapper .image-list .post p.description {
    text-align: justify;
}

.old-styles-wrapper #team-featured {
    padding-bottom: 0px;
}

/* News Page Styles
****************************************************/
.old-styles-wrapper .post .newsImage {
    max-width: 300px;
}

/* JobsPage Styles
****************************************************/
.old-styles-wrapper #job-banner {
    background: url('/v2images/common/horse-banner.jpg') no-repeat fixed;
    background-size: 100%;
    margin-top: -2.3em;
    border-top: 1px solid #fff;
}
.old-styles-wrapper .call-to-action {
    border-top: 1px solid #003e7e;
    border-bottom: 1px solid #003e7e;
    padding: 1em 0px;
}
.old-styles-wrapper .call-to-action h1 {
    border-bottom: 0px;
}
.old-styles-wrapper .call-to-action span {
    color: #003e7e;
}
.old-styles-wrapper .call-to-action h2 {
    line-height: 1.5em;
}
.old-styles-wrapper .call-to-action .fa {
    margin-right: 0.5em;
}

/* Supplier Search Page Styles
****************************************************/
.old-styles-wrapper #region_map {
    width: 100%;
    height: 420px;
}
.old-styles-wrapper .searchCompForm label.large {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #003770;
    font-weight: bold;
}
.old-styles-wrapper .locked {
    opacity: 0.4;
}

/* Supplier Area Page Styles
****************************************************/
.old-styles-wrapper .nested-nav-container {
    background: transparent;
    width: 100%;
    display: inline-block;
    background: #083869 !important;
}
.old-styles-wrapper .nested-nav-container #main-nav {
    text-align: left;
}
.old-styles-wrapper .nested-nav-container #main-nav-container {
    float: left;
}
.old-styles-wrapper .nested-nav-container #main-nav .level1 {
    text-align: left;
}
.old-styles-wrapper .nested-nav-container #main-nav .level2 {
    z-index: 1000;
}
.old-styles-wrapper .nested-nav-container #main-nav .level1 > li {
    margin-top: 2px;
    font-size: 0.8em;
    border-right: 1px solid #ccc;
}

.old-styles-wrapper .notice-form {
    display: inherit;
    padding: 0px 10px;
    background: #d8ecff;
    border: 2px solid #ccc;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 10px 0px 20px 0px;
}

.old-styles-wrapper .supplier-logo > img {
    padding: 0.5em 0;
    height: 139px;
    max-height: 139px;
}

.old-styles-wrapper .boxed-content-layout {
    margin-bottom: 2em;
}
.old-styles-wrapper .boxed-content-layout > .padded-box > h1 {
    color: #333;
    border-bottom: 6px solid #eee;
    font-size: 1.5em;
    padding: 0 0 8px 25px;
}

.old-styles-wrapper .section-box {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-left: 4px solid #0d376d;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 1em 1em 0 1em;
    background: #fff;
}
.old-styles-wrapper .section-box h1 {
    font-size: 1.5em;
    border-bottom: 0;
    color: #0d376d;
}
.old-styles-wrapper .boxed-content-layout .pure-button-primary {
    background: #0d376d;
}
.old-styles-wrapper .boxed-content-layout .pure-button-secondary {
    background: #28AFB0;
    color: #fff;
}
.old-styles-wrapper .section-box .cell {
    border-right: 1px solid #ececec;
}
.old-styles-wrapper .section-box span.large {
    font-size: 1.5em;
    font-weight: bold;
}

.old-styles-wrapper .icon-box {
    font-size: 2.5em;
    color: #fff;
    background:  #0d376d;
    text-align: center;
    height: 100%;
    min-height: 100%;
    vertical-align: middle;
}

/* Colours
************************/
.old-styles-wrapper .brand-first.section-box {
    border-left: 4px solid #0d376d;
}
.old-styles-wrapper .brand-first .icon-box, .boxed-content-layout .brand-first .pure-button-primary, .boxed-content-layout .brand-first .pure-button-secondary {
    background: #0d376d;
}

.old-styles-wrapper .brand-second.section-box {
    border-left: 4px solid #28AFB0;
}
.old-styles-wrapper .brand-second .icon-box, .boxed-content-layout .brand-second .pure-button-primary, .boxed-content-layout .brand-second .pure-button-secondary {
    background: #28AFB0;
}

.old-styles-wrapper .brand-third.section-box {
    border-left: 4px solid #F4D35E;
}
.old-styles-wrapper .brand-third .icon-box, .boxed-content-layout .brand-third .pure-button-primary, .boxed-content-layout .brand-third .pure-button-secondary {
    background: #F4D35E;
}

.old-styles-wrapper .brand-fourth.section-box {
    border-left: 4px solid #EE964B;
}
.old-styles-wrapper .brand-fourth .icon-box, .boxed-content-layout .brand-fourth .pure-button-primary, .boxed-content-layout .brand-fourth .pure-button-secondary {
    background: #EE964B;
}

.old-styles-wrapper .brand-fifth.section-box {
    border-left: 4px solid #1F271B;
}
.old-styles-wrapper .brand-fifth .icon-box, .boxed-content-layout .brand-fifth .pure-button-primary, .boxed-content-layout .brand-fifth .pure-button-secondary {
    background: #1F271B;
}

.old-styles-wrapper .quick-links-nav h1 {
    margin-bottom: 0;
}
.old-styles-wrapper .quick-links-nav ul {
    padding: 0;
    margin: 0;
}
.old-styles-wrapper .quick-links-nav ul li {
    padding: 0;
    list-style: none;
    margin: 0;
}
.old-styles-wrapper .quick-links-nav ul li a {
    padding: 1.1em 5%;
    font-size: 1.3em;
    color: #333;
    width: 90%;
    border-bottom: 1px solid #eeeeee;
    display: block;
}
.old-styles-wrapper .quick-links-nav ul li a:hover {
    background: #eeeeee;
}
.old-styles-wrapper .quick-links-nav ul li a i {
    float: right;
}

/* Supplier Area - Edit Details Page Styles
****************************************************/
.old-styles-wrapper .wordLimiter {
    color: #ccc;
}
.old-styles-wrapper .wordLimiter span {
    font-size: 1.5em;
}

/* Supplier Area - Online Store Page Styles
****************************************************/
.old-styles-wrapper .bigPicHover {
    position: relative; 
    float: left;
}
.old-styles-wrapper .bigPicHover img {
    width: 100%;
}

/* Supplier Area - Certificates Direct Page Styles
****************************************************/
.old-styles-wrapper .supplierForm .pure-controls .pure-button-primary {
    line-height: 17px;
    padding-left: 8px;
    padding-right: 8px;
}

.old-styles-wrapper .certType img, .certTemplate img {
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border: 5px solid #e4e4e4; 
}
.old-styles-wrapper .certType img:hover, .certTemplate img:hover {
    border: 5px solid #999; 
    cursor: pointer;
}
.old-styles-wrapper .certType.active img {
    border: 5px solid #0099cc !important;
}

.old-styles-wrapper .email_certificate {
    display: none;
}

/* Supplier Area - BSI Standards Page Styles
****************************************************/
.old-styles-wrapper #standardsList {
    
}
.old-styles-wrapper #standardsList .standards-contents {
    width: 100%;
}
.old-styles-wrapper #standardsList .contentItem {
    padding: 62px 0px 10px 0px;
}
.old-styles-wrapper #standardsList .folder {
    margin-top: 10px;
    padding: 62px 10px 0px 10px; 
    background: url(/images/icons/folder.png) no-repeat top center; 
    display: inline-block; 
    text-align: center; 
    color: #00457F; 
    line-height: 12px;
}
.old-styles-wrapper #standardsList .folder:hover {
    text-decoration: underline; 
    cursor: pointer;
}
.old-styles-wrapper #standardsList .document {

}
.old-styles-wrapper #standardsList .folderContents {
    width: 100%; 
    display: none;
}
.old-styles-wrapper #standardsList .backbtn {
    display: none; 
    background: url(/images/icons/back.png) no-repeat 0 0; 
    width: 24px; 
    height: 24px; 
    padding: 6px 0px 0px 30px; 
    line-height: 24px; 
    font-size: 16px; 
    margin: 0px 0px 10px 10px; 
    clear: right;
}
.old-styles-wrapper #standardsList .backbtn:hover {
    text-decoration: none;
}

/* Registration Area - Formee Styles
****************************************************/
.old-styles-wrapper .formee legend {
    clear: both;
    border-bottom: 1px solid #ccc;
}

.old-styles-wrapper .formee hr {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 1.5em 0px;
    display: inline-block;
}

.old-styles-wrapper .formee input[type=checkbox] {
    margin: 3px;
}

.old-styles-wrapper .formee .box-list, .formee .box-list p {
    width: 95% !important;
}

.old-styles-wrapper .non-office-tables table th {
    padding: 10px;
}
.old-styles-wrapper .non-office-tables .center {
    text-align: center;
}
.old-styles-wrapper .non-office-tables .alignleft {
    text-align: left;
}

/* Widget Area Styles
****************************************************/
.old-styles-wrapper .widget-container h1, .widget-container h2 {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #999;
}

.old-styles-wrapper .widget {
    display: inline-block;
    width: 100%;
}
.old-styles-wrapper .widget a {
}

.old-styles-wrapper .widget-header h2 {
    margin: 0px;
    line-height: 46px;
    border-bottom: 1px solid #ccc;
    background: rgba(0,0,0,0.7);
}
.old-styles-wrapper .widget-header h2 .fa {
    border-right: 3px solid #0078e7;
    background: #444;
    height: 100%;
    width: 40px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
    float: left;
}
.old-styles-wrapper .widget-body {
    padding: 1.5em;
    margin: 0px;
    background: rgba(0,0,0,0.7);
}

.old-styles-wrapper .widget-header a, .widget-body a, .widget-header h2, .widget-header a {
    color: #ccc;
}
.old-styles-wrapper .twitter-feed {
    border-bottom: 0px;
    max-height: 200px;
    overflow: auto;
}
.old-styles-wrapper .twitter-feed ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}
.old-styles-wrapper .twitter-feed ul li {
    margin-bottom: 1em;
}
.old-styles-wrapper .twitter-feed ul li:last-child hr {
    display: none;
}
.old-styles-wrapper .twitter-feed hr {
    border-bottom: 1px solid #fff;
}

/* Footer Styles
****************************************************/
.old-styles-wrapper footer {
    background-color: #4979aa;
    color: #fff;
    font-size: 0.9em;
    margin-bottom:0px;
    vertical-align: bottom;
}
.old-styles-wrapper footer p {
    line-height: 1.5em;
}
.old-styles-wrapper footer p img {
    margin: 10px 0px;
}
.old-styles-wrapper footer a {
    color: #e4e4e4;
    text-decoration: underline;
}


/* Modal Styles
****************************************************/
.old-styles-wrapper .modal .checkbox{
  display: none;
}

/* Gray background */
.old-styles-wrapper .modal .modal-overlay{
  opacity: 0;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  transform: scale(1);
  display: none;
  background-color: rgba(0,0,0,0.7);
}

/* Box */
.old-styles-wrapper .modal .modal-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 40px 50px;
  width: 40%;
  margin: 20px auto;
  align-self: flex-start;
  border-radius: 2px;
  transition: all 0.5s ease;
  text-align: left;
}
.old-styles-wrapper .modal .modal-wrap.small{
  width: 30%;
}
.old-styles-wrapper .modal .modal-wrap.full{
  width: 100%;
  height: 100%;
}

.old-styles-wrapper .modal .modal-wrap.a-center {
  align-self: center;
}
.old-styles-wrapper .modal .modal-wrap.from-left {
  transform: translateX(-100%);
}
.old-styles-wrapper .modal .modal-wrap.from-right {
  transform: translateX(100%);
}
.old-styles-wrapper .modal .modal-wrap.from-top {
  transform: translateY(-100%);
}
.old-styles-wrapper .modal .modal-wrap.from-bottom {
  transform: translateY(100%);
}


/* Close button */
.old-styles-wrapper .modal .modal-overlay .close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  width: 30px;
  height: 30px;
  color: #282c34;
}

.old-styles-wrapper .modal .modal-overlay .close:hover{
  cursor: pointer;
  color: #4b5361;
}


 .modal .o-close {
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -100;
 }

.old-styles-wrapper .modal input:checked ~ .o-close {
  z-index: 9998;
}
.old-styles-wrapper .modal input:checked ~ .modal-overlay{
  transform: scale(1);
  opacity:1;
  z-index: 9997;
  overflow: auto;
  display: flex;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
.old-styles-wrapper .modal input:checked ~ .modal-overlay .modal-wrap {
  transform: translateY(0);
  z-index: 9999;
}

.old-styles-wrapper .modal form .error {
    color: red;
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 800px){
  .modal .modal-wrap {
    width: 80%;
    padding: 20px;
  }
}

/* Phone size */
@media (max-width: 500px){
  .modal .modal-wrap {
    width: 90%;
  }
}

/* Fadein from display:none */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
