/* Minification failed. Returning unminified contents.
(3022,1): run-time error CSS1019: Unexpected token, found '@import'
(3022,9): run-time error CSS1019: Unexpected token, found 'url(/Content/fonts/fa/css/font-awesome.min.css)'
(3071,1627): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3071,1654): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3071,1769): run-time error CSS1019: Unexpected token, found '@keyframes'
(3071,1788): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* -------------------------------------------------------------------
RESET 
-------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* -------------------------------------------------------------------
GRID
-------------------------------------------------------------------- */

.section {
    clear: both;
    padding: 0;
    margin: 0;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 3%;
}

    .col:first-child {
        margin-left: 0;
    }

.col_single {
    display: block;
    float: left;
    margin: 1% 3%;
}

@media only screen and (max-width: 30em) {
    .col {
        margin: 1% 0;
    }
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.span_1_of_1 {
    width: 100%;
}

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 48.5%;
}

.span_1_of_2_full {
    width: 50%;
}

@media only screen and (max-width: 30em) {
    .span_2_of_2 {
        width: 100%;
    }

    .span_1_of_2, .span_1_of_2_full {
        width: 100%;
    }
}

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 65.66%;
}

.span_1_of_3 {
    width: 31.33%;
}

.span_1_of_3_full {
    width: 33%;
}

.span_2_of_3_full {
    width: 67%;
}

@media only screen and (max-width: 30em) {
    .span_3_of_3 {
        width: 100%;
    }

    .span_2_of_3, .span_2_of_3_full {
        width: 100%;
    }

    .span_1_of_3, .span_1_of_3_full {
        width: 100%;
    }
}

.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.25%;
}

.span_2_of_4 {
    width: 48.5%;
}

.span_1_of_4 {
    width: 22.75%;
}

@media only screen and (max-width: 30em) {
    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_4 {
        width: 100%;
    }

    .span_2_of_4 {
        width: 100%;
    }

    .span_1_of_4 {
        width: 100%;
    }
}

.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.4%;
}

.span_3_of_5 {
    width: 58.8%;
}

.span_2_of_5 {
    width: 38.2%;
}

.span_1_of_5 {
    width: 17.6%;
}

@media only screen and (max-width: 30em) {
    .span_5_of_5 {
        width: 100%;
    }

    .span_4_of_5 {
        width: 100%;
    }

    .span_3_of_5 {
        width: 100%;
    }

    .span_2_of_5 {
        width: 100%;
    }

    .span_1_of_5 {
        width: 100%;
    }
}

@media only screen and (max-width: 30em) {
    .span_5_of_5 {
        width: 100%;
    }

    .span_4_of_5 {
        width: 100%;
    }

    .span_3_of_5 {
        width: 100%;
    }

    .span_2_of_5 {
        width: 100%;
    }

    .span_1_of_5 {
        width: 100%;
    }
}

.span_6_of_6 {
    width: 100%;
}

.span_5_of_6 {
    width: 82.83%;
}

.span_4_of_6 {
    width: 65.66%;
}

.span_3_of_6 {
    width: 48.5%;
}

.span_2_of_6 {
    width: 31.33%;
}

.span_1_of_6 {
    width: 14.16%;
}

@media only screen and (max-width: 30em) {
    .span_6_of_6 {
        width: 100%;
    }

    .span_5_of_6 {
        width: 100%;
    }

    .span_4_of_6 {
        width: 100%;
    }

    .span_3_of_6 {
        width: 100%;
    }

    .span_2_of_6 {
        width: 100%;
    }

    .span_1_of_6 {
        width: 100%;
    }
}

.span_7_of_7 {
    width: 100%;
}

.span_6_of_7 {
    width: 85.28%;
}

.span_5_of_7 {
    width: 70.57%;
}

.span_4_of_7 {
    width: 55.85%;
}

.span_3_of_7 {
    width: 41.14%;
}

.span_2_of_7 {
    width: 26.42%;
}

.span_1_of_7 {
    width: 11.71%;
}

@media only screen and (max-width: 30em) {
    .span_7_of_7 {
        width: 100%;
    }

    .span_6_of_7 {
        width: 100%;
    }

    .span_5_of_7 {
        width: 100%;
    }

    .span_4_of_7 {
        width: 100%;
    }

    .span_3_of_7 {
        width: 100%;
    }

    .span_2_of_7 {
        width: 100%;
    }

    .span_1_of_7 {
        width: 100%;
    }
}

.span_8_of_8 {
    width: 100%;
}

.span_7_of_8 {
    width: 87.12%;
}

.span_6_of_8 {
    width: 74.25%;
}

.span_5_of_8 {
    width: 61.37%;
}

.span_4_of_8 {
    width: 48.5%;
}

.span_3_of_8 {
    width: 35.62%;
}

.span_2_of_8 {
    width: 22.75%;
}

.span_1_of_8 {
    width: 9.875%;
}

@media only screen and (max-width: 30em) {
    .span_8_of_8 {
        width: 100%;
    }

    .span_7_of_8 {
        width: 100%;
    }

    .span_6_of_8 {
        width: 100%;
    }

    .span_5_of_8 {
        width: 100%;
    }

    .span_4_of_8 {
        width: 100%;
    }

    .span_3_of_8 {
        width: 100%;
    }

    .span_2_of_8 {
        width: 100%;
    }

    .span_1_of_8 {
        width: 100%;
    }
}

.span_9_of_9 {
    width: 100%;
}

.span_8_of_9 {
    width: 88.55%;
}

.span_7_of_9 {
    width: 77.11%;
}

.span_6_of_9 {
    width: 65.66%;
}

.span_5_of_9 {
    width: 54.22%;
}

.span_4_of_9 {
    width: 42.77%;
}

.span_3_of_9 {
    width: 31.33%;
}

.span_2_of_9 {
    width: 19.88%;
}

.span_1_of_9 {
    width: 8.444%;
}

@media only screen and (max-width: 30em) {
    .span_9_of_9 {
        width: 100%;
    }

    .span_8_of_9 {
        width: 100%;
    }

    .span_7_of_9 {
        width: 100%;
    }

    .span_6_of_9 {
        width: 100%;
    }

    .span_5_of_9 {
        width: 100%;
    }

    .span_4_of_9 {
        width: 100%;
    }

    .span_3_of_9 {
        width: 100%;
    }

    .span_2_of_9 {
        width: 100%;
    }

    .span_1_of_9 {
        width: 100%;
    }
}

.span_10_of_10 {
    width: 100%;
}

.span_9_of_10 {
    width: 89.7%;
}

.span_8_of_10 {
    width: 79.4%;
}

.span_7_of_10 {
    width: 69.1%;
}

.span_6_of_10 {
    width: 58.8%;
}

.span_5_of_10 {
    width: 48.5%;
}

.span_4_of_10 {
    width: 38.2%;
}

.span_3_of_10 {
    width: 27.9%;
}

.span_2_of_10 {
    width: 17.6%;
}

.span_1_of_10 {
    width: 7.3%;
}

@media only screen and (max-width: 30em) {
    .span_10_of_10 {
        width: 100%;
    }

    .span_9_of_10 {
        width: 100%;
    }

    .span_8_of_10 {
        width: 100%;
    }

    .span_7_of_10 {
        width: 100%;
    }

    .span_6_of_10 {
        width: 100%;
    }

    .span_5_of_10 {
        width: 100%;
    }

    .span_4_of_10 {
        width: 100%;
    }

    .span_3_of_10 {
        width: 100%;
    }

    .span_2_of_10 {
        width: 100%;
    }

    .span_1_of_10 {
        width: 100%;
    }
}

.span_11_of_11 {
    width: 100%;
}

.span_10_of_11 {
    width: 90.63%;
}

.span_9_of_11 {
    width: 81.27%;
}

.span_8_of_11 {
    width: 71.9%;
}

.span_7_of_11 {
    width: 62.54%;
}

.span_6_of_11 {
    width: 53.18%;
}

.span_5_of_11 {
    width: 43.81%;
}

.span_4_of_11 {
    width: 34.45%;
}

.span_3_of_11 {
    width: 25.09%;
}

.span_2_of_11 {
    width: 15.72%;
}

.span_1_of_11 {
    width: 6.363%;
}

@media only screen and (max-width: 30em) {
    .span_11_of_11 {
        width: 100%;
    }

    .span_10_of_11 {
        width: 100%;
    }

    .span_9_of_11 {
        width: 100%;
    }

    .span_8_of_11 {
        width: 100%;
    }

    .span_7_of_11 {
        width: 100%;
    }

    .span_6_of_11 {
        width: 100%;
    }

    .span_5_of_11 {
        width: 100%;
    }

    .span_4_of_11 {
        width: 100%;
    }

    .span_3_of_11 {
        width: 100%;
    }

    .span_2_of_11 {
        width: 100%;
    }

    .span_1_of_11 {
        width: 100%;
    }
}

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.41%;
}

.span_10_of_12 {
    width: 82.83%;
}

.span_9_of_12 {
    width: 74.25%;
}

