﻿html  
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    background-color: #EDEDED;
}

/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
	width: device-width;
}

img, embed, object, video { max-width: 100%;  height:auto !important;}
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }
.ie7 img, .ie7 embed, .ie7 object, .ie7 video { width: 100%;  max-width: inherit;}
.ie8 img, .ie8 embed, .ie8 object, .ie8 video { width: 100%;  max-width: inherit; }

a:focus {
	outline: none;
}

#preContent
{
    display: none;
}

/* ckEditor LayoutManager */
.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0;
    float: left;
}

.col-lg-12 {
    width: 100%
}

.col-lg-11 {
    width: 91.66666667%
}

.col-lg-10 {
    width: 83.33333333%
}

.col-lg-9 {
    width: 75%
}

.col-lg-8 {
    width: 66.66666667%
}

.col-lg-7 {
    width: 58.33333333%
}

.col-lg-6 {
    width: 50%
}

.col-lg-5 {
    width: 41.66666667%
}

.col-lg-4 {
    width: 33.33333333%
}

.col-lg-3 {
    width: 25%
}

.col-lg-2 {
    width: 16.66666667%
}

.col-lg-1 {
    width: 8.33333333%
}

@media screen and (max-width: 700px)
{
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: none;
        width: 100%;
    }
}

/* END ckEditor LayoutManager */

body {
  font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 21.42px;
  color: #484949;
  }
  

h1, h2, h3, h4, h5, h6 {
  color: #8D2036;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.4); 
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  }
  
h1
{
    font-size: 22px;  
    line-height: 24.2px; 
}

h2
{
    font-size: 20px;
    line-height: 22px; 
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 15px;
}
  
p
{
    margin: 0;
    padding: 0 0 17px 0;
}

p:last-child
{
    margin: 0;
    padding: 0;
}
    
ul { list-style-type: disc; margin-left: 1.618em; margin-top: 0.6em;margin-bottom: 0.9em;}
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: 700; }
i, em { font-style: italic; }
small { font-size: 80%; }

a, a:visited 
{
    outline: none;
    color: #8D2036;
    text-decoration:underline; 
}  
a:hover { outline: none; text-decoration:underline; color:#24295A; }  
a:active, a:focus { outline: none; }

p a, p a:visited 
{
} 

hr
{
    border-bottom: 0 none;
    border-top: 1px dotted #C6BCB1;
    border-left: none;
    border-right: none;
    height: 1px;
    margin: 20px 0 20px 0;
}

table p
{
    margin: 0;
    padding: 0;
}


.hide {display:none;}

/* ------------  scroll-to-top  ----------------------- */	

.scroll-to-top {
    background: url("../../layout/images/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    color: #222;
    font-size: 34px;
    height: 90px;
    opacity: 0.6;
    position: fixed;
    right: 20px;
    text-decoration: none;
    text-shadow: 0 0 4px #fff;
    width: 79px;
    z-index: 9675309;
}

.scroll-to-top:hover {
    opacity: 1;
}

/* Buttons*/

.button
{
    background-color: #8D2036;
    border-radius: 4px;
    padding: 3px 10px;
    color: #E5E5E5;
    text-decoration: none;
}

.button:visited
{
    text-decoration: none;
    color: #E5E5E5;
}

.button:hover
{
    text-decoration: none;
    color: #fff;
    background-color: #24295A;
}

/* Main site */

#mainForm
{
    position: relative; 
    margin: 0 auto; 
	max-width: 1200px;
}

#container 
{
    position: relative;
    background-color: #fff;
    margin: 30px 0 20px 0;
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.9);
}

.ie6 #container, .ie7 #container, .ie8 #container
{
    width: 1110px;
}

#outerContainer
{
    display: none;
}

#header
{
}

#navigationLogo {
    padding: 0;
    margin: 0 0 20px 0;
    z-index: 99;
    position: relative;
    top: 10px;
    left: 40px;
    width: 300px;
}

#siteLogo a {
    background: url('../../layout/images/logo.svg') 0 0 no-repeat;
    width: 300px;
    height: 32px;
    display: block;
    text-indent: -9000px;
    background-size: 100% auto;
}


#navigationHeader,
#contentIntroWrap
{
    display: none;

}

