@font-face {
    font-family: 'icomoon';
    src:url('/fileadmin/default/templates/icomoon/fonts/icomoon.eot?t=1');
    src:url('/fileadmin/default/templates/icomoon/fonts/icomoon.eot?t=1') format('embedded-opentype'),
    url('/fileadmin/default/templates/icomoon/fonts/icomoon.woff?t=1') format('woff'),
    url('/fileadmin/default/templates/icomoon/fonts/icomoon.ttf?t=1') format('truetype'),
    url('/fileadmin/default/templates/icomoon/fonts/icomoon.svg?t=1') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html { height: 100%; }
body {
    font-family: Arial, sans-serif;
    font-size: 87.5%;
    background-color: #fff;
    color: #000;

}
#wrap { display: table; table-layout: fixed; width: 100%; height: 100%; }
.page-row { display: table-row; }
.page-row-expanded { height: 100%; }

h1,h2,h3,h4,h5,a { color: #000; font-weight: normal; }
h1,h2,h3,h4,h5,p,ul,ol { margin-top: 0; }
h1 { font-size: 1.25em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.125em; }

.csc-firstHeader { margin-top: 0; }


/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

p.indentLeft,ul.indentLeft,ol.indentLeft,h2.indentLeft,h3.indentLeft { padding: 0 0 0 16px; }

* p:last-child { margin-bottom: 0; }

menu, ol, ul {
    padding: 0 0 0 16px;
}

a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

:focus, *:active { outline: none !important; }


/* Bilder flexibel... */

img {
    max-width: 100%;
    height: auto;
    width: auto;
}
DIV.csc-textpic .csc-textpic-imagewrap FIGURE {
    max-width: 100%;
    overflow: hidden;
    display: block;
}

DIV.csc-textpic-center .csc-textpic-imagewrap,
DIV.csc-textpic-center FIGURE.csc-textpic-imagewrap {
    width: 100%;
    display: block;
}

DIV.csc-textpic-center .csc-textpic-center-outer {
    max-width: 100%; /* max. Groesse des Bildes */
}

DIV.csc-textpic-center .csc-textpic-center-inner {
    width: 100%;
}

div.csc-textpic-left .csc-textpic-imagewrap,
div.csc-textpic div.csc-textpic-imagecolumn { float: none; }
div.csc-textpic div.csc-textpic-imagerow div.csc-textpic-imagecolumn { float: left; }
div.csc-textpic div.csc-textpic-imagerow div.csc-textpic-imagecolumn { width: auto; }
/* eo Bilder flexibel... */

.navbar-toggle { display: none; }



[class^="icon-"]:before, [class*=" icon-"]:before, .more-button:before, .prevnext a:before,
[class^="icon-"]:after, [class*=" icon-"]:after, .more-button:after, .prevnext a:after
{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 0.2em;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-print:before { content: "\e611"; }
.icon-clock:before { content: "\ea4f"; }
.icon-bubble:before { content: "\ead5"; }
.icon-user:before { content: "\eb08"; }
.icon-tags:before { content: "\f02c"; }
.icon-link:before { content: "\ec96"; }
.icon-arrow-up:before { content: "\edb4"; }
.icon-arrow-down:before { content: "\edbc"; }
.icon-arrow-left:before, .prevnext.prev a:before { content: "\edc0"; }
.icon-arrow-right:before, .prevnext.next a:before { content: "\edb8"; }
.icon-more:after { content: "\edb8"; margin-left: 0.2em; position: relative; top: 0.1em; }
.icon-home:before { content: "\e902"; }
.icon-search:before { content: "\eb2d"; }
.icon-facebook:before { content: "\f09a"; }
.icon-twitter:before { content: "\f099"; }
.icon-google:before { content: "\f0d5"; }
.icon-xing:before { content: "\f168"; }
.icon-whatsapp:before { content: "\f232"; }
.icon-mail:before { content: "\eee0"; }
.icon-rss:before { content: "\eef0"; }
.icon-youtube:before { content: "\f167"; }
.icon-instagram:before { content: "\ea92"; }



.contentOuterWrap { clear: both; position: relative; }
.contentInnerWrap { margin: 0 auto; max-width: 1190px; padding: 0 10px; }
.contentInnerWrap > .frame { padding: 40px 0 40px 14.285714285714%; }

#headerBox { position: relative; z-index: 15; }
#headerBox .contentInnerWrap > .frame { padding: 5px 0 0 27.350427350427%; position: relative; }

#logo {  }



#keyVisual ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fullImage { max-height: 400px; overflow: hidden;  border-bottom: solid 35px #fff; }
.fullImage img { width: 100%; height: auto; }

/*
.contentOuterWrap.hgVar1 { background-color: #9C8C6E; }
.contentOuterWrap.hgVar1 * { color: #fff; }

.contentOuterWrap.hgVar2 { background-color: #ca2300; }
.contentOuterWrap.hgVar2 * { color: #fff; }

.contentOuterWrap.hgVar3 { background-color: #D7D0B5; }
*/


footer {
    background-color: #969c19;
    font-size: 0.85714285714286em;
    position: relative;
}
footer .contentInnerWrap { padding: 0; }
#footerInnerWrap { position: relative; }
footer .footerBg {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    background-color: #4d4d4d;
    height: 100%;
    width: 50%;
}
#footerContentInnerWrap { position: relative; padding: 10px 0 30px 14.285714285714%; background-color: #4d4d4d; z-index: 10; }


footer .footerLeft {
    position: absolute;
    top: 0;
    width: 14.285714285714%;
    height: 100%;
    background-color: #969c19;
    left: -8px;
    z-index: 10;
}
footer .footerLeft:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px inset  rgba(255, 255, 255, 0);
    border-bottom: 10px inset  rgba(255, 255, 255, 0);
    border-left: 10px solid #969c19;
    border-right: 0;
}
footer .footerLeft.t2 {
    background-color: #fff;
    left: 0;
    z-index: 5;
}
footer .footerLeft.t2:before { border-left-color: #fff; }
#footerContent { padding-left: 35px; position: relative; z-index: 20; }
footer *, footer a { color: #fff; }
footer .contentInnerWrap > .frame { padding: 0; }
footer address { float: left; font-style: normal; text-align: left; }
footer address p { margin: 0; }
#smNavBox { float: right; }


/************************
* Grids
************************/

.grid .column { float: left; min-height: 20px; }

.grid.grid_2_col.equal .column { width: 50%; }
.grid.grid_2_col.equal .column.left { padding-right: 18px; }
.grid.grid_2_col.equal .column.right { padding-left: 18px; }
.grid.grid_2_col.equal .column .frame { margin-bottom: 1em; }

.grid.grid_2_col.equal .column .grid.grid_2_col.equal .column.left { padding-right: 9px; }
.grid.grid_2_col.equal .column .grid.grid_2_col.equal .column.right { padding-left: 9px; }

.grid.grid_3_col.equal .column { width: 33.333333%; }
.grid.grid_3_col.equal .column.left { padding-right: 24px; }
.grid.grid_3_col.equal .column.center { padding: 0 12px; }
.grid.grid_3_col.equal .column.right { padding-left: 24px; }

.hgVar1 .grid.grid_3_col.equal .column .frame { border-top: solid 1px #D7D0B5; border-bottom: solid 1px #D7D0B5; }
.hgVar1 .grid.grid_3_col.equal .column .frame .csc-header-n1 { border-bottom: solid 1px #D7D0B5; }
.hgVar1 .grid.grid_3_col.equal .column .frame h2,
.hgVar1 .grid.grid_3_col.equal .column .frame h3,
.hgVar1 .grid.grid_3_col.equal .column .frame p,
.hgVar1 .grid.grid_3_col.equal .column .frame ul
{ padding: 10px 10px 10px 20px; margin: 0; }
.hgVar1 .grid.grid_3_col.equal .column .frame h2 { font-size: 1.375em; }


/* links breit */
.grid.grid_2_col.var1 .column.left { width: 66.666666%; padding-right: 12px; }
.grid.grid_2_col.var1 .column.right { width: 33.333333%; padding-left: 24px; }

/* rechts breit */
.grid.grid_2_col.var2 .column.left { width: 33.333333%; padding-right: 12px; }
.grid.grid_2_col.var2 .column.right { width: 66.666666%; padding-left: 24px; }


/************************
* Navigationen
************************/
#menuBox { background-color: #4d4d4d; padding-top: 20px; }

.nav { list-style: none; margin: 0; padding: 0; }
.nav a { text-decoration: none; color: #000; }

/* MainNav Styling */
#mainNav { white-space: nowrap; line-height: 1em; text-transform: uppercase; font-size: 0.92857142857143em; margin-left: -20px; }
#mainNav > li { float: left; margin: 0 20px; }
#mainNav a { display: block; padding: 10px 0; font-weight: 400; color: #fff; text-transform: uppercase; }
#mainNav ul { padding-top: 2px; }
#mainNav ul:before {
    content: "";
    display: block;
    position: relative;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #4d4d4d;
}
#mainNav ul li { background-color: #4d4d4d; padding: 0 35px 0 10px; }
#mainNav ul li:first-child { padding-top: 5px; }
#mainNav ul li:last-child { padding-bottom: 5px; }
#mainNav ul li a { font-weight: normal; padding: 5px 20px 5px 10px; border-bottom: solid 1px #898d23; }
#mainNav ul li:last-child a { border-bottom: 0; }
#mainNav a:hover, #mainNav li.current > a, #mainNav a.active { text-shadow: 0.25px 0 0 #fff, -0.25px 0 0 #fff; }


#topServiceNav { position: absolute; top: 5px; right: 11.068702290076%; font-size:0.85714285714286em; }
#topServiceNav li { display: inline-block; }
#topServiceNav a { padding: 0 10px; }

#footerServiceNav { float: right; margin-right: 10px; text-transform: uppercase; line-height: 1em; }
#footerServiceNav li { display: inline-block; margin: 5px 0 5px 5px; border-left: solid 1px #fff; padding-left: 5px; }
#footerServiceNav li:first-child { border: none; }
#footerServiceNav a { color: #fff; }


#smNav { clear: both; }
#smNav li { float: left; margin-right: 10px; }
#smNav a { color: #fff; }
#smNav a:before {
    font-size: 1.5em;
    display: inline-block;
    background-color: #5870ab;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
}
#smNav a.icon-facebook:before { background-color: #5870ab; }
#smNav a.icon-twitter:before { background-color: #55acee; }
#smNav a.icon-google:before { background-color: #db4437; }
#smNav a.icon-mail:before { background-color: #969c19; }
#smNav a.icon-xing:before { background-color: #006567; }
#smNav a.icon-instagram:before { background-color: #6a453c; }



#smNav a span { display: none; }

/* Mix */

.maps iframe{
    pointer-events: none;
}

figcaption { color: #CB2730; font-style: italic; font-size: 0.85em; padding-top: 5px; }
figcaption.csc-textpic-caption { display: block; }

#goTop {
    display:none;
    position: fixed;
    z-index: 100;
    right: 50px;
    bottom: 0;
    text-decoration: none;
    color: #0072BC;
    font-size: 18px;
    line-height: 40px;
    width: 65px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0, 0.45);
    -moz-box-shadow:    0 0 3px 0 rgba(0,0,0, 0.45);
    box-shadow:         0 0 3px 0 rgba(0,0,0, 0.45);
}

/* Formular */
.form-group {
    margin-bottom: 0.5em !important;
}
.form-group label {
    float: none;
    width: auto;
    margin: 0;
}
input[type="text"],input[type="tel"],input[type="email"], textarea, select {
    width: 100%;
    padding: 4px 1%;
    border: solid 1px #ccc;
    border-radius: 6px;
    background-color: #fff;
}
select {
    width: auto;
}
textarea {
    min-height: 6em;
}
button[type="submit"], .tx-indexedsearch-searchbox input[type="submit"] {
    padding: 5px;
    min-width: 180px;
    background-color: #a5a5a5;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2em;
}
.form-group input[type="checkbox"], .form-group input[type="radio"] {
    width: auto;
}
.form-check {
    position: relative;
    padding-left: 20px!important;
}
.form-check input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
}
form .frame {
    margin: 0 0 1em 0!important; padding: 0!important;
}
legend {
    margin: 1em 0;
    font-size: 1.25em;
}


/* Bildergalerie */

.imageGalerie {}
.imageGalerie li { float: left; padding: 5px; }
.imageGalerie li:before { content: ''; display: none; }

/* Parallax */

.layerBox {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    color: #2f2f2f; }

.layerBox h2, .layerBox h3, .layerBox p {
    padding: 0;
    text-align: center; }

.layerBox p:last-child {
    margin-bottom: 0; }

.layerBox p {
    line-height: 1.4; }

.layerBox h2, .layerBox h3 {
    color: #4d4d4d;
    font-size: 3em;
    line-height: 1.1em;
    margin-bottom: 0.2em;
    font-weight: normal;
    letter-spacing: 0.1em; }

.parallax {
    position: relative;
    min-height: 450px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; }

.parallax .parallaxWrap {
    position: relative;
    min-height: 450px; }

.parallax .layerBox {
    position: absolute;
    width: 40%;
    max-width: none !important; }

.parallax .layerBox.left-top {
    left: 5%;
    top: 40px; }

.parallax .layerBox.left-bottom {
    left: 5%;
    bottom: 40px; }

.parallax .layerBox.right-top {
    right: 0;
    top: 40px; }

.parallax .layerBox.right-bottom {
    right: 0;
    bottom: 40px; }

.ce-gallery .ce-row {
    display: flex; }
.ce-gallery .ce-column {
    margin: 0;
    padding: 5px; }
.ce-gallery .ce-column img { width: 100%; }
.ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%!important;  }
.ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33333%!important; }
.ce-gallery[data-ce-columns="4"] {
    margin: 0 -5px; }
.ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%!important; }
.ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%!important; }
.ce-gallery[data-ce-columns="6"] .ce-column {
    width: 16.666666%!important; }