.span_8_of_12 {
    width: 65.66%;
}

.span_7_of_12 {
    width: 57.08%;
}

.span_6_of_12 {
    width: 48.5%;
}

.span_5_of_12 {
    width: 39.91%;
}

.span_4_of_12 {
    width: 31.33%;
}

.span_3_of_12 {
    width: 22.75%;
}

.span_2_of_12 {
    width: 14.16%;
}

.span_1_of_12 {
    width: 5.583%;
}

@media only screen and (max-width: 30em) {
    .span_12_of_12 {
        width: 100%;
    }

    .span_11_of_12 {
        width: 100%;
    }

    .span_10_of_12 {
        width: 100%;
    }

    .span_9_of_12 {
        width: 100%;
    }

    .span_8_of_12 {
        width: 100%;
    }

    .span_7_of_12 {
        width: 100%;
    }

    .span_6_of_12 {
        width: 100%;
    }

    .span_5_of_12 {
        width: 100%;
    }

    .span_4_of_12 {
        width: 100%;
    }

    .span_3_of_12 {
        width: 100%;
    }

    .span_2_of_12 {
        width: 100%;
    }

    .span_1_of_12 {
        width: 100%;
    }
}

/* -------------------------------------------------------------------
BASE 
-------------------------------------------------------------------- */


/*  BODY/GEN  ============================================================================= */

html,
body {
    height: 100%;
}

html, body, input, select, textarea {
    font-family: 'Avenir Next Cond Regular', Arial, sans-serif;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.85em;
    color: #343434;
}

body {
    background: #f9f9f9;
}

/*  BOX MODEL  ============================================================================= */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*  CLEAR  ============================================================================= */

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*  IMAGES  ============================================================================= */

img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto\9;
}

/*  FLOATS  ============================================================================= */

.left {
    float: left !important;
}

.right {
    float: right !important;
}

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Avenir Next Cond Regular', Arial, sans-serif;
    text-transform: none;
}

    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
        font-weight: 600;
    }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

h1 {
    font-size: 2.5em;
    margin-bottom: .5em;
}

h2 {
    /*font-size: 2.2em;*/
    font-size: 1.9em;
    margin-bottom: .5em;
}

h3 {
    /*font-size: 1.75em;*/
    font-size: 1.7em;
    margin-bottom: .75em;
}

h4 {
    font-size: 1.5em;
    margin-bottom: .5em;
}

h5 {
    font-size: 1.25em;
    margin-bottom: .5em;
}

h6 {
    font-size: 1em;
    margin-bottom: 1em;
}

@media all and (max-width: 48em) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.75em;
    }

    h3 {
        font-size: 1.475em;
    }

    h4 {
        font-size: 1.35em;
    }

    h5 {
        font-size: 1.25em;
    }

    h6 {
        font-size: 1em;
    }
}

/*  TEXT / ALIGN / LISTS ============================================================================= */

p, ul, ol, form, table {
    font-size: 1.25em;
}

/* Links */

a {
    color: #343434;
}

    a:hover {
        color: #CE1628;
    }

/* Paragraph */

p {
    margin-bottom: 1em;
}

/* Lists */

ol {
    list-style: decimal;
    margin-bottom: 1.25em;
    padding-left: 1em;
}

ul {
    list-style: disc;
    margin-bottom: 1.25em;
    padding-left: 1em;
}

/* Blockquotes */

blockquote {
    font-style: italic;
    quotes: '"' '"';
    margin-bottom: 2em;
}

    blockquote p:before {
        content: '"';
        content: open-quote;
    }

    blockquote p:after {
        content: '"';
        content: close-quote;
    }

    blockquote footer {
        font-style: normal;
        font-size: 95%;
        margin-top: 1em;
    }

    blockquote p {
        margin: 0;
    }

    blockquote.bqstyle2 {
        border-left: 4px solid #565656;
        color: #565656;
        margin: 2em 0 2em 1em;
        padding-left: 15px;
    }

    blockquote.bqstyle3 {
        background: #fcfcfc;
        border: 1px dashed #787878;
        color: #565656;
        margin: 2em 1em;
        padding: 2em;
    }

@media all and (max-width: 48em) {
    blockquote {
        font-size: 95%;
    }
}

/* Align */

.center {
    text-align: center !important;
}

.txt-left {
    text-align: left !important;
}

.txt-right {
    text-align: right !important;
}

.txt-center {
    text-align: center !important;
}

.txt-justify {
    text-align: justify !important;
}

/* Weight */

.light {
    font-weight: 300;
}

.bold, strong {
    font-weight: 700;
}

.x-bold {
    font-weight: 900;
}

/* Style */

.italic {
    font-style: italic;
}

.txt-small {
    font-size: 1em;
}

.txt-xsmall {
    font-size: .9em;
}

.txt-xxsmall {
    font-size: .8em;
}

.underline {
    text-decoration: underline;
}

.no_underline {
    text-decoration: none;
}

sup {
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.7em;
}

.uppercase {
    text-transform: uppercase;
}

/* Color */
.red, a.red {
    color: #CE1628;
}

.yellow, a.yellow {
    color: #FCB034;
}


/* HORIZ RULES ============================================================================= */

hr {
    display: block;
    margin-top: 2.75em;
    margin-bottom: 2.75em;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    box-shadow: 0 -1px 0 #fff;
}

/* FORMS ============================================================================= */

label {
    display: block;
    font-weight: 700;
    color: #483949;
    margin: 0 0 1em 0;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
    display: block;
    -webkit-appearance: none;
    border: 0;
    background: #fafafa;
    background: #fff;
    width: 100%;
    border: solid 1px #E5E5E5;
    padding: .5em .5em;
    line-height: 1em;
}

/* FORM > INPUT AND SUBMIT ROWS */

.input_row {
    margin-bottom: 1em;
}

.input_submit {
    margin: 1em 0;
}

/* FORMS > LAYOUT (FOR TABLES WITH INLIONE LABELS ===================== */

#form {
    display: table;
    width: 100%;
}

    #form .form-caption {
        display: table-caption;
        width: 100%;
        border-bottom: 1px solid #B91324;
        color: #B91324;
        font-weight: 900;
    }

    #form .row {
        display: table-row;
    }

    #form .label, #form .input {
        display: table-cell;
        padding: .5em;
        vertical-align: top;
    }

    #form .label {
        width: 15%;
        text-align: left;
    }

    #form .input {
        width: 85%;
    }

@media all and (max-width: 48em) {
    #form {
        display: block;
    }

        #form .row {
            display: block;
        }

        #form .label, #form .input {
            display: block;
            width: 100%;
            padding: 0;
        }

        #form .input {
            padding-bottom: 1em;
        }
}

/* BUTTONS ============================================================================= */


