html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

html {
    scroll-behavior:smooth;
}


ol, ul, ul_ovr {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

dfn {
    font-style: normal;
    background-color: #eee;
}

dfn:hover {
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong{
  font-weight:500;
}

/* Global */
body {
    background-color: white;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
/*    padding: 10px;*/
    background-color: white;
    min-width: 1530px;
/*    border-left: 1px solid #bbb;*/
/*    border-right: 1px solid #bbb;*/
/*    border-bottom: 1px solid #bbb;*/
    
/*    box-shadow: 0 0 8px #bbb;
    -moz-box-shadow: 0 0 8px #bbb;
    -webkit-box-shadow: 0 0 8px #bbb;
    
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;*/
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.clear {clear: both;}


/* Header */
#header {
    background: #e9eef0;
    width: 100%;
    min-width: 1320px;
    height: 100px;
}

#homepage-header {
    background: radial-gradient(80% 800% at 20% 100%, #FFFFFF 0%, #FFFFFF 20%, #9BAFB7 100%);
    width: 100%;
    min-width: 1320px;
    height: 100px;
}

/* Header section */
#header-section {
    width: 1240px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

h1#logo {
    background: no-repeat top center url('../images/logo.png');
    width: 160px;
    height: 69px;
    text-indent: -9999px;
    border: 0;
    background-size: 160px;
}

h1#logo a {
    display: block;
    width: 220px;
    height: 60px;
}

#navigation ul li {
    display: block;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 29px;
    width: fit-content;
    text-align: center;
    padding-right: 18px;
    padding-left: 18px;
}

#navigation ul li:first-child {
}

#navigation ul li a {
    text-align: center;
    color: #253750;
    font: 18px Outfit;
    font-weight: 500;

}

#navigation ul li a:hover {
    text-decoration: none;
    color:#00aeef;
}

#navigation ul ul.sub-menu {
    z-index: 100;
    position: relative;
    padding-top: 12px;
    margin-left: -10px;
    display: none;
    width: 50px;
}

#navigation ul li:hover ul.sub-menu {
    display: block;
}

#navigation ul ul.sub-menu li {
    background: no-repeat #fff;
    border-bottom: none;
    height: auto;
    padding: 25px 0 25px 0;
    width: 360px;
    text-align: left;
    box-shadow: 0 30px 50px #0003;
}

#navigation ul ul.sub-menu li:last-child {
    border-bottom: none;
}

#navigation ul ul.sub-menu li:hover {
    background: #f0f5f7;
}

#navigation ul ul.sub-menu li a {
    font-size: 18px;
    font-weight: 300;
    margin-left: 20px;
    border: none;
}

#navigation li.current-page-ancestor {
}

#navigation li.current-page-ancestor:first-child {
}

#navigation li.current_page_item:first-child {
}

/*
#navigation li.current_page_item {
    border-bottom: 4px solid #00aef0;
}
*/

.current-menu-parent {
    background: none;
}

/*
.current_page_ancestor a {
    border-bottom: 6px solid #00aef0;
    padding-bottom: 10px;
}
*/


#bread_crumb {
    font: bold 12px Verdana, sans-serif;
    margin-top: 10px;
}

.breadcrumbs a {
    color: #000;
}

div#navigation {
    float: left;
    position: relative;
    top: 30px;
    left: 85px;
}

div.logo-wrapper {
    float: left;
    position: relative;
    /*left: 325px;*/
    top: 28px;
}

div.searchform-wrapper {
    float: right;
    position: relative;
    top: 34px;
}

form#searchform input[type="text"] {
    border: none;
    padding: 2px;
    font-size: 18px;
    height: 32px;
    border-radius: 30px;
    width: 180px;
}

form#searchform input[type="text"]:focus {
    border: none;
}

/* Home page banner section */
#content_slider {
    min-width: 1320px;
}


/* Home page main section */
#front-page-content {
    width: 100%;
    min-width: 1320px;
    background: #e8eeef;
}

/* Home page WCC section */
#front-page-wcc-section {
    width: 100%;
    min-width: 1320px;
    background: #192737;
}

/* Home page WCC content */
#front-page-wcc-content {
    width: 1240px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 50px;
}

/* Home page main section (updated) */
#homepage-main-section {
    width: 100%;
    min-width: 1320px;
    background: url("/wp-content/themes/compulab/images/homepage/homepage_main_background.png") no-repeat left calc(50%) top 445px, radial-gradient(80% 100% at 20% 0%, #FFFFFF 0%, #FFFFFF 20.99%, #9BAFB7 100%);
}


#homepage-about-section {
    width: 100%;
    min-width: 1320px;
    background: linear-gradient(#E8EEEF, #E8EEEF) top left / 100% 890px no-repeat, linear-gradient(#FFFFFF, #FFFFFF) top 890px left / 100% 975px no-repeat, linear-gradient(#E8EEEF, #E8EEEF) top 1865px left / 100% 615px no-repeat;
}


/* Home page slider section (updated) */
#homepage-slider-section {
    width: 1530px;
    height: 528px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 85px;
}

/* Home page products section (updated) */
#homepage-products-section {
    width: 1240px;
    height: 305px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 85px;
}

/* Home page numbers section (updated) */
#homepage-numbers-section {
    width: 1240px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 170px;
    padding-bottom: 50px;
}

