/* 
 *
 *  Styles for the 'Tools' pages
 *
 *
 */

/* Adjust EP logo padding in header */
.calcHeader img.header-image {
    padding: 20px 10px;
}

.button-blue,
input[type="button"],
input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    vertical-align: baseline;
    line-height: normal;
    -webkit-appearance: button;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #2a377e;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #37a9dd;
    cursor: pointer;
}
.button-blue:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #2395c9;
}
.button-blue:active,
input[type="button"]:active,
input[type="submit"]:active {
    text-shadow: -1px -1px 0 #2a377e;
    box-shadow: inset 2px 2px 4px #039;
}



input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
input[type="search"],
select,
textarea {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: baseline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
select[multiple],
select[size],
textarea {
    height: auto;
}
textarea {
    resize: vertical;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
input[type="search"],
textarea {
    background-color: #f3f7fc;
    border: 1px solid #999;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: dotted thin;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}





#tools-container h1 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 24px;
    color: #000;
    padding-bottom: 8px;
    text-align: left;
}
#tools-container input[type="button"] {
    text-align: center;
    background: #37a9dd;
    clear: both;
    display: block;
    text-decoration: none;
    margin: 8px 0 0;
}
#tools-container input[type="button"]:hover {
    background: #2395c9;
}

#tools-container h2 {
    background-color: #2a377e;
    color: #fff !important;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 10px;
    text-indent: 8px;
    text-transform: capitalize;
}

#tools-container {
    clear: both;
    width: 100% !important;
}
div#tools-container #twoColumnDiv {
    width: 100% !important;
    min-height: 75px;
    height: auto !important;
    overflow: hidden;
    margin-bottom: 20px;
}
div#tools-container #twoColumnDiv #leftColumn {
    width: 60%;
}
#tools-container #twoColumnDiv #rightColumn {
    height: auto;
    overflow: hidden;
}

/*** missing Tools CSS CODE ***/
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
main,
nav,
section,
summary {
    display: block;
}
dl,
h3,
hr,
menu,
ol,
p,
pre,
ul {
    margin: 1em 0;
}
#epHeader2,
#main {
    top: 0;
    position: relative;
}
#epHeader2,
#main,
body,
sub,
sup {
    position: relative;
}
.hidden,
.invisible,
.master-slider {
    visibility: hidden;
}
.right-arrow,
img {
    vertical-align: middle;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
button,
html,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}
a:focus {
    outline: dotted thin;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dd {
    margin: 0 0 0 40px;
}
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
nav ol,
nav ul {
    list-style: none;
}
img {
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
#epHeader2 #signinRegister2 input,
body,
form {
    margin: 0;
}
#AddCommentBtn,
.epButton {
    font-size: 18px;
    line-height: 1.1em;
    padding: 8px 8px 10px;
    background: #37a9dd;
    text-transform: uppercase;
}
@font-face {
    font-family: web_symbolsregular;
    src: url(../fonts/websymbols-regular-webfont.eot);
    src: url(../fonts/websymbols-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/websymbols-regular-webfont.woff) format("woff"), url(../fonts/websymbols-regular-webfont.ttf) format("truetype"),
        url(../fonts/websymbols-regular-webfont.svg#web_symbolsregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.mainshadow {
    -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}
#main,
.signinRegPopup2 {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
a {
    color: #003878;
    text-decoration: none;
}
body {
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
    overflow: inherit !important;
    padding: 0;
}
#main {
    background: #fff;
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
    min-width: 300px;
    border: 1px solid #000;
    -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.right-arrow {
    color: #003878;
    font-family: FontAwesome;
}
#AddCommentBtn,
.epButton,
.signinRegPopup2 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
}
.right-arrow:after {
    content: "\f138";
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: dotted thin\9;
}
input[type="checkbox"],
input[type="radio"] {
    margin-top: 1px\9;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
#AddCommentBtn,
.epButton {
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
#epHeader2 {
    background: #003878;
    color: #fff;
    min-height: 110px;
    max-width: 1200px;
    width: 100%;
    z-index: 1000000;
}
#Search2,
.signinRegPopup2 {
    z-index: 5000000;
    -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}
#epHeader2 #EPLogo {
    background: url(../images/EP-Logo-White-200px-New.png) no-repeat;
    float: left;
    height: 65px;
    margin: 25px 20px 20px 100px;
    width: 200px;
}
#epHeader2 #EPLogo a {
    display: block;
    line-height: 60px;
}
#epHeader2 #EPLogo image {
    font-size: 1em;
}
#epHeader2 #signinRegister2 {
    float: right;
    padding: 36px 10px 0 0;
    text-align: center;
    position: relative;
    width: 150px;
}
#epHeader2 #signinRegister2 a {
    display: block;
}
#epHeader2 #signinRegister2 strong {
    font-weight: 400;
    color: #37a9dd;
}
#epHeader2 #signinRegister2 > label {
    display: block;
    font-size: 0.95em;
    line-height: 1.3em !important;
}
#epHeader2 #signinRegister2 > label:hover {
    color: #d3dbe1;
    cursor: pointer;
}
.signinRegPopup2 {
    font-size: 0.8em;
    color: #003878;
    padding: 10px 5px 10px 10px;
    position: absolute;
    top: 20px;
    right: -9000em;
    width: 240px;
    height: auto;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}
.signinRegPopup2 .epButton {
    text-align: center;
    display: block;
    width: 220px;
    background: #37a9dd;
    clear: both;
    text-decoration: none;
    margin: 8px 0 0;
}
.signinRegPopup2 .epButton:hover {
    background: #4bbdf1;
}
.signinRegPopup2 .epButton:nth-child(even) {
    background: #1472b7;
}
.signinRegPopup2 .epButton:nth-child(even):hover {
    background: #2886cb;
}
.closeButton {
    color: #fff;
    display: block;
    width: auto;
    float: right;
    background: #003878;
    font-size: 0.9em;
    line-height: 2.2em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 8px 0;
    margin: 0 4px 8px 0;
    cursor: pointer;
    text-align: right;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#signinRegMobile2 label:hover {
    background: #001a5a;
}
.closeButton:after {
    color: red;
    font-family: FontAwesome;
    content: "\f00d";
}
#signinReg-checkbox2:not([checked]) ~ #signinRegMobile2 > .signinRegPopup2 {
    right: -9000em;
}
#signinReg-checkbox2:checked ~ #signinRegMobile2 > .signinRegPopup2 {
    position: absolute;
    right: 10px;
}
#epHeader2 input[type="checkbox"] {
    display: none;
}
#epHeader2 .leaderboard-container {
    float: right;
    padding: 10px 10px 10px 0;
}
#searchContainer2 {
    float: right;
    margin-right: 20px;
    position: relative;
    text-transform: uppercase;
}
#searchContainer2 span {
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    top: 65px;
    left: 0;
}
#searchContainer2 .SearchButton2 {
    background: #37a9dd;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 37px;
    margin: 22px 0 0;
    padding: 6px 0 0 2px;
    text-align: center;
    width: 48px;
}
#searchContainer2 .SearchButton2:hover {
    background: #50c2f6;
}
#searchContainer2 .SearchButton2:before {
    color: #003878;
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 30px;
    content: "\f002";
}
#Search2 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 0.8em;
    color: #003878;
    padding: 10px 5px 2px 10px;
    position: absolute;
    right: -9000em;
    overflow: hidden;
    width: 200px;
    height: auto;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}
#Search-checkbox2:not([checked]) ~ #Search2 {
    right: -9000em;
    position: absolute;
}
#Search-checkbox2:checked ~ #Search2 {
    position: absolute;
    right: -10px;
    top: 10px;
}
.searchPopup2 input[type="search"] {
    padding-right: 30px;
    padding-left: 4px;
    height: 20px;
    width: 160px;
    border: 1px solid #999;
    background: url(../images/icon-search.png) 170px 4px no-repeat #e2eaf0;
}
.searchPopup2 button {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 43px;
    right: 8px;
    margin-right: 0;
    background: 0 0;
    border: 0;
}
#mainNav2 h2,
#mainNav2 input,
#searchContainer2 input[type="checkbox"],
#signinRegister2 input[type="checkbox"] {
    display: none;
}
#ADO_track_0,
#ADO_track_1 {
    display: none;
    float: left;
}
#mainNav2 {
    position: absolute;
    z-index: 10000000;
    margin: 110px 0 0;
    top: 0;
    left: 0;
    bottom: 0;
}
#mainMenu2,
#mainMenu2 li,
ul#mainMenu2 ul {
    margin: 0;
    padding: 0;
}
#mainNav2 ul#mainMenu2 {
    background-color: #373b3e;
    -moz-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 320px;
}
#mainMenu2 li {
    border-top: 1px solid #000;
    line-height: 1.25em;
}
#mainMenu2 > li:last-child {
    border-bottom: 1px solid #000;
}
#mainMenu2 label,
#mainMenu2 li a {
    display: block;
    color: #fff;
    font-family: "Archivo Narrow", "Arial Narrow", sans-serif;
    font-size: 1.25em;
    margin: 0;
    padding: 8px 40px 12px 12px;
}
#Menu-checkbox2-label:before,
ul#mainMenu2 li label span:after {
    font-family: FontAwesome;
    line-height: 1em;
}
#mainMenu2 label:hover,
#mainMenu2 li a:hover,
ul#mainMenu2 li input:checked ~ label {
    background-color: #4b5055;
    cursor: pointer;
}
.subMenu2 {
    background-color: #5c686e;
}
.subMenu2 li .subMenu2 li {
    background-color: #d3dbe1;
}
.subMenu2 label,
.subMenu2 li a {
    border-left: 6px solid #003878;
    padding: 8px 40px 12px 6px !important;
}
.subMenu2 li .subMenu2 label,
.subMenu2 li .subMenu2 li a,
ul.subMenu2 li input:checked ~ label {
    color: #003878 !important;
    border-left: 6px solid #1472b7;
}
.subMenu2 label:hover,
.subMenu2 li a:hover {
    background-color: #707c86 !important;
}
.subMenu2 li .subMenu2 label:hover,
.subMenu2 li .subMenu2 li a:hover {
    background-color: #e2eaf0 !important;
}
ul#mainMenu2 li input:checked ~ label {
    background-color: #003878;
}
ul.subMenu2 li input:checked ~ label {
    background-color: #37a9dd !important;
}
#Menu-checkbox2-label {
    background: #1472b7;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 90px;
    margin: -110px 0 0;
    padding: 20px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 80px;
}
#Menu-checkbox2-label:hover {
    background: #2381c6;
}
#Menu-checkbox2-label:before {
    font-size: 42px;
    content: "\f0c9";
}
#Menu-checkbox2-label span {
    display: block;
    font-size: 0.893em;
    margin: -3px 0 0;
}
#Menu-checkbox2:not([checked]) ~ ul#mainMenu2 {
    left: -900em;
}
#Menu-checkbox2:checked ~ ul#mainMenu2 {
    left: 0;
}
#Menu-checkbox2 {
    top: 0;
    left: 0;
}
ul#mainMenu2 li label {
    position: relative;
}
ul#mainMenu2 li label span:after {
    position: absolute;
    color: #37a9dd;
    top: 9px;
    right: 10px;
    font-size: 24px;
    content: "\f0fe";
}
#HotTopics,
.rslides li {
    position: relative;
    overflow: hidden;
}
.callbacks_tabs li,
.rslides li h2 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
}
.subMenu2 li label span:after {
    color: #fff !important;
}
ul#mainMenu2 li input:checked ~ label span:after {
    color: #d3dbe1;
    content: "\f146";
}
ul#mainMenu2 li {
    overflow: hidden;
}
ul#mainMenu2 li input:not([checked]) ~ ul.subMenu2 {
    max-height: 0;
    -moz-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