input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    position: relative;
    display: inline-block;
    background: #ececec;
    background: linear-gradient(to bottom, #efefef 0%,#dddddd 100%);
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 0.35em 1em 0.35em 1em;
    padding: 0 0 0 0;
    line-height: 1em;
    padding: 0.25em 1em 0.25em 1em;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font-weight: 300;
}

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    button:hover,
    .button:hover {
        color: #000;
        background: #ddd;
        background: linear-gradient(to bottom, #efefef 0%,#ccc 100%);
    }

    input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active,
    .button:active,
    button:active {
        top: 3px;
    }

    /* BUTTON STYLES > SIZE  */

    input[type="submit"].small,
    input[type="reset"].small,
    input[type="button"].small,
    button.small,
    .button.small {
        font-size: 0.8em;
    }

    input[type="submit"].big,
    input[type="reset"].big,
    input[type="button"].big,
    button.big,
    .button.big {
        font-size: 1.35em;
    }

    input[type="submit"].fit,
    input[type="reset"].fit,
    input[type="button"].fit,
    button.fit,
    .button.fit {
        display: block;
        margin: 0 0 1em 0;
        max-width: 100%;
    }

    /* BUTTONS STYLES > COLORS */

    /* Red */
    input[type="submit"].red,
    input[type="reset"].red,
    input[type="button"].red,
    button.red,
    .button.red {
        background: #CE1628;
        background: linear-gradient(to bottom, #E81E32 0%,#CE1628 100%);
        color: #FFF;
    }

        input[type="submit"].red:hover,
        input[type="reset"].red:hover,
        input[type="button"].red:hover,
        button.red:hover,
        .button.red:hover {
            background: #B91324;
            background: linear-gradient(to bottom, #E1172C 0%,#B91324 100%);
            color: #fff;
        }

    /* Yellow */
    input[type="submit"].yellow,
    input[type="reset"].yellow,
    input[type="button"].yellow,
    button.yellow,
    .button.yellow {
        background: #FCB034;
        background: linear-gradient(to bottom, #ffd65e 0%,#FCB034 100%);
        color: #000;
        cursor: pointer;
    }

        input[type="submit"].yellow:hover,
        input[type="reset"].yellow:hover,
        input[type="button"].yellow:hover,
        button.yellow:hover,
        .button.yellow:hover {
            background: #FC9E03;
            background: linear-gradient(to bottom, #FFD148 0%,#FC9E03 100%);
            color: #000;
            cursor: pointer;
        }

        input[type="submit"].yellow:disabled,
        button.yellow:disabled,
        .button.yellow:disabled {
            background: #ececec;
            background: linear-gradient(to bottom, #ececec 0%, #ececec 100%);
            cursor: not-allowed;
        }

    /* Black */
    input[type="submit"].black,
    input[type="reset"].black,
    input[type="button"].black,
    button.black,
    .button.black {
        background: #888888;
        background: linear-gradient(to bottom, #888888 0%,#000 100%);
        color: #fff;
    }

        input[type="submit"].black:hover,
        input[type="reset"].black:hover,
        input[type="button"].black:hover,
        button.black:hover,
        .button.black:hover {
            background: #777777;
            background: linear-gradient(to bottom, #777777 0%,#000 100%);
            color: #fff;
        }


/* TABLES ============================================================================= */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.5em;
    background: #fff;
}

th, td, caption {
    padding: .25em .5em;
}

/* Wide/100% Width Table */
table.wide {
    width: 100%;
}

/* FLEX CONTAINER (IFRAME/OBJECT) ========================================================== */

.flex_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .5);
}

    .flex_wrapper iframe,
    .flex_wrapper object,
    .flex_wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*  FONT > GLOBAL SCALING  ================================================================= */

@media (max-width: 48em) {
    body {
        font-size: 95%;
    }
}

@media (max-width: 30em) {
    body {
        font-size: 93%;
    }
}

/* TOP OF PAGE LINK/BUTTON ================================================================= */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(/Content/Images/totop.png) no-repeat left top;
}

#toTopHover {
    background: url(/Content/Images/totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}

/*  PANELS  ================================================================= */

.panel {
    border: 1px solid #cccccc;
    padding: 1em 1.5em;
    margin-bottom: 1.3em;
    background: #f9f9f9;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.10);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.10);
}

    .panel.light_beige {
        border: 1px solid #D2CAAA;
        background: #F5F4ED;
    }

    .panel.trans_white {
        border: none !important;
        background: rgba(255,255,255,.2);
    }

    .panel.light_beige {
        border: 1px solid #D9D2B7;
        background: #F4F3EC;
    }

    .panel.dark {
        border: 1px solid #000000;
        background: #383B43;
        color: #fff;
    }

    .panel.light_red {
        border: 1px solid #F8A7B7;
        background: #F8DEDF;
    }

    .panel.red {
        border: 1px solid #991E36;
        background: #CE1628;
        color: #fff;
    }

    .panel.green {
        border: 1px solid #D6E9C6;
        background: #DFF0D8;
        color: #3C763D;
    }

    .panel.yellow {
        border: 1px solid #D18403;
        background: #FCB034;
        background: linear-gradient(to bottom, #ffd65e 0%,#FCB034 100%);
        color: #000;
    }

    .panel.rounded {
        -moz-border-radius: 6;
        border-radius: 6px;
    }

    .panel p:last-child, .panel ul:last-child, .panel ol:last-child {
        margin-bottom: 0;
    }

/* -------------------------------------------------------------------
PAGE WRAPPER 
-------------------------------------------------------------------- */

#page_wrapper {
	position:relative; max-width:1200px; margin:0 auto; background:#fff; 
	-webkit-box-shadow: -1px -1px 13px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 13px -4px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 13px -4px rgba(0,0,0,0.75);
}

/* -------------------------------------------------------
MASTHEAD
----------------------------------------------------------*/

#masthead {
	background:#231F20; background: linear-gradient(to bottom, #4A4A4A 0%,#000 100%); padding:.75em 0 1.65em 0;
}
#masthead .inner {
	/*padding:0 1.75em;*/
    	padding:0 1.5em;
}

/* Branding and Current Issue > Wrappers -------------------- */

#masthead #branding_search_wrapper {
	float:left; width:68%;
}
#masthead #current_issue_wrapper {
	float:right; width:29%; border-left:1px solid #fff; padding-left:1.5em;
}
@media screen and (max-width: 48em) {
	#masthead {padding:1.25em 0 1.25em 0;}
	#masthead #branding_search_wrapper {float:none; width:100%;}
	#masthead #branding_search_wrapper .col {margin:1% 0;}
	#masthead #branding_search_wrapper .span_5_of_7, 
	#masthead #branding_search_wrapper .span_2_of_7 {width:100%}
	#masthead #current_issue_wrapper {float:none; width:100%; border-left: none; padding-left:0;}
}

/* Edge Logo  ----------------- */

#masthead #branding_search_wrapper #branding .logo {
	text-align:left;
}
@media screen and (max-width: 48em) {
	#masthead #branding_search_wrapper #branding .logo {
		text-align:center;
	}
}

/* Branding and Search  ----------------- */

/* Search Buttons */
#masthead #branding_search_wrapper .search_btns ul {
	margin:0; padding:0; list-style:none; float:right;
}
#masthead #branding_search_wrapper .search_btns li {
	display:block; width:100%; margin-bottom:.5em;
}
#masthead #branding_search_wrapper .search_btns li:last-child {
	margin-bottom:0;
}

/* Input Submit Button - Not used as of 10-31
#masthead #branding_search_wrapper .search_btns input[type="submit"] {
	width:150px; 
	padding:.25em 1em; 
	font-size:.65em !important;
	text-transform:uppercase;
	background:#FCB034; 
	background:linear-gradient(to bottom, #ffd65e 0%,#FCB034 100%);
	color: #000;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius:5px;
	outline: none;
	cursor: pointer;
	font-weight: 300;
}
#masthead #branding_search_wrapper .search_btns input[type="submit"]:hover {
	background:#FC9E03; background:linear-gradient(to bottom, #FFD148 0%,#FC9E03 100%);
}
*/

/* Yellow Text Buttons / Links */

#masthead #branding_search_wrapper .search_btns .button {
	width:150px;
	background:#FCB034; 
	background:linear-gradient(to bottom, #ffd65e 0%,#FCB034 100%);
	font-size:.8em !important;
	text-transform:uppercase;
	padding:.25em 0;
}
#masthead #branding_search_wrapper .search_btns .button:hover {
	background:#FC9E03; background:linear-gradient(to bottom, #FFD148 0%,#FC9E03 100%);
}


@media screen and (max-width: 48em) {
	#masthead #branding_search_wrapper .search_btns ul {margin-top:.35em; float:none;}
	#masthead #branding_search_wrapper .search_btns li {float:left; display:list-item; width:50%; text-align:center;}
	#masthead #branding_search_wrapper .search_btns input[type="submit"],
	#masthead #branding_search_wrapper .search_btns .button {max-width:150px;}
}
@media screen and (max-width: 20em) {
	#masthead #branding_search_wrapper .search_btns ul {margin-top:.35em;}
	#masthead #branding_search_wrapper .search_btns li {float:none; display:block; width:100%; margin-bottom:.25em;}
	#masthead #branding_search_wrapper .search_btns input[type="submit"],
	#masthead #branding_search_wrapper .search_btns .button {max-width:150px;}
}

/* Search > Input/Search Bar  ------------------------- */

#search_bar {
	width:100%; position:relative}

#search_bar input {
	float:left; color:#cacaca; width:100%; background:#404041; border:none; 
	box-shadow:none; padding:.28em .5em; font-family: 'Avenir Book', sans-serif; text-transform:uppercase; font-size:.85em !important;}

#search_bar button.search_bar_btn {
	float:right; position:absolute; top:0; right:0; z-index:999; border:0; width:2.6em;
	 border-radius:0; padding:.4em 0; background:#404041; background:transparent;
}

#search_bar button.search_bar_btn:hover{
	/* background: #505051; */
} 
#search_bar span {
	padding:0; margin:0; font-size:1em; display:block; color:#aaa;
}



/* Input/Search > Placeholder */

/*

#masthead #search_box ::-webkit-input-placeholder, 
#masthead #search_box :-ms-input-placeholder {
  color: #999;
}
#masthead #search_box ::-moz-placeholder,
#masthead #search_box :-moz-placeholder {
  color: #999;
  opacity: 1;
}

*/

/* Input/Search > Icon */

/*

#masthead #search_box .search_input { 
	position: relative;
}
#masthead #search_box .search_input input[type="text"] { 
	-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.25);
}
#masthead #search_box .search_input .fa-search {
	position: absolute;top: .15em; right: .9em; font-size: .9em; color:#999;
}

*/

/* Input/Search > OP Logo */

#masthead #search_box .op img { 
	max-width:170px; 
}
@media all and (max-width: 48em) {
	#masthead #search_box .op { 
		text-align:center; 
	}
	#masthead #search_box .op img { 
		max-width:60%;
	}
}


/* Current Issue  ------------------------- */

#masthead #current_issue {
	color:#fff;
}
#masthead #current_issue .col {
	margin-top:0;
}