/* Home page production section (updated) */
#homepage-production-section {
    width: 1240px;
    height: 555px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 185px;
    padding-bottom: 50px;
}

.homepage-slider {

    box-shadow:0px 10px #16243d38;
}

.homepage-production-wrapper {
  position: relative;
  top: 0;
  left: 0;
}

.homepage-production-banner {
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 0px 10px #CCDCE5;
}

.homepage-mars-banner {
  box-shadow: 0px 10px #16243d38;
}

.homepage-production-button {
  position: absolute;
  top: 90px;
  left: 100px;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 460px;
  padding-right: 460px;
}

.homepage-production-button:hover {
  filter: brightness(1.3);
}

/* Home page why compulab section (updated) */
#homepage-wc-section {
    width: 1240px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px;
    padding-bottom: 50px;
}

/* Home page Mars section (updated) */
#homepage-mars-section {
    width: 1530px;
    height: 615px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px;
    padding-bottom: 50px;
}

/* Home page product tiles (updated) */
.product-tile { 
    width: 280px;
    height: 296px;
    position:relative;
    background-color:white;
    float:left;
    box-shadow: 0px 10px rgba(22, 36, 61, 0.2);
;
}

.product-tile:hover {
    box-shadow: 0px 10px rgba(22, 36, 61, 0.6);
}    

.product-tile-title {
    height:50px;
    padding-left: 30px;
    padding-top: 20px;
    color: #16243D;
} 

.product-tile-image {
    height:140px;
    width:210px;
    padding-left: 32px;
    padding-top: 30px;
}   

.product-tile-button {
    height:50px;
    padding-left: 30px;
} 

