﻿/* Global reset
*******************************************************************************/
html, body, div, a, object, iframe, p, blockquote, pre,
img, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6,
fieldset, form, legend, textarea, button, input, select {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* =HTML5 display definitions
*******************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
svg:not(:root)  { overflow: hidden; }

/* Tags reset
*******************************************************************************/
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a       { text-decoration: none; }
table   { border-collapse: collapse; border-spacing: 0; }
hr      { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin:1em 0; padding:0; }
ul, ol  { list-style: none;}
a:hover, a:active, label:focus, label:active { outline: none; }
img     { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* Normalizing form elements
*******************************************************************************/
fieldset { border: none; }
textarea, button, input, select { font-size: 100%; vertical-align: baseline; }
textarea { overflow: auto; min-height: 30px; max-height: 400px; resize: vertical;}
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; vertical-align: middle; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
input[type="search"]{ -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button[disabled],
input[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }

/* Normalizing Tags
*******************************************************************************/
small       { font-size: 85%; }
strong, th  { font-weight: bold; }
td, td img  { vertical-align: top; }
sub, sup    { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup         { top: -0.5em; }
sub         { bottom: -0.25em; }
h1, h2, h3, h4, h5, h6  { font-weight: normal; margin: 0; }

/* =Custom Fonts
*******************************************************************************/
@font-face {
    font-family: 'open_sans_extrabolditalic';
    src: url('../fonts/opensans-extrabolditalic-webfont.eot');
    src: url('../fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff'),
    url('../fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'),
    url('../fonts/opensans-extrabolditalic-webfont.svg#open_sans_extrabolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_semiboldregular';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-semibold-webfont.woff') format('woff'),
    url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-semibold-webfont.svg#open_sans_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Minimal base appearance
*******************************************************************************/
body {
    font: 12px/1.2 Arial, sans-serif;
    background: #f3f3f4 url(../images/bg/body.jpg) repeat;
    width: 100%;
    color: #242323;
}
select, input, textarea {
    color: #444;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
::-moz-selection    { background: #478FB2; color: #fff; }
::selection         { background: #478FB2; color: #fff; }
a:link  { -webkit-tap-highlight-color: #478FB2; }
a       { color: #1c449c; }
a:hover { color: #febe10; }

/* Minimal base styles */

/* =Useful classes
*******************************************************************************/

.clearfix:before, .clearfix:after,
.container:before, .container:after,
.f-row:before, .f-row:after { content: ""; display: table; }
.clearfix:after, .f-row:after, .container:after { clear: both; } /* .clearfix, .f-row, .container */

.debug    { border: 1px dotted red !important; }
.hidden   { display: none; visibility: hidden; }
.no-marg  { margin: 0 !important; }
.no-pad   { padding: 0 !important; }
.no-bg    { background: none !important; }
.no-bd    { border: none !important; }
.fl-l     { float: left !important; }
.fl-r     { float: right !important; }
.pad20    { padding: 20px; }
.pad10    { padding: 10px; }
.a-center { text-align: center; }
.a-left   { text-align: left; }
.a-right  { text-align: right; }
.clear    { clear: both; }
.fixed    { position:fixed !important; }
.ir {     /* image replacement */
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}
.hr {
    height: 1px;
    font: 0/0 Serif;
    border-bottom: 1px dotted #888;
    margin: 15px 0;
}
.btn {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.header a, .footer a, .mce-content a, .aside a, .general a  {
    -webkit-transition: color 0.3s ease-out;
       -moz-transition: color 0.3s ease-out;
            transition: color 0.3s ease-out;
}

/* =Content/Modules
*******************************************************************************/
.wrapper {
}
.frame {
    width: 1000px;
    margin: 0 auto;
}
.header, .footer {
    min-width: 980px;
}
.container {
    border: 1px solid #d7d7d7;
    padding: 10px 10px 35px;
    background: #fff;
    position: relative
}
.general {
    min-height: 300px;
}
/* =left sidebar */
.layout-aside-l .general { float: right; width: 740px; }

/* =Right sidebar */
.layout-aside-r .general { float: left; width: 667px; }
.layout-aside-r .aside   { float: right; }

/* =2 sidebars */
.layout-3col .general { float: left; width: 520px; margin: 0 30px; }
.layout-3col .aside-l { float: left; }
.layout-3col .aside-r { float: right; }

/* =One wide column */
.col-wide { float: none; width: 100%; }

/* =Header
*******************************************************************************/

.header {
    margin-bottom: 11px;
    padding-top: 100px;
}

.ht-banner-holder { background: #111212; }
.head-top {
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
}
.logo {
    float: left;
    height: 88px;
    margin-top: 4px;
}
.logo a {
    background: url("../images/logo.png") no-repeat;
    display: block;
    height: 88px;
    width: 210px;
}
.logo img { display: none; }
.head-nav {
    background: url(../images/bg/nav-wrap.png) 0 0 repeat-x;
    height: 50px;
    position: relative;
    z-index: 1;
}
.head-mid {
    background: #fff;
    padding: 11px 10px 8px 22px;
    border: 1px solid #d7d7d7;
    margin-top: -4px;
    border-top: none;
    clear: both;
}
.hm-banner-holder {
    float: right;
    width: 728px;
}
/* =Main Nav */
.h-menu {
    float: left;
    height: 45px;
    border-left: 1px solid #ebebec;
}
.h-menu > li {
    float: left;
    border-right: 1px solid #fff;
    position: relative;
}
.h-menu > li:first-child > a {
    border-left: 1px solid #fff;
}
.h-menu > li > a {
    text-transform: uppercase;
    border-right: 1px solid #ebebec;
    display: block;
    height: 45px;
    font: 15px/46px open_sans_semiboldregular, Arial;
    color: #242323;
    padding: 0 19px;
}
.h-menu > li:first-child { border-left: medium none; }
.h-menu > .sub > a { padding-right: 35px; }
.sub > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9e9e9e;
    top: 22px;
    content: "";
    height: 0;
    right: 20px;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.h-menu li.sfHover > a,
.h-menu > li:hover > a,
.h-menu .active > a {
    background: #132e6a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzMmU2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzQ0OWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #132e6a 0%, #1c449b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#132e6a), color-stop(100%,#1c449b));
    background: -webkit-linear-gradient(top,  #132e6a 0%,#1c449b 100%);
    background: -o-linear-gradient(top,  #132e6a 0%,#1c449b 100%);
    background: -ms-linear-gradient(top,  #132e6a 0%,#1c449b 100%);
    background: linear-gradient(to bottom,  #132e6a 0%,#1c449b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132e6a', endColorstr='#1c449b',GradientType=0 );
    color: #fff;
}
.sub:hover > a:after,
.active > a:after { border-top-color: #febe10; }
.h-menu .sub ul {
    display: none;
    min-width: 100%;
    position: absolute;
    background: #f5f4f4;
    border: 1px solid #ccc;
    white-space: nowrap;
    margin-left: 0;
}
.h-menu .sub:hover > ul {
    display: block;
}
.h-menu .sub ul a {
    display: block;
    padding: 10px;
}
.h-menu .sub ul li {
    border-top: 1px solid #ccc;
}
.h-menu .sub ul li:first-child {
    border-top: none;
}

.h-search {
    float: right;
    background: url('../images/sprite-main.png') no-repeat 0 0;
    width: 262px;
    height: 28px;
    overflow: hidden;
    margin: 9px 9px 0 0;
    padding: 2px 0 0 12px;
}
.h-search input[type="text"] {
    border: none;
    background: none;
    width: 222px;
    height: 20px;
    padding-top: 4px;
    font-style: italic;
    color: #7a7a7a;
    font-size: 13px;
    float: left;
}
.h-search-btn {
    height: 25px;
    width: 25px;
    float: left;
    border: none;
    background: none;
    font: 0/0 a;
}

.head-bot {
    background: #2f3031;
    overflow: hidden;
    width: 100%;
    display: table;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMzAzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTFhMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2f3031 0%, #191a1b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f3031), color-stop(100%,#191a1b));
    background: -webkit-linear-gradient(top,  #2f3031 0%,#191a1b 100%);
    background: -o-linear-gradient(top,  #2f3031 0%,#191a1b 100%);
    background: -ms-linear-gradient(top,  #2f3031 0%,#191a1b 100%);
    background: linear-gradient(to bottom,  #2f3031 0%,#191a1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3031', endColorstr='#191a1b',GradientType=0 );
}
.head-bot > div {
    display: table-cell;
    vertical-align: middle;
    height: 42px;
    color: #fff;
}
.h-news {
    width: 304px;
    font-size: 15px;
    padding: 0 13px;
    font-size: 15px;
    font-family: "open_sans_semiboldregular";
    border-right: 1px solid #1d1e1f;
}
.h-updates {
    width: 440px;
    padding: 0 20px;
    border-left: 1px solid #3b3b3c;
    border-right: 1px solid #1d1e1f;
}
.head-bot label {
    font: 13px "open_sans_extrabolditalic",Arial;
    text-transform: uppercase;
    color: #a4a4a4;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.h-updates-form {
    width: 257px;
    display: inline-block;
    vertical-align: middle;
}
.h-updates-form input[type="text"] {
    background: url('../images/sprite-main.png') no-repeat 0 -30px;
    border: none;
    color: #b3b3b3;
    padding: 6px 10px 4px;
    height: 28px;
    width: 175px;
    float: left;
}
.h-updates-btn {
    background: url('../images/sprite-main.png') no-repeat 0 -137px;
    width: 88px;
    height: 26px;
    font: 0/0 a;
    margin: 1px 0 0 -6px;
    border: none;
    float: right;
}
.h-updates-btn:hover { background-position: -96px -137px; }
.h-social {
    width: 255px;
    padding: 0 5px 0 20px;
    border-left: 1px solid #3b3b3c;
}
.h-social > a {
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/sprite-main.png');
    width: 24px;
    height: 24px;
    font: 0/0 a;
}
.h-social > a     { margin: 0 3px; }
.h-social .ico-fb { background-position: -131px -94px; }
.h-social .ico-tw { background-position: -157px -94px; }
.h-social .ico-yt { background-position: -183px -94px; }
.btn-feedback {
    display: block;
    position: fixed;
    top: 150px;
    right: 0;
    background: url('../images/sprite-main.png') no-repeat -275px 0;
    width: 43px;
    height: 138px;
}
.btn-feedback:hover {
    opacity: .7;
}
/* =Footer
*******************************************************************************/
.footer {
    position: relative;
    z-index: 1000;
}
/* =foot-top */
.foot-top {
    background: #343536;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MzUzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFmMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #343536 0%, #1e1f20 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343536), color-stop(100%,#1e1f20));
    background: -webkit-linear-gradient(top,  #343536 0%,#1e1f20 100%);
    background: -o-linear-gradient(top,  #343536 0%,#1e1f20 100%);
    background: -ms-linear-gradient(top,  #343536 0%,#1e1f20 100%);
    background: linear-gradient(to bottom,  #343536 0%,#1e1f20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343536', endColorstr='#1e1f20',GradientType=0 );
}
.foot-top .frame {
    display: table;
}
.foot-top .frame > div {
    display: table-cell;
    vertical-align: top;
}
.foot-top-l {
    width: 625px;
    padding: 25px 50px 25px 0;
}
.foot-nav {
    text-align: left;
    padding: 10px 0 12px;
    margin-bottom: 10px;
    overflow: hidden;
    background: url(../images/bg/h-split-dark.png) 0 100% repeat-x;
}
.foot-nav li {
    float: left;
    margin-left: 10px;
    background: url(../images/bg/v-split-dark.png) 0 0 repeat-y;
}
.foot-nav li:first-child {
    border: none;
    background: none;
    margin-left: 0;
}
.foot-nav li:first-child a {
    padding-left: 0;
}
.foot-nav a {
    color: #a4a4a4;
    font: bold 10px Arial;
    padding-left: 12px;
    text-transform: uppercase;
}
.foot-nav a:hover { color: #fff; }
.f-social {
    padding: 0 0 17px;
    background: url(../images/bg/h-split-dark.png) 0 100% repeat-x;
    overflow: hidden;
}
.f-social li {
    float: left;
    padding: 10px 33px;
    background: url(../images/bg/v-split-dark.png) 0 0 repeat-y;
    height: 59px;
}
.f-social .last {
    padding-right: 0;
}
.f-social li:first-child {
    padding-left: 0;
    background: none;
}
.f-social a {
    display: inline-block;
    height: 37px;
    color: #838383;
    text-transform: uppercase;
    position: relative;
    font: bold 10px/14px Arial;
    padding-left: 50px;
}
.f-social a strong {
    font: normal 20px/22px "open_sans_extrabolditalic";
    color: #a4a3a3;
}
.f-social a:hover,
.f-social a:hover strong {
    color: #eee;
}
.f-social a:before {
    content: '';
    width: 40px;
    height: 37px;
    vertical-align: middle;
    background: url(../images/sprite-main.png) 0 0 no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.f-social .ico-fb:before { background-position: 0 -94px; }
.f-social .ico-tw:before { background-position: -42px -94px; }
.f-social .ico-yt:before { background-position: -84px -94px; }
.copyright { color: #585858; }

.foot-top-r {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0 20px;
}
.ie8 .foot-top-r {
    background: url(../images/bg/foot-top-r.png) repeat;
}
.f-updates {
    padding: 0 30px 28px 35px;
    border-bottom: 1px solid #121212;
    color: #838383;
}
.f-updates h4 {
    font: normal 18px/24px "open_sans_extrabolditalic";
    text-transform: uppercase;
    color: #a4a4a4;
}
.f-updates label { margin-bottom: 10px; }
.f-updates-form { padding: 15px 0 0; overflow: hidden }
.f-updates-form input[type="text"]{
    background: url('../images/sprite-main.png') no-repeat 0 -60px;
    border: none;
    width: 220px;
    height: 32px;
    padding: 10px;
    color: #b3b3b3;
    font-style: italic;
    float: left;
}
.f-updates-btn {
    border: none;
    font: 0/0 a;
    background: url('../images/sprite-main.png') no-repeat 0 -166px;
    width: 94px;
    height: 33px;
    float: left;
    margin-left: -6px;
}
.f-updates-btn:hover { background-position: -96px -166px; }
.privacy-note {
    border-top: 1px solid #232323;
    padding: 10px 50px 20px 35px;
    color: #585858;
    font-size: 11px;
}
.privacy-note a {
    color: #585858;
    text-decoration: underline;
}

/* =foot-mid */
.foot-mid {
    background: #060707;
    text-align: center;
    height: 43px;
    color: #252627;
    font: 20px/36px "open_sans_extrabolditalic";
    text-transform: uppercase;
    border-top: 4px solid #050606;
    position: relative;
}
.foot-mid:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #060707;
}

/* =foot-bot */
.foot-bot {
    overflow: hidden;
    background: #0a0b0b;
    padding: 25px 0 50px;
}
.foot-bot .frame {
    display: table;
}
.f-logos {
    display: table;
    width: 100%;
}
.f-logos > li {
    display: table-cell;
    padding: 0 0 0 25px;
    border-left: 1px solid #171819;
}
.f-logos .last {
    width: 170px;
}
.f-logos h5 {
    color: #a4a4a4;
    font: 15px/1.1 "open_sans_extrabolditalic";
    text-transform: uppercase;
}
.f-logos ul li {
    margin-bottom: 20px;
}

/* =mce content
*******************************************************************************/

.mce-content h1,
.mce-content h2,
.mce-content h3,
.mce-content h4,
.mce-content h5 { padding: 0 0 15px; font-weight: bold; }
.mce-content h1 { font-size: 22px; }
.mce-content h2 { font-size: 20px; }
.mce-content h3 { font-size: 18px; }
.mce-content h4 { font-size: 16px; }
.mce-content h4 { font-size: 16px; }
.mce-content h5 { font-size: 14px; }
.mce-content p,
.mce-content ul,
.mce-content ol { padding-bottom: 15px; }
.mce-content ul { margin-left: 25px; list-style: disc; }
.mce-content ol { margin-left: 25px; list-style: decimal; }
.mce-content ul ul,
.mce-content ol ol { margin-top: 10px; }
.mce-content li { margin-bottom: 10px; }
.mce-content dl { margin: 0 0 15px; }
.mce-content dt { font-weight: bold; }
.mce-content dd { margin: 0 0 10px 15px; }
.mce-content table { margin-bottom: 15px; }
.mce-content td, .mce-content th {
    border: 1px solid #ccc;
    padding: 5px;
}
.table-a { border: 1px solid #ddd;}
.table-a th, .table-a td {
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
.table-a tbody tr:nth-child(2n+1) td,
.table-a tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}
.table-a tbody tr:hover td, .table-a tbody tr:hover th {
    background-color: #F5F5F5;
}
.mce-content blockquote {
    border-left: 5px solid #eee;
    margin: 0 0 18px;
    padding: 0 0 0 15px;
}
.mce-content blockquote p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
    margin-bottom: 0;
}
.mce-content blockquote small:before {
    content: "— ";
}
.mce-content blockquote small {
    color: #999;
    display: block;
    line-height: 18px;
}

/* =General content
*******************************************************************************/
.banner { font: 0/0 a; color: transparent; text-align: center }
.small-banners img { margin: 8px; }
.title {
    font: 18px/1 "open_sans_extrabolditalic";
    text-transform: uppercase;
}
.general-title {
    color: #1c449c;
    border-bottom: 1px solid #febe10;
    padding: 0 0 10px 3px;
}
.general-title .t-logo {
    border-left: 1px solid #E6E6E6;
    display: inline-block;
    height: 31px;
    margin-bottom: -3px;
    margin-left: 14px;
    padding-left: 14px;
    vertical-align: bottom;
}
.arrow-blue, .arrow-orange {
    text-align: center;
    position: relative;
    border-top: 3px solid #febe10;
    padding: 10px 10px 12px;
}
.arrow-blue {
    color: #fff;
    text-shadow: -1px -2px 0 #061A47;
    background: #1c439a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNDM5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDMxNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1c439a 0%, #143171 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c439a), color-stop(100%,#143171));
    background: -webkit-linear-gradient(top,  #1c439a 0%,#143171 100%);
    background: -o-linear-gradient(top,  #1c439a 0%,#143171 100%);
    background: -ms-linear-gradient(top,  #1c439a 0%,#143171 100%);
    background: linear-gradient(to bottom,  #1c439a 0%,#143171 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c439a', endColorstr='#143171',GradientType=0 );
}
.arrow-orange {
    color: #242323;
    text-shadow: 1px 2px 0 #fdcf6b;
    background: #febe10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmUxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWEzMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #febe10 0%, #faa302 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febe10), color-stop(100%,#faa302));
    background: -webkit-linear-gradient(top,  #febe10 0%,#faa302 100%);
    background: -o-linear-gradient(top,  #febe10 0%,#faa302 100%);
    background: -ms-linear-gradient(top,  #febe10 0%,#faa302 100%);
    background: linear-gradient(to bottom,  #febe10 0%,#faa302 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febe10', endColorstr='#faa302',GradientType=0 );
}
.arrow-blue:after, .arrow-orange:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    bottom: -10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.arrow-blue:after { border-top-color: #14316f; }
.arrow-orange:after { border-top-color: #faa202; }

.btn-holder { border: 1px solid #e6e6e6; }
.btn-holder .inner {
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVmZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeff0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeff0));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeff0 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeff0 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeff0 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 );
    border: 1px solid #fff;
    padding: 0 15px;
    height: 47px;
    line-height: 47px;
    text-align: right;
    position: relative;
    z-index: 2;
}
.btn-holder .inner-alt {
    border: 1px solid #fff;
    text-align:center;
    padding: 16px 0;
    position: relative;
    z-index: 2;
    height:auto;
    line-height:28px;
    background: #eeeff0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeff0 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeff0), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #eeeff0 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #eeeff0 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #eeeff0 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #eeeff0 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff0', endColorstr='#ffffff',GradientType=0 );
}
.btn-holder .inner-alt.dark{
    background: #e4e3e6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTNlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2U2ZTVlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2VjZWJlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2YwZWZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYwZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e4e3e6 0%, #e6e5e8 22%, #ecebef 60%, #f0eff3 82%, #f1f0f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e3e6), color-stop(22%,#e6e5e8), color-stop(60%,#ecebef), color-stop(82%,#f0eff3), color-stop(100%,#f1f0f4));
    background: -webkit-linear-gradient(top,  #e4e3e6 0%,#e6e5e8 22%,#ecebef 60%,#f0eff3 82%,#f1f0f4 100%);
    background: -o-linear-gradient(top,  #e4e3e6 0%,#e6e5e8 22%,#ecebef 60%,#f0eff3 82%,#f1f0f4 100%);
    background: -ms-linear-gradient(top,  #e4e3e6 0%,#e6e5e8 22%,#ecebef 60%,#f0eff3 82%,#f1f0f4 100%);
    background: linear-gradient(to bottom,  #e4e3e6 0%,#e6e5e8 22%,#ecebef 60%,#f0eff3 82%,#f1f0f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e6', endColorstr='#f1f0f4',GradientType=0 );
}
.arrow-link {
    color: #1c449c;
    font-size: 13px;
    font-family: "open_sans_extrabolditalic", arial;
    text-transform: uppercase;
    position: relative;
    padding-right: 22px;
}
.arrow-link.alt { color: #febe10; }
.arrow-link:after {
    content: '';
    background: url('../images/sprite-main.png') no-repeat -302px -150px;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 2px; right: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.arrow-link.alt:after { background-position: -302px -170px; height: 17px;}
.more-link{
    color: #febe10;
    font-weight: bold;
    font-size: 12px;
    position: relative;
}
.more-link:after {
    border-bottom: 4px solid transparent;
    border-left: 5px solid #FEBE10;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 3px;
    vertical-align: middle;
    width: 0;
}
.more-link:hover { color: #1c449c; }
.more-link:hover:after { border-left-color: #1c449c; }
.btn-fire {
    font: 12px/28px "open_sans_extrabolditalic";
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 28px 0 6px;
    padding: 0 10px 0 20px;
    position: relative;
    background:url(../images/btn/btn-gradients.png) repeat-x;
    color: #fff;
}
.btn-fire:before,
.btn-fire:after {
    content: '';
    background-image: url('../images/sprite-main.png');
    display: block;
    position: absolute;
    height: 28px;
    top: 0;
}
.btn-fire:before {
    background-position: -246px -190px;
    width: 6px;
    left: -6px;
}
.btn-fire:after {
    background-position: -251px -190px;
    width: 29px;
    right: -29px;
}
.btn-fire:hover {background-position:0 -28px;}
.btn-fire:hover:before {background-position:-283px -190px;}
.btn-fire:hover:after {background-position:-288px -190px;}

.general h4, .general h4 a {
    font-weight: bold;
    font-size: 14px;
    color: #242323;
}
.general h4 a:hover { color: #FEBE10;}
.back-top,
.back-link {
    display:inline-block;
    color: #1c449c;
    font-size: 13px;
    font-family: "open_sans_extrabolditalic";
    text-transform: uppercase;
}
.back-top:before,
.back-link:before {
    content: '';
    background: url('../images/sprite-main.png') no-repeat -283px -150px;
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin:-3px 7px 0 0;
}
.back-top:before {background: url('../images/sprite-main.png') no-repeat -302px -150px;}
.pagination {
    float:right;
}
.pagination li {
    display:inline-block;
    color:#525252;
    padding:0 3px;
    font:bold italic 12px Arial, Helvetica, sans-serif;
}
.pagination .sample-sep,
.sample-sep {
    display:inline-block;
    font-size:0;
    line-height:0;
    width:0;
    height:25px;
    padding:0;
    margin:0px 12px -4px;
    border-left:1px solid #e6e7e7;
    border-right:1px solid #fbfcfc;
}
.pagination .sample-sep { margin-bottom:-7px; }
.pagination a {
    color:#525252;
    display:inline-block;
    padding:3px 5px;
}
.pagination .active a,
.pagination a:hover {color:#febe10;}
.pagination .active a{
    padding:1px 3px;
    border:2px solid #febe10;
}
.pagination .prev,
.pagination .next {padding:0;}
.pagination .prev:before,
.pagination .next:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #9e9e9e;
    display:inline-block;
    vertical-align:top;
    margin:4px 0 0 5px;
}
.pagination .prev:before {
    border-left:0;
    border-right:4px solid #9e9e9e;
    margin-right:5px;
    margin-left:0;
}
.pagination .prev:hover:before {border-right-color: #febe10;}
.pagination .next:hover:after {border-left-color: #febe10;}

/* =Sidebars
*******************************************************************************/

.aside { width: 300px; float: right; }
.aside > div { margin-bottom: 11px; }
.sticky-ads {position: relative; z-index: 999; }
.aside .sticky-ads { width: 300px;}
.aside-more-pro-news {
    border:1px solid #e3e3e3;
    border-width:0 1px 1px;
}
.aside-more-pro-news ul {
    border:1px solid #fff;
    border-width:0 1px 1px;
    background:#efeef2;
    padding:16px 12px 16px 14px;
}
.aside-more-pro-news .title {
    margin-left:-1px;
    margin-right:-1px;
}
.aside-more-pro-news li {background-image:url(../images/bg/h-split-grey.png);}


/* =Widgets
*******************************************************************************/
.home-news-doctalk { margin-bottom: 30px; }
.home-news-doctalk > div {display: inline-block; vertical-align: top}
.home-news-doctalk .home-news { width: 450px; float: left; }
.home-news-doctalk .doc-talk  { width: 206px; float: right; }

/* Featured News */
.featured-news {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.fn-title {
    color: #febe10;
    border-bottom: 3px solid #febe10;
    background: rgba(0, 0, 0, 0.75);
    height: 43px;
    line-height: 43px;
    padding: 0 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.ie8 .fn-title,
.ie8 .fn-info { background: url(../images/bg/black-op075.png) repeat; }
.fn-info {
    background: rgba(13, 13, 13, 0.75);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 17px;
    color: #fff;
}
.fn-author {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
.fn-headline,
.fn-headline a {
    color: #FEBE10;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 7px;
}
.fn-data { font-style: italic; }
.fn-data span { padding: 0 7px;}

/* More Pro Tour News */
.more-pro-news li {
    padding: 12px 0;
    overflow: hidden;
    background: url(../images/bg/h-dot-split.gif) 0 0 repeat-x;
}
.more-pro-news li:first-child { background: none; }
.mpnews-img {
    float: left;
    width: 94px;
    overflow: hidden;
    margin-right: 10px;
}
.mpnews-txt { overflow: hidden; }
.mpnews-txt h4 { font-weight: bold; font-size: 14px; }
.mpnews-txt h4 a { color: #242323; }
.mpnews-txt h4 a:hover { color: #FEBE10; }

/* DocTalk */
.doc-talk ul {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 9px 0 8px;
}
.doc-talk li {
    padding: 9px 15px 8px 23px;
    background: url(../images/bg/h-dot-split.gif) 0 0 repeat-x;
}
.doc-talk li:first-child { background: none; }
.doc-talk li a {
    font-weight: bold;
    position: relative;
    line-height: 16px;
}
.doc-talk li a:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #febe10;
    position: absolute;
    left: -12px;
    top: 0;
}
.aside .doc-talk ul {
    background: #eaebed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWJlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eaebed 0%, #fcfcfc 52%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaebed), color-stop(52%,#fcfcfc), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #eaebed 0%,#fcfcfc 52%,#ffffff 100%);
    background: -o-linear-gradient(top,  #eaebed 0%,#fcfcfc 52%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #eaebed 0%,#fcfcfc 52%,#ffffff 100%);
    background: linear-gradient(to bottom,  #eaebed 0%,#fcfcfc 52%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaebed', endColorstr='#ffffff',GradientType=0 );
}


/* Bassfan World Rankings*/
.bass-rank {
    background: #1c1d1e;
    color: #afafaf;
    margin-bottom: 11px;
}
.bass-rank a:hover {  text-decoration: underline;}
.rank-top {
    padding: 20px;
    font-weight: bold;
    border-bottom: 1px solid #121212;
}
.rank-update {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}
.rank-headline  { color: #fff; font: bold 14px/17px Arial;}
.rank-first {
    padding: 20px;
    overflow: hidden;
    background: #171819;
    font-weight: bold;
    border-bottom: 1px solid #121212;
    border-top: 1px solid #383939;
}
.rank-first .position {
    height: 30px; width: 25px;
    margin-right: 11px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    position: relative;
    background: #1c449c;
}
.rank-first .position:after {
    content: '';
    display: block;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #1c449c;
    border-top: 5px solid transparent;
    height: 0; width: 0;
    right: -5px; top: 10px;
    position: absolute;
}
.rank-first-img { float: left; width: 120px; margin-right: 13px; }
.rank-first-img img { border: 2px solid #3a3d41; }
.rank-first-info{ overflow: hidden; }
.rank-first-info h3 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 3px;
    background: url(../images/bg/h-dot-split-dark.gif) 0 100% repeat-x;
}
.rank-first-info h3 a { color: #fff; }
.rank-first-info .score { color: #febe10; font-weight: bold; font-size: 22px; }
.rank-table-wrap { padding: 20px; border-top: 1px solid #383939; }
.rank-table { width: 100%; font-weight: bold; }
.rank-table td {
    background: url(../images/bg/h-dot-split-dark.gif) 0 0 repeat-x;
    padding: 5px 0 4px;
    vertical-align: middle;
}
.rank-table tr:first-child td { background: none; }
.rank-table a { color: #fff; }
.rank-table .count { text-align: right; color: #febe10; }
.rank-table .position span {
    display: inline-block;
    height: 20px;
    width: 25px;
    color: #fff;
    background: #1c346a;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}
.rank-table .position span:after {
    content: '';
    display: block;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #1c346a;
    border-top: 4px solid transparent;
    height: 0; width: 0;
    right: -4px; top: 6px;
    position: absolute;
}
.rank-bot { padding: 10px 20px; border-top: 1px solid #303131; }
.rank-bot .arrow-link { margin-right: 10px; }
.rank-bot .zf-select {display: inline-block; vertical-align: middle; }
.rank-bot select { width: 130px; }

/* Home Bass Video */
.home-bass-video {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.home-bass-video .inner { padding: 15px 0 5px;}
.home-bass-video .player-video-description,
.home-bass-video p { margin-bottom: 10px; }
.home-bass-video h4,
.player-video-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.player-wrapper{
    width:666px;
    overflow:hidden;
}
.remove-player{
    width:666px;
    height:415px;
    overflow:hidden;
}

/* home-review-opinions */
.home-review-opinions { margin-bottom: 17px; }
.home-review-opinions > div { width: 329px; float: right; }
.home-review-opinions > div:first-child { float: left; }

/* product reviews */
.pr-inner {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.pr-img {
    height: 172px;
    background: #fefefe url(../images/bg/pr-review.png) no-repeat 50% 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.pr-txt {
    margin: 1px;
    background: #f1f0f4 url(../images/bg/pr-review-txt.png) repeat-x 0 0;
    padding: 23px 12px 23px 13px;
}
.pr-txt h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
.pr-author {
    color: #525252;
    font-style: italic;
    margin-bottom: 12px;
}
.pr-quote {
    position: relative;
    padding-left: 45px;
}
.pr-quote:before {
    content: '';
    background: url('../images/sprite-main.png') no-repeat -213px -95px;
    width: 30px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.pr-quote p { padding-top: 18px; }
.pr-quote p:first-child { padding-top: 0; }

/* latest opinions */
.latest-opins ul {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 17px 17px 6px;
}
.latest-opins li {
    background: url(../images/bg/h-dot-split.gif) 0 0 repeat-x;
    padding: 15px 0 14px;
}
.latest-opins li:first-child {
    padding-top: 0;
    background: none;
}
.latest-opins h4 { margin-bottom: 5px; }
.latest-opins p { letter-spacing: -0.1px; }


/* Bassfan Poll */
.poll-inner {
    background: #fcf5d4;
    border-bottom: 1px solid #f6e7a6;
    padding: 22px 22px 26px;
}
.poll-qs { margin-bottom: 15px; font-weight: bold; font-size: 14px; }
.poll-as { margin-bottom: 20px; padding-left: 13px; }
.poll-as li { margin-bottom: 10px; }
.poll-as input { margin-right: 5px; margin-top: -2px; }
.poll-btn { text-align: center;}

/* Home review product widgets */
.review-widgets {
    border: 1px solid #e6e6e6;
    display: table;
    margin-bottom: 15px;
}
.review-widgets > div {
    display: table-cell;
    vertical-align: top;
    width: 220px;
    border-left: 1px solid #e6e6e6;
}
.review-widgets > div:first-child {
    border: none;
}
.rw-logo {
    height: 128px;
    width: 220px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px solid #e6e6e6;
}
.rw-title {
    color: #1c449c;
    padding: 0 10px;
    height: 37px;
    font-size: 15px;
    line-height: 37px;
    border: 1px solid #fff;
    border-bottom: 1px solid #e6e6e6;
    background: #ecebee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY0ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ecebee 0%, #f5f4f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecebee), color-stop(100%,#f5f4f6));
    background: -webkit-linear-gradient(top,  #ecebee 0%,#f5f4f6 100%);
    background: -o-linear-gradient(top,  #ecebee 0%,#f5f4f6 100%);
    background: -ms-linear-gradient(top,  #ecebee 0%,#f5f4f6 100%);
    background: linear-gradient(to bottom,  #ecebee 0%,#f5f4f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecebee', endColorstr='#f5f4f6',GradientType=0 );
}
.rw-inner   { padding: 15px; }
.rw-feat    { padding-bottom: 15px; overflow: hidden; }
.rw-feat img{ float: left; margin-right: 10px; }
.rw-feat h5 { font-size: 12px; font-weight: bold; color: #1c449c; overflow: hidden; }
.rw-feat p  {
    padding: 15px 0;
    clear: both;
    background: url(../images/bg/h-dot-split.gif) 0 100% repeat-x;
}
.rw-video li { margin-top: 15px; }
.rw-video li:first-child { margin-top: 0; }
.rw-video img { margin-bottom: 10px; }
.rw-video h6,
.rw-video h6 a {
    font-size: 12px;
    color: #242323;
    font-weight: bold;
}
.ar-list { padding-left: 13px; }
.ar-list li { margin-bottom: 10px; position: relative; }
.ar-list li:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FEBE10;
    border-top: 5px solid transparent;
    content: "";
    height: 0; width: 0;
    left: -12px; top: 0;
    position: absolute;
}

/* Pro Fishing Tips */
.pro-tips {
    background: #f1f0f4;
    border: 1px solid #f1f0f4;
}
.pro-tips .btn-holder { margin: -1px; }
.pt-big, .pt-cols {
    border: 1px solid #fff;
    border-bottom: 1px solid #d7d6d8;
    overflow: hidden;
    padding: 15px 15px 25px;
}
.pt-big-img {
    width: 342px;
    float: left;
    margin-right: 20px;
}
.pt-big-txt { overflow: hidden; }
.pt-big-txt h4,
.pt-big-txt h4 a { font-size: 17px; margin-bottom: 10px; }
.pt-name {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.pt-author { color: #525252; font-style: italic; margin-bottom: 10px; }
.pt-cols {
    background: url("../images/bg/pr-review-txt.png") repeat-x 0 0;
    display: table;
    width: 100%;
}
.pt-cols > li { display: table-cell; width: 360px; padding-left: 12px; }
.pt-cols > li:first-child { padding-left: 0; }
.pt-cols img, .pt-cols h4 { margin-bottom: 10px;}

/* Calendar */

.bass-cal { border: 1px solid #e6e6e6; }
.bass-cal .btn-holder { margin: -1px; }
.cal-top {
    background: #efeef1;
    border-left: 1px solid #fcfcfc;
    border-right: 1px solid #fcfcfc;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    font-weight: bold;
    overflow: hidden;
}
.cal-img { float: left; margin-right: 10px; }
.cal-txt { overflow: hidden; }
.cal-txt .date {
    color: #525252;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 4px;
}
.cal-top h4 { font-size: 14px; font-weight: bold; }
.cal-widget {
    border: 1px solid #fff;
    background: url("../images/bg/pr-review-txt.png") repeat-x 0 0 #F1F0F4;
    padding: 25px 30px;
}
.cal-widget table {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.cal-widget td,
.cal-widget td a { color: #525252;}
.cal-widget td,
.cal-widget th {
    height: 23px;
    vertical-align: middle;
}
.cal-widget .cw-i { color: #a4a4a4; font-weight: normal}
.cw-top {
    text-align: center;
    padding-bottom: 15px;
    margin: 0 15px 10px;
    position: relative;
    background: url(../images/bg/h-split-grey.png) 0 100% repeat-x;
}
.cal-widget .cw-a {
    display: inline-block;
    background: #1c449c;
    color: #fff;
    padding: 3px;
}
.cal-widget .cw-a:hover {
    background: #FEBE10;
}
.cw-top h3 {
    color: #1c449c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.cw-top .arrow {
    position: absolute;
    top: 3px;
    border-bottom: 6px solid transparent;
    border-left:   6px solid transparent;
    border-top:    6px solid transparent;
    border-right:  6px solid transparent;
    height: 0;
    width: 0;
}
.cw-top .next { border-left-color: #FEBE10; right: 0; }
.cw-top .prev { border-right-color: #FEBE10; left: 0; }

/* Tabs */
.tabs {
    font-size:0;
    line-height:0;
    border-top:3px solid #febe10;
}
.tabs li { display:inline-block; margin-left:1px; }
.tabs li:first-child { margin-left:0; }
.tabs a {
    display:block;
    height:30px;
    padding:0 5px;
    font:12px/30px "open_sans_extrabolditalic", Arial, Helvetica, sans-serif;
    color:#fff;
    text-shadow:0 -1px 0 #102c69;
    text-transform:uppercase;
    width:221px;
    text-align:center;
    position:relative;
    background: #1c449b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNDQ5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE4M2I4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzE2MzQ3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTMyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1c449b 0%, #183b88 50%, #163478 77%, #153272 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c449b), color-stop(50%,#183b88), color-stop(77%,#163478), color-stop(100%,#153272));
    background: -webkit-linear-gradient(top,  #1c449b 0%,#183b88 50%,#163478 77%,#153272 100%);
    background: -o-linear-gradient(top,  #1c449b 0%,#183b88 50%,#163478 77%,#153272 100%);
    background: -ms-linear-gradient(top,  #1c449b 0%,#183b88 50%,#163478 77%,#153272 100%);
    background: linear-gradient(to bottom,  #1c449b 0%,#183b88 50%,#163478 77%,#153272 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c449b', endColorstr='#153272',GradientType=0 );
}
.tabs a:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #14316f;
    bottom: -7px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
.tabs .active a:after {border-top-color:#f9a001;}
.tabs a:hover { color:#febe10; }
.tabs .active a {
    text-shadow:none;
    color:#242323;
    background: #febe10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmUxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjYjIwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2ZhYTcwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWEyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #febe10 0%, #fcb20a 50%, #faa705 77%, #faa202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febe10), color-stop(50%,#fcb20a), color-stop(77%,#faa705), color-stop(100%,#faa202));
    background: -webkit-linear-gradient(top,  #febe10 0%,#fcb20a 50%,#faa705 77%,#faa202 100%);
    background: -o-linear-gradient(top,  #febe10 0%,#fcb20a 50%,#faa705 77%,#faa202 100%);
    background: -ms-linear-gradient(top,  #febe10 0%,#fcb20a 50%,#faa705 77%,#faa202 100%);
    background: linear-gradient(to bottom,  #febe10 0%,#fcb20a 50%,#faa705 77%,#faa202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febe10', endColorstr='#faa202',GradientType=0 );
}
.tab-container {
    border:1px solid #e6e6e6;
    border-width:0 1px 1px;
}
.tab-content {
    border:1px solid #fff;
    border-width:0 1px 1px;
    padding:30px 14px 26px;
    background:#f1f0f4;
}

/* Profile */
.profile-box {
    width:665px;
    margin:0 0 21px;
    padding:26px 0 0;
    border-top:1px solid #e6e6e6;
}
.profile-box h2 { font-size:22px; padding:0 0 8px; }
.profile-photo {
    display:table-cell;
    width:191px;
    padding:0 15px 0 0;
    vertical-align:top;
}
.profile-info {
    width:429px;
    display:table-cell;
    vertical-align:top;
}
.profile-info h3 {
    font: 18px "open_sans_extrabolditalic", Arial, Helvetica, sans-serif;
    color:#1c449c;
    padding:0 0 6px 12px;
    text-transform:uppercase;
}
.profile-data {
    width:100%;
    font-size:12px;
    color:#242323;
}
.profile-data th,
.profile-data td {
    padding:7px 12px;
    text-align:left;
    vertical-align:top;
}
.profile-data th { width:179px; }
.profile-data tr.even {background:#fff; }
.marked-item {
    font-weight:bold;
    color:#febe10;
}

/* News Pages */
.pag-holder {margin:0 0 20px;}
.pag-holder .inner{ text-align:left; }

.article-title {
    padding:0 0 8px;
    margin:0 0 10px;
    border-bottom:1px solid #febe10;
    color:#242323;
}
.full-article { padding:0 0 14px; }
.article-title strong { font-size:12px; text-transform:uppercase;}
.article-title h1 { font-size:22px; font-weight:bold; }
.public-panel { margin:0 0 12px; color:#525252; }
.public-panel .social-btns { float:right; margin:0; }
.social-btns { margin:0 0 16px; }
.social-btns li {
    display:inline-block;
    vertical-align:top;
    padding:0 0 0 23px;
}
.social-btns li:first-child { padding-left:0; }
.article-date { display:block; margin:0 0 3px; }
.published    { display:block; margin:0 0 12px; }
.published a  { font-weight:bold; color:#525252;}
.public-panel .published,
.public-panel .article-date {margin:0;}
.public-panel a:hover {color:#febe10;}
.article-photo {
    border:1px solid #e6e6e6;
    padding:1px;
    margin:0 0 26px;
}
.article-photo img { display:block; }
.photo-descript {
    padding:12px;
    background:#f1f0f4;
    font-size:11px;
    color:#525252;
    font-style:italic;
}
.photo-name {
    float:right;
    font-size:9px;
    text-transform:uppercase;
    font-style:normal;
}
.article-text { padding:0 40px 0 32px;}
.article-text p { padding:0 0 14px; }
.article-intro { font-size:17px; }
.article-text h2 {
    padding:10px 0;
    font-size:14px;
    font-weight:bold;
}
.box-divider {
    height:1px;
    margin:12px 0 24px;
    background:url(../images/bg/h-dot-split.gif) repeat-x;
}
.archive-frame {
    background:#2c2d2e;
    border-bottom:1px solid #151516;
    padding:25px;
}
.archive-frame select { width:246px; }
.featured-post {
    border:1px solid #e6e6e6;
    border-width:1px 1px 0;
    margin:0 0 18px;
}
.featured-frame {
    border:1px solid #fff;
    border-width:1px 1px 0;
    padding:20px 20px 20px 14px;
    background:#f1f0f4;
}
.feat-img { float:left;  margin:0 18px 0 0; }
.feat-article-text { overflow:hidden; }
.featured-title {
    font-size:22px;
    font-weight:bold;
    color:#242323;
    margin:0 0 10px;
}
.featured-titlet strong {
    font-size:12px;
    text-transform:uppercase;
}
.featured-post .btn-holder {
    border-left:0;
    border-right:0;
}
.posts-showing { color:#525252; }
.article-post {
    padding:16px 20px 16px 15px;
    position:relative;
}
.article-post.odd { background:#f1f0f4; }
.article-post:before {
    display:block;
    width:100%;
    height:2px;
    content:"";
    position:absolute;
    left:0;
    top:-2px;
    background:url(../images/bg/h-split-grey.png) repeat-x;
}
.article-thumb { display:table-cell; vertical-align:top; }
.short-article-text {
    display:table-cell;
    width:413px;
    padding:0 0 0 16px;
}
.article-post h3 {
    font-size:17px;
    font-weight:bold;
    color:#242323;
    padding:0 0 8px;
}
.article-post:first-child {margin-top:-18px;}
.article-post:first-child:before {
    display:none;
}

/* Doc Talk */
.page-intro {
    border:1px solid #e6e6e6;
    border-width:0 1px 1px;
    margin:0 0 30px;
}
.intro-frame {
    border:1px solid #fff;
    background:#f1f0f4;
    padding:20px 14px;
    font-size:14px;
    font-weight:bold;
}
.dock-article-list .article-post h3 {padding-bottom:4px;}
.article-date {color:#525252;}
.wide-article-text {
    padding:10px 0;
}
.article-image {
    float:left;
    margin:0 19px 15px 0;
}
.wide-article-text p {
    padding:0 0 15px;
    line-height:1.3;
}
.dock-article-list .article-post {margin-bottom:3px;}
.sub-panel {
    padding:15px 0;
    background:url(../images/bg/h-split-grey.png) repeat-x;
}
.sub-panel .btn-fire {
    float:right;
}
.sub-panel .back-top {
    margin-top:5px;
}
.article-post p a {
    font-weight:bold;
    color:#febe10;
}
.article-post p a:hover {color:#1c449c;}
.btn-holder select {width:182px;}


/* =Form
*******************************************************************************/
.custom-form h3 { margin: 15px 0; }
.custom-form legend {
    font-weight: bold;
    padding-bottom: 20px;
}
.custom-form .f-row { margin: 0 0 10px; }
.custom-form .f-row img { vertical-align: top; }
.custom-form .f-row > label {
    float: left;
    width: 120px;
    text-align: right;
    line-height: 20px;
    padding-top: 3px;
    margin-right: 10px;
}
.custom-form .required {
    color: #f00;
    padding-right: 5px;
}
.custom-form ul { list-style: none !important; }
.custom-form li { padding-bottom: 5px; }
.custom-form .f-input,
.custom-form .f-select,
.custom-form .f-button {
    padding-left: 130px;
}
.custom-form .f-input label,
.custom-form .f-select label,
.custom-form .f-button label {
    padding: 0 15px 0 3px;
    position: relative;
    line-height: 22px;
}
.custom-form .f-radio,
.custom-form .f-checkboxes {
    margin: 0;
    line-height: 22px;
}
.custom-form .f-radio li { display: inline; }
.custom-form .f-row input[type=radio],
.custom-form .f-row input[type=checkbox] {
    position: relative;
}
.custom-form input[type=text],
.custom-form input[type=password],
.custom-form input[type=email],
.custom-form textarea,
.custom-form select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
    height: 26px;
    -webkit-appearance: textfield;
            box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.custom-form textarea {height: 40px;}
.custom-form select {height: auto; padding: 1px;}
.custom-form .f-input input[type=text],
.custom-form .f-input input[type=password],
.custom-form .f-input input[type=email],
.custom-form .f-input textarea {
    width: 200px;
}
.custom-form textarea { height: 60px; }
.custom-form input[type=text]:focus,
.custom-form input[type=password]:focus,
.custom-form input[type=email]:focus {
    border-color: #888;
}
.f-select-day, .f-select-month, .f-select-year {
    width: 68px;
    float: left;
    margin-right: 5px;
}
.custom-form .zf-select {
    float: left;
    margin-right: 10px;
}
.help-link {
    padding-left: 130px;
    font-style: italic;
}
.error,
.errorMessage { color: #f00; }
.errorSummary {
    background: #FCEBEB;
    border: 1px solid Red;
    color: #f00;
    margin: 0 0 15px;
    padding: 10px;
    width: 317px;
}
.errorSummary li {
    margin: 7px 0 0 15px;
    list-style: disc;
}
.custom-form input[type=text].invalid,
.custom-form input[type=password].invalid,
.custom-form input[type=email].invalid,
.custom-form textarea.invalid {  background: #ffefef; }

.btn-flex, .btn-flex input {
    color: #fff !important;
    cursor: pointer;
    font: bold 14px/35px Arial,sans-serif;
    height: 35px;
    margin: 0 -10px 0 0;
    padding-right: 10px;
    padding-left: 0;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
    white-space: nowrap;
}
.btn-flex {
    background: url("../images/btn/flexible.png") no-repeat scroll 100% 0 transparent;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.btn-flex:before {
    content: '';
    background: url(../images/btn/flexible.png) 0 0 no-repeat;
    display: block;
    width: 10px;
    white-space: nowrap;
    position: absolute;
    left: -10px;
    top: 0;
    height: 35px;
}
.btn-flex input {
    border: none;
    background: none;
    overflow: visible;
    padding-right: 10px;
}
.btn-flex:hover  { background-position: 100% 100%; }
.btn-flex:hover:before { background-position: 0 100%; }
.btn-flex:active {
    opacity: 0.5;
}
.ie8 .btn-flex:active { filter:alpha(opacity=100); }

/* =Mobile Orientation
*******************************************************************************/


@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome) */
@media screen and (max-device-width: 480px) {}


/* =Print styles
*******************************************************************************/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    .simplemenu, .nav, .pagenavigator, .banner, .aside {
        display: none !important;
    }
    .header .logo * {
        display: block !important;
        padding: 0;
    }
    a, a:visited { text-decoration: underline; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    pre, blockquote  {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}