.ce-gallery[data-ce-columns="7"] .ce-column {
    width: 14.285714285714286%!important; }
.ce-gallery[data-ce-columns="8"] .ce-column {
    width: 12.5%!important; }

iframe {
    border: solid 1px #000;
    min-width: 100%;
    width: 100px;
    *width: 100%;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.

   ========================================================================== */



@media only screen and (max-width: 48em) {

    .contentInnerWrap > .frame { padding: 40px 0; }

    #headerBox { height: 70px; position: fixed; top: 0; width: 100%; background-color: #fff; box-shadow:  0 5px 5px rgba(0, 0, 0, 0.2); }
    #headerBox .contentInnerWrap > .frame { padding: 5px 0; position: relative; }
    #headerBox + section { margin-top: 60px; }
    #wrap { padding-top: 70px; }

    #logo { position: relative; z-index: 20; }
    #logo img { max-height: 60px; width: auto; }
    #topServiceNav { right: 15px; z-index: 25;  }
    .fullImage { border-bottom: solid 15px #fff; }

    .grid .column { float: none; width: auto!important; padding: 0!important; margin-bottom: 20px; }
    .grid .column:last-child { margin-bottom: 0; }

    .hgVar1 .grid.grid_3_col.equal .column .frame { border-bottom: none; }
    .grid.grid_3_col.equal .column .frame h2,
    .grid.grid_3_col.equal .column .frame h3,
    .grid.grid_3_col.equal .column .frame p
    { padding: 0; }

    footer .footerLeft { width: 17px; }
    #footerContentInnerWrap { padding-left: 10px; }
    #smNavBox, #footerServiceNav { float: left; clear: both;}
    #footerServiceNav li { margin: 5px 5px 5px 0; }
    #smNavBox { padding-top: 20px; }

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

    /* Navigation */
    #menuBox, #menuBox .contentInnerWrap > .frame { padding: 0; }

    .navbar-toggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 25px;
        background-color: transparent;
        background-image: none;
        border: none;
        padding: 0;
    }
    .navbar-toggle .icon-bar {
        border-radius: 1px;
        display: block;
        height: 4px;
        width: 30px;
        border-radius: 3px;
        background-color: #CB2730;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 3px;
    }
    #mainNav {
        display: none;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #4d4d4d;
        box-shadow:  0 5px 5px rgba(0, 0, 0, 0.2);
        margin: 0;
    }
    #mainNav ul { margin: 1px 0 5px 0; }
    #mainNav li {
        float: none!important;
        margin: 0;
        position:relative;
    }
    #mainNav ul ul li a { padding-left: 30px; }
    #mainNav ul ul ul li a { padding-left: 60px; }
    #mainNav a { line-height: 3em; border-bottom: solid 1px #fff; padding: 0 10px; }
    #mainNav ul { display: none; position:static!important; list-style: none; padding: 0; }

    #mainNav li.current > ul { display: block; }

    #mainNav .openSub { position: absolute; top: 0px; right: 0; background-color: #CCCCCC;  cursor:pointer; width: 3em; line-height: 3em; z-index: 5; text-align: center; }
    #mainNav .openSub:before { content: "▼"; color: #fff; font-size: 1em; }
    #mainNav .opendSub:before {content: "▲"; color: #CD232A; }
    /* Navigation end */


    .parallax {
        background-attachment: inherit;
    }

    .parallax .layerBox { width: 90%; }

}