.product-tile-title p {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.product-tile-button p {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 20.0083px;
    line-height: 25px;
    color: #16243D;

}


.homepage-title{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #16243D;
    margin-bottom: 50px;
}

    
.grow-element { 
    transition: all .2s ease-in-out; 
}

.grow-element:hover { 
    transform: scale(1.05); 
}

.uplift-element { 
    transition: all .2s ease-in-out; 
}

.uplift-element:hover { 
    transform: translateY(-8px); 
}

.industry-segment {
    height: 580px;
    margin-bottom: 85px;
}

.segment-title {
    margin-bottom: 5px;
}

.segment-description {
    width: 535px;
    margin-bottom: 85px;
}

.segment-image {
    float: left;
}

.segment-case {
    background-color: white;
    width: 618px;
    height: 400px;
    float:right;
}

.segment-case-image {
    margin-top: 50px;
    margin-left: 46px;
    float:left;
}

.segment-case-description{
    width:170px;
    margin-top: 59px;
    margin-left: 404px;
}



.segment-case-button{
    width: 162px;
    height: 59px;
    background-color: #00AEF0;
    margin-left: 404px;
    margin-top: 30px;
    box-shadow: 0px 5px #00AEF02E;
    font-size: 18px;
    color: white;
    font-weight: 500;
    line-height: 59px;
    text-align: center;
}

.segment-title-flipped {
    margin-bottom: 5px;
    margin-left: 660px;
}

.segment-description-flipped {
    width: 535px;
    margin-bottom: 85px;
    margin-left: 660px;
}

.segment-image-flipped {
    float: right;
}

.segment-case-flipped {
    background-color: white;
    width: 618px;
    height: 400px;
    float:left;
}

.segment-case-image-flipped {
    margin-top: 50px;
    margin-right: 46px;
    float:right;
}

.segment-case-description-flipped {
    width:170px;
    margin-top: 59px;
    margin-left: 50px;
}



.segment-case-button-flipped {
    width: 162px;
    height: 59px;
    background-color: #00AEF0;
    margin-left: 50px;
    margin-top: 30px;
    box-shadow: 0px 5px #00AEF02E;
    font-size: 18px;
    color: white;
    font-weight: 500;
    line-height: 59px;
    text-align: center;
}

.industry-segment .segment-case-button, .segment-case-button-flipped {
	transform: translateY(0);
	transition: all .3s;
}

.industry-segment .segment-case-button:hover, .segment-case-button-flipped:hover {
	transform: translateY(-3px);
}

.advantage {
    height:400px;
    margin-bottom: 100px;
}

.advantage-image {
    float:left;
}

.advantage-tile {
    width: 618px;
    height: 400px;
    float: right;
    background-color: white;
}

.advantage-text {
    position: relative;
    top: 125px;
    left: 85px;
    width: 450px;
}

.advantage-image-flipped {
    float:right;
}

.advantage-tile-flipped {
    width: 618px;
    height: 400px;
    float: left;
    background-color: white;
}

.bottom-menu-title {
    font-size: 14px;
    color: #16243D5E;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 30px;
}

.bottom-menu-entry {
    font-size: 14px;
    color: #16243D87;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 27px;
}


.history-mark-first{
    width:1240px;
    height:307px;
    position:relative;
    background: url("data:image/svg+xml;utf8,<svg width=\'1240\' height=\'307\' viewBox=\'0 0 1240 307\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><circle cx=\'153\' cy=\'153\' r=\'152\' stroke=\'white\' stroke-width=\'2\'/><rect width=\'5\' height=\'5\' transform=\'matrix(1 0 0 -1 241 33)\' fill=\'%2300AEF0\'/><path d=\'M619 155L619 307\' stroke=\'%2300AEF0\' stroke-width=\'2\'/><path d=\'M644 155L644 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M667 155L667 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M596 155L596 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M573 155L573 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><line x1=\'304\' y1=\'153\' x2=\'618\' y2=\'153\' stroke=\'white\' stroke-width=\'2\'/><rect width=\'6\' height=\'6\' transform=\'matrix(1 0 0 -1 616 156)\' fill=\'%2300AEF0\'/></svg>");
}

.history-mark-last{
    width:1240px;
    height:307px;
    position:relative;
    background: url("data:image/svg+xml;utf8,<svg width=\'1240\' height=\'307\' viewBox=\'0 0 1240 307\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><circle cx=\'153\' cy=\'153\' r=\'152\' transform=\'matrix(-1 0 0 1 1240 0)\' stroke=\'white\' stroke-width=\'2\'/><rect x=\'1000\' y=\'33\' width=\'5\' height=\'5\' transform=\'rotate(180 1000 33)\' fill=\'%2300AEF0\'/><path d=\'M619 0L619 151\' stroke=\'%2300AEF0\' stroke-width=\'2\'/><path d=\'M644 0L644 151\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M667 0L667 151\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M596 0L596 151\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M573 0L573 151\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><line y1=\'-1\' x2=\'314\' y2=\'-1\' transform=\'matrix(-1 0 0 1 936 154)\' stroke=\'white\' stroke-width=\'2\'/><rect x=\'622\' y=\'156\' width=\'6\' height=\'6\' transform=\'rotate(180 622 156)\' fill=\'%2300AEF0\'/></svg>");
}

.history-mark-left{
    width:1240px;
    height:307px;
    position:relative;
    background: url("data:image/svg+xml;utf8,<svg width=\'1240\' height=\'307\' viewBox=\'0 0 1240 307\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><circle cx=\'153\' cy=\'153\' r=\'152\' stroke=\'white\' stroke-width=\'2\'/><rect width=\'5\' height=\'5\' transform=\'matrix(1 0 0 -1 241 33)\' fill=\'%2300AEF0\'/><path d=\'M619 0L619 307\' stroke=\'%2300AEF0\' stroke-width=\'2\'/><path d=\'M644 0L644 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M667 0L667 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M596 0L596 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M573 0L573 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><line x1=\'304\' y1=\'153\' x2=\'618\' y2=\'153\' stroke=\'white\' stroke-width=\'2\'/><rect width=\'6\' height=\'6\' transform=\'matrix(1 0 0 -1 616 156)\' fill=\'%2300AEF0\'/></svg>");
}

.history-mark-right{
    width:1240px;
    height:307px;
    position:relative;
    background: url("data:image/svg+xml;utf8,<svg width=\'1240\' height=\'307\' viewBox=\'0 0 1240 307\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><circle cx=\'153\' cy=\'153\' r=\'152\' transform=\'matrix(-1 0 0 1 1240 0)\' stroke=\'white\' stroke-width=\'2\'/><rect x=\'1000\' y=\'33\' width=\'5\' height=\'5\' transform=\'rotate(180 1000 33)\' fill=\'%2300AEF0\'/><path d=\'M619 0L619 307\' stroke=\'%2300AEF0\' stroke-width=\'2\'/><path d=\'M644 0L644 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M667 0L667 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M596 0L596 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><path d=\'M573 0L573 307\' stroke=\'%23EEEFF0\' stroke-width=\'2\'/><line y1=\'-1\' x2=\'314\' y2=\'-1\' transform=\'matrix(-1 0 0 1 936 154)\' stroke=\'white\' stroke-width=\'2\'/><rect x=\'622\' y=\'156\' width=\'6\' height=\'6\' transform=\'rotate(180 622 156)\' fill=\'%2300AEF0\'/></svg>");
}

.history-mark-text-box-right{
    position:relative;
    width: 520px;
    float:right;
    top:35px;
}

.history-mark-text-box-left{
    position:relative;
    width: 520px;
    top:35px;
}


#entry .history-mark-year{
    position: relative;
    font-weight: 400;
    font-size: 46px;
    color: #00AEF0;
    top: 137px;
}

#entry .history-mark-title{
    position: relative;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #16243D;
}

#entry .history-mark-text{
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #16243D;
}

.contacts-frame {
    width: 1530px;
    height: 748px;
    filter: drop-shadow(0px 100px 150px rgba(0, 0, 0, 0.15));
    background-color: white;
    margin-bottom: 190px;
}

.contacts-body {
    width: 1530px;
    height: 740px;
    box-shadow: 0px 8px #00AEF0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1530' height='740' viewBox='0 0 1530 740' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.3'%3e%3cpath d='M1107.5 0H1111.41V740.855H1107.5V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1134.87 0H1130.96V740.855H1134.87V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1154.42 0H1158.33V740.855H1154.42V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1181.79 0H1177.88V740.855H1181.79V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1201.33 0H1205.24V740.855H1201.33V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1228.7 0H1224.79V740.855H1228.7V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1252.16 0H1248.25V740.855H1252.16V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1271.71 0H1275.62V740.855H1271.71V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1299.08 0H1295.17V740.855H1299.08V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1318.63 0H1322.54V740.855H1318.63V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1346 0H1342.09V740.855H1346V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1365.54 0H1369.45V740.855H1365.54V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1392.91 0H1389V740.855H1392.91V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1412.46 0H1416.37V740.855H1412.46V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1439.83 0H1435.92V740.855H1439.83V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1463.29 0H1459.38V740.855H1463.29V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1482.84 0H1486.75V740.855H1482.84V0Z' fill='%23BFEAFB'/%3e%3cpath d='M1510.21 0H1506.3V740.855H1510.21V0Z' fill='%23BFEAFB'/%3e%3c/g%3e%3c/svg%3e");
}