ul#mainMenu2 li input:checked ~ ul.subMenu2 {
    max-height: 300em;
}
#leftColumn {
    width: 68%;
    float: left;
    color: #003878;
    padding-bottom: 8px;
    text-align: left;
}
#rightColumn {
    width: 30%;
    max-height: 100px;
    float: right;
    top: 0;
}
#twoColumnDiv {
    width: 100%;
    float: left;
    max-height: 75px;
}
#HotTopics {
    margin: 0;
    width: 100%;
    max-width: 860px;
    text-shadow: 0 -2px 1px #000;
    -webkit-font-smoothing: antialiased;
    background: #000;
}
#HotTopics a {
    color: #fff;
    text-decoration: none;
}
#HotTopics h2 a:hover {
    color: #fff;
    text-decoration: underline;
}
.rslides {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    display: none;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    left: 0;
    top: 0;
}
.rslides img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
}
.rslides li h2 {
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 400;
    margin: 0;
}
* {
    margin: 0;
    padding: 0;
}
.rslides {
    margin: 0 auto 40px;
}
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}
.rslides_tabs {
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px #000;
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px #000;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px #000;
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: 0 0;
    display: inline;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 700;
}
.events {
    list-style: none;
}
.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 20px 15px;
    margin: 0;
    max-width: none;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: url(../images/HotTopics-Nav-Arrows.gif) left top no-repeat;
    margin-top: -45px;
}
.callbacks_nav:active {
    opacity: 1;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.callbacks_tabs {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding: 0 0 0 4px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    line-height: 14px;
}
.large-btns_nav,
.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    text-indent: -9999px;
    top: 0;
    overflow: hidden;
}
.callbacks_tabs li {
    float: left;
    text-shadow: none;
    margin: 0 4px;
}
.callbacks_tabs li:hover {
    background: #000;
}
.callbacks_tabs li a {
    color: #fff;
    display: block;
    padding: 2px 0 4px;
}
.callbacks_tabs li a:after {
    font-family: FontAwesome;
    content: "\f10c";
}
.callbacks_here a {
    color: red !important;
}
.callbacks_here a:after {
    font-family: FontAwesome;
    content: "\f111" !important;
}
.transparent-btns_nav {
    left: 0;
    display: block;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    height: 91%;
}
.transparent-btns_nav.next {
    left: auto;
    right: 0;
}
.large-btns_nav {
    opacity: 0.6;
    bottom: 0;
    left: 0;
    background: url(../images/HotTopics-Nav-Arrows.gif) left 50% no-repeat #000;
    width: 38px;
}
.large-btns_nav:active {
    opacity: 1;
}
.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}
.centered-btns_nav:focus,
.large-btns_nav:focus,
.transparent-btns_nav:focus {
    outline: 0;
}
.centered-btns_tabs,
.large-btns_tabs,
.transparent-btns_tabs {
    margin-top: 10px;
    text-align: center;
}
.centered-btns_tabs li,
.large-btns_tabs li,
.transparent-btns_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}
.centered-btns_tabs a,
.large-btns_tabs a,
.transparent-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    width: 9px;
    height: 9px;
}
.centered-btns_here a,
.large-btns_here a,
.transparent-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, 0.8);
}
.master-slider {
    position: relative;
    -moz-transform: translate3d(0, 0, 0);
}
.master-slider img {
    max-width: none;
}
.ms-ie img {
    border: none;
}
.ms-ie8 * {
    opacity: inherit;
    filter: inherit;
}
.ms-ie7 {
    zoom: 1;
}
.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0;
}
.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(../images/mastloading-2.gif) center no-repeat #fff;
    border-radius: 60px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: 0.9;
}
.ms-layer.video-box,
.ms-view {
    background: #000;
}
.ms-view,
.ms-view .ms-slide-container {
    position: relative;
}
.ms-def-cursor {
    cursor: auto !important;
}
.ms-grab-cursor {
    cursor: url(../images/masterslider-grab.png), move;
}
.ms-grabbing-cursor {
    cursor: url(../images/masterslider-grabbing.png), move;
}
.ms-ie .ms-grab-cursor {
    cursor: url(../images/masterslider-grab.cur), move;
}
.ms-ie .ms-grabbing-cursor {
    cursor: url(../images/masterslider-grabbing.cur), move;
}
.ms-view {
    margin: 0 auto;
    overflow: hidden;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}
.ms-slide {
    position: absolute;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
}
.ms-slide .ms-slide-bgcont {
    overflow: hidden;
    width: 100%;
}
.ms-container {
    position: relative;
    margin: 0 auto;
}
.ms-container,
.ms-slide .ms-slide-bgcont img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ms-slide .ms-layer {
    position: absolute;
}
.ms-slide .ms-slide-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
}
.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 11;
    background: #000;
    padding: 0;
    margin: 0;
    border: none;
}
.ms-layer.video-box iframe {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 10;
}
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 12;
}
.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 13;
}
.ms-slide .ms-layer,
.ms-slide .ms-slide-layers,
.ms-slide .ms-slide-vcbtn,
.ms-slide .ms-slide-video,
.ms-slide .ms-slide-vpbtn {
    -webkit-transform: translateZ(0.1px);
    -moz-transform: translateZ(0.1px);
    -ms-transform: translateZ(0.1px);
    -o-transform: translateZ(0.1px);
    transform: translateZ(0.1px);
}
.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left;
}
.ms-thumb a {
    color: #000;
}
.ms-thumb-list {
    overflow: hidden;
    position: absolute;
}
.ms-sbar .ms-bar,
.ms-thumbs-cont {
    position: relative;
}
.ms-thumb-frame img {
    width: 100%;
    height: auto;
}
.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    min-height: 148px;
}
.ms-bullet {
    cursor: pointer;
    float: left;
}
.ms-sbar .ms-bar {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear;
}
.ms-ie7 .ms-tooltip-arrow {
    height: 0;
}
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
    width: 50px;
    height: 51px;
    background: url(../images/masterslider-light-skin-1.png) -14px -150px no-repeat;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}
