﻿@font-face {
    font-family: 'Raleway';
    src: url('Fonts/raleway-regular-webfont.eot');
    src: url('Fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('Fonts/raleway-regular-webfont.woff') format('woff'),
         url('Fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('Fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RalewayBold';
    src: url('Fonts/raleway-bold-webfont.eot');
    src: url('Fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('Fonts/raleway-bold-webfont.woff') format('woff'),
         url('Fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('Fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html
{
    min-height: 100%;
}
html, body, th, td, table, h1, h2, h3, h4, h5, h6, .Head, .SubHead, .SubSubHead, .Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, a:link, a:visited, a:hover, input, .CommandButton
{
    color: #969696;
}
html, body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, p, small, blockquote, blockquote p, blockquote cite, .Normal, .Help
{
    letter-spacing: normal;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Raleway", "Trebuchet MS", Arial, sans-serif;
}
#Body
{
    min-height: 100%;
    background-color: #FCFCFC;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

em
{
    font-style: italic;
    letter-spacing: 0;
}

strong
{
    /*color: #333;*/
    font-weight: bold;
}
small
{
    font-size: 12px;
    letter-spacing: 0;
}
.NormalRed,
.NormalRed ul,
.NormalRed ul li
{
    color: Red !important;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    line-height: 1;
    margin: 0 0 10px 0;
    background-color: transparent !important;
}
h1
{
    font-size: 2em;
    color: #0087F7;
}
h2, h2 .Head
{
    font-size: 1.4em;
    color: #0087F7;
}
h3, h3 .Head
{
    font-size: 1.3em;
    color: #0087F7; /*color: #666;*/
}
h4, h4 .Head
{
    font-size: 1.2em;
    color: #969696;
}
h5, h5 .Head
{
    font-size: 1.1em;
    color: #969696; /*color: #666;*/
}
h6, h6 .Head
{
    font-size: 1em;
    color: #969696; /*color: #666;*/
}
p
{
    margin: 0 0 12px 0;
    color: #969696;
    font-family: Sans-Serif, Arial;
    font-size: 0.85em;
}
/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active
{
    color: #0087F7;
    text-decoration: none;
}
a:hover
{
    color: #FF931E;
}
/*a:hover
{
    color: #D00;
    text-decoration: none;
}*/

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton
{
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}
.CommandButton:hover
{
    color: #007cae;
}
a.CommandButton:link
{
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}
a.CommandButton:hover
{
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img
{
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft
{
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight
{
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder
{
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid
{
    color: black;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

.imgPolaroid img
{
    margin-bottom: 12px;
}

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/

/* Ordered List */
li
{
    list-style-type: square;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol
{
    margin-top: 8px;
    margin-left: 30px;
}

ol ol li
{
    list-style-type: lower-roman;
}
ol ol ol li
{
    list-style-type: lower-alpha;
}
ol ul li
{
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

table.tableDefault th, table.tableDefault td
{
    font-size: 12px;
    padding: 8px;
}

table.tableDefault th
{
    font-weight: bold;
    text-align: left;
    border-bottom: solid 2px #aaa;
    background-color: #d7d7d7;
}

table.tableDefault td
{
    border-bottom: solid 1px #d9d9d9;
}

table.tableDefault tr:nth-child(odd)
{
    background: #transparent;
}
table.tableDefault tr:nth-child(even)
{
    background: #e3e4e6;
}

.tableDefault tbody tr:hover td
{
    color: #111;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"]
{
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}
input:active,
input:hover,
input:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus
{
    -webkit-box-shadow: inset 0px 0px 2px #0087F7;
    box-shadow: inset 0px 0px 2px #0087F7;
    border: 1px solid #0087F7;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton, a.primaryButton
{
    background: #b5c6d0; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdiOTNhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzYwN2Q5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjkzYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b5c6d0 0%, #7b93a8 50%, #607d95 51%, #7b93a8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5c6d0), color-stop(50%,#7b93a8), color-stop(51%,#607d95), color-stop(100%,#7b93a8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c6d0', endColorstr='#7b93a8',GradientType=0 ); /* IE6-8 */ /*background-color: #3B96B6;     background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);     background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9)); */
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton, a.secondaryButton
{
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

button.primaryButton:hover, button.secondaryButton:hover, a.primaryButton:hover, a.secondaryButton:hover
{
    cursor: pointer;
    cursor: hand;
    background: #7db9e8; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzJhNTY5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #7db9e8 0%, #207cca 50%, #2a5697 51%, #2989d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#207cca), color-stop(51%,#2a5697), color-stop(100%,#2989d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7db9e8 0%,#207cca 50%,#2a5697 51%,#2989d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7db9e8 0%,#207cca 50%,#2a5697 51%,#2989d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7db9e8 0%,#207cca 50%,#2a5697 51%,#2989d8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7db9e8 0%,#207cca 50%,#2a5697 51%,#2989d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#2989d8',GradientType=0 ); /* IE6-8 */
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton, a.altButton
{
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

a.dnnPrimaryAction
{
    color: #efefef;
}
a.dnnSecondaryAction
{
    color: #555;
}



button.altButton:hover, a.altButton:hover
{
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop
{
    margin-top: 25px;
}
.spacingRight
{
    margin-right: 25px;
}
.spacingBottom
{
    margin-bottom: 25px;
}
.spacingLeft
{
    margin-left: 25px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
.box
{
    /*margin: 25px Auto 0 auto;*/
    margin-bottom: 20px;
    padding: 20px;
    clear: both;
    background-color: #fff;
    border: 1px solid #E8E8E8;
}

#userControls
{
    /*padding-top: 10px;*/
    height: 32px; /*width: 978px;*/
    background: #b5c6d0; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdiOTNhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzYwN2Q5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjkzYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b5c6d0 0%, #7b93a8 50%, #607d95 51%, #7b93a8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5c6d0), color-stop(50%,#7b93a8), color-stop(51%,#607d95), color-stop(100%,#7b93a8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c6d0', endColorstr='#7b93a8',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 0;
    border: 1px solid #607D95;
}


/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search
{
    float: right; /*width: auto; /*211px;*/
    height: 30px;
    border-left: 1px solid #607D95;
}

#search a.SearchButton:link, #search a.SearchButton:visited
{
    display: inline-block;
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url('images/search.png') no-repeat center center;
    background: #b5c6d0; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdiOTNhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzYwN2Q5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjkzYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url('images/search_hover.png') no-repeat center center, -moz-linear-gradient(top,  #b5c6d0 0%, #7b93a8 50%, #607d95 51%, #7b93a8 100%); /* FF3.6+ */
    background: url('images/search_hover.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5c6d0), color-stop(50%,#7b93a8), color-stop(51%,#607d95), color-stop(100%,#7b93a8)); /* Chrome,Safari4+ */
    background: url('images/search_hover.png') no-repeat center center, -webkit-linear-gradient(top,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* Chrome10+,Safari5.1+ */
    background: url('images/search_hover.png') no-repeat center center, -o-linear-gradient(top,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* Opera 11.10+ */
    background: url('images/search_hover.png') no-repeat center center, -ms-linear-gradient(top,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* IE10+ */
    background: url('images/search_hover.png') no-repeat center center, linear-gradient(to bottom,  #b5c6d0 0%,#7b93a8 50%,#607d95 51%,#7b93a8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c6d0', endColorstr='#7b93a8',GradientType=0 ); /* IE6-8 */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #607D95;
}

#search a.SearchButton:hover
{
    color: #1d589f;
    background: #7db9e8; /* Old browsers */
    background: url('images/search_hover.png') no-repeat center center, -moz-linear-gradient(top,  #7db9e8 0%, #207cca 50%, #103b82 51%, #2a5697 100%); /* FF3.6+ */
    background: url('images/search_hover.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#207cca), color-stop(51%,#103b82), color-stop(100%,#2a5697)); /* Chrome,Safari4+ */
    background: url('images/search_hover.png') no-repeat center center, -webkit-linear-gradient(top,  #7db9e8 0%,#207cca 50%,#103b82 51%,#2a5697 100%); /* Chrome10+,Safari5.1+ */
    background: url('images/search_hover.png') no-repeat center center, -o-linear-gradient(top,  #7db9e8 0%,#207cca 50%,#103b82 51%,#2a5697 100%); /* Opera 11.10+ */
    background: url('images/search_hover.png') no-repeat center center, -ms-linear-gradient(top,  #7db9e8 0%,#207cca 50%,#103b82 51%,#2a5697 100%); /* IE10+ */
    background: url('images/search_hover.png') no-repeat center center, linear-gradient(to bottom,  #7db9e8 0%,#207cca 50%,#103b82 51%,#2a5697 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#2a5697',GradientType=0 ); /* IE6-8 */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#dnn_dnnSearch_txtSearch
{
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    border: 0;
    border-right: 1px solid #CCC;
    background-color: transparent; /*border: 1px solid #607D95;*/
    border-radius: 0;
    box-shadow: none;
    outline: none; /*border-left:1px solid #ddd;*/
    color: #fff;
    line-height: 32px;
    font-size: 13px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:hover, #dnn_dnnSearch_txtSearch:focus
{
    box-shadow: inset 0px 0px 2px #1d589f;
}
form#Form.showControlBar
{
    margin-top: 0 !important;
}
div#ControlBar_ControlPanel
{
    position: relative !important;
}
#ControlBar
{
    /*top: 100px !important;*/
}

#iph1
{
    position: fixed;
    top: 225px;
}
#iph2
{
    position: fixed;
    top: 225px;
}

#Form > iframe
{
    display: none;
}
/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteWrapper
{
    min-height: 100%;
    height: 100%;
    overflow: visible;
    width: 980px;
    margin: 120px auto 20px;
}
#headerWrapper
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 2;
}
#headerWrapper.box {
    border: none;
    border-bottom: 1px solid #e8e8e8;
}
#headerShadow 
{
    background: url("/Portals/_default/Skins/Iridium/Images/shadow.png");
    background-repeat: repeat-x;
    position: fixed;
    top: 100px;
    width: 100%;
    height: 18px;
}
#siteHeader
{
    display: table;
    margin: auto;
    overflow: visible;
    width: 980px;
}
#logo
{
    float: left;
    margin: 10px 0;
}
#siteHeader div.paneContactNumber
{
    display: table-cell;
    margin: 10px 0;
    padding-right: 20px;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}
#siteHeader div.paneContactNumber h3
{
    font-size: 36px;
    margin: 0;
}
#headerButtonWrapper
{
    display: table;
    float: right;
    height: 36px;
    margin: 10px 0;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 218px;
}
#headerButtonWrapper a
{
    display: table-cell;
    height: 36px;
    vertical-align: middle;
}
#headerButtonMMS
{
    float: left;
    background-color: #FF931E;
}
#headerButtonRegister
{
    float: right;
    background-color: #0087F7;
}

/* Language */
.language .language-object
{
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}
.language .language-object span
{
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    margin: 0;
}
.language .language-object span:first-child
{
    padding-left: 8px;
}
.language .language-object span img
{
    height: 12px;
    width: 17px;
    opacity: 0.3;
}
.language .language-object span:hover img
{
    opacity: 1;
}
.language .language-object .Language.selected img
{
    opacity: 1;
    border-color: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
#login
{
    top: 0px;
    right: 0px;
    position: absolute;
}

.loginGroup
{
    height: 24px;
}
.loginGroup a, .loginGroup a:hover
{
    color: White;
}


/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* Site Navigation */
#nav
{
    overflow: visible;
    position: relative; /*max-height: 304px;     height: 304px;*/
    margin-bottom: 20px;
}
#navSlideshow
{
    overflow: visible;
    position: relative;
    float: left;
    display: inline;
    width: 100%; 
    min-height: 272px;     
    max-height: 272px;
    height: 272px;
}
#navSlideshow > div > div > div > div > div > div > div.wns-slideshow-wrapper
{
    border: 1px solid #E8E8E8;
}
.wns-slideshow-wrapper
{
    height: 270px;
    z-index: 1;
}
.wns-slideshow-overlay_Wrapper
{
    display: inline;
}
.wns-slideshow-Hidden
{
    display: inline;
}
.wnsSlideShowInnerWrapper
{
    width: 980px;
    height: 270px;
}
.wns-slideshow-image
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.wns-slideshow-caption
{
    position: relative;
    top: 20px;
    right: 20px;
    width: 178px;
    height: 172px;
    text-align: right;
    color: #fff;
    display: inline;
    float: right;
    background-color: transparent;
    z-index: 1001;
}
.wns-slideshow-caption h2
{
    color: #fff;
    font-weight: normal;
    font-size: 1.05em;
}
ol.wnsSliderPager 
{
    display: block;
    z-index: 1000;
    bottom: 0;
    margin: 0px;
    padding-left: 275px;
    position: absolute;
    height: 15px;
    overflow: visible;
}
ol.wnsSliderPager li
{
    float: left;
    margin: 0 10px;
}
ol.wnsSliderPager li a
{
    position: relative;
    bottom: 3px;
    margin: 0px;
    height: 17px;
}

.wns-slideshow-overlay
{
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 218px;
    height: 302px;
}

.wns-slideshow-caption img
{
    background-color: inherit;
}
.wns-slideshow-button
{
    position: absolute;
    overflow: hidden;
    bottom: 28px;
    width: 178px;
    height: 60px;
    right: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}
.wns-slideshow-button:hover
{
}
a.wns-slideshow-button-link
{
    /*background: transparent url('images/ArrowsBlue.png') 85px center no-repeat;*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}
a.wns-slideshow-button-link:hover
{
    /*background: transparent url('images/ArrowsWhite.png') 85px center no-repeat;*/
}


span.wns-slideshow-button-caption
{
    position: absolute;
    left: 15px;
}

#navMenu
{
    /*overflow: visible;*/
    float: left;
    margin: 0; /*padding-top: 10px;*/
    height: 28px; /*width: 978px;*/
    background: #969696; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    margin-top: 0; /*border: 1px solid #607D95;*/
    border-top: 2px solid #E8E8E8;
}

#navLeft
{
    position: relative;
    float: left;
    width: 762px;
    overflow: visible;
    height: 100%;
}
#navRight
{
    float: right;
    min-width: 218px;
    max-width: 218px;
    width: 218px;
    content: ' ';
    height: 100%;
}




#dnn_pnav
{
    margin-left: 0;
}
#dnn_pnav + ul + li + a
{
    text-align: center;
}
#dnn_pnav li a
{
    text-align: left;
}
#dnn_pnav li
{
    position:relative;
    list-style: none;
    margin: 0;
    height: 100%;
}

#dnn_pnav li ul
{
    margin-left: 0;
    margin-right: 0;
}

#dnn_pnav > li
{
    float: left;
    height: 28px; 
    /*padding-top:5px;*/ /*margin-right:2px;*/ /*padding-right: 2px;*/
    border-right: 2px solid #E8E8E8;
}

#dnn_pnav > li > a, #dnn_pnav > li > span, #login
{
    /*display: table-cell; */
    vertical-align: middle;
    text-align: left;
    display: block;
    height: 28px; 
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#dnn_pnav > li > span
{
    cursor: default;
}
#dnn_pnav > li:hover > a, 
#dnn_pnav > li:active > a, 
#dnn_pnav > li:focus > a, 
#dnn_pnav > li:active > span, 
#dnn_pnav > li:hover > span, 
#dnn_pnav > li:focus > span, 
#dnn_pnav > li.navSelected
{
    overflow: visible;
    height: 24px;
    background: #0087F7; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    color: #fff; /*text-shadow: black 0.1em 0.1em 0.2em*/ /*-webkit-border-bottom-left-radius: 5px;     -moz-border-radius-bottomleft: 5px;     border-bottom-left-radius: 5px;     -webkit-border-bottom-right-radius: 5px;     -moz-border-radius-bottomright: 5px;     border-bottom-right-radius: 5px;*/
}
#dnn_pnav > li.navSelected
{
    height: 24px;
}

/* Secondary level */
#dnn_pnav > li ul
{
    /* Styles for all sub levels */
    display: none;
    position: absolute;
    z-index: 2;
    top: 0px;
    min-width: 150px;
    padding: 0;
    background: #F5F7F7;
    border: 1px solid #cbcbcb; /* CSS3 */
    border-radius: 0px; /*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-animation-duration: .25s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .25s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .25s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .25s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    text-align: left;
    overflow: visible;
}

#dnn_pnav li:hover > ul
{
    display: block;
}

#dnn_pnav > li > ul
{
    /* styles specific to secondary level */
    top: 28px; 
    
}

#dnn_pnav > li > ul:after
{
    position: absolute;
    top: -8px;
    left: 10px;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent; /* left arrow slant */
    border-right: 15px solid transparent; /* right arrow slant */
    border-bottom: 8px solid #F5F7F7; /* bottom, add background color here */
    font-size: 0px;
    line-height: 0px;
}

#dnn_pnav > li ul a, #dnn_pnav > li ul span
{
    display: block;
    padding: 3px 10px;
    border-bottom: 1px solid #b5c6d0;
    color: #0087F7;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none; /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

#dnn_pnav > li ul span
{
    color: #666;
    cursor: default;
}

#dnn_pnav > li > ul > li.navSelected
{
    border-left: 2px solid #1d589f;
}
#dnn_pnav ul li:last-child > a
{
    border-bottom: 0;
}
#dnn_pnav > li > ul li:hover > a
{
    color: #FF931E;
    background: #F5F7F7;
}

/* Tertiary level */
#dnn_pnav li ul li ul
{
    min-width: 150px;
    left: 150px;
    top: 0px;
   
    border-left: 1px solid #ddd;
}


/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb
{
    padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: solid 1px #607D95;
}
#Breadcrumb img
{
    margin-left: 10px;
    margin-right: 10px;
}

#Breadcrumb a.breadcrumbLink:link, #Breadcrumb a.breadcrumbLink:visited
{
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

#Breadcrumb a.breadcrumbLink:hover
{
    color: black;
}

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane
{
    /*min-height: 100px;     min-width: 100px;*/
}
.contentPane .Normal
{
    color: #969696;
}
.boxSpacer {
     float: left;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;
}
.boxSpacer > div
{
    width: auto;
}
.boxSpacerFirst {
     padding-right: 10px;
}
.boxSpacerMiddle {
     padding: 0 10px;
}
.boxSpacerLast {
     padding-left: 10px;
}
#sidebarRight
{
    clear: none;
    float: right;
    width: 218px;
}
.contactPaneSocial
{
    margin-bottom: 20px;
}
.contactPaneSocial div
{
}
.contactPaneSocial .socialFirst,
.contactPaneSocial .socialMiddle
{
    margin-right: 15px;
}
#PCI {
    margin-bottom: 20px;
}
.contentPaneContact
{
    padding: 10px;
    background-color: #FF931E;
    border: none;
}
.contentPaneContact *
{
    color: #0087F7;
}
#contactUs {
    background-color: #FF931E;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    width: 198px;
}
.DnnModule-helferleinForm
{
    background-color: White;
    padding: 10px;
    width: 178px;
	display: none;
}

.dnnLabel
{
    font-size: 0.9em;
}
#contactForm
{
}

#contactForm .dnnLabel
{
    margin-right: 5px;
}
#contactForm .dnnLabel span
{
}
.contactLabel > a {
    position: relative;
    top: 5px;
}
#contactForm .dnnLabel,
.CaptchaStyle div,
.CaptchaStyle img
{
    width: auto;
    padding: 5px 0;
}
#contactForm select
{
    margin-bottom: 5px;
    padding: 5px;
    width: 178px;
    max-width: 178px;
}
#contactForm textarea
{
    height: 168px;
} 
#contactForm input, 
#contactForm textarea,
.CaptchaStyle input
{
    margin-bottom: 5px;
    padding: 5px;
    width: 168px;
    max-width: 168px;
}
#contactForm .contactFormSubmit
{
    text-align: right;
}
#contentPaneContact .FormValidationSummaryStyle,
.CaptchaStyle > div
{
    margin: none;
    text-align: left;
    width: 178px;
    font-size: 0.9em;
}
#sidebarRight #SubmitButton
{
    text-align: right;
}
#sidebarRight .StandardButton {
    background-color: #0087F7;
    border: 0 none;
    color: #FFFFFF;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    width: 50px;
}
#sidebarRight .StandardButton:active,
#sidebarRight .StandardButton:hover,
#sidebarRight .StandardButton:focus
{
    background-color: #FF931E;
    color: white;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0;
}

#contentOutterWrapper
{
    /*min-height:100vh;
    height:100vh;*/
    width: 100%;
}
#contentInnerWrapper
{
    float: left;
    width: 742px;
    
}
#contentInnerWrapper li
{
    font-family: Sans-Serif, Arial;
    font-size: 0.85em;
}
.dnnSortable
{
    min-height: 0px;
}

/* Content Pane - Home */
.contentPaneBlockLeft
{
    float: left;
    width: 625px;
    margin-right: 25px;
}


.contentPaneSidebarRight
{
    float: right;
    width: 200px;
}

.sidebarPane
{
    float: right;
    width: 320px;
}







/* Content Pane - Footer */
#footer
{
    clear: both;
    height: auto;
    padding: 5px 0;
}

.footerPane
{
    float: left;
    width: 136px;
}

.footerPane, .footerPane .Normal
{
    color: #969696;
}

.footerPaneRight
{
    float: right;
}

/* Empty Panes */
.DNNEmptyPane
{
    width: 0;
    margin: 0;
}
.DNNEmptyPane.rightTwoCol + div
{
    width: 100%;
}

/* Copyright
    -------------------------------------*/
#copyright
{
    height: 22px;
    font-size: 12px;
    margin: 10px 20px;
    background: url('images/cards.gif') no-repeat;
    background-position: left center;
}
#copyright span
{
    float: right;
}
#copyright a:link, #copyright a:visited
{
    font-size: 12px;
}

#copyright a.DNNMobileLink
{
    font-weight: bold;
}

#copyright a.DNNMobileLink:hover
{
}


/*------------------------------------------------*/
/* GENERIC CLASSES
/*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after
{
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left
{
    float: left;
}
.right
{
    float: right;
}



/* Footer 
    -------------------------------------*/
ul.footerlinks
{
    margin: 0;
}
.footerlinks li
{
    list-style: none;
    margin-bottom: 8px;
}
.footerlinks li a:link, .footerlinks li a:visited
{
    color: #2989D8;
}
.footerlinks li a:hover
{
    color: #2A5697;
    text-shadow: #ccc 0.1em 0.1em 0.2em;
}
ul.footerConnect
{
    margin: 0px;
}

ul.footerConnect li
{
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.inline-media
{
    display: none !important;
}