.support {
    height:400px;
    margin-bottom: 100px;
}

.support-image {
    float:left;
}

.support-tile {
    width: 618px;
    height: 400px;
    float: right;
    background-color: white;
}

.support-text {
    position: relative;
    top: 125px;
    left: 85px;
    width: 450px;
}

.support-image-flipped {
    float:right;
}

.support-tile-flipped {
    width: 618px;
    height: 400px;
    float: left;
    background-color: white;
}

/* Headlines */
#headlines {
    width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.headline {
    background: repeat-x top center url('../images/content/headline_bg.jpg');
    border: 1px solid #cfdce9;
    padding: 0 1px 1px 1px;
    height: 31px;
    width: 665px;
}

#headlines li h2 {
    font: bold 15px Georgia, Times, "Times New Roman", serif;
    color: #022f4e;
    text-transform: uppercase;
    padding: 7px 0 0 15px;
}

.all_news {
    float: right;
    font: 12px Verdana, sans-serif;
    color: #000;
    padding: 7px 15px 0 0;
}
.all_news a {
    color: #000;
}

.post {
    padding: 10px;
}

#headlines hr {
    border: 1px solid #d1ddea;
}

#headlines h3 a{
    font: 30px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #2b2c2f;
}

#headlines h4 {
    font: bold 12px Verdana, sans-serif;
    color: #333333;
}

#headlines p,
#headlines div {
    font: 18px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #2b2c2f;
}

#headlines img {
    margin-right:10px;
}

/* Sidebar */
.sidebar {
    background: repeat-x bottom center url('../images/content/sidebar_bg.jpg');
    margin-top: 5px;
    width: 270px;
    padding-bottom: 10px;
}

.sidebar li {
    padding: 10px;
}

.sidebar img {
    margin-top: 10px;
}

.sidebar h3 {
    margin-top: 20px;
}

.sidebar h3 a{
    font: bold 14px Verdana, sans-serif;
    color: #2579b1;
}

.sidebar h4 {
    font: bold 14px Verdana, sans-serif;
    color: #333333;
}

.sidebar p {
    font: 14px Verdana, sans-serif;
    color: #000;
    margin-top: 10px;
}

#sidebar-wrapper {
    float: right;
    width: 290px;
    margin-top: 40px;
}

#page_sidebar,
#page_sidebar_related,
#page_sidebar_shopping {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
    background: #f0f5f77d;
}

#page_sidebar a {
    font: 15px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 44px;
    color: #032e4c;
    text-decoration: none;
}

#page_sidebar_related a,
#page_sidebar_shopping a {
    font: 15px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 44px;
    color: #032e4c;
    text-decoration: none;
}

#page_sidebar a:hover,
#page_sidebar_related a:hover,
#page_sidebar_shopping a:hover {
    text-decoration: none;
}

#page_sidebar li,
#page_sidebar_related li,
#page_sidebar_shopping li {
    margin: 0;
}

#page_sidebar li:hover {
    background-color: #e8f0f5;
}

#page_sidebar div.link,
#page_sidebar_related div.link,
#page_sidebar_shopping div.link {
    padding: 2px 0 2px 15px;
    width: 275px;
    border-bottom: 1px solid #CFDCE9;
}

#page_sidebar span.expander-collapser {
    display: inline-block;
    width: 1em;
    height: 1em;
    font: bold 14px Verdana, sans-serif;
}

#page_sidebar span.expander-collapser:hover {
    cursor: pointer;
}

#page_sidebar ul.sub-menu {
    list-style-type: none;
    background: #fafbfc;
}

#page_sidebar ul.sub-menu a {
    font-weight: normal;
}

#page_sidebar ul.sub-menu div.link {
    padding: 2px 0 2px 15px;
    width: 275px;
}

#page_sidebar_related ul.menu div.link:hover,
#page_sidebar_shopping ul.menu div.link:hover,
#page_sidebar ul.sub-menu div.link:hover {
    background-color: #e8f0f5;
}

.sidebar_title {
    font: 22px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #37404b;
    padding: 7px 1px 10px 0;
    height: 30px;
    background: white;
}

.main_title {
    border: 1px solid #CFDCE9;
}

.current_page {
    background: repeat-x url('../images/content/current_page_sidebar_noarrow_bg.jpg');
}

.current_page a {
    color: #FFF;
}

#upcoming_events,
#upcoming_events ul li:first-child {
    overflow: hidden;
    
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}

#upcoming_events h3 {
    margin: 0;
}

#upcoming_events ul li p img {
    display: none;
}

#upcoming_events ul li {
    padding: 8px;
    border: 1px solid #CFDCE9;
}

#upcoming_events p {
    font: 12px Verdana, sans-serif;
}

#upcoming_events span.news_date {
    display: block;
    color: #bdbdbd;
    font-size: 10.5px;
    font: 12px Verdana, sans-serif;
}