.ms-skin-default .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(../images/masterslider-light-skin-1.png) -24px -28px no-repeat;
    top: 18px;
    right: 30px;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    width: 30px;
    background: url(../images/masterslider-light-skin-1.png) -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    z-index: 10;
}
.ms-skin-default .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -89px -103px;
}
.ms-skin-default .ms-thumb-frame-selected {
    opacity: 0.6;
}
.ms-skin-default .ms-thumb-list.ms-dir-h {
    bottom: -60px;
    width: 100%;
    height: 60px;
}
.ms-skin-default .ms-thumb-list.ms-dir-v {
    height: 100%;
    width: 60px;
    right: -60px;
    top: 0;
}
.ms-skin-default .ms-thumb-frame {
    cursor: pointer;
    float: left;
    width: 60px;
    height: 60px;
    margin: 1px 0 0 1px;
    overflow: hidden;
}
.ms-skin-default .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px;
}
.ms-skin-default .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%;
}
.ms-skin-default .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../images/masterslider-light-skin-1.png) -34px -117px no-repeat;
    margin: 4px;
}
.ms-skin-default .ms-bullet-selected {
    background-position: -34px -84px;
}
.ms-skin-default .ms-sbar {
    position: absolute;
}
.ms-skin-default .ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px;
}
.ms-skin-default .ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px;
}
.ms-skin-default .ms-sbar .ms-bar {
    height: 4px;
    background: #d0f;
    border-radius: 4px;
}
.ms-skin-default .ms-sbar.ms-dir-v .ms-bar {
    width: 4px;
}
.ms-skin-default .ms-timerbar {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.ms-skin-default .ms-time-bar {
    height: 3px;
    background: #fff;
    border-top: solid 1px rgba(0, 0, 0, 0.41);
}
.ms-skin-default .ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
}
.ms-skin-default .ms-tooltip {
    position: absolute;
    z-index: 110;
    cursor: auto;
}
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, 0.88);
    bottom: -10px;
}
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, 0.88);
    top: -10px;
}
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, 0.88);
    left: -10px;
}
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, 0.88);
    right: -10px;
}
.ms-tabs-template {
    padding-bottom: 136px;
}
.ms-tabs-vertical-template {
    max-width: 861px;
    padding-right: 219px;
    margin: 0 auto;
    padding-bottom: 0 !important;
}
.ms-tabs-template .ms-thumb-list.ms-dir-h {
    bottom: -136px;
    width: 100%;
    height: 148px;
}
.ms-tabs-template .ms-thumb-list.ms-dir-v {
    height: 100%;
    width: 229px;
    right: -221px;
    top: 0;
}
.ms-tabs-template .ms-thumb-frame {
    cursor: pointer;
    float: left;
    background-color: #f6f6f6;
    font-family: Lato, sans-serif;
    color: #222;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    position: relative;
    overflow: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ms-thumb-list.ms-dir-h .ms-thumb-frame {
    width: 214px;
    height: auto;
    margin: 12px 0 0;
}
.ms-thumb-list.ms-dir-v .ms-thumb-frame {
    width: 214px;
    height: 100px;
    margin-left: 12px;
}
.ms-tabs-template .ms-thumb {
    padding: 10px 20px 20px;
    line-height: 1.2em;
}
.ms-tabs-template .ms-thumb-frame h3 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 12pt;
    margin: 0;
}
.ms-tabs-template .ms-thumb-frame p {
    font-size: 10pt;
    margin: 4px 0;
}
.ms-tabs-template .ms-thumb-frame-selected {
    opacity: 1;
    background: #d3e7fc;
}
.ms-tabs-template .ms-thumb-frame-selected h3,
.ms-tabs-template .ms-thumb-frame-selected h3 a {
    color: #003878;
}
.ms-tabs-template .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#WeeklyRoundup,
.content-twoCol,
section header {
    position: relative;
}
.ms-tabs-template .ms-thumb-list.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #f6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}
.ms-tabs-template .ms-thumb-list.ms-dir-h .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #d3e7fc;
}
.ms-tabs-template .ms-thumb-list.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #ededed;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}
.ms-tabs-template .ms-thumb-list.ms-dir-v .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #fff;
}
.ms-layer.video-title {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 42px;
    margin: 0;
    letter-spacing: 0;
}
.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: gray;
}
.ep_Byline,
article h2 a {
    color: #000;
}
.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300;
}
.ep_Byline,
h1,
h2,
h3,
h4,
section header h1 {
    font-weight: 400;
}
#epFooter {
    color: #37a9dd;
    font-family: "Archivo Narrow", "Arial Narrow", sans-serif;
    font-size: 16px;
    background: #003878;
    padding: 20px 0 0;
    text-align: center;
    clear: both;
}
#epFooter li a {
    color: #fff;
    display: inline-block;
    padding: 0 4px;
}
#epFooter ul {
    margin: 0;
    padding: 0 10px;
    display: block;
}
#epFooter ul li {
    display: inline-block;
    list-style-type: none;
}
#epFooter #EPSiteFooterNav {
    color: #d3dbe1;
    background: #1472b7;
    margin: 20px 0 0;
    padding: 10px;
}
#epFooter #EPSiteFooterNav small {
    font-size: 0.9em;
    line-height: 2em;
}
#epFooter .leaderboard-container {
    padding: 0 20px 20px;
    margin: 0 auto;
    max-width: 728px;
}
#epFooter .leaderboard-container img {
    width: 728px;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
    background: #a1a9af;
}
.ep_Byline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: italic;
}
BackIssueMonth {
    font-size: 12px;
    font-family: arial, Helvetica, sans-serif;
    color: #000;
}
.ep_storybhed {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 1.5em;
}
.ep_openionimage {
    float: left;
    padding: 13px 20px 20px 0;
}
span.errMsg {
    font-size: 13px;
}
.articletextsmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
}
#WeeklyRoundup h1,
#WeeklyRoundup h2,
.WeeklyProduct h1 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
}
.content-oneCol {
    min-height: 360px;
    padding: 20px;
}
.content-oneCol .left-col {
    width: 100%;
    float: left;
    font-size: 1em;
    line-height: 1.4em;
}
.content-oneCol .left-col section article {
    padding: 15px 0 0;
    border-top: 1px dotted #000;
    border-bottom: none;
    overflow: hidden;
}
.content-twoCol-with-MedRectangleAd {
    padding: 0 342px 0 0;
    min-height: 300px;
}
.content-twoCol-with-boomboxes {
    padding: 0 342px 0 0;
}
.content-twoCol-with-Skyscraper {
    padding: 0 202px 0 0;
}
.articlePage-WeeklyRoundupAdContainer {
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #000;
}
.articlePage-WeeklyRoundupAd {
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    margin-right: 16px;
}
.articlePage-WeeklyRoundupAdText {
    margin-top: 20px;
}
.articlePage-EndMarketAd {
    float: right;
    margin-top: 10px;
}
#WeeklyRoundup {
    background: #001555;
}
#WeeklyRoundup a {
    color: #fff;
}
#WeeklyRoundup a:hover {
    text-decoration: underline;
}
#WeeklyRoundup hgroup {
    padding: 10px;
}
#WeeklyRoundup h1 {
    color: #37a9dd;
    font-size: 1.6em;
    line-height: 0.8em;
    margin: 0 0 5px;
    text-transform: uppercase;
}
#WeeklyRoundup h1 a {
    color: #37a9dd;
}
#WeeklyRoundup h2 {
    color: #d3dbe1;
    font-size: 1em;
    line-height: 1.3em;
    margin: 0;
}
.WeeklyProduct h1 {
    font-size: 24px;
    line-height: 1.2em;
    color: #003878;
    clear: left;
}
section header {
    line-height: 1em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
section header h1 {
    font-family: bebas-neue, sans-serif;
    line-height: 1em;
    margin: 0;
}
section header h1 small {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px !important;
    font-weight: 700;
    font-style: italic;
}
.Article-Widget-Horizontal li h2,
.left-col article h4,
.left-col section article h2,
.left-col section header .more-btn {
    font-family: "Archivo Black", "Arial Black", sans-serif;
}
.left-col {
    width: 100%;
    float: left;
    font-size: 1em;
    line-height: 1.4em;
}
.left-col article h4 {
    font-size: 1.2em;
    margin: 0 0 20px;
}
.left-col img {
    max-width: 100%;
}
.right-col {
    float: right;
    padding: 20px 20px 20px 0;
}
.right-col-with-MedRectangleAd,
.right-col-with-boomboxes {
    width: 300px;
    margin-right: -342px;
}
.right-col-with-Skyscraper {
    width: 160px;
    margin-right: -202px;
}
.content-oneCol section header,
.left-col section header {
    background: #d3dbe1;
    padding: 0 0 6px;
}
.left-col section header .more-btn {
    font-size: 18px;
    height: 100%;
    color: #fff;
    background: #37a9dd;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.left-col section header .more-btn .right-arrow {
    color: #003878;
}
.left-col section header .more-btn a {
    color: #fff;
    line-height: 36px;
    display: table-cell;
    padding: 0 8px 3px 12px;
}
.left-col section header .more-btn a:hover {
    text-decoration: none;
    background: #4bbdf1;
}
.content-oneCol section header h1,
.left-col section header h1 {
    color: #003878;
    margin: 0;
    padding: 5px 0 0 20px;
    font-size: 30px;
}
.left-col section article p {
    margin: 0 0 15px;
}
.left-col section article {
    padding: 15px 0 0 20px;
    border-bottom: 1px dotted #000;
    overflow: hidden;
}
.left-col section article:last-child {
    border-bottom: none;
}
.Article-Widget-Horizontal .imageContainerWrapper .imageContainer,
.left-col section article .imageContainerWrapper .imageContainer {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #fff;
    overflow: hidden;
}
.Article-Widget-Horizontal {
    display: table;
    margin: 0 -5px;
    padding: 0;
}
.Article-Widget-Horizontal li {
    display: table-cell;
    list-style-type: none;
    margin: 0;
    text-align: center;
    width: 25%;
    padding: 0 5px;
}
.Article-Widget-Horizontal li h2 {
    font-size: 18px;
    line-height: 1.2em;
}
#ctl00_ContentArea_lblTitleHeader,
.sectionHeader {
    font-family: bebas-neue, sans-serif;
    font-size: 30px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-weight: 400;
}
.Article-Widget-Horizontal .imageContainerWrapper .imageContainer img,
.left-col section article .imageContainerWrapper .imageContainer img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.left-col > article {
    padding: 20px 0 20px 20px;
}
.sectionHeader {
    line-height: 1em;
    margin: 10px 0 0;
    color: #003878;
    padding: 7px 0 0 10px;
    background: #d3dbe1;
    height: 34px;
}
#ctl00_ContentArea_lblTitleHeader {
    padding: 6px 0 7px 20px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: #001555;
    line-height: 1em;
}
#FeaturedArticles-Section article h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 10px;
}
#FeaturedArticles-Section article .imageContainerWrapper {
    width: 258px;
    margin: 5px 20px 20px 0;
    float: left;
}
#RelatedArticlesContainer {
    clear: both;
    margin: 20px 0 10px -10px;
}
#RelatedArticlesContainer header {
    margin-left: -10px;
}
#RelatedArticlesContainer article {
    border-bottom: none;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 20px 0 10px;
    width: 25%;
}
#RelatedArticlesContainer article h2 {
    font-size: 16px;
    line-height: 1.1em;
    margin: 8px 0 0 10px;
}
#RelatedArticlesContainer article .imageContainerWrapper {
    width: 100%;
    margin-left: 10px;
}
#ArticlesBlocksContainer {
    padding-bottom: 20px;
}
#ArticlesBlocksContainer article {
    width: 30.1%;
    height: 335px;
    float: left;
    margin-top: 20px;
    margin-left: 2.9%;
    padding: 0 0 20px;
    background: #e7eff5;
    border: 1px solid #000;
    position: relative;
    overflow: visible;
}
#ArticlesBlocksContainer footer {
    color: #fff;
    border-top: 1px solid #000;
    background: #37a9dd;
    font-family: "Archivo Narrow", "Arial Narrow", sans-serif;
    font-size: 14px;
    text-align: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#ArticlesBlocksContainer footer a {
    color: #fff;
    display: block;
    padding-right: 5px;
    text-decoration: none;
}
#ArticlesBlocksContainer footer a:hover {
    background: #4bbdf1;
}
#ArticlesBlocksContainer article h2 {
    font-size: 18px;
    margin: 10px 20px;
}
#ArticlesBlocksContainer article p {
    margin: 10px 20px;
}
.ep-shirtTail468x60-advertisment {
    float: right;
    border: 0 solid #000;
    padding: 10px 0;
}
.authorPhotoContainer {
    margin: 5px 0 20px 20px;
    width: 65px;
    float: right;
}
.authorPhotoContainer img {
    width: 100%;
    height: 65px;
}
.authorPhotoContainer figcaption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;
    background: #d3dbe1;
    text-align: center;
}
.authorPhotoContainer figcaption a {
    color: inherit;
    padding: 6px;
    display: block;
}
#NewProducts-Homepage article h2,
.ArticleListSection article h2,
.TwoColumn-Article-Container article h2 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 6px;
}
#NewProducts-Homepage article .imageContainerWrapper,
.ArticleListSection article .imageContainerWrapper {
    width: 160px;
    margin: 5px 0 10px 20px;
    float: right;
}
.TwoColumn-Article-Container article .imageContainerWrapper {
    width: 160px;
    margin: 5px 20px 10px 0;
    float: left;
}
.TwoColumn-Article-Container article .imageContainerWrapper .imageContainer {
    background: #fff !important;
}
.TwoColumn-Article-Container article {
    width: 48%;
}
.TwoColumn-Article-Container article.left-article {
    clear: left;
    float: left;
}
.TwoColumn-Article-Container article.right-article {
    clear: right;
    float: right;
}
.right-col section {
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #000;
    background: #d3dbe1;
}
.right-col > div {
    margin-bottom: 20px;
}
.right-col div {
    z-index: 900000 !important;
}
.right-col section header {
    background: #003878;
    height: 30px;
}
.right-col section .sectionBody {
    font-size: 14px;
    line-height: 20px;
    margin: 10px;
}
.right-col section.SocialMediaIcons-HP-Widget-Container .sectionBody {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 10px 10px;
}
.right-col section.SocialMediaIcons-HP-Widget-Container ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
.right-col section.SocialMediaIcons-HP-Widget-Container ul li {
    display: table-cell;
    list-style-type: none;
    padding-right: 10px;
    width: 25%;
}
.right-col section.SocialMediaIcons-HP-Widget-Container ul li img {
    width: 100%;
}
.right-col section.SocialMediaIcons-HP-Widget-Container .epButton {
    width: 97%;
}
.right-col section.FeaturedAuthor-HP-Widget-Container .sectionBody h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.right-col section.FeaturedAuthor-HP-Widget-Container .sectionBody .ep_Title {
    font-size: 18px;
    margin: 0.5em 0;
}
.right-col section.FeaturedAuthor-HP-Widget-Container .sectionBody a {
    color: #000;
}
.right-col section.FeaturedAuthor-HP-Widget-Container .sectionBody h2 em {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
}
.right-col section.FeaturedAuthor-HP-Widget-Container .sectionBody img {
    float: left;
    margin: 0 10px 0 0;
    width: 90px;
    height: 90px;
}
.right-col section .sectionBody h2 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 17px;
    line-height: 1.15em;
    margin: 0 0 10px;
}
.right-col section header h1 {
    color: #fff;
    font-size: 21px;
    padding: 4px 0 0 10px;
}
.right-col > a > img {
    margin-bottom: 20px;
}
.right-col-with-boomboxes > a > img {
    max-width: 300px;
    width: 100% !important;
    height: auto !important;
}
.right-col .videoPlayerContainer {
    min-height: 200px;
}
.right-col section.SampleCenterContainer-HP-Widget-Container {
    background: #a1b2bf;
}
.right-col section.SampleCenterContainer-HP-Widget-Container p {
    margin: 1em 0 0;
    -webkit-margin-after: 0;
}
.right-col section.SampleCenterContainer-HP-Widget-Container button,
.right-col section.SampleCenterContainer-HP-Widget-Container header {
    background: #000;
}
.right-col .videoPlayerContainer .video {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.right-col .epButton {
    width: 280px;
    background: #37a9dd;
    margin-top: 10px;
}
.right-col .epButton:hover {
    background: #198bbf;
}
.right-col select {
    width: 280px;
}
.right-col input[type="search"] {
    width: 264px;
}
#InventorySearch input[type="search"] {
    margin-bottom: 0;
}
.right-col section header .more-btn {
    font-family: "Archivo Narrow", "Arial Narrow", sans-serif;
    font-size: 14px;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.right-col-OffTheGrid article h2,
div#authors-profile-contentcontainer h1,
div#authors-profile-contentcontainer h3,
form.signin p,
form.signin span {
    font-family: "Archivo Black", "Arial Black", sans-serif;
}
.container,
.post {
    margin: 0 auto;
    width: 100%;
}
.right-col section header .more-btn .right-arrow {
    color: #37a9dd;
    display: inline-block;
    padding-left: 2px;
}
.right-col section header .more-btn a {
    color: #fff;
    line-height: 26px;
    display: table-cell;
    padding: 0 8px 3px 12px;
}
#mask,
.login-popup {
    display: none;
    position: fixed;
}
.right-col section header .more-btn a:hover {
    text-decoration: none;
    background: #2860a0;
}
.container {
    overflow: hidden;
}
#content {
    float: left;
    width: 100%;
}
.post {
    padding-bottom: 50px;
    float: left;
}
#mask {
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}
.login-popup {
    background: #003878;
    padding: 10px;
    border: 1px solid #ddd;
    float: left;
    font-size: 1.2em;
    top: 50%;
    left: 50%;
    z-index: 3000000;
    box-shadow: 0 0 20px #999;
    -moz-box-shadow: 0 0 20px #999;
    -webkit-box-shadow: 0 0 20px #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 260px;
}
.login-popup a {
    color: #37a9dd;
    display: block;
    line-height: 1em;
}
.login-popup input {
    width: 97%;
}
.login-popup .epButton {
    width: 100%;
}
img.btn_close {
    float: right;
    margin: -28px -28px 0 0;
}
form.signin .textbox label,
form.signin .textbox span {
    display: block;
    padding-bottom: 7px;
}
form.signin p,
form.signin span {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
}
#Plugged-In-Header {
    background: #97a8b4;
    background: -moz-linear-gradient(top, #97a8b4 0, #d3dadf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #97a8b4), color-stop(100%, #d3dadf));
    background: -webkit-linear-gradient(top, #97a8b4 0, #d3dadf 100%);
    background: -o-linear-gradient(top, #97a8b4 0, #d3dadf 100%);
    background: -ms-linear-gradient(top, #97a8b4 0, #d3dadf 100%);
    background: linear-gradient(to bottom, #97a8b4 0, #d3dadf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97a8b4', endColorstr='#d3dadf', GradientType=0);
    padding: 20px;
}
#Plugged-In-Header h1 {
    display: none;
}
#Plugged-In-Header p {
    margin: 1em 0 0;
}
ul#Plugged-In-Categories {
    margin: 0;
    padding: 0 0 20px 20px;
}
ul#Plugged-In-Categories li {
    border-bottom: 1px solid #000;
    font-size: 14px;
    line-height: 18px;
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0 0 10px;
    overflow: hidden;
}
ul#Plugged-In-Categories li img {
    float: left;
    margin: 4px 20px 5px 0;
}
ul#Plugged-In-Categories .epButton {
    font-size: 12px;
    line-height: 1.6em;
    text-align: center;
    width: auto;
    background: #37a9dd;
    clear: both;
    float: right;
    display: block;
    text-decoration: none;
    margin: 8px 0 0;
    padding: 0;
}
ul#Plugged-In-Categories .epButton a {
    color: #fff;
    display: block;
    padding: 0 8px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#OffTheGrid-LatestArticles header .more-btn .right-arrow,
