/*****

	Master Stylesheet
	© 2013, BRANDMARKER	
	
	Other Copyright Information & Notices check Paul Irish's http://html5boilerplate.com/	

*****/

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, u, 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;
    outline: 0;
    border: 0;
    font-weight: normal;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    height: auto;
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
}

/*****

	Font/Image Fixes

*****/

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #333;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

table {
    font-size: inherit;
    font-size: 100%;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

a:hover, a:active {
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

/*****

	Common Formating 

*****/

blockquote {
    margin: 1em 40px;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
}

del {
    text-decoration: line-through;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
}

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

td {
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

ul, ol {
    margin: 0 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

/***** 

	Forms 

*****/

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

.radio {
    background: none;
    border: 0; /*cursor: pointer;*/
    width: 40%;
    float: left;
}

.radio:focus {
    background: none;
    border: 0;
    cursor: pointer;
}

::-moz-selection {
    background: #b3d4fc;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    color: #000;
    text-shadow: none;
}

/***** 

	Global Classes 

*****/

.clear {
    clear: both;
    font-size: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
}

.img-left {
    float: left;
    margin: 0 10px 4px 0;
}

.img-right {
    float: right;
    margin: 0 0 4px 10px;
}

.img-nospace {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.nopadding {
    padding: 0;
}

.noindent {
    margin-left: 0;
    padding-left: 0;
}

.nobullet {
    list-style: none;
    list-style-image: none;
}

.warning, .error, .hint {
    color: #FF0000;
}

.only-print {
    display: none;
}

.segment-spacing {
    margin-bottom: 30px;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
    @media(max-width: 750px)
    {
        .ce-bodytext > div
        {
            width: 100% !important;
            display: block !important;
            padding-left: 0px !important;
        }
    }

.clearfix {
    *zoom: 1;
}
@media only screen and ( max-width: 1024px ) {
    .accordion-desktop
    {
        display: none !important;
    }
}
@media only screen and ( min-width: 1025px ) {
    .accordion-mobile
    {
        display: none !important;
    }
}
@media only screen and ( max-width: 920px ) {
    html body .flexslider .slides img {
        left: -120px !important;
    }
}
@media only screen and ( max-width: 700px ) {
    html body .flexslider .slides img {
        left: -85px !important;
    }
}

.main_nav.active > ul > li > ul > li > a {
    text-transform: none !important;
}

.main_nav.active > ul li a {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

#main_header nav.main_nav ul li:not(.current) {
    margin-right: 20px;
}

.main_nav.active > ul li {
    list-style: none !important;
}

@media only screen and ( max-width: 500px ) {
    html body .flexslider .slides img {
        left: -55px !important;
    }
}