#ContentChannel li.active a {
    background: #222;
    color: #fff;
}
#ContentChannel .resources ul.child {
    margin-bottom: 0;
}
/* @group menu2 */
.menu2 {
}
.menu2 ul.root {
}
.menu2 ul li {
    font-family: sans-serif;
}
.menu2 ul li a,
.menu2 ul li a:link,
.menu2 ul li a:visited {
}
.menu2 ul li a:hover {
}
.menu2 ul li.menuitem-selected a {
}
.menu2 ul li.menuitem-selected a:hover {
}
/* @end */
/* @group menu2 (1) */
.menu2 {
    font-family: 'HelveticaNeueW01-57Cn';
}
.menu2 ul.root {
    list-style-type: none;
    width: 98%;
    margin-left: 2%;
    padding: 2em 0 .4em;
    height: 20px;
    border-bottom: 1px solid #222;
    font-family: 'HelveticaNeueW01-57Cn';
}
.menu2 ul li {
    display: block;
    float: left;
    margin-right: 3px;
    font-family: 'HelveticaNeueW01-57Cn';
}
.menu2 ul li a,
.menu2 ul li a:link,
.menu2 ul li a:visited {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #79bb4b;
    color: #222;
    padding: .5em 1em;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
    font-family: 'HelveticaNeueW01-57Cn';
}
.menu2 ul li a:hover {
    background: #a0dc75;
    font-family: 'HelveticaNeueW01-57Cn';
}
.menu2 ul li.menuitem-selected a {
    background: #222;
    color: #fff;
    font-family: 'HelveticaNeueW01-57Cn';
}
.menu2 ul li.menuitem-selected a:hover {
    background: #222;
    color: #79bb4b;
    font-family: 'HelveticaNeueW01-57Cn';
}
/* @end */
body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}
.resources {
    float: left;
    width: 20%;
}
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=8e3e5995-f966-4705-8d56-f53091c745d1");
@font-face{
font-family:"HelveticaNeueW01-57Cn";
src:url("/Fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix");
src:url("/Fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix") format("eot"),url("/Fonts/842088d0-1ae2-40d0-8561-3c95761ba7a6.woff") format("woff"),url("/Fonts/c74505d5-13e8-47ed-94a8-630aab4da3e6.ttf") format("truetype"),url("/Fonts/6cd480d1-47d0-48b4-86bd-283db2cb9235.svg#6cd480d1-47d0-48b4-86bd-283db2cb9235") format("svg");
}
#ContentChannel .resources h2,
#ContentChannel .two h2 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin: 1em 0 .15em;
    padding-bottom: .25em;
    font-style: normal;
    font-weight: 300;
    font-family: 'HelveticaNeueW01-57Cn';
}
#ContentChannel .resources ul,
#ContentChannel .resources ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueW01-57Cn';
}
#ContentChannel .resources ul {
    margin-bottom: 2em;
}
#ContentChannel .resources ul li a {
    background: #79bb4b;
    color: #222;
    padding: .5em 1em;
    display: block;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
}
#ContentChannel .resources ul li a:hover {
    background: #a0dc75;
    text-indent: .5em;
}
#ContentChannel table {
    width: 100%;
}
#ContentChannel table thead td {
    background: #f2f2f2;
}
#ContentChannel table td {
    border: 1px solid #e7e7e7;
    padding: 10px 20px;
}
table.table {
    color: #555;
    font-size: 92%;
}
table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-variant: normal;
    font-style: normal;
    color: -webkit-text;
    text-align: start;
}
#ContentChannel table {
    display: table;
    border-collapse: separate;
    border-spacing: 0px;
    border-color: 1px solid #d0d0d0;
}
.ui.table {
    width: 100%;
    background: #ffffff;
    margin: 0em 0em 1em;
    border: 1px solid #d0d0d0;
    box-shadow: none;
    border-radius: 0.25rem;
    color: rgba(0,0,0,0.8);
    border-collapse: separate;
    border-spacing: 0px;
}
.ui.table:first-child {
    margin-top: 0em;
}
.ui.table:last-child {
    margin-bottom: 0em;
}
.ui.table th,
.ui.table td {
    -webkit-transition: background 0.2s ease,border-color 0.2s ease,color 0.2s ease;
    transition: background 0.2s ease,border-color 0.2s ease,color 0.2s ease;
}
.ui.table thead {
    box-shadow: none;
}
.ui.table thead th {
    cursor: auto;
    background: #f0f0f0;
    text-align: left;
    color: rgba(0,0,0,0.8);
    padding: 0.7em 0.8em;
    vertical-align: middle;
    font-style: none;
    font-weight: bold;
    text-transform: none;
    border-bottom: 1px solid #d4d4d5;
    border-left: none;
}
.ui.table thead tr>th:first-child {
    border-left: none;
}
.ui.table thead tr:first-child>th:first-child {
    border-radius: 0.25rem 0em 0em 0em;
}
.ui.table thead tr:first-child>th:last-child {
    border-radius: 0em 0.25rem 0em 0em;
}
.ui.table thead tr:first-child>th:only-child {
    border-radius: 0.25rem 0.25rem 0em 0em;
}
.ui.table tfoot {
    box-shadow: none;
}
.ui.table tfoot th {
    cursor: auto;
    border-top: 1px solid #d4d4d5;
    background: #ffffff;
    text-align: left;
    color: rgba(0,0,0,0.8);
    padding: 0.7em 0.8em;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}