#OffTheGrid-LatestArticles header .more-btn a,
#OffTheGrid-LatestArticles header h1,
div#authors-profile-contentcontainer h3 a {
    color: #000;
}
ul#Plugged-In-Categories .epButton a:hover {
    background: #2395c9;
}
.HotTopics-OfftheGrid .callbacks_nav,
.HotTopics-OfftheGrid .callbacks_tabs,
.HotTopics-OfftheGrid h1 {
    display: none;
}
.HotTopics-OfftheGrid-title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 10;
}
.HotTopics-OfftheGrid-circle {
    width: 37.21%;
    position: absolute;
    right: 4px;
    top: 0;
    margin-top: 7%;
    z-index: 9;
}
#OffTheGrid-LatestArticles article {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: none;
}
#OffTheGrid-LatestArticles article h2 {
    line-height: 1.15em;
    margin: -0.15em 0 12px 20px;
}
#OffTheGrid-LatestArticles article p {
    margin: 0 0 0 20px;
}
#OffTheGrid-LatestArticles article:nth-child(2) h2 {
    font-size: 2em;
}
#OffTheGrid-LatestArticles article .imageContainerWrapper {
    float: left;
    margin: 0 20px 0 0;
    width: 45%;
}
#OffTheGrid-LatestArticles article:nth-child(odd) .imageContainerWrapper {
    float: right;
    margin: 0 0 0 20px;
}
#OffTheGrid-LatestArticles article.OffTheGrid-Article-1 .imageContainerWrapper,
#OffTheGrid-LatestArticles article:nth-child(2) .imageContainerWrapper {
    width: 52%;
}
#OffTheGrid-LatestArticles article.OffTheGrid-Article-2 .imageContainerWrapper,
#OffTheGrid-LatestArticles article:nth-child(3) .imageContainerWrapper {
    width: 38%;
}
#OffTheGrid-LatestArticles article.OffTheGrid-Article-3 .imageContainerWrapper,
#OffTheGrid-LatestArticles article:nth-child(4) .imageContainerWrapper {
    width: 44%;
}
#OffTheGrid-LatestArticles article.OffTheGrid-Article-4 .imageContainerWrapper,
#OffTheGrid-LatestArticles article:nth-child(5) .imageContainerWrapper {
    width: 53%;
}
#OffTheGrid-LatestArticles article.OffTheGrid-Article-4 .imageContainerWrapper .imageContainer,
#OffTheGrid-LatestArticles article:nth-child(5) .imageContainerWrapper .imageContainer {
    padding-bottom: 0;
    overflow: auto;
}
#OffTheGrid-LatestArticles article.OffTheGrid-Article-4 .imageContainerWrapper .imageContainer img,
#OffTheGrid-LatestArticles article:nth-child(5) .imageContainerWrapper .imageContainer img {
    position: static;
}
#OffTheGrid-LatestArticles header {
    background: #fff;
    height: 44px;
    border: none;
}
#OffTheGrid-LatestArticles header .more-btn {
    color: #000;
    background: #fff;
    position: absolute;
}
#OffTheGrid-LatestArticles header .more-btn a:hover {
    background: #ccc;
}
.right-col-OffTheGrid article:last-child p {
    margin: 0;
}
.right-col-OffTheGrid article h2 {
    font-size: 1.3em;
    line-height: 1.15em;
    margin: -0.15em 0 12px;
}
.right-col-OffTheGrid .videoPlayerContainer,
.right-col-OffTheGrid img {
    margin: 0 0 20px;
    width: 300px;
}
#ctl00_ContentArea_EndMarkets {
    margin: 0 !important;
}
ul.authors-article-list li:last-child {
    margin-bottom: 0;
}
div#author-profile-intro-container {
    min-height: 160px;
    margin-bottom: 10px;
}
div#author-profile-intro-text {
    margin: 0 0 10px 2%;
    float: left;
    width: 80%;
}
p#author-profile-intro {
    margin: 7px 0 0;
    font-size: 16px;
    line-height: 1.4em;
}
img.author-profile-pic {
    float: left;
    max-width: 160px;
    width: 18%;
}
div#authors-profile-contentcontainer h1 {
    padding: 0;
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
}
div#authors-profile-contentcontainer h2 {
    padding: 2px 0 7px;
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    font-style: italic;
    border-bottom: #333 dotted 1px;
}
div#learn-more-about-author {
    background-color: #fff;
    border-top: 1px dotted #000;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-style: italic;
    height: 22px;
    text-align: right;
    padding: 5px 1px 0 0;
    margin-bottom: 6px;
    clear: both;
    overflow: hidden;
}
div#learn-more-about-author a:hover {
    color: #cf4329;
    text-decoration: none;
}
div#learn-more-about-author p {
    float: right;
    margin: 0;
    padding: 4px 6px 0 0;
}
div#learn-more-about-author img {
    float: right;
    height: 22px;
    vertical-align: middle;
}
div#authors-profile-contentcontainer ul {
    padding: 0;
    margin: 0;
}
div#authors-profile-contentcontainer ul li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    list-style: none;
    border-bottom: #333 dotted 1px;
    min-height: 82px;
}
div#authors-profile-contentcontainer ul li:last-child {
    border: none;
}
div#authors-profile-contentcontainer ul p {
    font-size: 16px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}
div#authors-profile-contentcontainer h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 6px;
}
div#authors-profile-contentcontainer h3 p {
    margin: 0;
}
div#authors-profile-contentcontainer h3 img {
    float: left;
    margin: 3px 10px 0 0;
    width: 75px;
    height: 75px;
    border: 1px solid #000;
}
div#authors-profile-contentcontainer h4 {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    line-height: 1em;
    margin: 10px 0 0;
    color: #003878;
    padding: 7px 0 0 10px;
    font-size: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #d3dbe1;
    height: 34px;
}
#previous-next-buttons,
.previous-next-buttons {
    border-top: 1px solid #000;
    padding-top: 10px;
    text-align: right;
}
#previous-next-buttons a,
.previous-next-buttons a {
    background: #d3dbe1;
    border: 1px solid #bfc7cd;
    border-radius: 4px;
    color: #003878;
    display: inline-block;
    font-family: "Archivo Black", "Arial Black", sans-serif;
    line-height: 1.6em;
    padding: 0 8px;
    text-decoration: none;
}
#previous-next-buttons p,
.previous-next-buttons p {
    color: #363839;
    font-size: 1.4em;
    font-weight: 700;
}
#previous-next-buttons .previous-btn:before,
.previous-next-buttons .previous-btn:before {
    font-family: FontAwesome;
    color: #1472b7;
    content: "\f137";
    padding-right: 4px;
}
#previous-next-buttons .next-btn:after,
.previous-next-buttons .next-btn:after {
    font-family: FontAwesome;
    color: #1472b7;
    content: " \f138";
}
#RegFormContainer,
#RegFormContainer .simpleList,
button,
input,
label,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
}
#previous-next-buttons .previous-btn,
.previous-next-buttons .previous-btn {
    margin-right: 10px;
}
#previous-next-buttons a:hover,
.previous-next-buttons a:hover {
    background: #bfc7cd;
}
#RegFormContainer a {
    color: #2a377e !important;
    text-decoration: none;
}
#RegFormContainer a:hover {
    text-decoration: underline;
}
#RegFormContainer a:visited {
    color: #4682b4 !important;
}
body {
    font-size: 16px;
}
#RegFormContainer {
    width: 100%;
    max-width: 820px;
    font-size: 1em;
    line-height: 1.3em !important;
    overflow: hidden;
}
#RegFormContainer h1 {
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
    color: #2a377e;
}
#RegFormContainer h2 {
    color: #fff;
    background-color: #003878;
    font-size: 1em;
    margin-top: 0;
    padding: 6px 8px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}
