﻿
/* roboto-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../../../fonts/Roboto/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../../../fonts/Roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/Roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/Roboto/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fonts/Roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../../../fonts/Roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/Roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/Roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../../../fonts/Roboto/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../../../fonts/Roboto/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/Roboto/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/Roboto/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../../../fonts/Roboto/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../../../fonts/Roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/Roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/Roboto/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

html  
{
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
  height: 100%;
}

body {
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #191919;
  font-weight: 300;

  /* Used for the sticky footer, see: https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/site.css */
  display: flex;
  min-height: 100%;
  flex-direction: column;
  }

/* 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; }

/* 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: 850px)
{
    .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 */



a:focus {
	outline: none;
}

#preContent
{
    display: none;
}


h1, h2, h3, h4, h5, h6 {
  color: #007ACC;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  }
  
h1
{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}

h1:first-of-type {
  margin-top: 0;
}


h2
{
    font-size: 19px;
    letter-spacing: 1px;
}

h3
{
    font-size: 17px;
}
  
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: #007ACC;
    text-decoration:none; 
    font-weight:300;
}  
a:hover { outline: none; text-decoration:none; color:#33a1ea; }  
a:active, a:focus { outline: none; }

#content a
{
    border-bottom: 1px solid #CCCCCC;
    transition: border 0.2s ease-out 0s;
} 

#content a:hover 
{
    border-color: #33a1ea;
    color: #33a1ea;
    transition: border 0s ease-out 0s;
} 


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

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

.hide {display:none;}


.button
{
    background-color: #007ACC;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.4);
}

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

.button:hover
{
    text-decoration: none;
    background-color: #007ACC;
}


#mainForm
{
    margin: 0 auto;
    /* Used for the sticky footer */
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%;
}

/* Used for the sticky footer */
#mainForm::after {
  content: '\00a0'; /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden;
}

@media (--break-lg) {
  #mainForm {
    padding-top: var(--space-lg);
  }

  #mainForm::after {
    margin-top: var(--space-lg);
  }
}

#mainForm--full {
  padding: 0;
}

#mainForm--full::after {
  content: none;
}
/* End used for the sticky footer */

#container 
{
    
}

#outerContainer
{
    display: none;
}

#header {
    z-index: 99999;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

#headerWrap
{
    position: relative;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 25px;
}


#headerContentIntro {
    height: 0;
    position: absolute;
    right: 25px;
    top: 10px;
    text-align: right;
    font-size: 14px;
}

#headerContentIntro a,
#headerContentIntro a:hover {
    text-decoration: none;
}

#navigationLogo
{
    display: inline-block;
    margin-top: 10px;
}

#siteName h1
{
    padding: 0;
    margin: 0;
}

#contentIntroWrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 100px;
}
 
#navigationWrapper
{
    position: absolute;
    right: 0;
    top: 60px;
}

#menu-icon
{
    display:none;
}

#contentTop {display: none;}
#navigationSubBottom{display: none;}

#slideHeaderContent
{
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.7);
}

/*-------------- SubMain-Navigation -------------------------------------------------*/

#navigationSubMain
{
}

#navigationSubMain a
{
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
}

#navigationSubMain a.current {
	text-decoration:none;
	color: #007ACC;
}

#navigationSubMain a:hover
{
    cursor: default;
}


/*-------------- Sub-Navigation -------------------------------------------------*/
#navigationSub
{
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 40px;
}

#navigationSub ul {
	margin: 0;
}

#navigationSub li 
{
    list-style: none outside none;
    padding: 4px 0 4px 0;
    margin: 0;
    border-top: 1px solid #E5E5E5;
}

#navigationSub a {
    display: block;
    text-decoration: none;
    color: #191919;
}

#navigationSub a:hover {
	text-decoration:none;
    color: #007ACC;
}

#navigationSub a.current {
	text-decoration:none;
	color: #007ACC;
}