#contentTop {display: none;}

#breadcrumbs
{
    margin: 10px 0 0 45px;
    font-size: 12px;
}

.breadcrumbPreText
{
    margin-right: 10px;
}

.breadcrumbDelimiter
{
    height: 13px;
    width: 5px;
    position: relative;
    display: inline-block;
    vertical-align: sub;
    margin: 0 2px 0 14px;
}

.breadcrumbDelimiter:before,
.breadcrumbDelimiter:after {
	position: absolute;
	width: 2px;
	height: 50%;
	background: #8D2036;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.breadcrumbDelimiter:before
{
    right: 25%;
    -webkit-transform: translateX(-50%) rotate(-140deg);
	transform: translateX(-50%) rotate(-140deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.breadcrumbDelimiter:after
{
    right: 25%;
    top: 50%;
	-webkit-transform: translateX(-50%) rotate(-220deg);
	transform: translateX(-50%) rotate(-220deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}


#innerContainer
{
    clear: both;
}

#wrap 
{
    position: relative;
    overflow: hidden;
}

/*** Content ***/

#leftColumns
{
   clear: both;
   float: left; 
   margin: 25px 0 0 45px;
   width: 200px;
}

#rightColumns
{
   float: right;
   margin: 25px 45px 0 0;
   width: 200px;
}

#rightColumns.columnLeftFloating
{
    clear: both;
    float: left;
    margin: 25px 0 0 25px;
}

#leftColumns.columnNonFloating,
#rightColumns.columnNonFloating
{
    float: none;
    width: auto;
    overflow: hidden;
    padding: 0 15px 0 25px;
    margin-left: 0;
    margin-top: 0;
}

#content
{
    position: relative;
    padding: 0 35px 0 45px;
    text-align: left;
    margin: 25px 0 0 0;
    overflow: hidden;
    word-wrap: break-word;
}

#content.noRightSideContent
{
    margin-right: 0;
    border-right: none;
}

#content img
{
    margin: 5px 15px 0 0;
}

.SideContent
{
    font-size: 14px;
}

/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    padding-top: 20px;
}

#contentFooter
{	
    display: none;
}

#navigationFooter 
{	
    position: absolute;
    margin-top: 5px;
}

#navigationFooter a
{	
    color:#AFAFAF;
    font-size: 0.8em;
    text-decoration:none;
}

#navigationFooter a:hover 
{
    color:#444444;
	text-decoration:underline;
}


@media screen and (max-width: 1200px) {

    html  
    {
        background-color: #fff;
    }

    #container
    {
        margin-top: 0;
        box-shadow: none ;
    }

    #footer {
        padding-top: 50px;
        margin-left: 45px;
    }
}

@media screen and (max-width: 1050px) {
    #rightColumns #SideContentContent:first-child {
        border-top: 1px dotted #c6bcb1;
        margin-top: 30px;
        padding-top: 20px;
    }
}




@media screen and (max-width: 850px) {

    #navigationLogo {
        top: 0px;
        left: 20px;
    }

    #siteLogo a {
        width: 180px;
    }

    #container
    {
        margin-top: 50px;
    }

    #breadcrumbs
    {
        margin: 10px 0 0 25px;
    }

    .breadcrumbPreText
    {
        display: none;
    }  

    #content {
        padding: 0 25px 0 25px;
    }

    #footer {
        margin-left: 25px;
    }
    
    #leftColumns.columnNonFloating,
    #rightColumns.columnNonFloating {
      padding: 0 15px 0 25px;
  }
    
    #leftColumns #SideContentContent:first-child {
        border-top: 1px dotted #c6bcb1;
        margin-top: 30px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 500px) {

    /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		height: inherit !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
    tr { 
		margin-bottom: 10px;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
        width: 100% !important;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

    .ComplexFormTD2
    {
        width: 100%;
        max-width: 250px;
    }

    #content img
    { 
        max-width: 100%;
        height:auto !important;
        float: none !important;
        display: block;
        margin: 0 0 10px 0 !important;
    }
}

@media screen and (max-width: 450px) {

    #navigationLogo {
        top: 12px;
        left: 10px;
    }

    #siteLogo a {
        width: 150px;
    }
}