/* Cover */
#masthead #current_issue #issue_cover .cover {
	text-align:center;
}
#masthead #current_issue #issue_cover .cover img {
	border:1px solid #FFF;
	max-height:145px;
	width:auto;
	
}
#masthead #current_issue #issue_cover .title {
	color:#FCB034; font-weight:bold; line-height:1em; margin-bottom:.5em; text-align:center; 
	font-family: 'Avenir Medium', sans-serif; text-transform:uppercase;
}

/* Links */
#masthead #current_issue #issue_links {
	padding-top:15%; text-align:right;
}
#masthead #current_issue #issue_links p {
	margin-bottom:.5em; font-size:1em; line-height:1em;
}
#masthead #current_issue #issue_links a {
	color:#fff; text-decoration:none;
}
#masthead #current_issue #issue_links a:hover {
	text-decoration:underline;
}
#masthead #current_issue #issue_links hr {
	margin:1em 0; border-top : 2px solid #C00; box-shadow:none;
}

@media all and (max-width: 48em) {
	#masthead #current_issue .col {margin:1% 0;}
	#masthead #current_issue .span_1_of_2 {width:100%}
	#masthead #current_issue #issue_links {
	padding-top:.5em; text-align:center;}
}

/* SAVE - Hide Current Issue Block 
@media all and (max-width: 48em) {
	#masthead #current_issue {
		display:none;
	}
}
*/

/* -------------------------------------------------------------------
MAIN CONTENT and SIDEBAR BASE 
-------------------------------------------------------------------- */

/* Init Main Content and Sidebar */
#maincontent_wrapper #maincontent, 
#maincontent_wrapper #sidebar {
	float: none; vertical-align: top;}

/* Set TBL Display (for Even Col Height) */
#maincontent_wrapper {
	display:table; border-top:5px #000 solid; width:100%;
}
#maincontent_wrapper #maincontent {
	display: table-cell; width:72%}
#maincontent_wrapper #sidebar {
	display: table-cell; width:28%; background:#A7A9AC; border-left:1px #000 solid;
}

/* Set TBL Display - HOME specific but changes everything body id=home */
/*body#home #maincontent_wrapper #maincontent {
	display: table-cell; width:74%;
}
body#home #maincontent_wrapper #sidebar {
	display: table-cell; width:26%; background:#A7A9AC; border-left:1px #000 solid;
}*/

/* Set TBL Display - HOME specific */
body#home #maincontent_wrapper #maincontent {
	display: table-cell; width:80%;
}
body#home #maincontent_wrapper #sidebar {
	display: table-cell; width:20%; background:#A7A9AC; border-left:1px #000 solid;
}

/* Main Content > Content Block */
#maincontent #content {
	padding:2.5em 2em 2em 2em; background:#fff;
}
#maincontent #content_home {
	padding:2em 2em 2em 2em; background:#e7e7e8;
}

/* Sidebar > Content Blocks */
#maincontent_wrapper #sidebar #top_ad_block {
	text-align:center; margin:1.5em auto 0 auto; width:100%; max-width:300px
} 
#maincontent_wrapper #sidebar #opie_block {
	text-align:center; margin:1.5em auto 0 auto; max-width:180px;
} 

#maincontent_wrapper #sidebar #sponsor_block {
	text-align:center; margin:1.5em auto 0 auto; max-width:180px;
} 
#maincontent_wrapper #sidebar #sponsor_block img {
	max-width:85%;
}

#maincontent_wrapper #sidebar #featured_company {
	text-align:left; margin:1.5em auto 0 auto; max-width:300px;
} 
#maincontent_wrapper #sidebar #featured_company img {
	max-width:85%;
}
#maincontent_wrapper #sidebar #bot_ad_block {
	text-align:center; margin:1.5em auto 0 auto; max-width:180px;
}

#maincontent_wrapper #sidebar #top_ad_block img, 
#maincontent_wrapper #sidebar #opie_block img, 
#maincontent_wrapper #sidebar #bot_ad_block img {
	border:1px solid #000;
} 

/* Sidebar > Block > Sponsors Setup */
#maincontent_wrapper #sidebar #sponsor_block {
	position:relative; background:#fff; border:1px solid #000; /*padding:.75em .35em .5em .35em;*/ 
    padding: 1em 1em .5em 1em;
}
#maincontent_wrapper #sidebar #sponsor_block h4 {
	position: absolute; left: 0; right: 0;margin-left: auto; margin-right: auto; top:-16px; width: 90%;background:#000; color:#fff; font-size:1em;text-transform: uppercase;
}

#maincontent_wrapper #sidebar #sponsor_block ul {
	margin:0; padding:0; list-style-type:none;
} 
#maincontent_wrapper #sidebar #sponsor_block li {
	text-align:center; margin:1em 0;
}

/* Sidebar > Block > Featured Company Setup */
#maincontent_wrapper #sidebar #featured_company {
	position:relative; background:#fff; border:1px solid #000; padding:.75em .35em .5em .35em;width: 280px;
}
#maincontent_wrapper #sidebar #featured_company h4 {
	position: absolute; left: 0; right: 0;margin-left: auto; margin-right: auto; top:-20px; width: 90%;background:#000; color:#fff; font-size:1em;text-align: center;text-transform: uppercase;
}



#maincontent_wrapper #sidebar #featured_company a{
 color: black;
}

#maincontent_wrapper #sidebar #featured_company ul {
	margin:0; padding:0; list-style-type:none;
} 
#maincontent_wrapper #sidebar #featured_company li {
	text-align:left; margin:1em 0;
}

@media all and (max-width: 48em) {
	#maincontent_wrapper, #maincontent_wrapper #maincontent, #maincontent_wrapper #sidebar {display:block; width:100%; border:0;}
	body#home #maincontent_wrapper #maincontent, body#home #maincontent_wrapper #sidebar {display:block; width:100%; border:0;}
	#maincontent_wrapper #sidebar {padding:.5em 0;}
	#maincontent_wrapper #sidebar #opie_block {margin:1em auto 0 auto;}
	#maincontent_wrapper #maincontent #content {padding:2em 2em 2em 2em;}
	#maincontent_wrapper #maincontent .col {margin:1% 0;}
	#maincontent_wrapper #maincontent .span_1_of_3, #maincontent .span_1_of_4, #maincontent .span_3_of_4, #maincontent .span_4_of_12, #maincontent .span_8_of_12 {width:100%}
}

/* Hide Sidebar on Mobile > SAVE if needed 
@media all and (max-width: 30em) {
	#maincontent_wrapper #sidebar {display:none;}
}
*/

/* -------------------------------------------------------------------
MAIN CONTENT > HEADINGS
-------------------------------------------------------------------- */

#maincontent #content #page_heading {
	width:100%; padding-bottom:.15em; margin-bottom:.75em; border-bottom:1px solid #CE1628; color:#000;
    font-size: 2em;
    text-transform: uppercase;
	/* font-family: 'Avenir Next Cond Regular', Arial, sans-serif; font-weight:normal; */ 
}
#maincontent #content .topic_heading {
	font-family: 'Avenir Next Cond Medium', Arial, sans-serif; color:#343434; text-transform:none; font-weight:bold;
}
#maincontent #content .sub_heading {
	font-family: 'Avenir Medium', Arial, sans-serif; color:#343434; text-transform:none; font-weight:bold;
}

/* -------------------------------------------------------------------
MAIN CONTENT > LINK LISTS
-------------------------------------------------------------------- */

#maincontent #content .link_list {
	margin:0 0 1em 0; padding:0; list-style-type:none; font-size:1em;
}
#maincontent #content .link_list li {
	border-bottom:1px solid #C00;
}
#maincontent #content .link_list li a {
	display:block; padding:.25em 0; text-decoration:none; font-family: 'Avenir Next Cond Medium', Arial, sans-serif; text-transform:uppercase;
}

/* -------------------------------------------------------------------
MAIN CONTENT > MORE links
-------------------------------------------------------------------- */

#maincontent #content a.more {
	color:#C00; text-decoration:none; font-family: 'Avenir Medium', sans-serif;
}
#maincontent #content a.more:hover {
	text-decoration:underline;
}

/* -------------------------------------------------------------------
FOOTER 
-------------------------------------------------------------------- */

/* Top */
#footer_top {
	/*background:#818285; border-top:5px solid #000; background: linear-gradient(to bottom, #818285 0%,#616265 100%);*/
    background:white; border-top:5px solid #000; 
	}
#footer_top .inner {
	padding:.75em 1.75em;
}
#footer_top #connect {
	text-align:left;
	padding-top:.5em;
}
#footer_top #connect ul {
	margin:0 0 .35em 0; padding:0;
}
#footer_top #connect ul li {
	list-style:none; display:inline; margin:0 .55em;
}
#footer_top #connect ul li:last-child {
	margin-right:0;
}
#footer_top #connect ul li:first-child {
	margin-left:0;
}
#footer_top #connect ul li i {
	font-size:1.5em; color:#fff;
}
/*#footer_top #connect .button {
	font-family: 'Avenir Next Cond Medium', Arial, sans-serif; color:#000; padding:.25em 1em;  
	min-width:190px; text-transform:uppercase; background:linear-gradient(to bottom, #ffd65e 0%,#FCB034 100%); font-size:1.15em;
}
#footer_top #connect .button:hover {
	background:#FC9E03; background:linear-gradient(to bottom, #FFD148 0%,#FC9E03 100%);
}*/
#footer_top #connect .button {
	font-family: 'Avenir Next Cond Medium', Arial, sans-serif; color:white; padding:.25em 1em;  
	min-width:190px; text-transform:uppercase; background:black; font-size:1.15em;
}
#footer_top #connect .button:hover {
	color:black; background:white;
}