#RegFormContainer h2 em {
    font-style: normal;
    font-weight: 400;
    color: #3cf;
    font-size: 90%;
}
#RegFormContainer .note {
    font-size: 0.9em;
    line-height: 1.3em;
    color: #900;
}
#RegFormContainer .radioButtonGroups {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
}
#RegFormContainer .radioButtonGroups li {
    float: left;
    padding-right: 20px;
}
#RegFormContainer .CheckboxGroups {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
}
#RegFormContainer .CheckboxGroups li {
    padding-right: 20px;
    margin-bottom: 1em;
    font-size: 16px;
}
#RegFormContainer input[type="checkbox"] {
    display: block;
    float: left;
    margin: 0 0.5em 0.5em 0;
}
#RegFormContainer .TwoColumns .columns {
    width: 49%;
    overflow: hidden;
}
#RegFormContainer .TwoColumns .LeftColumn {
    float: left;
}
#RegFormContainer .TwoColumns .RightColumn {
    float: right;
}
#RegFormContainer .TwoColumns input[type="email"],
#RegFormContainer .TwoColumns input[type="password"],
#RegFormContainer .TwoColumns input[type="tel"],
#RegFormContainer .TwoColumns input[type="text"] {
    width: 95%;
    display: block;
    background: #fff;
}
#RegFormContainer select {
    width: 100%;
    display: block;
    border: 1px solid #999;
    background: #ccc;
}
#RegFormContainer .simpleList {
    font-size: 16px;
    list-style-type: disc;
    line-height: 20px !important;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#RegFormContainer .RegFormSection {
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: #d8dde6 1px 1px 2px inset;
    overflow: hidden;
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0, #ededed 50%, #f6f8f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f8f9), color-stop(50%, #ededed), color-stop(100%, #f6f8f9));
    background: -webkit-linear-gradient(top, #f6f8f9 0, #ededed 50%, #f6f8f9 100%);
    background: -o-linear-gradient(top, #f6f8f9 0, #ededed 50%, #f6f8f9 100%);
    background: -ms-linear-gradient(top, #f6f8f9 0, #ededed 50%, #f6f8f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0, #ededed 50%, #f6f8f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f6f8f9', GradientType=0);
}
fieldset,
legend {
    border: 0;
    padding: 0;
}
#RegFormContainer .ProdCatDescription {
    display: block;
    margin: 2px 0 0 1.15em;
    font-size: 0.9em;
    line-height: 1.3em;
}
fieldset {
    margin: 0;
}
legend {
    white-space: normal;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
legend small {
    font-size: 15px;
    color: #999;
}
button,
input,
label,
select,
textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    margin: 5px 5px 0 0;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.button-blue,
input[type="button"],
input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    vertical-align: baseline;
    line-height: normal;
    -webkit-appearance: button;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #2a377e;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #37a9dd;
    cursor: pointer;
}
.button-blue:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #2395c9;
}
.button-blue:active,
input[type="button"]:active,
input[type="submit"]:active {
    text-shadow: -1px -1px 0 #2a377e;
    box-shadow: inset 2px 2px 4px #039;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
input[type="search"],
select,
textarea {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: baseline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
select[multiple],
select[size],
textarea {
    height: auto;
}
textarea {
    resize: vertical;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
input[type="search"],
textarea {
    background-color: #f3f7fc;
    border: 1px solid #999;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: dotted thin;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
#Login-Page h2,
#editorial-submission h2 {
    line-height: 1em;
    margin: 10px 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 1px 0 0;
    line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"] {
    width: auto;
}
input[type="file"],
select {
    height: 30px;
    line-height: 30px;
}
select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
    float: none;
    margin-left: 0;
}
input,
textarea {
    margin-left: 0;
}
#displayLoginMessage {
    background: #ffc;
    border: 1px solid #999;
    color: #900;
    font-weight: 700;
    padding: 5px 8px;
    margin: 30px 0 20px;
}
#ContactUs h1,
#Login-Page h1,
#RegFormContainer h1,
#RegFormContainer h3 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    margin: 0 0 1em;
    font-size: 1.5em;
    line-height: 1.1em;
}
#Login-Page h2 {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    color: #003878;
    padding: 5px 0 0 10px;
    font-size: 30px;
    background: #d3dbe1;
    height: 34px;
}
#Login-Page .epButton {
    background: #37a9dd;
}
#Login-Page .epButton:hover {
    background: #2395c9;
}
#Login-Page label {
    font-size: 1.1em;
    font-family: "Archivo Black", "Arial Black", sans-serif;
}
#Login-Page input {
    display: block;
}
#Login-Page input[type="password"],
#Login-Page input[type="email"] {
    width: 100%;
    max-width: 285px;
    margin-bottom: 15px;
}
#Login-Page input[type="submit"] {
    width: 300px;
    margin-bottom: 30px;
}
#ctl00_ContentArea_activateUser_activatePanel {
    margin-left: 0;
    max-width: none;
}
#ctl00_ContentArea_activateUser_activatePanel input {
    width: auto !important;
}
#ctl00_ContentArea_activateUser_activatePanel table tr .ep_landingtext:first-child {
    width: 100px !important;
}
#ctl00_ContentArea_activateUser_activatePanel #table1,
#ctl00_ContentArea_activateUser_activatePanel table {
    width: 100%;
}
td.recaptcha_image_cell + td {
    width: 25px;
}
#ctl00_ContentArea_activateUser_activate input[type="submit"] {
    width: auto !important;
    background: #37a9dd;
}
#ctl00_ContentArea_activateUser_activate input[type="submit"]:hover {
    text-shadow: none;
    background: #2395c9;
}
.recaptchatable a,
.recaptchatable a:hover {
    font-size: 14px;
    color: #003878 !important;
}
.recaptchatable a:hover {
    text-decoration: underline !important;
}
#recaptcha_logo {
    width: 71px !important;
    height: auto !important;
}
#ContactUs {
    margin-right: 15px;
}
#ContactUs input[type="text"],
#ContactUs select {
    display: block;
    width: 300px;
}
#ContactUs textarea {
    display: block;
    width: 75%;
}
#IssueArchive h1,
#IssueArchive h2,
#IssueArchive h3 {
    font-family: "Archivo black", "Arial black", sans-serif;
    margin: 0 0 1em;
    font-size: 1.5em;
    line-height: 1.1em;
}
#ArticleHeader h1,
#IssueArchive label,
#editorial-submission h1 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
}
#IssueArchive #RegFormContainer h2 {
    font-size: 1.2em;
    padding: 6px 12px 9px;
}
#IssueArchive #RegFormContainer h2 em {
    font-size: 1em;
    color: #37a9dd;
}
#IssueArchive label {
    font-size: 1.2em;
}
#IssueArchive select {
    width: 100%;
    display: block;
    border: 1px solid #999;
    background: #ccc;
}
#VideoPage-VideoContainer,
.VideoContainer {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/Video_Loading_bkgrnd.gif);
}
#VideoPage-VideoContainer {
    margin-top: 10px;
    position: relative;
    padding-bottom: 43.4%;
}
#VideoPage-VideoContainer .BrightcoveExperience,
.VideoContainer #flashObj,
.VideoContainer .BrightcoveExperience,
.VideoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.VideoWrapper {
    width: 100%;
}
.VideoContainer {
    position: relative;
    padding-bottom: 72%;
}
.VideoInArticle {
    max-width: 630px;
    padding-bottom: 48%;
}
#ArticleHeader h1 {
    line-height: 1em;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#NPI-Table .NPI-Table-ProductFamily-Row td,