/* Content */
#content {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 5px 40px 5px;
}


#main_content {
    width: 925px;
}

#main_content.sidebarless {
    width: 100%;
}

#main_content.sidebarless #entry {
    width: 1240px;
    padding-left: 7px;
}

#main_content {
    margin-top: 10px;
    float: left;
    min-height: 640px;
    margin-bottom: 100px;
}

#main_content h2,
h2.search-title {
    color: #253750;
    font: 38px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300; 
    /* border-bottom: 4px solid #ddecf6; */
    margin-bottom: 1em;
    padding-bottom: 16px;
    margin-top: 30px; 
}

h2.search-title {
    margin-top: 10px;
    margin-bottom: 0;
}

#main_content h1,
h1.search-title {
    color: #253750;
    font: 38px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300; 
    /* border-bottom: 4px solid #ddecf6;*/
    margin-bottom: 1em;
    padding-bottom: 16px;
    margin-top: 30px; 

}

h1.search-title {
    margin-top: 10px;
    margin-bottom: 0;
}


#entry {
    width: 925px;
    font: 18px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    color: #37404b;
}

#entry a {
    text-decoration: none;
    color: #056aab;
    font-weight: 400;
}

#entry a:hover {
    text-decoration: underline;
}

#entry .disable-underline:hover {
    text-decoration: none;
}

#entry h3 {
    font: 30px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300; 
    color: #253750;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

#entry h3 a {
    color: inherit;
}

#entry h4 {
    font-size: 100%;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font: 22px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

div#ctabs,
#entry div,
#entry p {
    font: 18px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 26px;
    color: #37404b;
}

#entry p {
    margin-bottom: 0.5em;
}

#entry div.product-preview {
    border-bottom: 1px solid #DBE4E6;
    padding-top: 0.5em;
    padding-bottom: 2em;
}

#entry div.product-preview h3 {
    margin-bottom: 1em;
}

#entry div.product-preview ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1em;
    font: 16px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 20px;
    color: #37404b;
}

#entry table {
    font: 16px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 36px;
    color: #37404b;
}

#entry ul,
#entry ul_ovr,
#entry ol {
    margin-bottom: 1em;
    margin-top: 1.5em;
}

#entry ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1em;
    font: 18px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 26px;
    color: #37404b;
}

#entry ol li {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 1em;
    font: 18px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 26px;
    color: #37404b;
}

#entry prod-subtitle {
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#entry .in-page-link {
    color: #16243d94;
    font-weight: 600;
}

#entry .in-page-link:hover {
    color: #00AEF0;;
}

#entry .segment-title{
    font-size: 34px;
    line-height: 45px;
    font-weight: 500;
    color: #16243D;
}

#entry .segment-title-flipped{
    font-size: 34px;
    line-height: 45px;
    font-weight: 500;
    color: #16243D;
}

#entry .segment-description{
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #16243D;
}

#entry .segment-description-flipped{
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #16243D;
}

#entry .segment-case-category{
    font-size: 12px;  
    font-weight: 600;
    color: #16243D94;
    margin-bottom: 0px;
    line-height: 20px;
}

#entry .segment-case-category-flipped{
    font-size: 12px;  
    font-weight: 500;
    color: #16243D94;
    margin-bottom: 0px;
    line-height: 20px;
}

#entry .segment-case-value{
    font-size: 16px;
    font-weight: 500;
    color: #16243D;
    margin-bottom: 20px;
    line-height: 20px;
}

#entry .segment-case-value-flipped{
    font-size: 16px;
    font-weight: 500;
    color: #16243D;
    margin-bottom: 20px;
    line-height: 20px;
}

#entry .segment-case-button{
    font-size: 18px;
    color: white;
    font-weight: 500;
    line-height: 59px;
    text-align: center;
}

#entry .segment-case-button-flipped{
    font-size: 18px;
    color: white;
    font-weight: 500;
    line-height: 59px;
    text-align: center;
}

#entry .advantage-title{
    font-size: 34px;
    color: #16243D;
    font-weight: 500;
    margin-bottom:25px;
}

#entry .advantage-description {
    font-size: 16px;
    color: #16243D;
    font-weight: 500;
    margin-bottom:15px;
    line-height: 24px;
}

#entry .advantage-description-link {
    font-size: 16px;
    color: #16243D;
    font-weight: 500;
    margin-bottom:15px;
    line-height: 24px;
    text-decoration: underline;
}

#entry .advantage-description-link:hover {
   color: #00AEF0;
}

#entry .support-title{
    font-size: 34px;
    color: #16243D;
    font-weight: 500;
    margin-bottom:25px;
}

#entry .support-description {
    font-size: 16px;
    color: #16243D;
    font-weight: 500;
    margin-bottom:15px;
    line-height: 24px;
}

div.content-page-section {
    border-bottom: 1px solid #DBE4E6;
    padding-bottom: 1.5em;
    margin-bottom: 2em;
}


.product-status-new {
    background: no-repeat url('../images/icons/new-product_lable.png');
    height: 33px;
    width: 124px;
    float: right;
    position: relative;
    right: 270px;
}

.product-status-featured {
    background: no-repeat url('../images/icons/recommended-product_lable.png');
    height: 33px;
    width: 144px;
    float: right;
    position: relative;
    right: 250px;
}