.ui.table tfoot tr>th:first-child {
    border-left: none;
}
.ui.table tfoot tr:first-child>th:first-child {
    border-radius: 0em 0em 0em 0.25rem;
}
.ui.table tfoot tr:first-child>th:last-child {
    border-radius: 0em 0em 0.25rem 0em;
}
.ui.table tfoot tr:first-child>th:only-child {
    border-radius: 0em 0em 0.25rem 0.25rem;
}
.ui.table tr td {
    border-top: 1px solid #d4d4d5;
}
.ui.table tr:first-child td {
    border-top: none;
}
.ui.table td {
    padding: 0.7em 0.8em;
    text-align: left;
    vertical-align: middle;
}
/* @group menu3 (1) */
.menu3 {
}
.menu3 ul.root {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
}
.menu3 ul li {
    display: block;
    float: left;
    margin-right: 15px;
    height: 50px;
}
.menu3 ul li a,
.menu3 ul li a:link,
.menu3 ul li a:visited {
    display: block;
    line-height: 50px;
    height: 50px;
    float: left;
}
.menu3 ul li a:hover {
}
.menu3 ul li.menuitem-selected a {
}
.menu3 ul li.menuitem-selected a:hover {
}
/* @end */
/* @group menu4 (1) */
.menu4 {
}
.menu4 ul.root {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
}
.menu4 ul li {
    display: block;
    float: left;
    margin-right: 15px;
    height: 50px;
}
.menu4 ul li a,
.menu4 ul li a:link,
.menu4 ul li a:visited {
    display: block;
    line-height: 50px;
    height: 50px;
    float: left;
}
.menu4 ul li a:hover {
}
.menu4 ul li.menuitem-selected a {
}
.menu4 ul li.menuitem-selected a:hover {
}
/* @end */
/* @group menu4 (2) */
.menu4 {
}
.menu4 ul.root {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
}
.menu4 ul li {
    display: block;
    float: left;
    margin-right: 15px;
    height: 50px;
}
.menu4 ul li a,
.menu4 ul li a:link,
.menu4 ul li a:visited {
    display: block;
    line-height: 50px;
    height: 50px;
    float: left;
}
.menu4 ul li a:hover {
}
.menu4 ul li.menuitem-selected a {
}
.menu4 ul li.menuitem-selected a:hover {
}
/* @end */
#PrimaryNavigationSolutions {
}
#resources {
}
#Footer {
}
#WrapperSocial {
}
#vdi-article-6 {
}
#home_tile_left {
}
#pp_full_res {
}
.partnerCom {
    background: #222;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25em;
    margin-top: .7em;
    margin-bottom: 5px;
    font-family: 'HelveticaNeueW01-57Cn';
    margin-left: 10px;
    margin: 1em 0;
    line-height: 20px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding-left: 30px;
    font-weight: 100;
}
/* @group Tabletheme */
.Tabletheme {
}
.Tabletheme table {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
    background-color: white;
}
.Tabletheme thead th {
    border-width: 1px;
    padding: 5px;
    border-style: inset;
    border-color: black;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}
.Tabletheme tbody tr {
}
.Tabletheme tbody tr td {
    border-width: 1px;
    padding: 5px;
    border-style: inset;
    border-color: gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}
/* @end */