#sponsor_block ul li, #social-connect ul li { display: inline;list-style-type: none;}

#footer_top #sponsor_block h4 {
	left: 20px;top: 0; background:#000; color:#fff; font-size:1em;width: 150px;padding-left: 10px;
}
#footer_top #ad_block {
	text-align:right;
}

/* Bottom */
#footer_bot {
	background:#fff;  border-top:5px solid #000; 
}
#footer_bot .inner {
	padding:1em 1.75em;
}
#footer_bot #contact_info p {
	font-family: 'Avenir Book', Arial, sans-serif; font-size:1em; margin-bottom:0; text-align:left; text-transform:uppercase;
    text-transform: none;
    line-height: 1.5em;
    font-size: .9em;
}
#footer_bot #contact_info a {
	text-decoration:none;
}

@media all and (max-width: 48em) {
	#footer_top .col {margin:1% 0;}
	#footer_top .span_3_of_9, 
	#footer_top .span_6_of_9 {width:100%}
	#footer_top #connect {text-align:center; padding-bottom:1em; padding-top:0;}
	#footer_top #ad_block {text-align:center;}
}
@media all and (max-width: 30em) {
	/*#footer_bot #contact_info p {font-size:.85em;}*/
}

/* -------------------------------------------------------------------
HOME > FEATURED BLOCKS
-------------------------------------------------------------------- */

#featured_blocks .block {
	background:#fff; min-height:265px; border:1px solid #aaa; 
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.10); -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.10);box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.10);
}
#featured_blocks .block .inner {
	padding:.75em;
}
#featured_blocks .block h4 {
	color:#C00; border-bottom:1px solid #000; font-size:1.2em;
}
#featured_blocks .block p {
	font-size:1em; line-height:1.2em;
}
#featured_blocks .block .cover_img {
	max-width:100px; float:right; margin:0 0 .5em .5em;
}

@media all and (max-width: 48em) {
	#featured_blocks .col {margin:1% 0;}
	#featured_blocks .span_1_of_3 {width:100%}
	#featured_blocks .block {min-height:inherit;}
}

/* -------------------------------------------------------------------
HOME > HEADLINES BLOCK (NEWS and CURRENT ISSUE) 
-------------------------------------------------------------------- */

#headlines_block {
	background:#fff; margin-bottom:1em; border:1px solid #aaa;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.10);-moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.10); box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.10);
}
#headlines_block .inner {
	padding:.75em;
}
#headlines_block .inner h4 {
	color:#C00;
}
#headlines_block .inner ul {
	margin:0 0 1em 0; padding:0; list-style:none;
}
#headlines_block .inner ul li {
	margin:0; padding:0; border-bottom:1px solid #000; font-size:1em;
}
#headlines_block .inner ul li:last-child {
	border-bottom:none;
}
#headlines_block .inner ul li a {
	display:block; padding:.25em 0; text-decoration:none; color: black;
}
#headlines_block .inner ul li a:hover {
	color:#C00;
}
#headlines_block .inner a.more {
	color:#C00;
}

@media all and (max-width: 48em) {
	#headlines_block .col {margin:1% 0;}
	#headlines_block .span_8_of_12, #headlines_block .span_4_of_12 {width:100%}
	#headlines_block .block {min-height:inherit;}
	#headlines_block .headline_img img {}
}

/* -------------------------------------------------------
HOME > SLIDER (GRID and AD container)
----------------------------------------------------------*/

#slider_ad_banner {
	padding:1.5em 0 .75em 0;
}
#slider_ad_banner .inner {
	padding:0 1.75em;
}
#slider_ad_banner .ad {
	text-align:center;
}
#slider_ad_banner .ad img {
	display:block; margin:0 auto; border:1px solid #000;
}

@media all and (max-width: 48em) {
	#slider_ad_banner .col {margin:1% 0;}
	#slider_ad_banner .span_4_of_6, 
	#slider_ad_banner .span_2_of_6 {width:100%}
}


/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/

/* TOP MENU > BASE ------------------------------------------ */

.menu-container {
  /* START styles for custom positioning for desktop - SC */
	position:absolute; 
	top:182px; /*before header ad*/ 
    /*top:300px;*/ 
	z-index:9999;
	border-top:0px solid #000; 
	border-bottom:0px solid #000; 
	/* END Custom positioning */
	width: 100%;
  margin: 0 auto;
	background: transparent;
}
.menu-mobile { /* Styles for Top Mobile Menu */
  display: none;
	padding: .5em 1em;
	height:40px !important; /* Added to keep consisten height from removing "Menu" text in JS */
	border-bottom:1px solid #efefef;
 
}


/* TOP MENU > BASE > ICONS/LINK ------------------------------------------ */

.menu-mobile:after { /* Icon > Burger/Menu */
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 1.65em;
  padding: 0;
  float: right;
  position: relative;
  top: 4px;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);

          
}
.menu-dropdown-icon:before { /* Icon > Arrows */
  content: "\f0d7";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
	padding: .75em;
  background: #fff;
  color: #C30;
}
a.menu-mobile { 
  text-decoration:none;
}

/* TOP MENU > LINKS ------------------------------------------ */

.menu > ul {
  margin: 0 .9em 0 0;
    /*margin: 0 1.4em 0 0;*/
  width: 100%;
	width: 80%;
  list-style: none;
  padding: 0;
  /* position: relative; Removed for subs to be 100% - SC */
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
	float:right; /* Added - SC */
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: #e9e9e9;
	background: #ffffff;
  padding: 0;
  margin: 0;
	border-top:1px solid #000;  /* Added As Fix for borders - SC */
	border-bottom:1px solid #000; /* Added As Fix for borders - SC */
	text-align:center; /* Center Top Menu - SC */
	width: 16.6667%; /* Flexible width - SC */ 
	width: calc(100% / 6); /* Flexible width - SC */
	-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.2);
}

.menu > ul > li:first-child {
	border-left:1px solid #000; /* Added As Fix for borders - SC */
}
.menu > ul > li:last-child {
	border-right:1px solid #000; /* Added As Fix for borders - SC */
}
.menu > ul > li a {
  text-decoration: none;
  /* padding: 1.5em 3em; */
	/* padding: .25em 1.75em; */
	padding:.25em 0;
  display: block;
	color:#000;
}
.menu > ul > li i {
	color:#CE1628;
	margin-left:.2em;
}
.menu > ul > li:hover {
  background: #f0f0f0;
	background: #404041;
}
.menu > ul > li:hover a {
  color:#fff;
}

/* SUB MENU > LINKS ------------------------------------------ */