.product-status-mature {
    background: no-repeat url('../images/icons/mature-product_lable.png');
    height: 33px;
    width: 144px;
    float: right;
    position: relative;
    right: 250px;
}

.product-status-eol {
    background: no-repeat url('../images/icons/eol-product_lable.png');
    height: 33px;
    width: 144px;
    float: right;
    position: relative;
    right: 250px;
}

sup_h3 {
    font-size: 100%;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font: 22px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

sup_body {
    font-size: 100%;
}

ul_ovr li {
    list-style-type: square;
    margin-left: 20px;
    margin-top: 0.5em;
}


#entry .product-header {
    width: 920px;
    margin-bottom: 20px;
}

#entry .product-header p {
    margin: 0;
}

#entry .product-header h1 {

    font-size: 100%;
    margin-bottom: 0.5em !important;
    font-size:38px
}

#entry .product-header prod-title {

    font-size: 100%;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em;
}

#entry .product-header prod-subtitle {
    font: 30px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300; 
    color: #253750;
    margin-bottom: 0.5em;
    margin-top: 1em;
}


#entry .product-header .left-half ul li {
    margin-bottom: 0.3em;
    margin-left: 30px;
    list-style: none;
}

#entry .product-header .left-half li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #1f95e3;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    width: 1em;
    margin-left: -0.5em;
}

#entry .overview-part ul li::before,
#entry .dev-res-part ul li::before,
#entry .eval-kit-part ul li::before {
    content: "\2022";
    color: #b1d0e4;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    width: 1em;
    margin-left: -0.5em;
}

#entry .product-header .header-title,
#entry .tab-content .header-title {
    width: 100%;
    float: left;
    position: relative;
}

#entry .product-header .left-half,
#entry .tab-content .left-half {
    width: 55%;
    float: left;
    position: relative;
}

#entry .product-header .left-half-unformatted,
#entry .tab-content .left-half-unformatted {
    width: 60%;
    float: left;
    position: relative;
}

#entry .product-header .left-half-unformatted ul {
    color: #000;
    margin-left: -1em;
}

#entry .overview-part ul,
#entry .dev-res-part ul,
#entry .eval-kit-part ul
 {
     margin-left: -1em;
}

#entry .product-header .left-half-unformatted ul li,
#entry .overview-part ul li,
#entry .dev-res-part ul li,
#entry .eval-kit-part ul li {
    margin-bottom: 0.5em;
    margin-left: 30px;
    list-style: none;
}

#entry .product-header .left-half-unformatted ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #1f95e3;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    width: 1em;
    margin-left: -0.5em;
}


#entry .product-header .right-half,
#entry .tab-content .right-half {
    width: 35%;
    float: right;
    position: relative;
    right: 40px;
    top: 10px;
}

#entry .product-header .right-half-unformatted,
#entry .tab-content .right-half-unformatted {
    width: 300px;
    float: right;
    position: relative;
    top: 40px;
    right: 40px;
}

#entry .product-header .right-half-unformatted-dimensions,
#entry .tab-content .right-half-unformatted-dimensions {
    width: 38%;
    float: right;
    position: relative;
}

#entry .product-header .footer,
#entry .tab-content .footer {
    background: none repeat scroll 0 0 transparent !important;
    clear: both !important;
    display: block !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    width: 100% !important;
}

#entry .overview-part,
#entry .dev-res-part,
#entry .eval-kit-part {
    margin-bottom: 1em;
}

#entry .dev-res-part ul {
    margin-top: 0.5em;
}

span.note {
    font-style: italic;
}

span.info {
    color: black;
}

span.media-tag-item-date {
    display: inline-block;
    margin-left: 1em;
    color: gray;
}

span.mature,
span.new {
    color: red;
}

.entry_image {
    float: left;
    width: 78px;
}

.entry_content {
    margin-left: 100px;
}

.entry_post {
    margin-top: 30px;
}

.search-content {
    font: 18px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    color: #37404b;
    font-weight: 400;
    padding: 0 10px;
}

.search-content li,
.search-content p {
    margin: 10px 0;
}

.search-content a {
    color: #056aab;
    font-weight: 400;
}

.search-content a:hover {
    text-decoration: underline;
}

span.search-query {
    font-style: italic;
    font-weight: 600;
}

hr.content {
    background: none repeat scroll 0 0 #b0d0e9;
    border: medium none;
    height: 2px;
    width: 100%;
    margin: 2em 0 2em 0;
}

hr.search-results {
    background: none repeat scroll 0 0 #b0d0e9;
    border: medium none;
    height: 2px;
    width: 100%;
    margin: 1em 0;
}

img.product-preview {
    margin-top: 0em;
}

span.stock-updated {
    font-weight: bold;
    color: red;
}

table.commercial-community-diff {
    text-align: center;
}

table.commercial-community-diff td {
    width: 50%;
}

table.stock-availability {
    border: 1px solid #cdcdcd;
    width: 100%;
}

table.stock-availability tr {
    border: 1px solid #cdcdcd;
    background-color: #fff;
}

table.stock-availability tr:hover {
    background-color: #f5f5f5;
}

table.stock-availability td,
table.stock-availability th {
    border: 1px solid #cdcdcd;
    text-align: left;
    padding: 8px 4px;
}

table.stock-availability th {
    background-color: #e6eeee;
    font-weight: bold;
}