.navigationSubSub a {
    color: #939393;
    font-size: 15px;
}

#navigationSub .navigationSubSub
{
    margin-left: 20px;
}

#navigationSub .navigationSubSub li:last-child
{
    margin-bottom: 10px;
}

#navigationSub .navigationSubSub a
{
    font-size: 14px;
}

#navigationSub .navigationSubSub li 
{
    border: none;
}

#navigationSub .navigationSubSub .navigationSubSubSub
{
    margin-left: 20px;
}

#navigationSub .navigationSubSub .navigationSubSubSub a
{
    font-size: 12px;
}

#navigationSub .navigationSubSubSub li 
{
    padding: 0;
    border:none;
}


/*-------------- END Sub-Navigation -------------------------------------------------*/


/*** Content ***/

#wrap
{
    max-width: 1230px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 25px 0 25px;
}

#leftColumns
{
   clear: both;
   float: left; 
   margin: 50px 0 20px 0;
   width: 250px;
   padding-right: 45px;
}

#rightColumns
{
   float: right;
   margin: 50px 25px 0 25px;
   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 0;
    margin-left: 0;
    margin-top: 0;
}

#content
{
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 50px 0 50px 0;
}


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

.SideContentHR
{
    margin-top: 20px;
}

/*-------------- Footer-Navigation -------------------------------------------------*/

#footer 
{
    background-color: #EFEEED;
    /* Used for the sticky footer */
    flex: none;
    border-bottom: 15px solid #007ACC;
}

#footerWrap
{	
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 0 25px 0 25px;
}

#footerContent
{
    overflow: hidden;
    color: #000;
    font-size: 16px;
    padding: 25px 0 15px 0;
}


#navigationFooter
{
    color: #C4C4C4;
    font-size: 12px;
    padding-bottom: 5px;
}

#navigationFooter a
{
    color: #C4C4C4;
    text-decoration: none;
}

#navigationFooter a:hover
{
    color:#007ACC; 
}


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

.scroll-to-top 
{
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9675309;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll-to-top::before,
.scroll-to-top::after {
	position: absolute;
	height: 50%;
	width: 3px;
	background: #007ACC;
	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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.scroll-to-top:hover::before,
.scroll-to-top:hover::after {
	width: 5px;
}

.scroll-to-top::before
{
    left: 25%;
    -webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.scroll-to-top::after
{
    left: 25%;
    top: 50%;
	-webkit-transform: translateX(-50%) rotate(-30deg);
	transform: translateX(-50%) rotate(-30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.scroll-to-top .fa-angle-up {
    display: none;
}

@media screen and (max-width: 1279.9px) {
    #headerContentIntro {
        display: none;
    }
}



/**************************************************************************************************************************/
@media screen and (max-width: 1023.9px) {

    #header{
        background: none;
        background-color: #fff;
        height: 75px;
        position: relative;
    }

    #contentIntroWrap
    {
        margin-top: 0;
    }

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    #navigationMain
    {
        float: none;
        z-index: 1;
        position: relative;
    }

    #menu-icon {
        float: right;
        background: url(../../layout/images/smartmenus/naviIcon.png) no-repeat 0 0;
        display: block;
        text-decoration: none;
        position: relative;
        height:28px;
        width: 30px;
        margin: 15px 15px 0 0;
    }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 75px;
    }

    .showNavigation {
        display: inherit;
    }

    #navigationSubMain,
    #navigationSub
    {
        display: none;
    }

    #content
    {
        padding: 30px 0 30px 0;
    }
    
    #mainNavFooter
    {
      display: inline-block;
    }

} /* end media query */

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

    #content img
    {
        float: none !important;
    }

    #content p
    {
        text-align: left !important;
    }
}

@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;
	}

    #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) 
{
    #headerWrap
    {
        padding: 0 15px 0 15px;
    }

    #wrap
    {
        padding: 0 15px 0 15px;
    }

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