.menu > ul > li > ul { /* Main Container/Wrapper for Sub Menus */
  display: none;
  width: 100%;
	width: auto;
  background: #f0f0f0;
	background: #404041;
  padding: 20px;
	padding:1.1em;
  position: absolute;
  z-index: 9999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li { /* Updated right margin */
  margin: 0 .75em 0 0;
  padding-bottom: 0;
  list-style: none;
  width: 32%;
  background: none;
  float: left;
	color: #fff;
	font-size: .8em;
}
.menu > ul > li > ul > li { /* Left Align Sub ULs - SC*/
	text-align:left;
} 

/* Added for customized widths - SC */
.menu > ul > li > ul > li.mag_col1 {width: 20%; display:block;}
.menu > ul > li > ul > li.mag_col2 {width: 37.5%; display:block;}
.menu > ul > li > ul > li.mag_col3 {width: 37.5%; border-left:1px solid #fff; padding-left:1em;}

.menu > ul > li > ul > li.res_col1 {width: 38%;}
.menu > ul > li > ul > li.res_col2 {width: 42%; border-left:1px solid #fff; padding-left:1em;}
.menu > ul > li > ul > li.res_col3 {width: 16%; border-left:1px solid #fff; padding-left:1em;}


.menu > ul > li > ul > li:last-child { /* added for right margin, 1st child - SC */
  margin: 0 0 0 0;

}
.menu > ul > li > ul > li a { /* Styling for SUBs ULs */
  color: #777;
  padding: .2em 0;
	padding: 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li { /* Sub Text and UL Links List */
  float: left;
  width: 100%;
  padding: .1em 0;
  margin: 0;
  font-size: .75em;
	border-bottom:1px solid #CE1628;
}
.menu > ul > li > ul > li > ul > li:last-child {
	border-bottom:none;
}
.menu > ul > li > ul > li > ul > li a { /* Sub UL Links */
  border: 0;
	color:#fff !important;
}
.menu > ul > li > ul > li > ul > li a:hover {
  border: 0;
	color:#ccc !important;
}

/* SUB MENU > NORMAL LINKS (NON-MEGA CONTENT - AUTO DETECTED) */

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 0 0;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
	padding: .65em 1.25em;
}
.menu > ul > li > ul.normal-sub > li:hover {
  background:#231F20;
}

/* SUB MENU > MISC ADDTL STYLES / SC ------------------------------------------ */

.menu h3.menu_section_title {margin:0; color:#fff; font-size:1.3em; text-align:left;}
.menu h4.headline {text-transform:none; font-size:1.3em; text-align:left}
.menu p {font-size:.9em; line-height:1.2em; text-align:left;}
.menu a.more_link {color:#CE1628 !important; text-transform:uppercase; font-family: 'Avenir Medium', sans-serif;}
.menu a.more_link:hover {color:#ccc !important; text-decoration:none;}


/* MENU > MOBILE STYLES ------------------------------------------ */

@media only screen and (max-width: 959px) {
	.menu-container {
		position:relative; 
		top:0;
		border: none;
		top:0; border: none; /* Added for positioning on mobile */
	}
	.menu > ul > li i {
		display:none;
	}
}

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
		width:100%;
		margin:0;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
	.menu > ul > li { /* Added As Fix for borders - SC */
		border-top:none;
		border-bottom:1px solid #eee;
  }
	.menu > ul > li:last-child { /* Added As Fix for borders - SC */
		border:none;
  }
	.menu > ul > li:first-child { /* Added As Fix for borders - SC */
		border-left:none;
  }
  .menu > ul > li a {
    padding:1.5em;
		padding:.5em 1em;
    width: 100%;
    display: block;
  }
	.menu-dropdown-icon:before { /* Added for Sub Arrows */
		padding:.5em 1em;
		background:#fff;
	}
  .menu > ul > li > ul { /* Wrapper for sub sections*/
    position: relative;
		padding:.5em;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
		margin: 0;
		padding:0;
  }
	.menu > ul > li > ul > li a {
    width: 100%;
  }
	
	/* Added for customized widths - SC */
	.menu > ul > li > ul > li.mag_col1 {width: 100%; margin:0; padding:0}
	.menu > ul > li > ul > li.mag_col2 {width: 100%; margin:0; padding:0}
	.menu > ul > li > ul > li.mag_col3 {width: 100%; border-left:none; padding-left:none; margin:0; padding:0;}
	.menu > ul > li > ul > li.res_col1 {width: 100%; margin:0; padding:0}
	.menu > ul > li > ul > li.res_col2 {width: 100%; border-left:none; padding-left:none; margin:0; padding:0}
	.menu > ul > li > ul > li.res_col3 {width: 100%; border-left:none; padding-left:none; margin:0; padding:0;}
	
	/* Added to hide all mega content, other than link lists - SC */
	.menu > ul > li > ul > li.mag_col1,
	.menu > ul > li > ul > li.mag_col2,
	.menu > ul > li > ul > li.res_col1,
	.menu > ul > li > ul > li.res_col2 {
		display:none;
	}

  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
		
  }
  .menu .show-on-mobile {
    display: block;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/Scripts/slider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9990px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/Scripts/slider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/Scripts/slider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9990px;
	z-index: 9990;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9990px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/Scripts/slider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9990px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/Scripts/slider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* -------------------------------------------------------
HOME > SLIDER
----------------------------------------------------------*/

/* START DEFAULT SLIDER CSS OVERIDES --------------------------- */

/* Slider Wrapper */
#home_slider_wrapper .bx-wrapper {
	margin-bottom:0;
}

/* Viewport Wrapper */
#home_slider_wrapper .bx-wrapper .bx-viewport {
	border: none;left: 0px;background: transparent;
	-webkit-transform: translatez(0);-moz-transform: translatez(0);
	-ms-transform: translatez(0);-o-transform: translatez(0); transform: translatez(0);
	-moz-box-shadow: none; -webkit-box-shadow: none;box-shadow: none;
}

/* Controls - L and R */

#home_slider_wrapper .bx-wrapper .bx-controls-auto {
	/* bottom: -15px; */
	width: 100%;
}

#home_slider_wrapper .bx-wrapper .bx-controls-direction a {
	top: 85%;
	margin-top: 0;
}
#home_slider_wrapper .bx-wrapper .bx-prev {
	left: 39%;
	background: url(/Scripts/slider/images/controls.png) no-repeat 0 -32px;
}

#home_slider_wrapper .bx-wrapper .bx-next {
	right: 50%;
	background: url(/Scripts/slider/images/controls.png) no-repeat -43px -32px;
}

/* Controls - Pager */

#home_slider_wrapper .bx-wrapper .bx-pager {
	bottom: -15px;
	width: 100%;
}

#home_slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a {
	background: #DC1111;width: 12px;height: 12px;margin: 0 .8em;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;
}
#home_slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home_slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

@media screen and (max-width: 48em) {
	
	#home_slider_wrapper .bx-wrapper .bx-controls-direction a {top: 20%;}
	
	#home_slider_wrapper .bx-wrapper .bx-pager {bottom:10px}
	
	#home_slider_wrapper .bx-wrapper .bx-prev {left: 40%;}
	#home_slider_wrapper .bx-wrapper .bx-next {right: 40%;}
	#home_slider_wrapper .bx-wrapper .bx-prev {left: 0px;}
	#home_slider_wrapper .bx-wrapper .bx-next {right: 0px;}

	#home_slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px;height: 10px;margin: 0 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
	}
}

@media screen and (max-width: 30em) {
	
	#home_slider_wrapper .bx-wrapper .bx-controls-direction a {top: 15%;}
	#home_slider_wrapper .bx-wrapper .bx-pager {bottom: 0px;}
	
	#home_slider_wrapper .bx-wrapper .bx-prev {left: 30%;}
	#home_slider_wrapper .bx-wrapper .bx-next {right: 30%;}
	#home_slider_wrapper .bx-wrapper .bx-prev {left: -5px;}
	#home_slider_wrapper .bx-wrapper .bx-next {right: -5px;}
	#home_slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px; height: 10px;margin: 0 5px; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
	}
}

/* START CUSTOM FORMATTING --------------------------- */

/* Wrapper */

#home_slider_wrapper {
	width:100%; background:#fff;
}
#home_slider {
	margin:0 auto;
}

/* Slideshow Title */

#home_slider_wrapper h3#slider_title {
	background:#fff; padding:0; margin-bottom:.25em; color:#C00;
}

/* Slides */

#home_slider_wrapper ul {
	margin:0; padding:0;
}
.slide {
	color:#fff; padding:0;
}

/* Slides > Photos */

.slide_photo {
	color:#fff; float:left; width:35%; text-align:center;
}
.slide_photo .photo {
	padding:0em;
}
.slide_photo .photo img {
	display:block; margin:0 auto; border:2px solid #000;
}

/* Slides > Text */

.slide_text {
	float:right; width:65%;
}
.slide_text .inner {
	padding:0;
}
.slide_text .inner span {
	display:block;
}
.slide_text .inner .headline {
	color:#C00; font-size:1em; margin-bottom:.25em; font-family: 'Avenir Medium', sans-serif;
}
.slide_text .inner .text {
	font-size:.9em; line-height:1.3em; color:#000;
}

@media screen and (max-width: 48em) {
	.slide_text {display:block; width:100%;} 
	.slide_photo {display:block; width:100%;}
	.slide_photo .photo {padding:.5em 1em;}
	.slide_text .text {padding:.5em 0em; font-size:1em;}
}

/* -------------------------------------------------------------------
FONTS 
-------------------------------------------------------------------- */

/* Font Awesome */

@import url(/Content/fonts/fa/css/font-awesome.min.css);

/*Local Fonts */