div.category-preview {
    border-bottom: 2px solid #ddecf6;
    padding: 2em 0;
}

div.fpcatp-left {
    margin-right: 10px;
    width: 610px;
    height: 355px;
    margin-bottom: 10px;
    background: white;
}

div.fpcatp-right {
    width: 610px;
    height: 355px;
    background: white;
    margin-left: 10px;}

div.frontpage-cat-preview {
    margin-top: 1em;
    float: left;
    min-height: 230px;
}

div.frontpage-cat-preview div.cat-prev-header {
    background: #253750;
    height: 75px;
    text-align: center;
}

div.frontpage-cat-preview div.cat-prev-image {
    text-align: center;
    height: 280px;
}

div.frontpage-cat-preview div.cat-prev-desc {
    height: 120px;
    background: #f6fafd;

}

div.frontpage-cat-preview div.cat-prev-desc-text {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
    text-align: center;
}

div.category-preview:hover,
div.frontpage-cat-preview:hover {
    background-color: #f5f9fc;
    cursor: pointer;
}

div.frontpage-cat-preview h3 {
    font: 30px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    line-height: 75px;
}

#entry div.category-preview h3 {
    font: 30px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-top: 0;
    line-height: 75px;

}


#front-page-wcc-content h2 {
    font: 40px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #00aeef;
    padding-top: 50px;
    margin-bottom: 20px;
}

#front-page-wcc-content a {
    font: 22px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #00aef0;
    padding-top: 50px;
    margin-bottom: 20px;
}

#front-page-wcc-content table {
    font: 23px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
}

#entry div.category-preview p,
div.frontpage-cat-preview p {
    margin-bottom: 0;
}

div.product-purchase-button {
    margin-bottom: 10px;
    float: right;
}

/* Media Gallery */
.product-header .ngg-galleryoverview {
    margin-top: 0;
    float: right;
    width: auto;
}

.product-header .ngg-gallery-thumbnail {
	float: right;
	text-align: center;
}

.product-header .ngg-gallery-thumbnail-box {
	float: left;
}

/* Footer */
#footer-restore {
    overflow: hidden;
    margin-bottom: 10px;
    height: 215px;
    min-width: 1530px;
    background: #e9eef0;
}

#footer-right {
    position: relative;
    float: left;
    left: 50%;
}

#footer-left {
    position: relative;
    float: left;
    left: -50%;
    margin: 80px 0;
}

#footer-left .current-menu-item {
    background: none;
}

#menu-footer-navigation {
    margin: 15px 0;
}

#footer-left li {
    display: inline;
    font: 14px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #81858b;
    line-height: 30px;
    text-transform: uppercase;
}

ul#copyright {
    text-align: center;
}

div.badges {
    border: 1px solid #b0d0e9;
    margin-top: 10px;
    
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
}

div.badges li.media-tag-list {
    float: left;
    margin: 8px 4px;
}

div.badges li.media-tag-list:first-child {
    margin-left: 8px;
}

/* 404 Page */
p.fourohfour {
    font: 18px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    margin-top: 1em;
    margin-left: 1em;
}

h2.fourohfour {
    font: 30px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    margin-top: 1em;
    margin-left: 1em;
}

.left {
    float: left;
    margin-right: 10px;
}

.right {
    float: right;
    margin-left: 10px;
}


/* Contact Form 7 styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select[name="interest"],
.wpcf7 select[name="product"]
{
    background-color: #fff;
    color: #37404b;
    width: 95%;
    padding: 10px 0 10px 10px;
    margin-bottom: 0.5em;
    border: 1px solid #CFDCE9;
    border-radius: 3px;
    font: 18px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

.wpcf7 select[name="interest"],
.wpcf7 select[name="product"]
{
    width: 98%;
}

.wpcf7 textarea[name="your-message"]
{
    height: 19em;
}

.wpcf7 textarea[name="product-inquiry-message"]
{
    height: 22em;
}

.wpcf7 input[type="submit"]
{
    border: none;
    border-radius: 3px;
    font: 20px Montserrat, Open Sans, Helvetica, Arial, sans-serif;
    height: 50px;
    width: 300px;
    color: white;
    background: #253750;

}

.wpcf7 input[type="submit"]:hover
{
    cursor:pointer;
    background: #3a4c65;
}

/* Contact Us form */
#entry div.contact-required,
span.required {
    color: red;
}

span.required {
    font-weight: bold;
}

.contact-button {
    text-decoration: none;
    font-size: 12px !important;
    line-height: 13px;
    padding: 3px 8px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    color: #464646;
    background: url("/wp-admin/images/white-grad.png") repeat-x scroll left top #f2f2f2;
    text-shadow: 0 1px 0 #ffffff;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    box-sizing: content-box;
}

.contact-button:hover {
    border-color: #666666;
    color: #000000;
}

.contact-div {
    width: 40em;
}

.product-inquiry-div {
    width: 35em;
}

.contact-input input[type="text"],
.contact-input input[type="email"],
.contact-input textarea {
    border: 1px solid #b0d0e9;
    padding: 2px;
    width: 30em;
}

.contact-input input[type="text"]:focus,
.contact-input input[type="email"]:focus,
.contact-input textarea:focus {
    background-color: #bdedff;
}