@media only screen and (max-width: 32em) {
    #topServiceNav { display: none; }

    .hgVar1 .grid.grid_3_col.equal .column .frame h2,
    .hgVar1 .grid.grid_3_col.equal .column .frame h3,
    .hgVar1 .grid.grid_3_col.equal .column .frame p,
    .hgVar1 .grid.grid_3_col.equal .column .frame ul
    { padding: 10px 0 10px 0; }
    #goTop { right: 10px; }
    footer { padding-bottom: 50px; }

    .ce-gallery .ce-row { display: block; }
    .ce-gallery[data-ce-columns="2"] .ce-column,
    .ce-gallery[data-ce-columns="3"] .ce-column ,
    .ce-gallery[data-ce-columns="4"] .ce-column,
    .ce-gallery[data-ce-columns="5"] .ce-column {
        width: 100%!important; }

    .ce-gallery[data-ce-columns="6"] .ce-column,
    .ce-gallery[data-ce-columns="7"] .ce-column ,
    .ce-gallery[data-ce-columns="8"] .ce-column {
        width: 33.3333%!important; }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


@media only screen and (min-width: 32em) {
    /*** MainNav ESSENTIAL STYLES ***/
    .sf-menu, .sf-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sf-menu li {
        position: relative;
    }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .sf-menu > li {
        float: left;
    }

    .sf-menu li:hover > ul,
    .sf-menu li.sfHover > ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu ul ul {
        top: 0;
        left: 100%;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.csc-textmedia-gallery-media {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.csc-textmedia-gallery-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe { border: none; }

.contentOuterWrap.video .csc-textmedia-gallery, .contentOuterWrap.video .csc-textmedia-gallery-column { float: none; }