#NPI-Table td {
    position: relative;
}
#editorial-submission h1 {
    font-size: 1.5em;
    line-height: 1.1em;
}
#editorial-submission h2 {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    color: #003878;
    padding: 5px 0 0 10px;
    font-size: 30px;
    background: #d3dbe1;
    height: 34px;
}
#editorial-submission h3 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    margin: 1em 0 0.5em;
}
#editorial-submission select {
    max-width: 300px;
    width: 100%;
}
#editorial-submission input[type="text"],
#editorial-submission textarea {
    border: 1px solid #999;
    background-color: #eaf6ff;
    padding: 4px;
    width: 96%;
}
#nxtbookiFrame {
    border: none;
    height: 500px;
    max-width: 1200px;
    width: 100%;
}
.ep_Deck {
    font-size: 21px;
    font-family: arial, helvetica, sans-serif;
    color: #888;
    font-weight: 700;
    line-height: 1.2em;
}
.ep_Title,
.ep_articletexthed {
    font-family: "Archivo Black", "Arial Black", sans-serif;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 18px;
    margin: 0;
    vertical-align: baseline;
    line-height: 1.1em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    height: auto;
    padding: 8px 8px 10px;
    border: 0;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.ep_StartDate,
.ep_Title {
    color: #000;
    font-weight: 400;
}
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}
.ep_Title {
    font-size: 2em;
    line-height: 1.2em;
}
.ep_articletext {
    font-size: 1em;
    line-height: 1.4em;
}
.ep_articletexthed {
    font-size: 18px;
}
.ep_landngText {
    text-align: left;
    padding: 8px 0 0;
}
.ep_landngText .ep_Title {
    font-size: 17px;
    line-height: 1.15em;
}
.ep_StartDate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}
table#NewsletterPage .ep_hp-widgetareaText,
table#NewsletterPage td {
    font-size: 16px !important;
}
.ep_landingmainhed,
table#NewsletterPage td .landing_title {
    color: #003878;
    margin: 0 0 16px;
    padding: 7px 0 4px 10px;
    font-size: 30px;
    background: #d3dbe1;
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    line-height: 1em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.articleLink,
.ep_landingtexthed {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    color: #003878;
}
.ep_landingmainhed b,
table#NewsletterPage td .landing_title {
    font-weight: 400;
}
.ep_landingtexthed {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 5px;
}
#NewsletterPage .ep_landingtexthed {
    margin-bottom: 0;
}
.ep_landingtexthed img {
    margin-right: 10px !important;
}
#NewsletterPage table td {
    border-top: 1px dotted #000;
    padding-top: 5px;
}
#NewsletterPage table tr td:first-child {
    padding: 10px 10px 0 0;
}
#NewsletterPage a {
    color: #003878;
    font-weight: 400;
}
#NewsletterPage img {
    max-width: none;
}
.ep_landinglist,
.ep_landingtext {
    font-size: 16px;
}
div.articleText {
    border-bottom: 1px dotted #000;
    padding: 0 0 8px;
}
td.articleText {
    font-size: 1em;
    padding: 0 0 8px 10px;
}
.articleLink {
    font-size: 1.1em;
}
.ep_landinglist .articleLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ep_hp-widgetareaimage {
    border: none !important;
    width: 160px !important;
    height: 90px !important;
}
#NPI-Page-Title {
    font-family: "Archivo Black", "Arial Black", sans-serif;
}
img {
    border: 0;
}
#NPI-contentcontainer {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 133%;
    overflow: auto;
}
div#NPI-contentcontainer a {
    color: #003878;
    text-decoration: none;
}
div#NPI-contentcontainer a:visited {
    color: #4682b4;
}
div#NPI-contentcontainer a:hover {
    color: #4682b4;
    text-decoration: underline;
}
.NPI-Headlines {
    color: #003878;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 16px;
}
#NPI-header {
    overflow: hidden;
}
#NPI-Page-Title {
    font-size: 28px;
    line-height: 30px;
    color: #003878;
    margin: 10px 0 0;
    padding-bottom: 15px;
}
.product-containers {
    clear: both;
    display: block;
}
#NPI-New-Products-headline {
    color: #c00;
}
div.NPI-Product-Photos {
    padding-top: 3px;
    margin: 0 10px 10px 0;
    width: 250px;
    float: left;
}
div.NPI-Text {
    float: left;
    width: 890px;
    min-height: 195px;
    margin-bottom: 20px;
}
p.NPI-body-copy {
    margin: 0 0 10px;
}
p.NPI-More-Info-link {
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0;
    clear: left;
}
img.NPI-buy-now-rfq {
    padding: 10px 0 0 10px;
    float: right;
}
p.NPI-More-NPIs-link {
    font-size: 13px;
    line-height: 44px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    float: right;
}
div.NPI-Product-Items {
    border-top: #003878 1px solid;
    display: block;
    min-height: 203px;
    padding: 10px 0 15px;
}
#NPI-Table li,
#NPI-Table th {
    padding: 4px 20px;
}
.NPI-Product-Subheads {
    color: #003878;
    font-size: 14px;
    font-weight: 700;
}
.NPI-Text ul {
    font-weight: 700;
    line-height: 140%;
    color: #333;
}
.NPI-Text ul li ul {
    list-style-type: square;
    font-size: 12px;
    font-weight: 400;
    margin: 2px 0 6px;
}
#NPI-Table {
    table-layout: fixed;
}
#NPI-Table th {
    color: #fff;
    background: #003878;
    border-right-color: #fff;
    text-align: left;
    vertical-align: center;
    width: 25%;
}
#NPI-Table th:last-child {
    border-right-color: #000;
}
#NPI-Table td {
    padding: 8px 20px;
    border: 1px solid #000;
}
#NPI-Table ul {
    list-style-type: none;
    padding: 0;
}
#NPI-Table li,
#NPI-Table ul {
    margin: 0;
    word-wrap: break-word;
}
#NPI-Table li:nth-child(even) {
    background: rgba(0, 5, 50, 0.1);
}
#NPI-Table li img {
    margin-left: 8px;
    vertical-align: text-bottom;
}
#NPI-Table .NPI-Table-ProductFamily-Row {
    cursor: pointer;
}
#NPI-Table .NPI-Table-ProductFamily-Row td:nth-child(4) {
    padding-right: 60px;
}
#NPI-Table .NPI-Table-ProductFamily-Row:nth-child(4n + 1) {
    background: #e7eff5;
}
#NPI-Table .NPI-Table-ProductFamily-Row:hover {
    background: rgba(120, 158, 200, 0.6);
}
#NPI-Table .NPI-Table-PartsNumbers-Row {
    display: none;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3) inset;
}
#NPI-Table .NPI-Table-PartsNumbers-Row td {
    background: rgba(120, 178, 255, 0.1);
    padding: 0;
}
#NPI-Table .NPI-PartNumber,
#NPI-Table .NPI-ProductFamily {
    font-weight: 700;
}
#NPI-Table .NPI-ProductFamily img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: central;
}
#NPI-Table .NPI-show-Datashets-btn {
    background: rgba(120, 158, 200, 0.4);
    display: table-cell;
    text-align: center;
    overflow: hidden;
    position: absolute;
    padding-top: 8px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
}
#NPI-Table .NPI-show-Datashets-btn span {
    display: block;
    color: #003878;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 1em;
}
#NPI-Table .NPI-show-Datashets-btn span:after {
    content: "\f0fe";
}
#NPI-Table .NPI-show-Datashets-btn .up:after {
    content: "\f146";
}
.socialMedia-ArticlesWidget {
    overflow: hidden;
    position: relative;
    border: 1px solid #999;
    padding: 5px 10px 0;
    margin: 20px 0;
    max-width: 300px;
    box-sizing: border-box;
    background: #e7eff5;
    border-radius: 4px;
}
#dc-header,
.header-Datasheet_Downloads,
.header-Download_Center {
    background-image: none;
}
.socialMedia-ArticlesWidget p {
    color: #003878;
    float: left;
    margin: 4px 0;
    text-transform: uppercase;
}
.socialMedia-ArticlesWidget li,
.socialMedia-ArticlesWidget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.socialMedia-ArticlesWidget ul {
    float: left;
    margin-top: 3px;
}
.socialMedia-ArticlesWidget li {
    display: inline-block;
}
.socialMedia-ArticlesWidget li a {
    padding: 0;
}
.socialMedia-ArticlesWidget li .addthis_counter.addthis_bubble_style {
    margin-top: -24px;
}
.socialMedia-ArticlesWidget li .addthis_default_style .at300bo,
.socialMedia-ArticlesWidget li .addthis_default_style .at300m,
.socialMedia-ArticlesWidget li addthis_default_style .at300b {
    padding: 0 !important;
}
.socialMedia-ArticlesWidget li .addthis_toolbox a {
    margin-bottom: 0;
}
.socialMedia-ArticlesWidget .epButton {
    float: right;
    text-align: center;
    width: 140px;
}
div#dc-contentcontainer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}
.dc-section-intro {
    font-size: 14px;
    line-height: 18px;
}
img.article-thumbnail {
    margin: 2px 10px 0 0;
    border: 1px solid #000;
    float: left;
}
.dc-breadcrumbs {
    color: #666;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
}
div#dc-contentcontainer .datasheets-drop-down-menu,
div#dc-contentcontainer .datasheets-filter {
    margin-bottom: 10px;
    display: block;
}
div#dc-contentcontainer .datasheets-filter p {
    color: #003878;
    font-size: 15px;
    font-weight: 700;
    float: left;
    margin-right: 12px;
}
.datasheets-filter input {
    margin-top: 27px;
}
div#latest-downloads-container {
    padding-bottom: 12px;
}
div#latest-downloads-container img {
    max-width: none;
}
div#dc-contentcontainer .dc-assets-container .purchasing-pro-assets-container-body {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    border-bottom: #000 solid 1px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-body {
    background-color: #f4f4f4;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
}
div#dc-contentcontainer .dc-article-page-details .dc-assets-container-body ul,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-body ul li {
    border-bottom: #999 1px solid;
    padding: 8px 50px 8px 8px;
    display: block;
    position: relative;
    word-break: break-word;
}
.dc-assets-container .dc-assets-container-body ul li p.related-article,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-body ul li h3,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-body ul li h4,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-body ul li h5 {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}
#dc-header,
div#dc-contentcontainer .dc-article-page-details,
div#dc-contentcontainer .dc-assets-container {
    margin-bottom: 10px;
}
div#dc-contentcontainer a {
    color: #003878;
    text-decoration: none;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-footer a {
    color: #fff;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-footer a:hover {
    text-decoration: underline;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.datasheets-label,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.datasheets-label a {
    color: #f93;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.reference-designs-label,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.reference-designs-label a {
    color: #6c0;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.white-papers-label {
    color: #6cf;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.light-blue-label {
    color: #9cf;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.white-papers-label a {
    color: #6cf;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.research-papers-label,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.research-papers-label a {
    color: #b0b0ff;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.ebooks-label,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.ebooks-label a {
    color: #a0bfdf;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.application-notes-label,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.application-notes-label a {
    color: #ff4a1c;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.circuit-block-diagrams-label,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.circuit-block-diagrams-label a {
    color: #12b57b;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.guides-label,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.guides-label a {
    color: #fc0;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.prod-info-pages-label,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.prod-info-pages-label a {
    color: #3cc;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.catalogs-literature-label,
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header span.catalogs-literature-label a {
    color: #d5ab81;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header a {
    color: #fff;
}
#dc-header {
    margin-right: 10px;
    overflow: hidden;
    width: 100%;
}
#dc-header h1,
#dc-header h2,
#dc-header h3 {
    font-family: bebas-neue, sans-serif;
    font-size: 50px;
    line-height: 1.2em;
    margin: 14px 0 0;
    text-shadow: none;
    position: relative;
}
#dc-header h1 {
    color: #d3dbe1;
    padding: 10px 5px 10px 12px;
    background-color: #363839;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#dc-header h1:after {
    font-family: FontAwesome;
    font-size: 73px;
    content: "\f0ab";
    position: absolute;
    top: 11px;
    right: 8px;
}
.header-Download_Center h1:after {
    color: #03b8e6;
}
.header-Datasheet_Downloads h1:after {
    color: #f90;
}
.header-Catalog_Literature h1:after {
    color: #d5ab81;
}
.header-RDD h1:after {
    color: #6c0;
}
.header-Research_Papers h1:after {
    color: #b0aeff;
}
.header-PIP h1:after {
    color: #3cc;
}
.header-AppNotes h1:after {
    color: #ff4a1c;
}
.header-Guides h1:after {
    color: #fc0;
}
.header-Circuit_Block_Diagrams h1:after {
    color: #12b57b;
}
#ctl00_ContentArea_latestDownloads_Widget {
    width: 100% !important;
}
div#dc-contentcontainer .rdd-filter {
    border-top: #999 solid 1px;
    margin-bottom: 10px;
    padding-top: 15px;
    display: block;
}
div#dc-contentcontainer .rdd-filter p {
    color: #003878;
    font-size: 15px;
    font-weight: 700;
    float: left;
    margin-right: 12px;
}
div#dc-contentcontainer .rdd-filter form {
    margin: 0;
}
div#dc-contentcontainer .rdd-filter select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 6px;
    width: 160px;
}
div#dc-contentcontainer .rdd-filter input {
    margin-top: 25px;
}
div#dc-contentcontainer .dc-article-page-details,
div#dc-contentcontainer .dc-assets-container {
    width: 100% !important;
}
div#latest-downloads-container #latest-downloads-header {
    font-family: bebas-neue, sans-serif;
    color: #d3dbe1;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #003878;
    text-shadow: none;
    border-radius: 5px 5px 0 0;
}
div#latest-downloads-container #latest-downloads-header h2 {
    font-size: 32px;
    line-height: 1.4em;
    margin: 4px 0 0;
    padding-left: 10px;
}
#latest-downloads-container tr td:nth-child(1) {
    padding: 0;
    width: 5% !important;
}
#latest-downloads-container tr td:nth-child(2) {
    padding-right: 10px;
    width: auto !important;
}
#latest-downloads-container tr td:nth-child(3) {
    width: 46px !important;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header {
    font-family: bebas-neue, sans-serif;
    background-image: none;
    background-color: #363839;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    height: auto;
    max-height: none;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
#dc-contentcontainer .dc-assets-container .dc-assets-container-header h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 3px 0 0;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-header .see-all {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    right: 6px;
    top: 3px;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-footer {
    font-family: bebas-neue, sans-serif;
    background-image: none;
    background-color: #363839;
    color: #fff;
    font-weight: 400;
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    height: auto;
    padding: 2px 8px 0 0;
    border-radius: 0 0 4px 4px;
}
.dc-assets-container-body {
    position: relative;
    background: #fff;
}
ul.DownloadCenter-Categories {
    font-family: bebas-neue, sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 49%;
}
ul.DownloadCenter-Categories-left {
    float: left;
}
ul.DownloadCenter-Categories-right {
    float: right;
}
ul.DownloadCenter-Categories li {
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.75em;
    line-height: 1em;
    color: #d3dbe1;
    background: #363839;
    margin-bottom: 5px;
}
ul.DownloadCenter-Categories li a {
    color: #d3dbe1;
    display: block;
    padding: 8px 10px 6px;
}
ul.DownloadCenter-Categories li a:hover {
    background: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
ul.DownloadCenter-Categories li a:after {
    font-family: FontAwesome;
    content: "\f0ab";
    position: absolute;
    right: 10px;
}
.CIC-section-header p a:after,
ul.cic-section-links li a:after {
    content: "\f138";
    vertical-align: middle;
}
ul.DownloadCenter-Categories .Category-Datasheet_Downloads a:after {
    color: #f90;
}
ul.DownloadCenter-Categories .Category-RDD a:after {
    color: #6c0;
}
ul.DownloadCenter-Categories .Category-Research_Papers a:after {
    color: #b0aeff;
}
ul.DownloadCenter-Categories .Category-White_Papers a:after {
    color: #03b8e6;
}
ul.DownloadCenter-Categories .Category-Catalog_Literature a:after {
    color: #d5ab81;
}
ul.DownloadCenter-Categories .Category-AppNotes a:after {
    color: #ff4a1c;
}
ul.DownloadCenter-Categories .Category-PIP a:after {
    color: #3cc;
}
ul.DownloadCenter-Categories .Category-eBooks a:after {
    color: #a0bfdf;
}
ul.DownloadCenter-Categories .Category-Guides a:after {
    color: #fc0;
}
ul.DownloadCenter-Categories .Category-Circuit_Block_Diagrams a:after {
    color: #12b57b;
}
div#dc-contentcontainer .dc-assets-container .dc-assets-container-body ul li img {
    float: right;
    margin: 0;
    padding: 0;
}
img.dc-downloadbutton {
    position: absolute;
    bottom: 2px;
    right: 8px;
    margin: 4px 0 0 4px;
}
div#dc-contentcontainer .dc-article-page-details .dc-assets-container-body ul li img {
    float: right;
    margin: 0;
    padding: 0;
}
div#dc-contentcontainer .dc-article-page-details {
    border-bottom: 6px solid #003878;
    padding-bottom: 10px;
}
#DIY-header,
#Education-Center-header,
#Engineering-Distribution-header {
    margin: 0 0 10px 20px;
    overflow: hidden;
    background-image: none;
    position: relative;
}
#DIY-header h1,
#Education-Center-header h1,
#Engineering-Distribution-header h1 {
    color: #d3dbe1;
    padding: 10px 5px 10px 12px;
    background-color: #363839;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: bebas-neue, sans-serif;
    font-size: 50px;
    line-height: 1.2em;
    margin: 14px 0 0;
    text-shadow: none;
    position: relative;
}
#DIY-header img,
#Education-Center-header img,
#Engineering-Distribution-header img {
    position: absolute;
    top: 21px;
    right: 10px;
}
#two-column-container {
    background: url(/images/blue-border.gif) center repeat-y;
    margin-bottom: 10px;
    overflow: visible;
}
div#dc-contentcontainer .two-up-column-left {
    width: 48%;
    min-height: 250px;
    padding-right: 1%;
    float: left;
}
div#dc-contentcontainer .two-up-column-right {
    width: 48%;
    min-height: 250px;
    padding-left: 1%;
    float: right;
}
div#dc-contentcontainer .quarter-section {
    height: 338px;
    margin-bottom: 15px;
    max-height: 338px;
    position: relative;
}
div#dc-contentcontainer .quarter-section-secondrow {
    margin-top: 15px;
}
div#dc-contentcontainer .quarter-section ul {
    margin: 0;
    border-top: #d4a500 solid 1px;
    padding: 10px 0 0;
    clear: both;
    font-size: 12px;
}
div#dc-contentcontainer .quarter-section p {
    margin: 0;
}
div#dc-contentcontainer .quarter-section-header a:active,
div#dc-contentcontainer .quarter-section-header a:link,
div#dc-contentcontainer .quarter-section-header a:visited {
    text-decoration: none;
    color: #fff;
}
div#dc-contentcontainer .quarter-section-header a:hover {
    text-decoration: underline;
    color: #fff;
}
div#dc-contentcontainer .quarter-section ul li {
    padding-left: 12px;
    list-style: none;
    background: url(/images/gray-arrow-bullet.gif) 0 3px no-repeat;
}
.article-archive,
div#dc-contentcontainer .quarter-section .more-articles {
    color: #999;
    font-weight: 700;
    margin: 0;
}
.quarter-section-header {
    font-size: 17px;
    line-height: 25px;
    text-indent: 8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #003878;
    margin: 0 0 10px;
}
.diy-quarter-section-header {
    background-color: #0080b8;
}
ul.diy-educ-article-list {
    padding: 0;
    margin: 0;
}
ul.diy-educ-article-list li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    list-style: none;
    border-bottom: #d4a500 solid 1px;
    min-height: 92px;
}
ul.diy-educ-article-list p {
    padding: 0;
    margin: 0;
}
.diy-educ-more-articles {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    color: #999;
}
#education-center-secondary-page-title,
#education-center-title {
    color: #ff9;
    font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
    line-height: 100%;
}
.educ-quarter-section-header {
    background-color: #333;
}
div#education-center-main-header {
    background: url(/images/Education_Center_Main_Header-860px.jpg) no-repeat #568461;
    height: 180px;
    max-height: 180px;
    overflow: hidden;
    margin: 7px 0 15px;
}
div#education-center-main-header #education-center-main-intro {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 0 200px 0 20px;
}
div#education-center-secondary-header {
    background: url(/images/Education_Center_Secondary_Header.jpg) no-repeat;
    height: 115px;
    max-height: 115px;
    overflow: hidden;
    margin: 7px 0 15px;
}
#education-center-title {
    font-size: 52px;
    margin: 15px 0 10px 18px;
}
#education-center-secondary-page-title {
    font-size: 54px;
    margin: 27px 0 10px 23px;
}
.contentcontainer-bottom-border {
    border-bottom: 6px solid #003878;
    padding-bottom: 10px;
}
.article-small-headline {
    font-size: 14px;
    margin: 0 0 12px;
    font-weight: 700;
    color: #003878;
}
.widgetBody #content {
    margin: 20px 0;
}
.CIC-sections {
    border: 1px solid #000;
    background: #d3dbe1;
    margin-bottom: 20px;
}
.CIC-full-column {
    clear: both;
}
#ctl00_ContentArea_Bottom_uxDropZone,
#ctl00_ContentArea_Contents_uxDropZone {
    clear: both;
    width: 100% !important;
}
#ctl00_ContentArea_Bottom_uxColumnDisplay_ctl00_uxControlColumn_ctl00_uxWidgetHost_uxUpdatePanel {
    width: 100%;
}
#ctl00_ContentArea_Bottom_uxDropZone > div > ul,
#ctl00_ContentArea_Contents_uxDropZone > div > ul {
    margin: 0;
    padding: 0;
}
#ctl00_ContentArea_Contents_uxDropZone > div > ul > li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 49%;
}
#ctl00_ContentArea_Bottom_uxDropZone > div > ul > li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#ctl00_ContentArea_Contents_uxDropZone > div > ul > li:nth-child(odd) {
    float: left;
    clear: left;
}
#ctl00_ContentArea_Contents_uxDropZone > div > ul > li:nth-child(even) {
    float: right;
    clear: right;
}
.content-oneCol .CIC-full-column:nth-child(even),
.content-oneCol .CIC-full-column:nth-child(odd) {
    float: none;
    clear: both;
    width: 100%;
}
.CIC-section-header {
    height: 30px;
    color: #fff;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #000;
}
.CIC-section-header h2 {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    float: left;
    font-size: 21px;
    line-height: 1em;
    letter-spacing: 0.05em;
    margin: 6px 0 0;
}
.CIC-sections-content {
    overflow: hidden;
    padding: 10px;
}
.CIC-section-header p {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    float: right;
    margin: 0;
    vertical-align: middle;
}
.CIC-section-header p a {
    display: block;
    color: #fff;
    line-height: 28px;
    background-image: none;
    padding: 0 7px;
    text-decoration: none;
}
.CIC-section-header p a:hover {
    background: rgba(0, 0, 0, 0.4);
}
.CIC-section-header p a:after {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.4em;
    padding: 0 0 0 5px;
}
.CIC-article-brief {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    overflow: hidden;
}
.CIC-article-brief:last-child {
    border-bottom: none;
    padding: 10px 0 0;
}
#CIC-container .CIC-full-column {
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
#CIC-container .CIC-full-column .CIC-article-brief-left {
    width: 48.5%;
    margin-right: 0;
    padding-right: 1%;
    border-right: 1px solid #999;
    border-bottom: none;
    float: left;
}
#CIC-container .CIC-full-column .CIC-article-brief-right {
    width: 48.5%;
    float: right;
    padding-left: 1%;
}
.CIC-article-brief a img {
    float: left;
    clear: both;
    margin: 3px 10px 10px 0;
    width: 85px;
    height: 85px;
}
.CIC-article-brief h3 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
}
.CIC-article-brief p {
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0.5em 0;
}
.CIC-article-brief p a {
    font-weight: 700;
}
.CIC-section-header-darkblue {
    background: #003878;
}
#tools-container h1 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 24px;
    color: #000;
    padding-bottom: 8px;
    text-align: left;
}
#tools-container input[type="button"] {
    text-align: center;
    background: #37a9dd;
    clear: both;
    display: block;
    text-decoration: none;
    margin: 8px 0 0;
}
#tools-container input[type="button"]:hover {
    background: #2395c9;
}
.header-e-Books h1:after {
    color: #37a9dd;
    font-family: FontAwesome;
    font-size: 68px !important;
    content: "\f02d" !important;
    position: absolute;
    top: 11px;
    right: 8px;
}
.smallwidgetscontainer {
    width: 24%;
    margin-right: 1%;
    float: left;
}
.smallwidgetscontainer img {
    width: 100% !important;
    height: auto !important;
}
ul.cic {
    padding: 0;
}
ul.cic li {
    border-bottom: 1px dotted #000;
    list-style: none;
    margin: 0 0 10px;
    min-height: 92px;
    padding: 0 0 10px;
    width: 100%;
}
a:link {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.lightbox-close,
div#SampleCenter-container button.sc-buttons:hover,
div#SampleCenter-container div.sc-buttons a:hover,
ul.cic-section-links li a:hover {
    text-decoration: none;
}
.ep_Body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
div#company-profile-container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    max-width: 925px;
    border-top: 1px solid #999;
}
div#company-profile-container h1 {
    color: #003878;
    font-size: 21px;
    border-bottom: 1px solid #999;
    margin: 10px 0;
    padding-bottom: 10px;
}
div#company-profile-container p {
    margin: 0 0 12px;
}
div#company-profile-container p.company-address {
    width: 50%;
    float: left;
}
div#company-profile-container table#comp-prof-related-articles {
    width: 100%;
    clear: both;
}
div#company-profile-container table#comp-prof-related-articles tr.d0 td {
    background-color: #e5f2f8;
}
div#company-profile-container table#comp-prof-related-articles tr.d1 td {
    background-color: #fafafa;
}
div#company-profile-container table#comp-prof-related-articles th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    color: #fff;
    background-color: #003878;
    padding: 5px 8px;
}
div#company-profile-container table#comp-prof-related-articles td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
}
div#company-profile-container table#comp-prof-related-articles td.date-column {
    width: 80px;
    text-align: right;
}
div#company-profile-container div#download-center-assets-container {
    clear: both;
    margin-bottom: 12px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-header {
    font-family: bebas-neue, sans-serif;
    color: #d3dbe1;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    margin: 4px 0 0;
    font-size: 32px;
    overflow: hidden;
    background: #003878;
    text-shadow: none;
    border-radius: 5px 5px 0 0;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body {
    background-color: #ccc;
    border-left: #666 solid 1px;
    border-right: #666 solid 1px;
    border-bottom: #666 solid 1px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table {
    background-color: #fff;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td {
    padding: 1px;
    border-top: 1px solid #fff;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr.d1 {
    background-color: #eaeaea;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    width: 150px;
    height: 47px;
    padding-right: 15px;
    background: url(/images/Download-Center-Assets-bkgrnd-arrow.png) 1px center no-repeat;
    -webkit-background-size: 160px 100%;
    -moz-background-size: 160px 100%;
    -o-background-size: 160px 100%;
    -ms-background-size: 160px 100%;
    background-size: 160px 100%;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a:link {
    display: block;
    padding-left: 46px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a:visited {
    color: inherit;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.datasheets {
    color: #f93;
    background: url(/images/Download_Icon-orange.png) 6px center no-repeat;
    height: 27px;
    padding-top: 13px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.reference-designs {
    color: #6c0;
    background: url(/images/Download_Icon-green.png) 6px center no-repeat;
    height: 33px;
    padding-top: 7px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.white-papers {
    color: #6cf;
    background: url(/images/Download_Icon-blue.png) 6px center no-repeat;
    height: 27px;
    padding-top: 13px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.research-papers {
    color: #b0b0ff;
    background: url(/images/Download_Icon-purple.png) 6px center no-repeat;
    height: 33px;
    padding-top: 7px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.application-notes {
    color: #ff4a1c;
    background: url(/images/Download_Icon-red.png) 6px center no-repeat;
    height: 33px;
    padding-top: 7px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.guides {
    color: #fc0;
    background: url(/images/Download_Icon-yellow.png) 6px center no-repeat;
    height: 27px;
    padding-top: 13px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.catalogs-literature {
    color: #d5ab81;
    background: url(/images/Download_Icon-brown.png) 6px center no-repeat;
    height: 33px;
    padding-top: 7px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.product-information-pages {
    color: #3cc;
    background: url(/images/Download_Icon-turquoise.png) 6px center no-repeat;
    height: 40px;
    padding-top: 0;
    margin-top: -1px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.ebooks {
    color: #a0bfdf;
    background: url(/images/Download_Icon-pale-blue.png) 6px center no-repeat;
    height: 27px;
    padding-top: 13px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-left-column a.circuitblockdiagrams {
    color: #12b57b;
    background: url(/images/Download_Icon-mint-green.png) 6px center no-repeat;
    height: 27px;
    padding-top: 7px;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-middle-column {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-middle-column ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style-image: url(../images/gray-arrow-bullet-10x10.png);
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-middle-column ul li {
    margin: 4px 0;
}
div#company-profile-container div#download-center-assets-container div#download-center-assets-body table#download-center-assets-table tr td.download-center-assets-table-right-column {
    width: 40px;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
ul.cic-section-links {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
ul.cic-section-links li {
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #000;
    line-height: 30px;
    float: left;
    width: 99.5%;
    display: block;
    padding: 0;
    margin: 0 0 10px;
    list-style-type: none;
    max-height: 30px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-text-shadow: #fff 1px 1px 0;
    -webkit-text-shadow: #fff 1px 1px 0;
    text-shadow: #fff 1px 1px 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNlNmU2ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNjZWQwZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e6e6e8 49%, #ced0d2 51%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #e6e6e8), color-stop(51%, #ced0d2));
    background: -webkit-linear-gradient(top, #e6e6e8 49%, #ced0d2 51%);
    background: -o-linear-gradient(top, #e6e6e8 49%, #ced0d2 51%);
    background: -ms-linear-gradient(top, #e6e6e8 49%, #ced0d2 51%);
    background: linear-gradient(to bottom, #e6e6e8 49%, #ced0d2 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e8', endColorstr='#ced0d2', GradientType=0);
}
div#SampleCenter-container div#SampleCenter-pageheader,
div#SampleCenter-container div#sc-categories-container,
div#SampleCenter-container div#sc-product-details-container {
    border-right: 1px solid #003878;
    border-bottom: 1px solid #003878;
    border-left: 1px solid #003878;
}
ul.cic-section-links li:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNjZGQxZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNiN2JmYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #cdd1d6 49%, #b7bfc9 51%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #cdd1d6), color-stop(51%, #b7bfc9));
    background: -webkit-linear-gradient(top, #cdd1d6 49%, #b7bfc9 51%);
    background: -o-linear-gradient(top, #cdd1d6 49%, #b7bfc9 51%);
    background: -ms-linear-gradient(top, #cdd1d6 49%, #b7bfc9 51%);
    background: linear-gradient(to bottom, #cdd1d6 49%, #b7bfc9 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdd1d6', endColorstr='#b7bfc9', GradientType=0);
}
ul.cic-section-links li a {
    color: inherit;
    padding: 0 35px 0 10px;
    max-height: 30px;
    overflow: hidden;
    display: block;
    position: relative;
}
ul.cic-section-links li a:after {
    color: #ed1c24;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.4em;
    padding: 1px 0 0 5px;
    position: absolute;
    top: center;
    right: 6px;
}
ul.cic-section-links li.cic-section-links-right {
    float: right;
}
div#SampleCenter-container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    overflow: hidden;
}
div#SampleCenter-container div#sc-product-details-container {
    min-height: 50px;
    padding: 10px 0 10px 10px;
    background-color: #fff;
    position: relative;
}
div#SampleCenter-container div#sc-categories-container {
    min-height: 50px;
    padding: 10px;
    background-color: #fff;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
div#SampleCenter-container div#sc-categories-container p {
    margin: 0 20px 4px 0;
    padding-left: 18px;
    list-style-type: none;
    font-size: 11px;
    line-height: 20px;
    width: 45%;
    background: url(/images/sc-right-arrow-bullet.png) 0 4px no-repeat;
    float: left;
}
div#SampleCenter-container div#sc-categories-container p a {
    font-weight: 700;
    font-size: 16px;
}
div#SampleCenter-container div#sc-categories-container.sc-categories-container-homepage {
    background-color: #f2f2f2;
}
div#SampleCenter-container .sc-breadcrumbs {
    color: #666;
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 10px;
}
div#SampleCenter-container div#SampleCenter-pageheader {
    max-width: 1140px;
    min-height: 22px;
    background-color: #f2f2f2;
    padding: 12px 10px 10px;
    width: 100%;
}
div#SampleCenter-container div#SampleCenter-navbar {
    height: 35px;
    max-height: 35px;
    overflow: hidden;
    background: #003878;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
    text-shadow: none;
    clear: both;
}
div#SampleCenter-container div#SampleCenter-navbar #SampleCenter-title {
    font-family: bebas-neue, sans-serif;
    font-size: 26px;
    line-height: 26px;
    margin: 6px 0 0 10px;
    float: left;
}
div#SampleCenter-container div#SampleCenter-menu {
    width: 24%;
    float: left;
    overflow: hidden;
}
div#SampleCenter-container div#SampleCenter-productscontainer {
    font-size: 14px;
    line-height: 18px;
    width: 75%;
    float: right;
    background-color: #fff;
    border-left: #003878 1px solid;
    border-right: #003878 1px solid;
    margin-bottom: 10px;
}
div#SampleCenter-container div#SampleCenter-productscontainer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
div#SampleCenter-container div#SampleCenter-productscontainer ul li {
    border-bottom: #003878 1px solid;
    padding: 10px;
}
div#SampleCenter-container div#SampleCenter-productscontainer ul li p {
    margin: 0;
}
div#SampleCenter-container div#SampleCenter-productscontainer ul li:nth-of-type(2n + 1) {
    background-color: #e5f2f8;
}
div#SampleCenter-container div#SampleCenter-productscontainer ul li .sc-productname {
    font-size: 18px;
    margin: 0 0 5px;
}
div#SampleCenter-container div#SampleCenter-pageheader h1,
div#SampleCenter-container div#SampleCenter-pageheader h2,
div#SampleCenter-container div#SampleCenter-pageheader h3,
div#SampleCenter-container div#SampleCenter-pageheader h4 {
    color: #003878;
    font-size: 21px;
    font-family: "Archivo Black", "Arial Black", sans-serif;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.sc-productname {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
}
div#SampleCenter-container button.sc-buttons,
div#SampleCenter-container div.sc-buttons {
    font-family: Play, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    height: 28px;
    margin: 5px 5px 5px 0;
    border: 1px solid #003878;
    float: left;
}
div#SampleCenter-container button.sc-buttons a,
div#SampleCenter-container div.sc-buttons a {
    text-decoration: none;
    line-height: 28px;
    padding: 0 8px;
    display: block;
}
div#SampleCenter-container button.sc-buttons-filter,
div#SampleCenter-container div.sc-buttons-filter {
    color: #003878;
    width: 123px;
    background: #f5f6f6;
    background: -moz-linear-gradient(top, #f5f6f6 0, #cbcedb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f6f6), color-stop(100%, #cbcedb));
    background: -webkit-linear-gradient(top, #f5f6f6 0, #cbcedb 100%);
    background: -o-linear-gradient(top, #f5f6f6 0, #cbcedb 100%);
    background: -ms-linear-gradient(top, #f5f6f6 0, #cbcedb 100%);
    background: linear-gradient(top, #f5f6f6 0, #cbcedb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6', endColorstr='#cbcedb', GradientType=0);
}
div#SampleCenter-container button.sc-buttons-blue,
div#SampleCenter-container button.sc-buttons-filter:hover,
div#SampleCenter-container div.sc-buttons-blue,
div#SampleCenter-container div.sc-buttons-filter:hover {
    color: #fff;
    background: #003878;
    background: -moz-linear-gradient(top, #1d8be5 0, #003878 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1d8be5), color-stop(100%, #003878));
    background: -webkit-linear-gradient(top, #1d8be5 0, #003878 100%);
    background: -o-linear-gradient(top, #1d8be5 0, #003878 100%);
    background: -ms-linear-gradient(top, #1d8be5 0, #003878 100%);
    background: linear-gradient(top, #1d8be5 0, #003878 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d8be5', endColorstr='@baseColor', GradientType=0);
}
div#SampleCenter-container div.sc-buttons-blue a {
    color: #fff;
}
div#SampleCenter-container button.sc-buttons-blue :hover,
div#SampleCenter-container div.sc-buttons-blue a:hover {
    background: #0a77d5;
    background: -moz-linear-gradient(top, #77b8f4 0, #0a77d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #77b8f4), color-stop(100%, #0a77d5));
    background: -webkit-linear-gradient(top, #77b8f4 0, #0a77d5 100%);
    background: -o-linear-gradient(top, #77b8f4 0, #0a77d5 100%);
    background: -ms-linear-gradient(top, #77b8f4 0, #0a77d5 100%);
    background: linear-gradient(top, #77b8f4 0, #0a77d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b8f4', endColorstr='#0a77d5', GradientType=0);
}
div#SampleCenter-container div.sc-buttons-red {
    color: #fff;
    background: red;
    background: -moz-linear-gradient(top, red 0, #c1272d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, red), color-stop(100%, #c1272d));
    background: -webkit-linear-gradient(top, red 0, #c1272d 100%);
    background: -o-linear-gradient(top, red 0, #c1272d 100%);
    background: -ms-linear-gradient(top, red 0, #c1272d 100%);
    background: linear-gradient(top, red 0, #c1272d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#c1272d', GradientType=0);
}
div#SampleCenter-container div.sc-buttons-red a {
    color: #fff;
}
div#SampleCenter-container div.sc-buttons-red a:hover {
    color: #fff;
    background: #a90329;
    background: -moz-linear-gradient(top, #a90329 0, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a90329), color-stop(100%, #6d0019));
    background: -webkit-linear-gradient(top, #a90329 0, #6d0019 100%);
    background: -o-linear-gradient(top, #a90329 0, #6d0019 100%);
    background: -ms-linear-gradient(top, #a90329 0, #6d0019 100%);
    background: linear-gradient(top, #a90329 0, #6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
}
div#SampleCenter-container div#sc-product-details-container table.sc-parameters {
    margin-right: 10px;
    width: 47%;
    border: 1px solid #000;
    float: left;
}
div#SampleCenter-container div#sc-product-details-container table.sc-parameters th {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    color: #fff;
    background-color: #003878;
    padding: 8px 6px;
}
div#SampleCenter-container div#sc-product-details-container table.sc-parameters td.sc-param-right-column {
    text-align: center;
    width: 75px;
    font-weight: 400;
    border-left: 1px solid #000;
}
div#SampleCenter-container div#sc-product-details-container table.sc-parameters td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 6px;
    border-top: 1px solid #000;
}
div#SampleCenter-container h3.param-header {
    font-weight: 700;
    margin: 0;
}
div#SampleCenter-container div#sc-product-details-container div.sc-tools {
    float: left;
    border: 1px solid #003878;
    width: 45%;
    margin-right: 10px;
}
div#SampleCenter-container div#sc-product-details-container div.sc-tools .sc-tools-header {
    font-size: 16px;
    margin: 0 0 12px;
    padding: 8px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #003878;
}
div#SampleCenter-container div#sc-product-details-container table.sc-parameters tr:nth-of-type(2n + 1) {
    background-color: #e5f2f8;
}
div#SampleCenter-container div#sc-footer {
    padding: 5px 10px;
    border-right: 1px solid #003878;
    border-bottom: 1px solid #003878;
    border-left: 1px solid #003878;
    background: #f2f2f2;
    clear: both;
}
#SampleCenter-container H1 {
    float: left;
    margin: 0 20px 20px 0;
}
#TI-Logo-Sample-Center {
    float: right;
    margin: 0 0 20px;
}
#SampleCenter-Feedback-btn {
    float: right;
}
div.clear {
    clear: both;
    height: 0;
}
.EnergyImage {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}
#tools-container h2 {
    background-color: #2a377e;
    color: #fff !important;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 10px;
    text-indent: 8px;
    text-transform: capitalize;
}
div.smallwidgets-description {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 20px 0;
    padding: 0 10px;
    width: 180px;
    border-right: none;
}
#inner-content {
    clear: both;
    overflow: hidden;
}
.inner-left-side {
    float: left;
    padding-right: 10px;
    border-right: 1px solid #000;
    width: 68% !important;
}
.inner-right-side {
    float: right;
    width: 26% !important;
    padding: 0 0 20px 10px;
}
.inner-right-side div div {
    width: 100% !important;
    height: auto !important;
}
.inner-right-side img {
    width: 100%;
    max-width: 219px;
    height: auto;
}
#tools-container {
    clear: both;
    width: 100% !important;
}
div#tools-container #twoColumnDiv {
    width: 100% !important;
    min-height: 75px;
    height: auto !important;
    overflow: hidden;
    margin-bottom: 20px;
}
div#tools-container #twoColumnDiv #leftColumn {
    width: 60%;
}
#tools-container #twoColumnDiv #rightColumn {
    height: auto;
    overflow: hidden;
}
.tools-details {
    clear: both;
}
.tools-details input,
.tools-details textarea {
    width: auto;
}
.tools-details input[type="button"],
.tools-details input[type="reset"] {
    padding-left: 16px;
    padding-right: 16px;
}
.tools-details input[type="textarea"] {
    width: 80% !important;
}
#tools-intro {
    float: left;
    width: 60%;
}
#tools-intro h1 {
    font-family: "Archivo Black", "Arial Black", sans-serif;
    line-height: 1.2em;
    margin: 10px 0;
}
#ToolsSponsoredByAd {
    float: right;
    margin-bottom: 20px;
    max-width: 300px;
    width: 36%;
}
#ToolsSponsoredByAd img {
    max-width: 300px;
    width: 100% !important;
    height: auto !important;
}
#whats-inside-text > div {
    overflow: auto;
    height: 850px;
    border: 1px solid grey;
}
#whats-inside-text > div td {
    white-space: nowrap;
}
#whats-inside-text > div > br,
#whats-inside-text > div > div {
    display: none;
}
#ctl00_ContentArea_gvWhatsInside {
    background: #003878;
    padding: 2px 4px;
}
.WITextVersionHeader td,
.WITextVersionRowAlter1 td,
.WITextVersionRowAlter2 td {
    padding: 4px;
    vertical-align: top;
}
.ep_rightBorder {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: silver;
}
.WITextVersionHeader {
    color: #fff;
    background-color: Gray;
    font-size: Small;
    font-weight: 700;
}
.WITextVersionRowAlter1 {
    background-color: #eff3fb;
    font-size: Small;
}
.WITextVersionRowAlter2 {
    background-color: #fff;
    font-size: Small;
}
h1.landing_title {
    color: #003878;
    margin: 0 0 20px;
    padding: 7px 0 0 20px;
    font-size: 30px;
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    line-height: 1em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    background: #d3dbe1;
}
#blogportal h1 {
    border-bottom: 1px dotted #036;
    color: #003878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-indent: 1px;
}
.lightbox-close {
    color: #e6e6e6 !important;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    display: block;
    padding: 1px 4px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 36px !important;
    line-height: 1em;
    position: fixed;
    top: 4%;
    left: 2%;
    z-index: 1002;
}
.lightbox-close:before {
    color: #f2f2f2;
    content: "\f00d";
    font-family: FontAwesome;
}
.FlipDeck-iframe {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.FlipDeck-iframe iframe {
    border: 0 solid #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ir,
.visuallyhidden {
    border: 0;
    overflow: hidden;
}
.ir {
    background-color: transparent;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