#entry h3.contact-title {
    width: 15em;
    line-height: 1.5em;
    height: 1.5em;
    background: none repeat scroll 0 0 #b0d0e9;
    border: 1px solid #b0d0e9;
    border-bottom: 0;
    padding: 0.25em 0.5em;
    margin-right: 1px;
    margin-bottom: 0;
    cursor: pointer;
    color: #022f4e;
    z-index: 2;
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

#entry h4.contact-subtitle,
#entry div.contact-subtitle {
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

#entry h4.product-inquiry-subtitle,
#entry div.product-inquiry-subtitle {
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

#entry div.contact-div {
    border: 1px solid /* #357ec7 */ #b0d0e9;
    background-color: #f9fcff;
    padding: 1em;
    width: 735px;
    z-index: 1;
    
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
}

#entry div.product-inquiry-div {
    border: 1px solid /* #357ec7 */ #b0d0e9;
    background-color: #f9fcff;
    padding: 1em;
    width: 710px;
    z-index: 1;
    
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
}

.contact-title {
    margin-top: 2em;
}

/* WP-Table Reloaded */

#entry table.wp-table-reloaded.select-guide,
#entry table.wp-table-reloaded.select-guide-head{
    border-spacing: 1px;
}

#entry table.wp-table-reloaded.items-left-align h3,
#entry table.wp-table-reloaded.items h3,
#entry table.wp-table-reloaded.items-center h3,
#entry table.wp-table-reloaded.select-guide h3,
#entry table.wp-table-reloaded.select-guide-head h3,
#entry table.wp-table-reloaded.items-left-align-bspec h3 {
    font: 22px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight:400;
    color: white !important;
    line-height:43px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 1em;
}

#entry table.wp-table-reloaded.items-left-align h4,
#entry table.wp-table-reloaded.items h4,
#entry table.wp-table-reloaded.items-center h4,
#entry table.wp-table-reloaded.select-guide h4,
#entry table.wp-table-reloaded.select-guide-head h4,
#entry table.wp-table-reloaded.items-left-align-bspec h4 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

#entry table.wp-table-reloaded.items-left-align th,
#entry table.wp-table-reloaded.items th,
#entry table.wp-table-reloaded.items-center th {
    font: 22px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight:400;
    color: white !important;
    text-align: center;
    line-height:43px
}

#entry table.wp-table-reloaded.items-left-align-bspec th {
    font: 22px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight:400;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
}

#entry table.wp-table-reloaded.select-guide th,
#entry table.wp-table-reloaded.select-guide-head th {
    font: 18px Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight:400;
    color: white !important;
    text-align: center;
    line-height:26px;
    vertical-align: middle;
    height: 54px;
}

#entry table.wp-table-reloaded.items td,
#entry table.wp-table-reloaded.items-center td,
#entry table.wp-table-reloaded.select-guide td,
#entry table.wp-table-reloaded.select-guide-head td{
    text-align: center;
}

#entry table.wp-table-reloaded.items-left-align td,
#entry table.wp-table-reloaded.items-left-align-bspec td {
    text-align: left;
}

#entry table.wp-table-reloaded.items-left-align td.colspan-3.column-1.colspan-3 {
    background-color:#253750;
}

#entry table.wp-table-reloaded.items-left-align-bspec td.colspan-4.column-1.colspan-4 {
    background-color:#253750;
}

#entry table.wp-table-reloaded.items-left-align td,
#entry table.wp-table-reloaded.items td,
#entry table.wp-table-reloaded.items-center td,
#entry table.wp-table-reloaded.select-guide td,
#entry table.wp-table-reloaded.select-guide-head td,
#entry table.wp-table-reloaded.items-left-align-bspec td{
    vertical-align: middle;
    padding: 0.5em;
}

#entry table.wp-table-reloaded.items-left-align td.column-1:first-child,
#entry table.wp-table-reloaded.items-left-align-bspec td.column-1:first-child,
#entry table.wp-table-reloaded.items td:first-child {
    text-align: left !important;
    font-weight: 500 !important;
}

#entry table.wp-table-reloaded.select-guide-head td:first-child {
    text-align: left !important;
    font-weight: 500 !important;
    width: 150px;
    background: #e9eef0;
}

#entry table.wp-table-reloaded.select-guide-head  {
    border-right: solid white 5px;
}

#entry table.wp-table-reloaded.items tr.row-merged td:first-child {
    text-align: center !important;
    font-weight: 400 !important;
}

<!-- Not needed
#entry table.wp-table-reloaded.items-left-align tr.row-merged td:first-child {
    text-align: left !important;
    font-weight: normal !important;
}
-->

#entry table.wp-table-reloaded.autowidth {
    width: auto;
}

#entry table.wp-table-reloaded.width50 {
    width: 50%;
}

#entry table.wp-table-reloaded.width60 {
    width: 60%;
}

/* Post edit shortcut */
a.post-edit-link {
    display: inline-block;
    padding: 4px;
    background-color: #e8f0f5;
    border: 1px solid #bfdff4;
    border-radius: 4px;
    
    font-weight: bold;
    font-size: 14px;
    color: red;
    text-decoration: none;
}

a.post-edit-link:hover {
    background-color: #bfdff4;
}

div.post-edit-shortcut {
    margin: 1em 0;
}








/**
* footer logos css
*/

.badges ul {
    display: flex;
    justify-content: space-around;
    padding:5px 0;
}