@font-face {
  font-family: 'Avenir Light';
  src: url('/Content/fonts/avenir/woff/Avenir-Light.woff') format('woff'),url('/Content/fonts/avenir/ttf/Avenir-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir Medium';
  src: url('/Content/fonts/avenir/woff/Avenir-Medium.woff') format('woff'),url('/Content/fonts/avenir/ttf/Avenir-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir Book';
  src: url('/Content/fonts/avenir/woff/Avenir-Book.woff') format('woff'),url('/Content/fonts/avenir/ttf/Avenir-Book.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir Heavy';
  src: url('/Content/fonts/avenir/woff/Avenir-Heavy.woff') format('woff'),url('/Content/fonts/avenir/ttf/Avenir-Heavy.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir Black';
  src: url('/Content/fonts/avenir/woff/Avenir-Black.woff') format('woff'),url('/Content/fonts/avenir/ttf/Avenir-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir Next Cond Ultra Light';
  src: url('/Content/fonts/avenir/woff/AvenirNextCondensed-UltraLight.woff') format('woff'),url('/Content/fonts/avenir/ttf/AvenirNextCondensed-UltraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir Next Cond Regular';
  src: url('/Content/fonts/avenir/woff/AvenirNextCondensed-Regular.woff') format('woff'),url('/Content/fonts/avenir/ttf/AvenirNextCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir Next Cond Medium';
  src: url('/Content/fonts/avenir/woff/AvenirNextCondensed-Medium.woff') format('woff'),url('/Content/fonts/avenir/ttf/AvenirNextCondensed-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir Next Cond Heavy';
  src: url('/Content/fonts/avenir/woff/AvenirNextCondensed-Heavy.woff') format('woff'),url('/Content/fonts/avenir/ttf/AvenirNextCondensed-Heavy.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir Next Cond Bold';
  src: url('/Content/fonts/avenir/woff/AvenirNextCondensed-Bold.woff') format('woff'),url('/Content/fonts/avenir/ttf/AvenirNextCondensed-Bold.ttf') format('truetype');
}


/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(/Content/fonts/fa/fonts/fontawesome-webfont.eot?v=4.6.1);src:url(/Content/fonts/fa/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'),url(/Content/fonts/fa/fonts/fontawesome-webfont.woff2?v=4.6.1) format('woff2'),url(/Content/fonts/fa/fonts/fontawesome-webfont.woff?v=4.6.1) format('woff'),url(/Content/fonts/fa/fonts/fontawesome-webfont.ttf?v=4.6.1) format('truetype'),url(/Content/fonts/fa/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #262626;
  border-color: #262626;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}
ac
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

body { background: white !important;
}

/* Phone Styles */
@media  (max-width: 959px) {
    .menu-container {
        top: 1px !important;
    }

    #HeaderBannerID { height: 80px !important;}

    .menu > ul > li a { text-align: left;}

    .HotOffPressSummary, span.headline{
        height: 100%;

    }

     .HotOffPressSummary {
         min-height: 200px;
         margin-bottom: 100px;
     }

     #content_home {padding-bottom: 20px !important;}

     .bx-viewport { overflow: visible !important;
     }

     #home-roadblock-div { margin-top: 250px !important;}

     #masthead #current_issue #issue_cover .cover img { margin-top: 50px;}

    /* .k-grid td { text-overflow: initial; padding: 2px; font-size: .7em;}

     .k-grid-header th.k-header>.k-link { margin: 0 !important; text-overflow:initial;overflow:visible; font-size: .8em !important;}
     .k-grid-header th.k-header { padding-left: 3px !important;}

     .k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button { min-width: 0px !important;}*/

     .pecos-panel {
         width: 100% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
         background: white !important;
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important;
    box-shadow: none !important;

}

    .NPI-header { font-size: .8em !important;}
    #Details td { padding: 0 !important;}

    .magazine-h5 { text-align: center;  max-width: initial !important; max-height: initial !important;}
    .magazine-center-small { text-align: center !important;}

    .video-sidebar-left { display: none !important ;visibility: hidden !important;}
    .video-sidebar-right {
        display: block !important;
         visibility: visible !important;
    }
}

/* Landscape iPhone */
@media 
 (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .search_input { margin-left: 2%; 
                                               width: 97%;} 
    #content_home {padding-bottom: 20px;}
}

/* Tablet Styles */
@media 
 (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { .search_input { margin-left: 2%; 
                                               width: 97%;} 

                                #masthead { margin-top: 40px;}
 #content_home {padding-bottom: 20px;}

  .home-block { height: 360px !important;}
}

/* Smaller Tablet (Uncommon) Styles */
@media (min-width : 769px) 
and (max-width : 959px) 
 { 
   #placement_224514_0 img { margin-top: 0px !important; margin-left: 10%;}
   #placement_224514_0 {width: 70% !important;}
   #slider_ad_banner .ad img { margin-top: -200px;}
   #slider_ad_banner { padding-top: 0px;}
   #slider_ad_banner .inner { margin-bottom: 25px;}
   .home-block { height: 360px !important;}

    #content_home {padding-bottom: 20px;}
}


@media  (max-width: 768px) {
     .search_input { margin-left: 2%; 
                     width: 97%;}

      #content_home {padding-bottom: 20px;}

      #placement_251296_0 { margin-bottom: 10px;}

      #placement_251296_0, #placement_251296_1 { max-height: 100px !important;}

}

@media (max-width: 475px) {
       #placement_251296_0 { margin-bottom: 10px;}
       #placement_251296_0, #placement_251296_1 { max-height: 120px !important;}
       .pdh-block { height: 350px !important; }
}

/* Smallest Phone size */
@media (max-width: 320px) {
    #masthead #current_issue #issue_cover .cover img { margin-top: 80px !important;}
     #content_home {padding-bottom: 20px;}
}

     /*#home-roadblock-div { width: 300px;}*/

 .home-block {height: 275px}

   .video-sidebar-left { visibility: visible;display: block;}
    .video-sidebar-right { display: none; visibility: hidden;}

#placement_224514_0 img { border: black 1px solid; margin-top: 10px;}

.magazine-h5 { color: black; font-size: .8em; max-width: 164px; max-height: 58px;}

.k-grid td { overflow: visible;}

.pecos-panel {
    border: 1px solid #cccccc;
    padding: .5em 1em;
    margin-bottom: 1.3em;
    background: #f9f9f9;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.10);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.10);
}


div#placement_215173_0 img {margin-right:0; text-align: right;}

#content_home {padding-bottom: 0;}

/* Kendo Grid Correction */
.k-filter-menu label {
    color: white !important;
}

/* General Styles */
.field-validation-valid {
    display: none;
}

.field-validation-error {
    color: #CE1628;
}

label.small_margin {
    margin-bottom: 5px;
    margin-top: 10px;
}

    label.small_margin + span {
        font-size: .80em;
    }

span.inline-label-list {
    padding-left: 5px;
}

    span.inline-label-list > label {
        display: inline !important;
        font-weight: normal !important;
    }

.section_header {
    width: 100%;
    padding-bottom: .15em;
    margin-bottom: .75em;
    border-bottom: 1px solid #343434;
    color: #CE1628;
}

.field-hint {
    line-height: 22px;
    color: #aaa;
    font-style: italic;
    font-size: .9em;
    padding-top: 1em;
}

/* End General Style */
div.block-table-product-directory .framed {
    padding: 0px 0px 3px 3px;
}

div.block-table-product-directory .icon {
    float: right;
    padding: 0 5px 0 5px;
    margin-bottom: 3px;
}

a.link-google-map {
    display: block;
    padding-left: 20px;
    background: url('/Content/Images/icon_google_map_button.gif') 0px 1px no-repeat;
    color: #000;
    text-decoration: none;
}

    a.link-google-map:hover {
        display: block;
        padding-left: 20px;
        background: url('/Content/Images/icon_google_map_button.gif') 0px 1px no-repeat;
        color: #C00;
        text-decoration: underline;
    }

.advertiser-ad {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-left: 25px;
}

.advertiser-ad-text {
    border: 1px #D0D0D0 solid;
    background: #F2F2F2;
    padding: 4px;
    overflow: auto;
    /*width: 300px;*/
}

a.advertiser-ad-pdf {
    background: url(/Content/Images/icon_pdf.gif) no-repeat 5px 0px;
    padding: 7px 5px 20px 45px;
    vertical-align: middle;
}

a.advertiser-ad-request-info {
    background: url(/Content/Images/icon_papers.gif) no-repeat 5px 0px;
    padding: 10px 5px 15px 45px;
}

div.advertiser-index-image-col img {
    width: 70px !important;
}

.required:after {
    content: "\0020 *";
    font-weight: bold;
    color: red;
}

a[href^="tel:"]:before {
    content: "\260E";
    margin-right: 0.2em;
}

select {
    display: block;
    border: 0;
    background: #fafafa;
    background: #fff;
    width: 100%;
    border: solid 1px #E5E5E5;
    padding: .5em .5em;
    line-height: 1em;
}

a.blacklink {
    color: #000;
    text-decoration: none;
}

    a.blacklink:hover {
        color: #C00;
        text-decoration: underline;
    }

a.redlink {
    color: #C00;
    text-decoration: none;
}

    a.redlink:hover {
        text-decoration: underline;
    }

div.section_title {
    border-bottom: 1px solid #CE1628 !important;
    width: 100% !important;
    text-align: left !important;
}

.email a {
    color: #C00;
    text-decoration: none;
}

.email {
    color: #C00;
    text-decoration: none;
}

    .email a:hover {
        text-decoration: underline !important;
    }

/* CONTACT PAGE */
.contact-bio {
    overflow: auto;
    clear: both;
    margin-bottom: 15px;
}

    .contact-bio .avatar {
        padding: 5px 5px 5px 5px;
        float: left;
        clear: both;
    }

        .contact-bio .avatar img {
            border: 1px #D0D0D0 solid;
        }

    .contact-bio .bio {
        overflow: auto;
        padding: 5px;
        border: 1px #D0D0D0 solid;
        background: #F2F2F2;
        margin: 5px;
    }

        .contact-bio .bio p.last {
            margin-bottom: 0px;
        }

/* LOG IN */
.text-danger {
    color: red;
}

.forgot-password a {
    text-decoration: none;
    font-size: 12pt;
}

.remember-me label {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: .9em;
    font-weight: normal;
}

.remember-me a {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: .9em;
    font-weight: normal;
    text-decoration: none;
}

.side-panel {
    font-size: .7em;
}

/* MAGAZINE ISSUES */
h6 a {
    color: #cc0000;
}

h6 {
    color: #cc0000;
}
/*.thumbnail:hover {border: 1px black solid;}*/
.magazine-archive {
    display: inline-block;
    list-style-type: none;
}

.magazine {
    margin: 0;
    height: 350px;
}

.IssueArticles {
    text-decoration: none;
    margin: 10px;
}

    .IssueArticles li a {
        text-decoration: none;
        font-size: 14pt;
    }

.sm-cover {
    height: 125px;
    width: 165px;
}

/* VIEW ISSUE */



.ArticleDepartment {
    color: #404041;
}

.page_heading {
	width:100%; padding-bottom:.15em; margin-bottom:.75em; border-bottom:1px solid #CE1628; color:#000;
    font-size: 2em;
    text-transform: uppercase;
	/* font-family: 'Avenir Next Cond Regular', Arial, sans-serif; font-weight:normal; */ 
}

#page_heading, .page_heading {
    line-height: 1.2em;
}

/* Articles Index */
.NewsList li {
    list-style-type: none;
    font-size: 1.1em;
    line-height: 1.6em;
}

    .NewsList li a {
        text-decoration: none;
        color: black;
    }

        .NewsList li a:hover {
            text-decoration: underline;
            color: #cc0000;
        }

/*  CLASSIFIEDS   */
.classifiedLogo {
    max-height: 75px;
  
}

/*.classifiedImageBody {
    height: 100%;
}*/

.Region-Legend {
    text-decoration: none;
    color: #cc0000;
}

    .Region-Legend:hover {
        text-decoration: underline;
    }

.Region-Number {
    color: black;
}

    .Region-Number:hover {
        text-decoration: none;
    }

.Featured-Listings {
    font-size: 1.3em;
}

.panel.classified_USMountain {
    border: 1px solid #b3b300;
    background: #FFB81C;

}

.panel.classified_USPacific {
    border: 1px solid #D18403;
    background: #D86018;

}

.panel.classified_USCentral {
    border: 1px solid #4d4d00;
    background: #949300;

}

.panel.classified_USEastern {
    border: 1px solid #000025;
    background: #24135F;

}

.panel.classified_USMultipleLocations {
    border: 1px solid #4d004d;
    background: #612C51;
 
}

.panel.classified_Canada {
    border: 1px solid #E4002B;
    background: #E4002B;
   
}

.panel.classified_Services {
    border: 1px solid #004d4d;
    background: #4F868E;

}

.panel.classified_ForSale {
    border: 1px solid #7c2020;
    background: #5D2A2C;
   
}

.panel.classified_ProfessionalsSeekingEmployment {
    border: 1px solid #a7a9ac;
    background: #a7a9ac;
}

.Region-Color-Bar {
    padding: .1em 1.5em;
    margin-bottom: 0;
    font-weight: bold;
}

    .Region-Color-Bar a {
        font-size: 1.4em;
        color: white;
        text-decoration: none;
    }

.white-region {
    color: white;
}

.panel.classified_USMountain .white-region, .panel.classified_USPacific .white-region {
    color: black;
}

/* PRODUCT DIRECTORY INDEX */

#Products h4 {
    color: #cc0000;
}

#Products ul {
    list-style-type: none;
}

#Products a {
    text-decoration: none;
}

/* VIEW PRODUCT DIRECTORY*/
.CompanyName a {
    font-size: 1.3em;
    color: #cc0000;
    text-decoration: none;
}

.CompanyDescription {
    margin: 0 auto;
    font-size: 1.2em;
}

.CompanyLogo {
    margin: 0 auto;
    text-align: center;
    width: 200px;
}

.ContactInfoButton a {
    text-decoration: none;
    color: #cc0000;
}

    .ContactInfoButton a:hover {
        text-decoration: underline;
        color: #cc0000;
    }

.CompanyAddress {
    font-size: 1.2em;
    color: #cc0000;
}

.CompanyPhone {
    font-size: 1.2em;
}

.Phone a {
    text-decoration: none;
}

.CompanyWeb a {
    text-decoration: none;
    color: #cc0000;
}

.fa-plus-square {
    color: #cc0000;
}

.fa-minus-square {
    color: #cc0000;
}


/* FACILITIES */
.FacilitySearchBox {
    height: 300px;
}

    .FacilitySearchBox:hover {
        border: 1px solid #000000;
    }



/* RESOURCES */
#Resources li {
    list-style-type: none;
    font-size: 1.1em;
    line-height: 1.6em;
}

    #Resources li a {
        text-decoration: none;
        color: black;
    }

        #Resources li a:hover {
            text-decoration: underline;
            color: #cc0000;
        }

/* Link List Format */
.linklist li {
    list-style-type: none;
    font-size: 1.1em;
    line-height: 1.6em;
}

    .linklist li a {
        text-decoration: none;
        color: black;
    }

        .linklist li a:hover {
            text-decoration: underline;
            color: #cc0000;
        }


.ArticleImageBlack {
    border: 1px solid black;
    margin: 4px;
}

.ArticleImageRed {
    border: 1px solid #cc0000;
    margin: 4px;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

#bannerImage {
    border: 1px black solid;
}

.caption-box {
    margin: 5px 0px 5px 3px;
    /*border: 1px solid black;*/
    background: #EFEFEF;
}

    .caption-box img {
        margin: 4px;
    }

    .caption-box p {
        margin: 0px 5px 0px 5px;
        width: inherit;
        font-size: 85%;
        border: 1px solid black;
        background: #EFEFEF;
    }

.small_placeholder::-webkit-input-placeholder {
    font-size: .9em;
}

.small_placeholder::-moz-placeholder {
    font-size: .9em;
}

.small_placeholder:-ms-input-placeholder {
    font-size: .9em;
}

.small_placeholder:-moz-placeholder {
    font-size: .9em;
}

.article-date { font-size: .8em;
    color: #666;
}

#background2 img { margin: 0 !important;
    border: 1px black solid;
}

a.white-link {
    text-decoration: none;
    color: #fff;
}

    a.white-link:hover {
        text-decoration: underline;
        color: #fff;
    }

 
div#abta2282141 table,
div#abta2282142 table,
div#abta2282143 table,
div#abta2282144 table {
    text-align: left;
    margin-bottom: 0;
    font-size: 100%;
}    
   

a.title228214
{
    font-weight: 700;
    text-decoration: none;
}



td.text228214
{
    font-size: .9em;
}


.bx-viewport {
        height: 215px !important;
    }



    .ArticleDepartment {
        color: #404041;
    }

    #page_heading {line-height: 1.2em;} 

   .color-square {
        width: 25px;
        height: 25px;
    }
     .red {
        color: #E4002B;
    }

      .orange {
        color: #D86018;
    }
   
    .yellow {
        color: #FFB81C;
    }

    .green {
        color: #949300;
    }

    .teal-blue {
        color: #4F868E;
    }

    .dark-blue {
        color: #24135F;
    }

    .purple {
        color: #612C51;
    }

    .brown {
        color: #5D2A2C;
    }

    #masthead #current_issue #issue_links hr { border-top: 1px solid #C00; }

   .menu .list_links li { font-size: .5em !important; letter-spacing: .1em !important; text-transform: uppercase !important; color: #777 !important; font-weight: normal !important;}

  .menu  .list_links li a:hover { font-weight: bold !important; color: white !important;}


.shop-catalog-product { margin: 0; height: 270px; }

.shop-catalog-product-name { color: black; font-size: .8em; max-width: 200px; max-height: 58px; padding-top: 5px; }

.shop-catalog-product-list-item { display: block; }

.shop-product-thumbnail-frame {
    width: 200px;
    height: 200px;
    padding: 10px;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.10);
    border-radius: 6px;
    position: relative;
}

.shop-product-thumbnail {
    display: block;
    max-width:180px;
    max-height:180px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
}

.shop-product-image { width: auto; max-width: 500px; max-height: 500px; }

.shop-product-link { text-decoration: none }

.shop-catalog-list-item { display: block; }

.shop-catalog-logo { padding: 15px; border: 1px solid #cccccc; box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.10); height: 104px; width: 207px; border-radius: 6px; }

.shop-catalog-title-h5 { color: black; font-size: .8em; max-width: 207px; max-height: 58px; text-align: center; }

.shop-footer { width:100%; padding-top:.15em; margin-top:.75em; border-top:1px solid #CE1628; color:#000; }
   
.pecos-green { color: green; }
.pecos-red { color: red; }
.pecos-row:hover { background-color: #eee; }

.Site-Content a {text-decoration: none !important;}
.Site-Content {text-decoration: none !important;}

.classifiedLogo { max-height: 75px; max-width: 200px;}

.k-editor-toolbar .k-tool-icon.k-icon {color: white;}
.k-button.k-button-icon .k-icon, .k-grid-filter .k-icon, .k-header .k-icon {color: white;}
